﻿html
{
   overflow: hidden; 
}
body
{ 
    font-family: "Helvetica Neue" ,Helvetica,Arial, "PingFang SC" , "Hiragino Sans GB" , "Microsoft Yahei" ,sans-serif;
    background: url('../images/bg.jpg') 100% 100%;
    background-size: cover;
    margin: 0;
    width: 100%;
    height: 100%; 
    repeat: no-repeat;
    background-attachment: fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale');
    -moz-background-size: cover;
    -webkit-background-size: cover;
} 
input::-webkit-input-placeholder { /* WebKit browsers */ 
    color:  #c6c6c6 !important;
    font-size: 14px !important;    
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color:  #c6c6c6 !important; 
    font-size: 14px !important;
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color:  #c6c6c6  !important; 
    font-size: 14px !important;
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color:  #c6c6c6 !important; 
    font-size: 14px !important;
} 
ul
{
    margin:0px;
    padding:0px;
    list-style:none;
} 
a
{
    color: #fff;
    cursor: pointer;
    margin-right:1px;
    text-decoration: none;
}
.main
{
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 600px;
    min-width: 1080px;    
}

.content{ 
    position: absolute;
    width: 424px;
    height: 480px;
    top: 50%; 
    margin-top: -280px;
    left: 50%;
    margin-left: -212px;
    background: url('../images/group.png') 100% 100%;
} 
.content .account{margin: 0 0 0 50px;}
.content .password{margin: 0 0 0 40px;}
.content .code{margin: 0 0 5px 30px;}
    .content #lblUserName, .content #lblPassword, .content #lblValidateCode, .content #lbltxtCustomerId {
        font-size: 14px;
        color: #ffe940;
        margin: 12px 0 6px 42px;
        display: inline-block;
    }
    
.content .logo{padding: 26px 0 0 67px;margin: 0 0 20px 0;}
.content .inputcontrol{width:424px; font-size: 14px;}

.content .inputcontrol ul    
{     
    width: 385px;
    height: 50px;
    background-size: 100% 100%;
    border-radius: 4px;
}
.inputcontrol ul li{ float:left; line-height:40px; padding:0px;margin:0px;}
.inputcontrol ul li img{ width: 22px; padding: 12px 15px 0 00px;}

