@charset "UTF-8";
.content .home {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../img/home.jpg") no-repeat center;
    background-size: cover;
}

.entry_wrap {
    position: absolute;
    top: 50%;
    margin-top: -178px;
    width: 100%;
    height: 315px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
}

.entry_wrap .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 150px;
    /*margin: 25px 150px;
    width: 210px;
    height: 265px;*/
    width: 400px;
    height: 300px;
}

.entry_wrap .logo a .logo-img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../img/logo/3.png") no-repeat center;
    background-size: contain;
    transition: all .3s linear;
}

.entry_wrap .logo a::after {
    content: " ";
    /*width: 236px;
    height: 236px;*/
    position: absolute;
    /*top: 12px;
    left: -18px;*/
    background: radial-gradient(circle, rgba(157, 154, 157, .6) 0, rgba(0, 0, 0, 0) 71%);
    border-radius: 100%;
    z-index: 0;
    width: 260px;
    height: 260px;
    top: 10px;
    left: 75px;
}

.entry_wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.entry_wrap .register,
.entry_wrap .entrance {
    display: inline-block;
    vertical-align: middle;
    width: 235px;
    height: 140px;
    transition: all .5s ease-in-out;
}

.entry_wrap .register {
    background: url("../img/register_white.png") no-repeat center;
}

.entry_wrap .register:hover {
    background: url("../img/register_pink.png") no-repeat center;
}

.entry_wrap .entrance {
    background: url("../img/enter_white.png") no-repeat center;
}

.entry_wrap .entrance:hover {
     background: url("../img/enter_pink.png") no-repeat center;
}


.accordion {
    width: 100%;
    height: 100%;
    overflow: hidden;
    list-style: none;
    background-color: #656565;
}

