﻿body {
background: #F4F4F4;
}

.RegBox {
width: 800px;
margin: 0 auto;
margin-top: 30px;
}

.RegBox .RegBox-Logo {
text-align: center;
margin-bottom: 20px;
}

.RegBox .RegBox-Logo img {
width: 130px;
}

.RegBox .RegBox-Content {
background: #ffffff;
border: 1px solid #eeeeee;
padding: 0 15px;
position:relative;
}

.RegBox-Content-Title {
    position:relative;
text-align: center;
height: 54px;
line-height: 54px;
font-family: '微软雅黑';
font-size: 18px;
color: #e4393c;
border-bottom: 1px solid #eeeeee;
}

.letterspacing05 {
letter-spacing: 0.5em;
}

.RegBox-Step {
list-style: none;
margin: 0 auto;
padding: 0;
width: 480px;
position: relative;
margin-top: 10px;
}

.RegBox-Step li {
float: left;
width: 33.33%;
text-align: center;
background: #ffffff;
position: relative;
cursor: default;
padding: 10px 0;
}

.RegBox-Step li:before {
content: '';
position: absolute;
top: 50%;
background: #dddddd;
width: 20%;
height: 1px;
left: 0;
}

.RegBox-Step li::after {
content: '';
position: absolute;
top: 50%;
background: #dddddd;
width: 20%;
height: 1px;
right: 0;
}

.RegBox-Step li:first-child:before {
background: #ffffff;
}

.RegBox-Step li:last-child::after {
background: #ffffff;
}

.RegBox-Step li.active {
color: #e4393c;
}

.RegBox-term {
padding-left: 110px;
margin-top: 20px;
}

.RegBox-termUl {
list-style: none;
margin: 0;
padding: 0;
}

.RegBox-termUl li {
margin-bottom: 15px;
}

.RegBox-termUl .RegBox-termTitle {
float: left;
text-align: right;
margin-right: 15px;
width: 150px;
font-family: '幼圆';
font-size: 16px;
}

.RegBox-termUl .RegBox-termTitle span{color:#e4393c;}

.RegBox-termUl .RegBox-termBody {
overflow: hidden;
width: 340px;
}

.RegBox-termUl .RegBox-termBody .col-xs-12 {
padding: 0;
}

.RegBox-termUl .RegBox-termBody .p-d-t-5 {
padding-top: 5px;
}

.RegBox-termUl .RegBox-termError {
float:right;
margin-left: 15px;
color: #e4393c;
}

.RegBox-Bottom {
width: 440px;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;
}

.RegBox-Bottom .col-xs-4 {
padding: 0;
}

.tags {
display: inline-block;
padding: 4px 6px;
color: #777;
vertical-align: middle;
background-color: #fff;
border: 1px solid #d5d5d5;
}

.tags .tag {
display: inline-block;
position: relative;
font-size: 13px;
font-weight: normal;
vertical-align: baseline;
white-space: nowrap;
background-color: #4C8FBD;
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
padding: 4px 22px 5px 9px;
margin-bottom: 3px;
margin-right: 3px;
-webkit-transition: all .2s;
transition: all .2s;
}

.tags .tag .close {
font-size: 15px;
line-height: 20px;
opacity: 1;
filter: alpha(opacity=100);
color: #fff;
text-shadow: none;
float: none;
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 18px;
text-align: center;
}

.tags .tag .close:hover {
background-color: rgba(0,0,0,0.2);
}

.RegBox-TypeList{margin:0;padding:0;list-style:none;position:absolute;right:-35px;top:0;}
.RegBox-TypeList li{width:25px;font-size:14px;font-family:'微软雅黑';line-height:1.2;padding:5px 5px;margin-bottom:2px;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.RegBox-TypeList li a{color:#ffffff;text-decoration:none;display:block;}
.RegBox-TypeList li.active{width:35px;padding:5px 10px;}
.Reg_Login{color:#e4393c;font-size:14px;cursor:pointer;position:absolute;right:0;top:0px;}
.Reg_Login b{display:inline-block;width:16px;height:16px;overflow:hidden;background:url(../Template/default/img/login/pwd-icons-new.png) -104px -75px no-repeat;vertical-align:middle;margin-right:5px;margin-top:-3px;}

.RegBox-Result{padding:40px 0;font-size:17px;display:none;}
.RegBox-Result .RegBox-Tips{margin-top:20px;font-size:14px;line-height:2;color:#999999}
.RegBox-Result .Imgqrcore{margin-top:20px;line-height:2}