@charset "uft-8";

.mylogin-header{
    width: 100%;
    height: 86px;
}
.mylogin-header .login-title{
    float: left;
    width: 70%;
}
.mylogin-header .login-title img{
    width: 192px;
    height: 70px;
    display: block;
    float: left;
    margin: 8px 0;
}
.mylogin-header .login-title h1{
    font-size: 28px;
    color: #424242;
    float: left;
    line-height: 34px;
    height: 34px;
    margin-top: 34px;
}
.mylogin-header .return-home{
    float: right;
    text-align: right;
    margin-top: 42px;
}
.mylogin-header .return-home .go{
    display: inline-block;
    padding-left: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.mylogin-header .return-home .go span{
    color: #2380d6;
    font-weight: bold;
}
.mylogin-header .return-home .go i{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/web/login_icon.png") no-repeat 0 0;
    background-size: 240px 30px;
}

.mylogin-describe{
    width: 100%;
    height: 600px;
    background: url("/images/web/login_bg.jpg") no-repeat center center;
    background-size: 1920px 600px;
}
.mylogin-describe .login-wrap{
    width: 1200px;
    margin: 0 auto;
    height: 600px;
    position: relative;
}
.mylogin-describe .login-wrap .mylogin{
    background: url("/images/web/login_bg1.png") no-repeat center center;
    background-size: 402px 422px;
    padding: 11px 11px 0 11px;
    width: calc(402px - 11px - 11px);
    height: calc(422px - 11px);
    position: absolute;
    top: 50%;
    margin-top: -211px;
    right: 0;
    z-index: 2;
}
.mylogin .b-type{
    text-align: center;
    margin-bottom: 20px;
}
.mylogin .b-type label{
    display: inline-block;
    font-size: 16px;
    color: #000000;
    margin: 0 22px;
    line-height: 26px;
    height: 26px;
    padding-left: 24px;
    position: relative;
}
.mylogin .b-type input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 18px;
    color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.mylogin .b-type input[type=radio]:after {
    content: "";
    display:block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #999999;
    background-color: #fff;
    box-sizing:border-box;
}
.mylogin .b-type input[type=radio]:checked:after {
    background: url("/images/web/circle.png") no-repeat center center;
    background-size: 8px 8px;
}
/*登录*/
.mylogin .login-name{
    color:#424242;
    width: 320px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 24px;
    padding-top: 24px;
}
.mylogin .line{
    width: 70px;
    height: 3px;
    background: #2380d6;
    display: block;
    margin-left: 30px;
    margin-bottom: 20px;
}
.mylogin .list{ 
    width: 320px;
    margin: 0 auto;
}
.mylogin .list .item{ 
    overflow:hidden;
    position: relative;
    margin-bottom: 20px;
}
.mylogin .list .item i{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 10px;
}
.mylogin .list .item i.icon1{
    background: url("/images/web/login_icon.png") no-repeat -30px 0;
    background-size: 240px 30px;
}
.mylogin .list .item i.icon2{
    background: url("/images/web/login_icon.png") no-repeat -60px 0;
    background-size: 240px 30px;
}
.mylogin .list .item i.icon3{
    background: url("/images/web/login_icon.png") no-repeat -90px 0;
    background-size: 240px 30px;
}
.mylogin .list .item i.icon4{
    background: url("/images/web/login_icon.png") no-repeat -120px 0;
    background-size: 240px 30px;
}
.mylogin .list .item i.icon5{
    background: url("/images/web/login_icon.png") no-repeat -150px 0;
    background-size: 240px 30px;
}
.mylogin .list .item i.icon6{
    background: url("/images/web/login_icon.png") no-repeat -180px 0;
    background-size: 240px 30px;
}
.mylogin .list .item .ipt_txt{ 
    padding:0 10px 0 50px; 
    line-height:44px; 
    height:44px; 
    background:#fff; 
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    font-size:16px; 
    border:none;
    border: #d9d9d9 1px solid;
    border-radius: 4px;
}
.mylogin .list .item .ipt_txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999; opacity:1; 
}

.mylogin .list .item .ipt_txt::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;opacity:1;
}

.mylogin .list .item .ipt_txt:-ms-input-placeholder{
    color: #999999;opacity:1;
}

