/* 
* @Author: Marte
* @Date:   2016-03-31 14:46:56
* @Last Modified by:   Marte
* @Last Modified time: 2016-04-11 14:32:03
*/
.content{
    box-sizing: border-box;
    width: 100%;
    height: 722px;
    background: url(../img/bg.jpg) no-repeat -180px 0;
    padding: 80px ;
}
.zhucbox{
    height: 565px;
    background: #fff;
    padding:0 55px;
    box-sizing: border-box;
    line-height: 70px;
}
.zhuc_top{
    height: 73px;
    width: 100%;
    border-bottom:2px solid #ccc ;
}
.zhuc_top span{
    width: 500px;
}
.zhuc_top span em{
    width: 280px;
    font-size: 16px;
    color: #bbb;
    text-align: center;
    cursor: pointer;
}
.phone_child{
    background: url(../img/phone2.png) no-repeat 85px 23px;
}
.email_child{
    background: url(../img/mail.png) no-repeat 82px 28px;
}
.dl{
    color: #00a13c;
}
.dl:hover{
    text-decoration: underline;
}
.ihove{
    font-size: 14px;
    color: #616161;
}
/*选项卡特殊类开始--------------------*/
.phone_child.current{
    border-bottom: 3px solid #00a13c;
    color: #00a13c;
    background: url(../img/phone.png) no-repeat 85px 23px;
}
.email_child.current{
    border-bottom: 3px solid #00a13c;
    color: #00a13c;
    background: url(../img/mail2.png) no-repeat 82px 28px;
}
/*选项卡特殊类结束------------------------*/
/*手机注册样式开始*/
.phone_zl,.email_zl{
    width: 820px;
    height: 346px;
    padding-top: 40px;
}
.phone_zl input,.email_zl input{
    height: 38px;
    border: 1px solid #ccc;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;

}
.phone_zl label,.email_zl label{
    font-size: 14px;
    color: #616161;
    text-align: right;
    display: inline-block;
    width: 100px;
}
#phoneid{
    width:340px;
}
.zl{
    position: relative;
    line-height: 0px;
    margin-bottom: 20px;
}
/*.zcok{
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/ok.png) no-repeat;
    right: 385px;
    top:11px;
}*/
.zc_ts{
    position: absolute;
    height: 35px;
    border: 1px solid #ffccc0;
    left: 460px;
    padding-left: 30px;
    background: #ffebe6 url(../img/alert.png) no-repeat 10px;
    line-height: 35px;
    color: #616161;
    font-size: 14px;
    padding-right: 10px;
    display:none;
}
.getyz{
    float: right;
    width: 110px;
    height: 38px;
    border: 1px solid #ccc;
    margin-right: 374px;
    color: #616161;
    font-size: 12px;
    background: #eeeeee;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: 319px;
    top:-1px;
}
.phone_zl .xyi,.email_zl .xyi{
    width: 300px;
    height: 20px;
    line-height: 0;
}
.xyi .iok{
    height: 20px;
    float: left;
    width: 190px;
    line-height: 20px;
    color: #ccc;
}
.xyi .en{
    float: left;
    margin-top: -7px;
}
.xyi .iok a{
    color: #00a13c;
}
.phone_zl .sub,.email_zl .sub{
    width: 340px;
    background: #00a13c;
    color: #fff;
    margin-left: 100px;
    margin-top: -50px;
    font-family: "微软雅黑";
    font-size: 18px;
    cursor:pointer;
} 
/*手机注册样式结束*/
/*邮箱样式样式开始*/
.yzm{
    color: #00a13c;
    line-height: 38px;
    text-align: center;
    float: right;
    width: 85px;
    height: 40px;

    background: #fff;
    font-size: 12px;
    text-decoration: none;
/*    position: absolute;*/
    top: -1px;
    left: 230px;
    border-left: 1px solid #ccc;
}
.yzm #yzmtp{
    width: 86px;
    height: 39px;
    float: left;
    border: none;
    background: #a0a0a0;
}
.ch{
    position: absolute;
    line-height: 38px;
    left: 310px;
    color: #00a13c;
    background: #fff;
    padding-left: 17px;
    top: -1px;
    height: 40px;
    padding-right: 20px;
}
.ch:hover{
    text-decoration: underline;
}
/*邮箱注册样式结束*/
#cxfs{
    display:none;
    color: #c2c2c2;
}