.accordion li {
    position: relative;
    float: left;
    overflow: hidden;
    height: 100%;
    -moz-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.accordion li div {
    position: relative;
    width: 100%;
    height: 100%;
}

.accordion li div img {
    width: 100%;
    height: 100%;
}

.accordion:hover li {
    width: 10%;
}

.accordion li:hover {
    width: 80%;
}

.accordion-one {
    position: relative;
    width: 100%;
    height: 320px;
}

.accordion-two {
    position: relative;
    float: left;
    width: 70%;
    height: 560px;
}

.accordion-three {
    position: relative;
    float: left;
    width: 30%;
    height: 460px;
}

.accordion-two::before,
.accordion-three::before,
.accordion-three .accordion li:last-of-type::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.accordion-one .accordion li::after,
.accordion-two .accordion li::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.accordion-one .accordion li:last-of-type::after,
.accordion-two .accordion li:last-of-type::after {
    display: none;
}

.accordion-one .slide-one {
    width: 14%;
}

.accordion-one .slide-two {
    width: 35%;
}

.accordion-one .slide-three {
    width: 51%;
}

.accordion-two .slide-one {
    width: 70%;
}

.accordion-two .slide-two,
.accordion-two .slide-three,
.accordion-two .slide-four {
    width: 10%;
}

.accordion-two .accordion li:hover {
    width: 70%;
}

.vertical .slide-one {
    height: 80%;
}

.vertical .slide-two {
    height: 20%;
}

.vertical li {
    width: 100%;
    -moz-transition: height 0.5s ease-out;
    -webkit-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}

.vertical:hover li {
    height: 20%;
    width: 100%;
}

.vertical li:hover {
    height: 80%;
    width: 100%;
}

.accordion li .txt {
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    transition: width 0.2s ease-out;
    box-sizing: border-box;
    opacity: 0;
}

.accordion-one .accordion li .txt {
    top: 0;
    padding: 45px 0 0 65px;
    width: 0;
    height: 100%;
    border-left: 8px solid #c91277;
}

.accordion-one .accordion li:hover .txt {
    width: 520px;
    opacity: 1;
}

.accordion-two .accordion li .txt {
    bottom: 0;
    padding: 20px 0 0 65px;
    width: 100%;
    height: 198px;
    border-bottom: 8px solid #c91277;
}

.accordion-two .accordion li.active .txt,
.accordion-two .accordion li:hover .txt {
    opacity: 1;
}

.accordion-three .accordion li .txt {
    top: 0;
    padding: 30px 30px 0 0;
    width: 100%;
    height: 368px;
    text-align: right;
    background: url("../img/txt-bg.png") no-repeat;
    background-size: 100% 368px;
}

.accordion-three .accordion li.active .txt,
.accordion-three .accordion li:hover .txt {
    opacity: 1;
}

.accordion-one li .txt::before {
    content: " ";
    position: absolute;
    top: 0;
    left: -4px;
    width: 4px;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.accordion-two li .txt::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 100%;
    background: rgba(0, 0, 0, .4);
}

.accordion li .txt h2 {
    font-size: 26px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.accordion li .txt h3 {
    font-size: 24px;
    white-space: nowrap;
}

.accordion li .txt a {
    display: block;
    margin: 15px 0;
    width: 100px;
    font-size: 16px;
    color: #c91277;
    font-weight: bold;
}

.accordion-one .accordion li .txt a {
    position: absolute;
    bottom: 25px;
}

.accordion-two .accordion li .txt a {
    position: absolute;
    bottom: 0;
}

.accordion-three .accordion li .txt a {
    position: absolute;
    right: 30px;
    top: 140px;
}

.accordion-three .add {
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: #818282;
    border-top: 8px solid #656565;
    box-sizing: border-box;
}

.accordion-three .add a {
    color: #c91277;
    font-size: 54px;
    font-weight: bold;
    line-height: 90px;
}

.entry-login {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 94%;
    text-align: center;
    background-color: rgba(197, 197, 197, .8);
}

.login-box {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -270px;
    margin-left: -320px;
    width: 640px;
    /*height: 800px;*/
}

.login-box .logo {
    position: relative;
    margin: 0 0 50px;
    width: 100%;
    text-align: center;
}

.form-control .input-control {
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

.login-box .button {
    width: 100%;
    margin: 25px 0 40px;
    padding: 0;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    background-color: #da007f;
    border-radius: 4px;
    border: 1px solid #bf6999;
}

.login-box .button:hover {
    background-color: #c20674;
}

.login-box label {
    font-size: 14px;
    color: #333;
    user-select: none;
}

.login-box label div {
    margin-right: 5px;
}

.login-box a {
    font-size: 14px;
    color: #c91277;
}

.login-box a:hover {
    color: #333;
}

.login-box .btn {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    border: 1px solid #c74a91;
    box-sizing: border-box;
}

.login-box .btn.cm-fr {
    width: 150px;
}

.login-box .btn:hover {
    color: #c91277;
}

.login-box .tips {
    display: block;
    width: 350px;
    margin: 0 auto 10px;
    text-align: left;
    font-size: 12px;
    color: #333;
}

.login-box h3{
    position: relative;
    width: 350px;
    margin: 10px auto;
    font-size: 20px;
    color: #c91277;
}

.login-form-wrap .form-control{
    display: block;
    margin: 0 auto;
    width: 260px;
}

.third-form_wrap{
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 640px;
    height: 296px;
    border-radius: 10px;
    box-shadow: 0 0 5px #333;
    background-color: rgba(218, 218, 219, .8);
    box-sizing: border-box;
}

.third-form_wrap .tips{
    position: relative;
    width: 250px;
    font-size: 14px;
    text-align: center;
}

.third-form_wrap .tips::before,
.third-form_wrap .tips::after{
    content: " ";
    position: absolute;
    top: 10px;
    width: 65px;
    height: 1px;
    background-color: #b1b1b1;
}

.third-form_wrap .tips::after{
    right: 0;
}

.third-form_wrap .tips::before{
    left: 0;
}

.third-form_wrap .third-platform{
    position: relative;
    width: 252px;
    margin: 25px auto;
    overflow: hidden;
}

.third-platform a{
    float: left;
    margin: 0 9px;
    width: 45px;
    height: 45px;
    background: url("../img/icon/third-icons.png") no-repeat;
}

.third-platform .weibo{
    background-position: -5px 0;
}

.third-platform .wechat{
    background-position: -72px 0;
}

.third-platform .baidu{
    background-position: -139px 0;
}

.third-platform .qq{
    background-position: -206px 0;
}

.third-form_wrap .go-reg{
    position: relative;
    margin: 20px 0 0;
    padding: 20px 0 20px 42px;
    text-align: center;
    border-top: 1px dotted #b1b1b1;
}

.third-form_wrap .go-reg a{
    display: inline-block;
    margin: 0 10px;
    width: 76px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
}

.third-form_wrap .go-reg .submit{
    color: #fff;
    background-color: #c91277;
    border: 1px solid #c91277;
}

.third-form_wrap .go-reg a:hover{
    color: #c91277;
    background-color: transparent;
    border: 1px solid #c91277;
}

.third-form_wrap .form-control{
    position: relative;
    width: 250px;
    margin: 0 auto;
}

.third-form_wrap .form-control label{
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
}

.third-form_wrap .form-control .input-control{
    width: 203px;
    height: 25px;
    background: #efefed;
}

.find-password-wrap .form-control{
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 350px;
    height: 225px;
    border-radius: 10px;
    box-shadow: 0 0 5px #333;
    background-color: rgba(218, 218, 219, .8);
    box-sizing: border-box;
}

.find-password-wrap h4{
    position: relative;
    margin: 10px auto 25px;
    width: 225px;
    font-size: 18px;
    color: #333;
    text-align: left;
}

.find-password-wrap .input-control,
.find-password-wrap .button{
    display: block;
    margin: 0 auto 15px;
    width: 225px;
}


.register-box{
    position: relative;
    width: 100%;
    display: block;
    margin: -40px auto 0;
    padding: 20px;
    height: 420px;
   /* border-radius: 10px;
    box-shadow: 0 0 5px #333;*/
    border: 1px solid #666;
    background-color: rgba(218, 218, 219, .8);
    box-sizing: border-box;
}

.register-form-wrap,
.register-box .login-form-wrap{
    position: relative;
    float: left;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: left;
}

.register-box .login-form-wrap p{
    text-align: center;
    font-size: 15px;
    color: #333;
}

.register-form-wrap::after{
    content: " ";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 325px;
    border-right: 1px dashed #333;
}

.register-form-wrap .input-control{
    height: 25px;
    line-height: 25px;
}

.register-form-wrap .id-code{
    width: 125px;
}

.register-form-wrap .get-code{
    margin: 0 0 10px 8px;
    width: 110px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

.register-form-wrap .get-code-dis {
	background: #E6E6E6;
	color: #818080;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px 8px;
    width: 110px;
    height: 25px;
    line-height: 25px;
}

.register-form-wrap label{
    font-size: 12px;
}

.register-form-wrap .register-btn{
    margin: 10px auto;
}