﻿
/*--------------------- 账号验证页面 ---------------------------- */
/*激活说明页面*/
.content{
    min-height:694px;
}
.explain{
    width:1190px;
    margin:16px auto 10px;
    line-height:38px;
}
.explain h3{
    text-align:center;
    font-size:24px;
}
.explain h4{
    font-size:16px;
}
.explain p{
    font-size:14px;
}
.btn-container{
    margin-top:16px;
    text-align:center;
}
.btn-container button{
    width:120px;
    height:40px;
    border:none;
    border-radius:4px;
    color:#fff;
    background:#1ab395;
    cursor:pointer;
}
/*账号页面*/
.register-submit{
    width:120px;
    height:30px;
    border:none;
    padding:0;
    border-radius:4px;
    color:#ffffff;
    background:#1ab395;
}
.acc-text{
    font-size:14px;
}
.activete-first input[type="text"],
.activete-first input[type="password"]{
    width:190px;
}
/*信息确认页面*/
.confirm-box{
    width:1190px;
    margin:16px auto 10px;
}
.confirm-box .confirm{
    width:260px;
    height:300px;
    margin:auto;
}
.confirm-box .confirm h3{
   margin-bottom:16px;
   font-size:16px;
}
.confirm-box .confirm .infomation{
    line-height:35px;
}
.confirm-box .confirm .infomation p{
    font-size:14px;
}
.confirm-box .confirm .infomation .confirm-btn button{
    width:100px;
    height:32px;
    line-height:32px;
    border:none;
    border-radius:4px;
    color:#fff;
     cursor:pointer;
}
.confirm-box .confirm .infomation .confirm-btn .confirm-btn-l{
    cursor:pointer; background:#df5d7e;
}
.confirm-box .confirm .infomation .confirm-btn .confirm-btn-r{
    cursor:pointer;
    background:#1ab395;
}
/*个人信息填写说明*/
.content .third{
    width:1190px;
    margin:16px auto 10px;
}
.content .third h3{
   font-size:16px;
   line-height:35px;
}
.content .third p{
    font-size:14px;
}
.content .third .warning{
    margin-top:10px;
}
.content .third .third-btn{
    margin-top:16px;
}
.content .third .third-btn button{
    width:120px;
    height:32px;
    line-height:32px;
    border:none;
    border-radius:4px;
    color:#fff;
    background:#1ab395;
}
/*信息填写页面*/
.sub-title {
    padding:12px 12px;
}
.info-detail{
    width:1190px;
    margin:16px auto 10px;
}

.info-detail .write-table{
    width:100%;
    border-collapse: collapse;
    font-size: 14px;
    border:1px solid #ccc;
}
.info-detail .acbtns{
    width:100%;
    border-collapse: collapse;
    font-size: 14px;
    border:1px solid #ccc;
    border-top:none;
}
.info-detail .acbtns td{
    padding:6px 6px;
}
.info-detail .acbtns input[type="button"]{
    width:100px;
    height:30px;
    border:none;
    border-radius:4px;
    color:white;
}
.info-detail .acbtns .addRelation{
    background:#228B22;
}
.info-detail .acbtns .delRelation{
    background:#8B3A3A;
}
.info-detail .write-table tr{
    border:1px solid #ccc;
}
.info-detail .write-table td{
    border:1px solid #ccc;
    padding:6px 6px;
}
.info-detail .write-table input[type="text"]{
    padding:0;
    height:17px;
    width:180px;
}
.info-detail .write-table select{
   vertical-align:bottom;
   height:21px;
}

.btn-container input[type="reset"],
.btn-container input[type="submit"]{
    width:120px;
    height:36px;
    padding:0;
    border:none;
    color:#ffffff;
    border-radius:4px;
}
.btn-container input[type="reset"]{
    background:#df5d7e;
}
.btn-container input[type="submit"]{
    background:#1ab395;
}
.validate-error{
    color:red;
}
.dya{width:169px;}

.client-service{
    position:fixed;
    top:260px;
    right:10px;
    width:50px;
    height:60px;
    background:#2794f1;
}
.client-service .clients-img{
    width:100%;
    height:40px;
    background:url("../image/service.png") no-repeat center;
    background-size:80% 90%;
}
 