.mylogin .list .item .ipt_txt::-webkit-input-placeholder{
    color: #999999;opacity:1;
}
.mylogin .list .item .ipt_txt:active,
.mylogin .list .item .ipt_txt:focus{
    border-bottom: #2380d6 1px solid;
}
.mylogin .list .item .ipt_txt:active:-moz-placeholder, 
.mylogin .list .item .ipt_txt:focus:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #333; opacity:1; 
}

.mylogin .list .item .ipt_txt:active::-moz-placeholder,
.mylogin .list .item .ipt_txt:focus::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #333;opacity:1;
}

.mylogin .list .item .ipt_txt:active:-ms-input-placeholder,
.mylogin .list .item .ipt_txt:focus::-ms-input-placeholder{
    color: #333;opacity:1;
}

.mylogin .list .item .ipt_txt:active::-webkit-input-placeholder,
.mylogin .list .item .ipt_txt:focus::-webkit-input-placeholder{
    color: #333;opacity:1;
}
.mylogin .list .item .ipt_txt1{
    width: 152px;
}
.mylogin .list .item .ipt_txt2{
    padding-right: 250px !important;
}
.mylogin .btn_login{
    margin:0 auto;
    width: 320px;
}
.mylogin .btn_login .btn_submit{ 
    width:100%; 
    padding:0 0; 
    line-height:46px; 
    height:46px; 
    border-radius:0;  
    background:#2380d6; 
    border:none;
    font-size:.3rem;
    color:#fff;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}
.mylogin .list .item .get_yzm{ 
    font-size:14px;
    width:160px; 
    height:44px; 
    line-height:44px; 
    text-align:center; 
    display:block; 
    float:right; 
    background:#e5e5e5; 
    border:#d9d9d9 1px solid; 
    border-radius:4px; 
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */ 
    position: absolute;
    right:0;
    top: 0;
}
.mylogin .btn-reg{
    line-height: 30px;
    height: 30px;
    color: #000;
    font-size: 16px;
    width: 320px;
    margin: 12px auto 0 auto;
    position: relative;
    text-align: center;
}
.mylogin .btn-reg a{
    display: inline-block;
}
.mylogin .btn-reg1{
    padding-left: 20px;
    text-align: left;
    width: 300px;
}
.mylogin .btn-reg input[type="checkbox"]{
    width:16px;
    height:16px;
    text-align: center;
    vertical-align: middle; 
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.mylogin .btn-reg input[type="checkbox"]::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}
.mylogin .btn-reg input[type="checkbox"]:checked::before{
    background: #000 url("/images/web/check_on1.png") no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    border: 1px solid #000;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.mylogin .btn-reg a:nth-child(1){
    color: #2380d6;
}
.mylogin .btn-reg a:hover{
    text-decoration: underline;
}

.mylogin .third-login{
    width: 320px;
    border-top: #d5d5d5 1px solid;
    padding: 12px 0 0 0;
    margin: 30px auto 0 auto;
    text-align: center;
    vertical-align:middle;
}
.mylogin .third-login a{
    display: inline-block;
    margin: 0 4px;
}
.mylogin .third-login a i{
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
}
.mylogin .third-login a i.qq{
    background: url("/images/web/login_icon2.png") no-repeat -32px 0;
    background-size: 64px 32px;
}
.mylogin .third-login a i.weixin{
    background: url("/images/web/login_icon2.png") no-repeat 0px 0;
    background-size: 64px 32px;
}


.mylogin-footer{
    width: 100%;
    padding: 46px 0 0 0;
}
.mylogin-footer .hotphone{
    font-size: 16px;
    color: #333;
}
.mylogin-footer .hotphone span{
    font-size: 30px;
    font-weight: bold;
}
.mylogin-footer .link{
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 16px;
}
.mylogin-footer .link a{
    display: inline-block;
    margin-right: 10px;
}
.mylogin-footer .link a:hover{
    text-decoration: underline;
}
.mylogin-footer .link h1{
    display: inline-block;
    font-weight: bold;
}
.mylogin-footer .mycompany{
    border-top: #2380d6 1px solid;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    width: 1200px;
    margin: 24px auto 0 auto;
}

.reg-mypass{
    width: 100%;
    padding: 46px 0 20px 0;
    border-top: #2380d6 1px solid;
}
.reg-mypass .regname{
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    width: calc(1200px - 40px);
    background: #f5f5f5;
    padding: 0 20px;
    margin: 0 auto 28px auto;
}