﻿/* 设置滚动条的样式 */
::-webkit-scrollbar {
    /*width:0.4em;*/ /*垂直宽度*/
}

    ::-webkit-scrollbar:horizontal {
        /*height: 0.4em;*/ /*水平宽度*/
    }
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.3) inset;
    /*border-radius: 10px;*/
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.3) inset;
}

body {
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

img {
    border-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol, li, dl, dt, dd {
    list-style: none;
    border: none;
}
 /*登录及注册页*/
.logo {
    width: 1030px;
    height: 100px;
    margin: 0 auto;
    background: #ffffff;
}
.logo:before,.logoContent:before{
    content:"";
    display:table;
}
.logoContent{
    margin-top:25px;
}
.logoRegister{
    width:124px;
    height:35px;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    color:#ffffff;
    background:#41A0FF;
    font-size: 18px;
    margin-top:7px;
}
.logoRegister:hover,.logoRegister:focus{
    color:#fff;
    text-decoration:none;
}
.icFriends{
    position:absolute;
    top: 43px;
    left: 110px;
}
.registerInfo{
    color:#000000;
    font-size:24px;
    margin-bottom:70px;
    font-weight:normal;
}
.loginInfo{
    color:#666666;
    font-size:36px;
    margin-bottom:50px;
    font-weight:normal;
}
ul.downloadApp{
    width:600px;
    margin:0 auto;
    padding-left:0;
}
ul.downloadApp li{
    float:left;
    width:200px;
    list-style:none;
    text-align:center
}
ul.downloadApp li dl dt{
    margin-bottom:20px;
}
.ICRegister{
    width:568px;
    min-height:520px;
    padding:40px;
    background:#ffffff;
    margin:0 auto;
}
ul.register{
    padding-left:0;
    border-bottom: 1px solid #ddd;
}
ul.register li{
    list-style:none;
    float:left;
    width:162px;
}
ul.register li a{
    font-size:18px;
    display:inline-block;
    text-decoration:none;
    color:#999999;
    width:100%;
    height:35px;
    line-height:35px;
    text-align:center;
}
ul.register li.active a{
    font-size:18px;
    text-decoration:none;
    color:#41A0ff;
    border-bottom:1px solid #41A0FF;
}
.validateCode{
    margin-bottom:20px;
}
.validateCode_login{
    margin-bottom:8px;
}
.reloadCode{
    color:#41A0FF;
    background: none;
    border: none;
}
.reloadCode:hover,.getVerificationCode:hover,.forgetUserPwd:hover,.companyUploadLogoImg:hover{
    cursor:pointer;
}
.nextStep{
    width:160px;
    height:42px;
    color:#ffffff;
    background:#41A0FF;
    font-size:18px;
    line-height:42px;
    text-align:center;
    border-radius:30px;
    padding:0;
    margin:0 auto;
}
.nextStep:hover,.nextStep:focus{
    color:#ffffff;
    background:#41A0FF;
    outline:none !important;
}
.required{
    color:red;
    vertical-align:middle;
}
.getVerificationCode{
    position:absolute;
    top:0px;
    right:0px;
    line-height:34px;
    height:34px;
    color:#41A0FF;
    padding-right: 8px;

    background: none;
    border: none;
}
.getVerificationCode:focus,.reloadCode:focus{
    outline:none;
}
.serviceAgreement{
    width: 1030px;
    min-height: 100px;
    margin: 0 auto;
    background:#ffffff;
    color:#000000;
    padding:30px 60px;
    margin-bottom:150px;
}
.serviceAgreementTitle {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom:30px;
}
.serviceAgreementSecondTitle{
     font-size: 18px;
    color: #000000;
    font-weight:bold;
    text-align:justify;
    margin-bottom:15px;
}
.serviceAgreementContent{
    font-size: 16px;
    color: #333333;
    text-align:justify;
    margin-bottom:15px;
}
.serviceAgreementSecondContent{
    font-size: 16px;
    color: #333333;
    text-align:justify;
    margin:3px 0;
}
.companyUploadLogo{
    text-align:center;
    margin-bottom: 20px;
}
.companyUploadLogoImg{
    max-width:100%;
}
.createComTitle {
    display: inline-block;
    min-width: 100px;
    max-width: 100px;
    vertical-align: middle;
    text-align: right;
    margin-right: 3px;
}
.createComTitleContent{
    width:310px!important;
}
.newMember {
    display: inline-block;
    min-width: 60px;
    text-align: right;
    margin-right: 155px;
}
.newMember_login {
    display: inline-block;
    min-width: 60px;
    text-align: right;
    margin-right: 115px;
}
.newMemberJoin{
    color:#B6B6B6;
    font-size:12px;
    margin-bottom:40px;
}
.newMemberJoin_login{
    color:#B6B6B6;
    font-size:12px;
    margin-bottom:12px;
}
.reinstallPwdBox{
    padding:0 25px;
}
.reinstallPwdBox:before{
    content:"";
    display:table;
}
.reinstallPwd{
    color: white !important;
    border: 0px !important;
    margin-top: 15px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    height: 36px !important;
    border-radius: 5px !important;
    background-color: #41A0FF !important;
    cursor: pointer !important;
}
.createComTitleContentLogin{
    width:232px !important;
}

.loginSection{
    /*width: 100%;
    height:972px;
    background:url(/images/bg-title.png) no-repeat;*/   
    position:relative;
    overflow-y:hidden;
    
}
.loginSection:before{
    content:"";
    display:table;
}
.loginContent{
    width:400px;
    height:446px;
    border-radius:5px;
    background-color:#ffffff;
    padding:30px 40px 40px;   
    position:absolute;
    top:14%;
    left: 63%;
    /*top:140px;
    margin-right:260px;
    margin-top:140px;*/
    /*margin-top:140px;
    margin-left:1200px;*/

}
/*@media screen and (max-width: 1200px){
       .LoginBoxRight{
           right:100px;
       }
}
@media screen and (min-width: 1201px) and (max-width: 1367px) {
       .LoginBoxRight{
           right:130px;
       }
}
@media screen and (min-width: 1368px){
       .LoginBoxRight{           
           right:15%;
       }
}*/

.loginBtn{
    height:42px;
    color:#ffffff;
    background:#41A0FF;
    font-size:16px;
    line-height:42px;
    text-align:center;
    border-radius:30px;
    padding:0;
}
.loginBtn:hover,.loginBtn:focus{
    color:#ffffff;
    background:#41A0FF;
    outline:none !important;
}
.forgetPassWord{
    color:#000000;
    font-size:24px;
    font-weight:normal;
}
.forgetPassWordTitle {
    display: inline-block;
    min-width: 56px;
    text-align: right;
    margin-right: 3px;
}
.forgetPassWordBox {
    width: 584px;
    min-height: 410px;
    padding: 40px;
    background: #ffffff;
    margin: 0 auto;
}

/*资料上传*/
.registerFileUpload{
    margin-left:93px;
    /*min-height:100px;
    border:1px solid #ddd;*/

}
ul.showImg {
    padding-left: 0;
    margin-bottom: 0;
    margin-top:5px;
}
.addAffixsRegister{
    margin-left:5px;
}
/*注册法律协议*/
.reloadCode {
    color: #41A0FF;
    background: none;
    border: none;
}

.register-success-text {
    font-size: 28px;
    margin-left: 15px;
    color: #0CCE6A;
    font-weight: bold;
    vertical-align: sub;
}
.register-success-title {
    color: #999;
}
.register-success-list{
    padding:0
}
.register-success-list>li{
    height:40px;
    line-height:40px;
    font-size:17px;
}
.circle-tip {
    padding: 0 8px;
    border-radius: 50%;
    background: #0CCE6A;
    color: white;
    margin-right: 10px;
}
.description-tip {
    font-size: 14px;
    color: #999;
}
.register-list-tips{
    font-weight:bold
}

.forgetPassWordTitle {
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 3px;
}
.passwordInput {
    width: 274px !important;
}
/*提示信息*/
.tipInfo {
    line-height: 16px;
    padding: 6px 10px;
    background: #fef2f2;
    border: 1px solid;
    border-color: #ffb4a8;
    background-color: #fef2f2;
    color: #6C6C6C;
    text-align: center;
    margin: 0 auto 18px;
}