
body{
    background: #fff;
}
.register-header-wrap{
    height:78px;
    box-shadow:2px 0 7px 7px #eff1f4
}
.register-header .left{
   line-height: 78px;
}
.register-header .left h2{
    line-height: 78px;
    font-size:24px;
    color:#222;
    font-weight:bold;
    margin-left: 15px;
    margin-right: 15px;
}
.register-header .left img{
    margin-top: 12px;
}
.register-header .left span{
    font-size:18px;
    color:#0059b0;
    padding-left: 26px;
    border-left:1px solid #ccc;
    height:18px;
    line-height: 18px;
    margin-top: 30px;
}
.register-header .right{
    font-size:14px;
    color:#999;
    line-height: 78px;
}
.register-header .right span{
    color: #e5ac27;
    cursor:pointer;
}
.register{
    padding-top: 40px;
    padding-left: 270px;
    padding-bottom: 151px;
}
.register span{
    width:110px;
    display:inline-block;
    vertical-align: middle;
}
.register span em{
    color:#d0181d
}
.register>div{
    margin-bottom: 24px;
}
.register input{
    padding-left: 14px;
    width:344px;
    height:34px;
    border:1px solid #cccccc;
    margin-right: 30px;
}
.register input.input1{
    width:16px;
    height:16px;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 10px;
    cursor: pointer;
    margin-right: 0;
}
.register input.input2{
    width:14px;
    height:14px;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 12px;
    cursor: pointer;
    
}
.register p{
    
    display:inline-block;
    font-size:14px;
    color:#666666;
    margin-right: 10px;
}
.register .code input{
    width:230px;
    margin-right: 4px;
    
}
.register .code .btns{
    min-width:107px;
    display:inline-block;
    height: 34px;
    line-height: 34px;
    border:1px solid #cccccc;
    text-align: center;
    color:#666;
    cursor:pointer;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    background: #fff;
    margin-right: 30px;
}
.register .rule p{
    height: 14px;
    line-height: 14px;
    display: inline-block;
}
.register img{
    display: none;
}
.register p i{
    color:#d0181d;
    font-style:normal
}
.register .btn1{
    width:344px;
    height:36px;
    background: #e5ac27;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin-left: 110px;
    cursor: pointer;
}
.dialog-Pop,
.agreePop{
    width:100%;
    height:100%;
    background:  rgba(0,0,0,.5);
    position:fixed;
    left:0;
    top:0;
    display: none;
    z-index: 1;
}
.dialog-Pop .con,
.agreePop .con{
    width:500px;
    height:280px;
    background: #fff;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.dialog-Pop .con h3,
.agreePop .con h3{
    height: 40px;
    line-height: 40px;
    background: #0059b0;
    color: #f2e7f9;
    padding-left: 26px;
    font-size:16px
}
.dialog-Pop .con h3 img,
.agreePop .con h3 img{
    margin-right: 28px;
    margin-top: 13px;
    cursor:pointer;
}
.agreePop .con .err{
    margin-top: 56px;
    font-size:18px;
    color:#666
}
.agreePop .con .err img{
    margin-left: 120px;
    margin-right: 36px;
    
}
.agreePop .con .sure{
    height:48px;
    background: #f2f2f2;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
}
.agreePop .con .sure .btn2{
    width:100px;
    height:30px;
    background: #e5ac27;
    line-height: 30px;
    text-align: center;
    border-radius:5px;
    font-size:14px;
    color:#fff;
    margin-top: 10px;
    margin-right: 30px;
    cursor: pointer;
}
.dialog-Pop .con {
    width: 750px;
	height: 460px;
    background-color: #f2f2f2;
}
.dialog-tips-info {
    width: 710px;
	height: 341px;
    background-color: #fff;
    margin-top: 20px;
    margin-left: 20px;
    color: #666666;
    padding-bottom: 28px;
    padding: 28px 26px 28px;
}
.dialog-tips-content {
	max-height: 285px;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
}
.dialog-tips-content p.dialog-tips-item {
    text-indent: 28px;
    line-height: 24px;
}
.dialog-tips-content p.dialog-tips-item.dialog-tips-tit {
    text-indent: 14px;
}
.dialog-tips-info .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom:30px;
    color: #666666;
}
.d-s-btn {
    text-align: center;
    margin-top: 16px;
}
.d-s-btn .btn-clo {
    width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #e5ac27;
	border-radius: 4px;
	border: none;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}
.policy-a,
.protocal-a {
    cursor: pointer;
}