.inputcontrol ul .liControl{ background: url('/ThemePages/Default/images/input.png') no-repeat 100% 100%; width: 326px;height: 50px;}
.inputcontrol ul li input{width:240px; height:50px; padding:0 2px;margin:0px 0 0 15px;font-size: 14px; color:#c6c6c6; border:0; background-color:#f4884e;BACKGROUND-COLOR: transparent;}
.inputcontrol ul li input:focus{border:0;outline:none;}

.inputcontrol .inputLabel{color:#ffe940;opacity:0;}
.inputcontrol.typed .inputLabel{opacity:1;}
.inputcontrol.typed.error .inputLabel{color:#ffe940;}
.forget{font-size: 15px;
    color: red;
    text-align: right;
    padding: 5px 0 0 0;
    width: 355px;
}
.btnLogin {
    background: url(../images/btn.png) 327px 42px;
    margin: 0 0 0 35px !important;
    width: 327px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    padding: 0px;
    border: 0px;
    border-radius: 4px;
    outline: none;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #d2ebff;
}
.btnDefault
{
   margin: 50px 0 45px 0;
}

.btnLogin:hover {
    background: url(../images/btn-hover.png) 327px 42px;
}

.footer
{
    width: 375px;
    font-size: 14px;
    color: #c6c6c6;
    bottom: 0px;
    text-align: center;
    padding: 20px 0;
}
.footer a{color:#c6c6c6;text-shadow: 0 0px 0px #c6c6c6;font-size: 14px;} 
.footer a:hover{color:#fff;}
.footer .link{ margin:0 30px;} 

.footer-qr
{
    height: 48px;
    position: fixed;
    bottom: 128px;
    left: auto;
    right: 0px;
}

.footer-qr:hover .qr
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
} 
.footer-qr:hover .qrbk
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
}

.footer-qr .app
{
    width: 53px;
    height: 48px;  
    cursor: pointer;
	
} 
.footer-qr .qr
{
    visibility: hidden;
    width: 140px;
    height: 167px;
    background-color: #55D4FD;
    position: absolute;
    left: -153px;
    top: -120px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
} 
.footer-qr .qrbk
{
    visibility: hidden;
    width: 140px;
    height: 167px;
    background-color: #55D4FD;
    position: absolute;
    left: -153px;
    top: -115px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-qr .qr:after
{
    content: '';
    border-top: 8px solid transparent;
    border-right-color: #55D4FD;
    border-left: 8px solid #55D4FD;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 82%;
    right: -8px;
} 
.footer-qr .qrbk:after
{
    content: '';
    border-top: 8px solid transparent;
    border-right-color: #55D4FD;
    border-left: 8px solid #55D4FD;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 82%;
    right: -8px;
}
.footer-qr .qr-describe
{
    text-align:center;
    font-size:12px;
    color:#fff;
}

/*email*/
.footer-email
{ 
    height: 48px;
    position: fixed;
    bottom: 128px;
    left: auto;
    right: 0px;
}
.footer-email .email
{     
    background: url(../images/JXemail.png) 217px 48px;
    width: 210px;
    height: 48px;
    margin-right: -167px;
    cursor:pointer;
    line-height: 48px;
    color:#fff;
    font-weight: bold;
}
.footer-email .email span
{
    display:none;
    margin-left: 52px;
}
.footer-email .email:hover
{
    margin-right: 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.footer-email .email:hover span
{
    display:block;
}

/*tel*/

.footer-tel
{ 
    height: 48px;
    position: fixed;
    bottom: 67px;
    left: auto;
    right: 0px;
}
.footer-tel .tel
{     
    background: url(../images/tel.png) 167px 48px;
    width: 167px;
    height: 48px;
    margin-right: -114px;
    cursor:pointer;
    line-height: 48px;
    color:#fff;
    font-weight: bold;
}

.footer-tel .tel span
{
    display:none;
    margin-left: 52px;
}
.footer-tel .tel:hover
{
    margin-right: 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.footer-tel .tel:hover span
{
    display:block;
}

.footer-tel .JXtel
{     
    background: url(../images/JXTel.png) 217px 48px;
    width: 210px;
    height: 48px;
    margin-right: -167px;
    cursor:pointer;
    line-height: 48px;
    color:#fff;
    font-weight: bold;
}
.footer-tel .JXtel span
{
    display:none;
    margin-left: 52px;
}
.footer-tel .JXtel:hover
{
    margin-right: 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.footer-tel .JXtel:hover span
{
    display:block;
}

/* 
#lblUserName{padding-left: 55px;}
#lblPassword{padding-left: 50px;}
.inputcontrol{width:424px; font-size: 14px;}
 
.inputcontrol ul    
{    
    display: flex;
    width: 385px;
    height: 50px;
    background-size: 100% 100%;
    border-radius: 4px;
}
.inputcontrol ul li{float:left; line-height:40px; padding:0px;margin:0px;}
.inputcontrol ul li img{    width: 20px;
    height: 20px;
    padding: 12px 27px 0 10px;}
.inputcontrol ul li input{width:240px;padding:0 2px;margin:0px;font-size: 14px; color:#c6c6c6; border:0; background-color:#f4884e;
     BACKGROUND-COLOR: transparent;}
.inputcontrol ul li input:focus{border:0;outline:none;}
.inputcontrol .inputLabel{color:#ffe940;opacity:0;}
.inputcontrol.typed .inputLabel{opacity:1;}
.inputcontrol.typed.error .inputLabel{color:#ffe940;}

.content{ width: 424px;height: 480px;} 
.content .content-right{ width: 424px;
    height: 480px;}
.content-right .logo{padding: 25px 0 0 67px;}
.content-right .account 
{ 
}
.content-right .account ul{ margin:30px 0 0 30px;}

.content-right .password 
{ 
}
.content-right .password ul{    padding-top: 20px;}

.content-right .code{ padding: 20px 0 0 35px;}
.content-right .code ul{    padding-top: 20px;}

.content-right .title{font-size: 24px;color:#61a5d3;text-align:center;padding-bottom:30px;margin:0px 0 0 0;}
.content-right .forget{    font-size: 14px;
    color: red;
    text-align: right;
    padding: 10px 1px 30px 0px;
    width: 355px;}
.content-right .forget a{ color:#fff;}
  
.mainQr
{
    height: 48px;
    position: fixed;
    bottom: 128px;
    left: auto;
    right: 0px;
}

.mainQr:hover .qr
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
}

.mainQr:hover .qrbk
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
}

.mainQr .app
{
    width: 53px;
    height: 48px;  
    cursor: pointer;
	
}


.mainQr .qr
{
    visibility: hidden;
    width: 140px;
    height: 167px;
    background-color: #55D4FD;
    position: absolute;
    left: -153px;
    top: -120px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.mainQr .qrbk
{
    visibility: hidden;
    width: 140px;
    height: 167px;
    background-color: #55D4FD;
    position: absolute;
    left: -153px;
    top: -115px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.mainQr .qr:after
{
    content: '';
    border-top: 8px solid transparent;
    border-right-color: #55D4FD;
    border-left: 8px solid #55D4FD;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 82%;
    right: -8px;
}

.mainQr .qrbk:after
{
    content: '';
    border-top: 8px solid transparent;
    border-right-color: #55D4FD;
    border-left: 8px solid #55D4FD;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 82%;
    right: -8px;
}
.qr-describe
{
    text-align:center;
    font-size:12px;
    color:#fff;
}
 
.content-left{ } 
.login-footer
{
    height:40px; 
    z-index:999;
} 

.login-footer a:hover{ color:#fff;}  

.other
{
    position: absolute;
    width: 100px;
    height: 187px;
    bottom: 80px;
    left: 30px;
}
.other img
{
    width: 100px;
    height: 187px;
}

.btnLogin
{
    background: url(../images/btn.png) 327px 42px;
    margin: 40px 0 0 35px !important;
}

.mainTel
{ 
    height: 48px;
    position: fixed;
    bottom: 67px;
    left: auto;
    right: 0px;
}
.mainTel .tel
{     
    background: url(../images/tel.png) 167px 48px;
    width: 167px;
    height: 48px;
    margin-right: -114px;
    cursor:pointer;
    line-height: 48px;
    color:#fff;
    font-weight: bold;
}
.mainTel .tel span
{
    display:none;
    margin-left: 52px;
}
.mainTel .tel:hover
{
    margin-right: 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.mainTel .tel:hover span
{
    display:block;
}

.liControl{
    background: url('/ThemePages/Default/images/input.png') no-repeat 100% 100%;
    flex:1;
}
*/