﻿
body{
    background-color: #f9f9f9;
}
a{
    text-decoration: none;
}
body,a{
    /*color:#546064;*/
    color:#5c3f98;
}
ul li{
    list-style: none;
    float: left;;
}
/*ͷ��*/
@media screen and (min-width: 500px) and (max-width: 768px) {
    .head {
        display: none;
    }
}
.head{
    height: 90px;
    border-bottom: 1px solid #ECF0F1;
    box-shadow: 0 0 2px 0 #ECF0F1;
    min-width: 1060px;
    background-color: #fff;
}
.min-head{
    width: 1060px;
    height: 100%;
    margin: 0 auto;
}
.min-head>a{
    margin-top: 5px;
}
.min-head>a img{
    display: block;
    width: 80px;
    /*height: 30px;*/
    /*display: none;*/
}
.head-nav{
    margin-left: 50px;
    height: 100%;
    /*line-height: 90px;*/
}

.head-nav ul{
    /*display: inline-block;*/
}
.head-nav li{
    display: inline-block;
    height: 100%;
    font-size: 16px;
    line-height: 90px;
}
.head-nav li:hover a,.login:hover,.regist:hover{
    color: #849195;
}
.head-nav li a{
    padding: 0 20px;
}
/*��¼ע�Ჿ��*/
.regist-box{
    line-height: 90px;
    height: 90px;
    font-size: 16px;
    position: relative;

}
.lilang{
    padding: 0 20px;
}
.head-nav ul a.lang{
    padding: 0;
}
.regist-box div{
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
.quit{
    background-image: url(../img/sprite_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-position: -2px -190px;
    cursor: pointer;
}
.quit:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*β��*/
.footer{
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    line-height: 20px;
    color: #546064;
    text-align: center;
    width: 1060px;

}
.footer-one{

    margin-bottom: 20px;
    padding-bottom: 26px;
    border-bottom: 1px solid #ECF0F1;
    text-align: center;

}
.footer ul{
    display: inline-block;
}
.footer ul a{
    padding-left: 34px;
    padding-right: 34px;
}

/*��¼ģ̬��*/
.mask_layer{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.4);
    color: #849195;
}

.mask_login{
    width: 760px;
    height: 376px;
    border: 4px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 101;

    padding-top: 80px;
    background-clip: padding-box;
}
.quit{
    position: absolute;
    top: 20px;
    right: 20px;
}

/*��¼ģ̬���*/
.mask_login_left{
    padding-left: 94px;
    padding-right: 94px;
    border-right: 1px solid #00D8C9;
}
.mask_login_right{
    padding-right: 70px;
    width: 166px;
}
.mask_login_right img{
    width: 160px;
}
.quit{
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.tel_code{
    position: relative;
    height: 38px;
}
.mask_login_left{
    width: 277px;
}
.mask_login_left h2{
    margin-top: 0;
    margin-bottom: 20px;
    width: 270px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.tel_code ul{
    height: 270px;
    position: absolute;
    z-index: 10;
    top: 39px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 274px;
    max-height: 270px;
    line-height: 30px;
    background-color: #fff;
    overflow-y: auto;
    list-style: none;
    border: 1px solid #E8EDEE;
    border-top: none;
    cursor: pointer;
}
.tel_code ul li{
    float: none;
    padding-left: 10px;
}
.tel_code  ul li:hover {
    background-color: #E8EDEE;
}
input,.tel_code p{
    line-height: 27px;
    border-bottom:1px solid #E8EDEE;
    height:38px;
    padding-left: 10px;
    color: #849195;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 14px;
}
form input{

}
.tel_code p{
    display: block;
    cursor: pointer;
}
.tel{
    margin-top: 10px;
}
.tel input{
    width: 100%;
}
.verify{
    position: relative;
    margin-top: 20px;
}
.verify input{
    width: 126px;
}
.verify span{
    position: absolute;
    top: 2px;
    right: 0;
    width: 110px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 17px;
    background-color: #5c3f98;
    cursor: pointer;
    font-size: 14px;
}
.verify span:hover,form>input:hover{
    background-color: #fb7286;
}

.verify p{
    position: absolute;
    font-size: 14px;
    padding-left: 10px;
    color: red;
    line-height: 40px;
}
form>input{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #5c3f98;
    text-align: center;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 35px;
}
.footer-one a{
    color: #546064;
}

.mask_login_left>p,.mask_login_left a{
    /*color: #00D8C9!important;*/
    font-size: 10px;
    line-height: 40px;
}
.mask_login_left a{
    color: #5c3f98!important;
}
/*��¼ģ̬�ұ�*/
.mask_login_right{
    text-align: center;
}
.mask_login_right a{
    position: relative;
    display: block;
    margin-top: 50px;
    padding-left: 26px;
    width: 140px;
    height: 36px;
    line-height: 34px;
    text-decoration: none;
    border-radius: 18px;
    color: #fff;
}
.mask_login_right a:first-of-type{
    background-color: #DC7164;
}
.mask_login_right a>i{
    position: absolute;
    top:8px;
    left: 30px;
    display: inline-block;
    width: 23px;
    height: 20px;
    vertical-align: middle;
    background-image: url(../img/sprite_icon.png);
    background-repeat: no-repeat;
    background-position: -55px -185px;
}
.mask_login_right a:last-of-type{
    background-color: #5DDF78;

}



/*�м����ݼ���ģ̨��*/
.content_mask{
    overflow: hidden;
    height: 700px;
}
.spinner {
    margin: 300px auto;
    width: 65px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #67CF22;
    height: 100%;
    width: 6px;
    margin: 0 2px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}





.bg{
    background-color:#ff8140;
}


.tel_code p:after, .tel_code p:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
}
.tel_code p:after{
    right: 17px;
    border-top-color:#fff ;
}
.tel_code p:before{
    border-width: 6px;
    border-top-color: #849195;
}

/*��֤����ʱ��ʽ*/
.noClick{
    cursor: not-allowed!important;
    background-color: #ccc!important;
}

/*��¼okʱ��ʾ*/
.loginOK img{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #00D8C9;
    border-radius: 16px;
    vertical-align: middle;
}
.loginOK span{
    padding: 0 10px;
}
div.quitLogin{
    width: 100px;
    text-align: center;
    position: absolute;
    bottom:-10px;
    left: 50%;
    transform: translateX(-50%);
    -wenkit-transform: translateX(-50%);
    padding: 5px;
    border: 1px solid #ccc;
    line-height: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px #ccc;
    z-index: 10;
}



