/**
 * 公共样式
 */
.common-container {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
}
.phone_button,.phone_button2,.normal-btn{
    width: 100%;
    height: 42px;
    font-size: 16px;
    background: #008cd7;
    color: #fff;
    letter-spacing: 8px;
}
.phone_button{
    float: right;
    width: 36%;
    font-size: 14px;
}

.phone_button:disabled{
    background: #ccc;
}

#phone{
    width: 60%;
}

.normal-btn-2{
    width: 100%;
    height: 42px;
    font-size: 16px;
    background: #008cd7;
    color: #fff;
    letter-spacing: 8px;
    margin-top:10px;
}
.m-t-26{
    margin-top: 26px;
}
.m-t-28{
    margin-top: 28px;
}

/**
 * 头部样式
 */
.header{
    height: 92px;
}
.header{
    content: '';
    display: block;
    clear: both;
}
.logo{
    float: left;
    margin-top: 16px;
    margin-bottom: 0;
}
.logo img{
    height: 60px;
    width: auto;
}
.logo-text{
    float: right;
    color: #008dd4;
    font-size: 20px;
    line-height: 92px;
}
 
/**
 * 内容样式
 */
.content-bg{
    background: #008dd4;
    overflow: hidden;
}
.content{
    height: 100%;
}
.from-bg{
    background: #fff;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .3;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    float: right;
    position: absolute;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
}
.from-login{
    width: 300px;
    height: 320px;
    background: #fff;
    float: right;
    margin-top: 60px;
    margin-right: 70px;
    margin-bottom: 60px;
}
.from-title{
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 1px;
}
.from-box{
    margin: 35px 25px 0;
}
.forget-pass{
    float: right;
}
input.checkbox-blue{
    float: left;
    margin: 0;
}
input.checkbox-blue:checkbox{
    border: none;
}
.prompt-msg{
    float: left;
    margin-left: 8px;
    font-size: 14px;
    line-height: 14px;
    color: #777;
}
.forget-pass{
    float:right;
    font-size: 14px;
    line-height: 14px;
}
.input-group{
    width: 100%;
}
.input-group-init{
    padding: 0;
    border-radius: 0;
    width: 40px;
}
.form-control-init{
    height: 40px;
    border: 1px solid #f0f0f0 !important;
    background: #fcfcfc;
    box-shadow: 0 0 0 #fff;
    border-radius: 0;
    line-height: 34px\9;
    padding-right: 0;
}
.form-control-init:focus{
    box-shadow: none;
}
.input-group:focus{
    box-shadow: 0px 0px 2px #4EACE3;
}
#checkboxBlue{
    display: none !important;
}
.label-blue{
    background-color: white;
    border:1px solid #d3d3d3;
    width:14px;
    height:14px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    float: left;
}
.label-blue-ed{
    border-color: #6dccfc;
    background-color: #269edb;
}
/**
 * 底部样式
 */
 .footer{
     margin: 21px auto;
 }
 .footer-text-zh{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #666;
    letter-spacing: 1px;
 }
 .footer-text{
     font-size: 16px;
     line-height: 20px;
     text-align: center;
     color: #666;
 }
.content-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
}
.mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
    display: none;

}

.mask_content{
    box-sizing: border-box;
    padding: 35px 50px 25px 15px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    top: 100px;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.3s ease-out;
}
.close{
    z-index: 1;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    overflow: hidden;
    cursor: pointer;
    width: 30px;
}
.icon_close{
    font-size: 31px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: 1px;
    width: 100%;
    height: 100%;
}