.nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
    overflow: hidden;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.nav-con{
    text-align: left;
    font-size: 0;
}
.nav-con span{
    vertical-align: top;
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
}
.nav-con span a{
    cursor: pointer;
    color: #666666;
}
.common-title{
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin: 90px 0 65px;
    display: inline-block;
    position: relative;
    padding-right: 58px;
}
.common-title span {
    display: block;
    width: 57px;
    height: 22px;
    border-radius: 9px 9px 9px 0;
    background-color: #00ac65;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 0;
}
.pagecontent{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 120px;
}
.pagecontent .content-left{
    float: left;
    width: 470px;
}
.pagecontent .content-right{
    float: right;
    width: 470px;
}
.pagecontent .content-left .head,
.pagecontent .content-right .head{
    border-bottom: 1px solid #E8E8E8;
}
.pagecontent .head .tit{
    width: 155px;
    height: 50px;
    line-height: 50px;
    background: #393D43;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.pagecontent .content-left ul{
    margin-top: 45px;
}
.pagecontent .content-left ul li {
    line-height: 20px;
    color: #333333;
    font-size: 15px;
    margin-bottom: 50px;
}
.pagecontent .content-left ul li span:nth-child(1){
    width: 265px;
    font-weight: bold;
    display: inline-block;
}
.pagecontent .content-left ul li:last-child span:nth-child(2){
    font-size: 40px;
    color: #00AC65;
}
.finish-title {
    line-height: 20px;
    text-align: left;
    font-size: 16px;
    color: #00AC65;
    margin-bottom: 17px;
    margin-top: 45px;
}

.re-count,
.zx-btn{
    display: block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    border-radius:2px;
    color: #fff;
    cursor: pointer;
}
.re-count{
    background: #507FF8;
}
.zx-btn{
    background: #00AC65;
    margin-top: 97px;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.mask .box{
    width: 480px;
    height: 314px;
    background: #fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -157px;
    box-sizing: border-box;
    padding: 32px 50px 0;
}
.mask .box .box-tit{
    text-align: center;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}
.mask .box .input-wraper{
    position: relative;
    height:50px;
    background:rgba(245,245,246,1);
    border-radius:3px;
    -webkit-border-radius:3px;
    overflow: hidden;
    margin-bottom: 15px;
}
.mask .box .input-wraper input{
    position: absolute;
    left: 22px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    width: 350px;
    color: #666666;
    font-size: 14px;
    background: transparent;
}
.mask .box .sub-btn{
    height: 50px;
    line-height: 50px;
    background:rgba(88,131,241,1);
    border-radius:3px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.mask .box .close{
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("../../../_files/images/common/m_com_close.png") no-repeat center center;
    background-size: 100%;
    right:17px;
    top: 15px;
}
.form-content{
    margin-top: 50px;
    text-align: left;
}
.form-content .tit{
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 14px;
}
.form-content .input-wraper{
    width: 400px;
    height: 50px;
    position: relative;
    margin-bottom: 20px;
    background:rgba(245,245,246,1);
    border-radius:2px;
    overflow: hidden;
}
.form-content .input-wraper input{
    display: block;
    position: absolute;
    top: 0;
    width: 380px;
    height: 45px;
    position: absolute;
    background: transparent;
	border: #00ac65 solid 1px;
}
.zx-btn1{display: block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;background: #00ac65;}