@charset "UTF-8";
body,html{
    background:url(../image/login/pcbg.jpg);
    background-size: 100% 100%;
    background-size:cover;
    -moz-background-size:cover; /* 老版本的 Firefox */
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    width: 100%;
    height: 100%;
    position: relative;
}
#wrap{
    height:100%;
    width:100%;
    background: rgba(0,0,0,.2);
}
.centerBody{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-left:-200px;
    height: 300px;
    margin-top: -200px;
}
.yzmTcMb{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    background-color: #000;
    opacity: 0.4;
}
.yzmTc{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 100px;
    margin-top: -45px;
    margin-left: -200px;
    z-index: 10;
    display: none;
}
@media screen and (max-width: 500px) {
    .centerBody{
        top: 50%;
        left: 5%;
        width: 90%;
        height: 300px;
        margin-left: 0px;
        margin-top: -200px;
    }
    .yzmTc{
        top: 50%;
        left: 10%;
        width: 80%;
        margin-left: 0px;
    }
}
.clogo{
    display: block;
    margin: 0 auto;
    height: 40px;
}
.contentLogin{
    margin-top: 40px;
    letter-spacing: 1px;
}
.contentLogin div{
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.contentLogin .cinput{
    text-align: left;
    background: rgba(0,0,0,0.27);
    padding-left:20px;
}
.contentLogin .cloginbtn{
    background-image: linear-gradient(to right, #0349A4 , #0349A4);
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.contentLogin div img{
    height: 20px;
    float: left;
    margin-top: 15px;
}
.contentLogin div input::-webkit-input-placeholder {
    color: #ccc;
}
.contentLogin div input::-moz-input-placeholder {
    color: #ccc;
}
.contentLogin div input::-ms-input-placeholder {
    color: #ccc;
}
.contentLogin div input{
    font-size: 16px;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    background: none;
}
.cmoblie input{
    width: 70%;
}
.ccode input{
    width: 50%;
}
.contentLogin .ccode a{
    font-size: 14px;
    color: #fff;
    float: right;
    margin-right: 20px;
}
#checkImg{
    height: 36px;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
}
.checkPm{
    width: 100%;
    text-align: center;
    margin-left: 20%;
}
.checkPm div{
    width: 30%;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
    float: left;
}
.checkPm div img{
    height: 14px;
    vertical-align: middle;
}
.checkPm div a{
    color: #fff;
    font-size: 14px;
    margin-left: 4px;
    text-decoration: underline;
}

.zhezhao{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9990;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.selectShopList{
    position: fixed;
    width: 300px;
    min-height: 250px;
    max-height: 400px;
    z-index: 9999;
    top: 20%;
    left: 50%;
    margin-left: -150px;
    background:#FFFDEA;
    border-radius: 10px;
}
.selectShopList .selctTips{
    width: 80%;
    display: block;
    margin: 20px auto 15px;
}
.selectShopList ul{
    width: 85%;
    margin: 35px auto 0;
    max-height: 300px;
    overflow: auto;
    padding-bottom: 20px;
}
.selectShopList ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin-top:15px;
    text-align: center;
    background-image: linear-gradient(to right, #0349A4 , #0349A4);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

