﻿html {
    font-family: 'SimHei';
}
input,
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

html,body,body>form {
    background: #fff;/*#b3e1ff*/
    height:100%;
}

.login_logo {
    width: 100%;
}

.topbg{
    height:9.625rem; 
    background:#02ebeb;
    text-align:center;
}

.main_box {
    margin: 0 auto;
    height: 100%;
}

.of-h {
    overflow: hidden;
}

.fr {
    float: right;
}

.va-m {
    vertical-align: middle;
}

.fz12 {
    font-size: .75rem;
}

.mr_b36 {
    margin-bottom: 2.25rem;
}

.mr_b16 {
    margin-bottom: 1rem;
}

/*根据不同宽度得到不同样式*/
@media screen and (max-width:767px) {
    body {
        font-size: 16px; /*甚础大小值*/
    }

    .main_box {
        width: 100%;
        background: #fff
    }
}

@media screen and (min-width:768px) {
    body {
        font-size: 16px; /*甚础大小值*/
    }

    .main_box {
        width: 46.875rem;
        background:#fff;
    }

}

@media screen and (min-width:1200px) {
    body {
        font-size: 16px; /*甚础大小值*/
    }

    .main_box {
        width: 46.875rem;
        background: #fff
    }

}

.topbg div img.cloud {
    margin-top: 1.875rem;
    width: 4.8125rem;
    height: 3rem;
    margin-bottom:.875rem;
}

.topbg div img.loginfont02 {
    margin-bottom: .9375rem;
    /*width: 4.8125rem;*/
    height:1.25rem;
}

.topbg div img.loginfont01{
    width:14rem;
    height:auto;
}


.topbg .textbox {
    text-align: center;
    color: #fff;
    line-height: 1.125rem;
    font-size: 1.125rem;
}
.topbg_btootom{
    height:2rem;
}
.topbg_btootom img {
    height: 2rem;
    width:100%;
    
}

.contentbox {
    padding: 1.875rem 13.8% 1.875rem 13.8%;
}

.checkul {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    color: #666;
    font-size: 1.125rem;
}
.checkul li{
    cursor:pointer;
}

    .checkul .resp-tab-active {
        color: #02ebeb;
    }

.inputbox{
    margin-top:1.875rem;
    font-size:1rem;
    line-height:2.75rem;
}

input[type="text"], input[type="password"]{
    border-radius:1.375rem;
    border:1px solid #666;
    height:2.75rem;
    line-height:2.625rem;
    padding-left:3.125rem;
    width:100%;
    color:#666;
    box-sizing:border-box;
}

    input[type="password"]{
        padding-right:3.25rem;
    }

    .p_r {
        position: relative;
    }

.inputbox i.usericon {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    top: .75rem;
    left: 1.25rem;
    background: url(/images/usericon.png) no-repeat;
    background-size:100%;
}

.inputbox i.passicon {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    top: .75rem;
    left: 1.25rem;
    background: url(/images/passicon.png) no-repeat;
    background-size: 100%;    
}

.btn_login {
    background:#02ebeb;
    border-radius: 1.375rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align:center;
    font-size:1.125rem;
    width:100%;
    box-sizing:border-box;
    border:0;
    color:#fff;
}

    .btn_login:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        color: #fff
    }

.inputbox i.eyecloseicon, .inputbox i.eyeopenicon {
    width: 1.375rem;
    right: 1.25rem;
    display: block;
    position:absolute;
    cursor:pointer;
}

.inputbox i.eyecloseicon {
    height: .5rem;
    top: 1.125rem;
    background: url(/images/eye-close.png) no-repeat;
    background-size: 100%;
}

.inputbox i.eyeopenicon {
    height: 1rem;
    top: .875rem;
    background: url(/images/eye-open.png) no-repeat;
    background-size: 100%;
}

.register {
    float: left;
    font-size: .75rem;
    color: #999;
    cursor: pointer;
}

.findpass {
    float: right;
    font-size: .75rem;
    color:#999;
    cursor:pointer;
}

.span-validation {
    box-sizing: border-box;
    height: 1.375rem;
    width: 2.5rem;
    line-height: 1.375rem;
    font-size: .6875rem;
    border-radius: .6875rem;
    color: #02ebeb;
    background: #b1fdfd;
    cursor: pointer;
    position: absolute;
    display: block;
    right: 1rem;
    top: .6875rem;
    text-align: center;
}

.span-validation-disabled {
    box-sizing: border-box;
    height: 1.375rem;
    width: 2.5rem;
    line-height: 1.375rem;
    font-size: .6875rem;
    border-radius: .6875rem;
    color: #666;
    background: #efefef;
    cursor: pointer;
    position: absolute;
    display: block;
    right: 1rem;
    top: .6875rem;
    text-align: center;
}

.fixedbottom {
    /*
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    width:100%;
    */
    box-sizing: border-box;
    font-size: .6875rem;
    line-height: .75rem;
    height: .75rem;
    text-align: center;
    color: #999;
    margin-top:5.5rem;
}

    .fixedbottom img{
        width:.75rem;
        height:.75rem;
        margin-right:.25rem;
        vertical-align:middle;
    }
