/*基础样式*/
body {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", SimHei, Arial, Helvetica, sans-serif;
}
ul {
  list-style: none;
}
.mr16 {
  margin-right: 16px;
}
.mt30 {
  margin-top: 30px;
}
.mt10 {
  margin-top: 10px;
}
.mt_3 {
  margin-top: -3px;
}
.mt20 {
  margin-top: 20px;
}
.mt42 {
  margin-top: 42px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.ml88 {
  margin-left: 88px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb32 {
  margin-bottom: 32px;
}
.clear {
  clear: both;
}
/*基础样式结束*/
.top {
  width: 100%;
  height: 140px;
  line-height: 140px;
  background-image: url('../images/tiup/loginxys.png');
  background-repeat:  no-repeat;
  background-size: cover; 
}
.top_sm{
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-image: url('../images/tiup/loginxys.png');
  background-repeat:  no-repeat;
  background-size: cover; 
}
.topbanner img {
  vertical-align: middle;
}
.yhzc{
  display: inline-block;
  padding-left: 14px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: MicrosoftYaHei-Blod;
}
.topbanner a:hover,
.topbanner a:focus {
  text-decoration: none !important;
  color: transparent !important;
}
.topbanner a{
  outline: none;
}
.topbanner .question {
  color: #c4bec2;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
}
.btn-login{
  background-color: transparent;
  color: #fff;
  border-color: #ddd;
  padding: 3px 10px;
}
/*.topbanner div {
  display: inline-block;
}
.topbanner .left {
  margin-left: 93px;
}
.topbanner .left a:hover,
.topbanner .left a:focus {
  text-decoration: none !important;
  color: transparent;
}
.topbanner .zc {
  padding-left: 14px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: MicrosoftYaHei-Blod;
}
.topbanner .right {
  margin-right: 88px;
}
.topbanner .right .question {
  color: #c4bec2;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
}*/
.topbanner .login {
  color: #fefefe;
  font-size: 16px;
  font-family: "微软雅黑";
}
/*分布导航样式开始*/
body,html{
  /*overflow: hidden;*/
  box-sizing: border-box;
}
 @media only screen and (min-width: 992px) {
  .formbox{
    width: 852px;
  }
  .formbox .formCon{
    width: 850px;
  }
  .ml_65 {
    margin-left: -65px !important;
  }
 .formbox .formCon .step .nameInput {
    width: 100%;
  }
 

  .formbox .formCon {
    /*width: 850px;*/
    /*min-height: 680px;*/
    padding: 43px 0 57px 57px ;
  }

  .formbox .formCon .step .left {
    /*height: 245px;*/
    /*border: 1px solid #000;*/
    width: 516px;
  }

  .formbox .formCon .step .xueyuan {
    width: 154px;
    display: inline-block;
  }
  .formbox .formCon .step .time {
    width: 98px;
    display: inline-block;
  }
 }
  .formbox {
    /*width: 852px;*/
    box-sizing: border-box;
    margin: 36px auto;
    
  }
  .formbox .formCon {
    /*width: 850px;*/
    /*min-height: 680px;*/
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    box-sizing: border-box;

    /*第二步*/
    /*第三步*/
  }
  .ml_lg{margin-left: 18px;}
  .reg-input{
    width: 80px;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .captchaImg{
    height: 30px;
  }
 @media only screen and (max-width: 992px) {
  .formbox .formCon {
    /*width: 850px;*/
    /*min-height: 680px;*/
    padding: 28px 30px 20px 30px ;
  }

  .formbox .formCon .thirdStep{
    margin: 0 auto!important;
  }
  .nameInput {
    width: 230px;
  }
  .reg-input{
    width: 100px;
    float: left;
    margin-right: 20px;
  }

  .formbox .formCon .step .xueyuan {
    width: 70%;
    display: inline-block;
  }
  .formbox .formCon .step .time {
    width: 36%;
    display: inline-block;
  }
 }
 .title_step{
  height: 18px;
  width: 100%;
  padding: 0 0 4px 0;
  color: #ad0124;
 }

    /* 导航小箭头*/
    /*第一步*/
  .formbox .flow_steps {
    height: 43px;
  }
  .formbox .flow_steps ul div {
    display: inline-block;
  }
  .formbox .nav {
    float: left;
    height: 43px;
    width: 171px;
    padding: 0 0 0 16px;
    margin-right: 20px;
    border-radius: 8px 8px 0 0;
    line-height: 43px;
    position: relative;
  }
  .formbox .on {
    background-color: #ad0124;
    font-size: 16px;
    font-family: MicrosoftYaHei-Blod;
    color: #ffffff;
    /*数字的样式*/
  }
  .formbox .on .number {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 13px;
  }
  .formbox .on .number span {
    height: 26px;
    line-height: 26px;
    display: block;
    color: #ad0124;
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei-Blod;
  }
  .formbox .off {
    background-color: #e0dedf;
    color: #666666;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    /*数字的样式*/
  }
  .formbox .off .number {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 13px;
  }
  .formbox .off .number span {
    height: 26px;
    line-height: 26px;
    display: block;
    color: #c8c8c8;
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei-Blod;
  }
  .formbox .arror1:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 18px;
    position: absolute;
    bottom: -27px;
    border-width: 14px;
    border-top-color: #ad0124;
  }
  .formbox .arror2:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 18px;
    position: absolute;
    bottom: -27px;
    border-width: 14px;
    border-top-color: transparent;
  }
  .formbox .type {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
  }
  .formbox .main {
    margin-bottom: 67px;
  }
  
  .formbox .formCon .step .tip {
    color: #ad0124;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0px;
  }
  .formbox .formCon .step .requiredIcon {
    color: #ad0124;
    font-family: MicrosoftYaHei-Blod;
    font-size: 14px;
  }
  .formbox .formCon .step .inputTip {
    font-size: 12px;
    color: #c7c7c7;
  }
  .formbox .formCon .step .preStep {
    width: 78px;
    height: 30px;
    line-height: 16px;
    margin-right: 16px;
  }
  .formbox .formCon .step .nextStep {
    width: 78px;
    height: 30px;
    line-height: 16px;
    background-color: #ad0124;
  }
  .formbox .formCon .step .select {
    font-size: 12px;
    color: #f00;
    font-family: MicrosoftYaHei;
  }
  .formbox .formCon .step .title {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 7px;
    font-family: MicrosoftYaHei-Blod;
    color: #333333;
  }
  .right{
    border-left: 1px solid #ccc;
  }
  .formbox .formCon .step .right {
    padding-left: 40px;
  }
  .formbox .formCon .step .right li {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    font-weight: 700;
    padding: 9px;
  }
  .formbox .formCon .step .pipeiResult {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #ad0124;
  }
  .formbox .formCon .step .piPeiSelections {
    font-size: 14px;
    font-family: MicrosoftYaHei;
  }
  .formbox .formCon .step #imgcontainer {
    padding-left: 3px;
    margin-top: -1px;
  }
  .formbox .formCon .step #imgcontainer img {
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: -1px;
  }
  .yzm-content{
    font-size: 14px;
  }
  .yzm-content a{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
  }
  .formbox .formCon .step #imgcontainer1 {
    padding-left: 3px;
    margin-top: -1px;
  }
  .formbox .formCon .step #imgcontainer1 img {
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: -1px;
  }
  .formbox .formCon .step .selectTip {
    top: 0;
    left: 110px;
  }
  .formbox .formCon .secondStep .telInput {
    width: 155px;
  }
  .formbox .formCon .thirdStep {
    margin:0 auto;
    padding: 0;
    text-align: center;
    margin-left: -43px;
  }
  .reg-alert button{
    top: 7px!important;
  }
  .reg-alert{
    width: 200px;
    padding: 10px;
    position:relative;
    font-size: 12px;
    margin-bottom: 0px;
  }
  .formbox .formCon .thirdStep .success {
    width: 100%;
    padding: 0;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin-top: 0px;
    margin-top: -50px;
  }
  .formbox .formCon .thirdStep .success img {
    display: inline-block;
    vertical-align: middle;
  }
  .formbox .formCon .thirdStep .jz {
    text-align: center;
  }
  .formbox .formCon .thirdStep .title {
    font-size: 20px;
    font-family: MicrosoftYaHei-Blod;
    font-weight: 700;
  }
  .formbox .formCon .thirdStep .info {
    font-size: 14px;
    font-family: MicrosoftYaHei-Blod;
    color: #333333;
  }
  .formbox .formCon .thirdStep .info .name {
    color: #797979;
  }
  .formbox .formCon .thirdStep .edit {
    width: 114px;
    height: 30px;
    line-height: 16px;
    margin-right: 22px;
    color: #bcbcbc;
    font-family: "微软雅黑";
  }
  .formbox .formCon .thirdStep .login {
    height: 30px;
    line-height: 16px;
    width: 76px;
    font-family: "微软雅黑";
    background-color: #ad0124;
  }


/*分布导航样式结束*/
/*底部样式开始*/
.footer {
  height: 38px;
  width: 100%;
  margin-bottom: 20px;
}
.footer .rendaIcon {
  height: 38px;
  line-height: 38px;
  margin-left: 29px;
}
.footer .rendaIcon img {
  display: inline-block;
  margin-left: 268px;
}
.footer .copy {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 14px;
  font-family: '微软雅黑';
}
.footer .theWidth {
  margin-top: -2px;
  height: 38px;
  width: 80px !important;
}
/*底部样式结束*/
/*字体图标*/
/* font */
@font-face {
  font-family: 'Tiupicons';
  src: url('../fonts/Tiupicons.eot');
  src: url('../fonts/Tiupicons.eot?#iefix') format('embedded-opentype'), url('../fonts/Tiupicons.ttf') format('truetype'), url('../fonts/Tiupicons.woff') format('woff'), url('../fonts/Tiupicons.svg#Tiupicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Tiupicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xy-list{
  left: 15px;
  margin-top: 0px;
  width: 150px;
  display: block;
  min-width: 150px;
  font-size: 12px;
  max-height: 200px;
  overflow: auto;
}
.xy-list>li>a:hover{
  color: #fff;
  background: #ad0124;
}
.reg-p{
  font-size: 14px;
  color: #333;
  margin-top: 7px;
}
.mt50{
  margin-top: 50px;
}

@charset "utf-8";
/* CSS Document */
input:focus {outline: none} 
.min-width{min-width:1080px;}
.main{width:1080px;min-width:1080px;margin:0 auto;}
/*login and reg*/
label{ margin:0; font-weight:normal;}
.login-box-pan{ padding:50px 80px 50px 30px;}
.login-info{ width:290px;}
.login-info h2{ border-bottom:2px solid #eeeff3; color:#3498db; font-size:18px; font-weight:700; line-height:38px; width:100%;}
.login-info h2 span{ border-bottom:2px solid #3498db; height:38px; display:inline-block; padding:0 10px;position:relative; bottom:-2px;}
.login-info .item{ height:70px; width:290px;}
.login-info .item-input{ border:1px solid #e5e5e5; height:38px; line-height:24px; padding:7px 10px;}
.txt02{ height:24px; line-height:24px; border:0; float:left; font-size:13px;}
.login-info .item-input .txt02{ width:220px; float:left;}
.login-info .item-tips{ line-height:30px; font-size:12px; color:#ee1615;}
.login-info img{ width:70px; height:30px; margin:2px 10px 0;}
.f-h34{ height:34px; line-height:34px;}.f-h24{height:24px; line-height:24px;}
.login-box a.c-blue:hover{ color:#ff7d27; text-decoration:underline;}
.reg-box-pan{ padding:40px 40px 50px; width:100%;}
.txt03{width:270px;line-height: 16px;padding:9px 10px;border: 1px solid #cccccc;float: none;font-size: 14px;font-family: arial,"宋体";color: #999;overflow: hidden;}
.reg-box .item {height:68px;line-height:34px;position: relative;z-index:5;}
.reg-box .intelligent-label {width:100px;text-align: right;font-size: 14px;color: #666;padding-right: 10px;}
.reg-box .intelligent-label b{font-family: "????";margin-right: 5px;font-weight: normal; color:red;}
.reg-box .item-ifo{position: relative;width: 270px;}
.reg-box .txt02{width:270px;line-height: 16px;padding:9px 10px;border: 1px solid #cccccc;float: none;font-size: 14px;font-family: arial,"宋体";color: #999;overflow: hidden;}
.reg-box .txt03.v_error{border-color:#FF0000;}
.reg-box .txt03:focus{border-color:#1a97d7;}
.reg-box .blank {width:16px;height:16px; font-size:16px;position: absolute;left:98%;top:9px;float: none; color:#7abd54}
.reg-box .close{position: absolute;top:9px!important;/*right:140px;*/left:87%;font-size: 16px;height: 13px;width: 13px;}
.reg-box .focus,.reg-box .focusa,.reg-box .error{position: absolute;top: 30px;left:7px;width:270px;padding: 0 5px;z-index:3; font-weight:normal; font-size:12px; color:#333333;font-family: MicrosoftYaHei;}
.reg-box .errorTip{position: absolute;top:-20px;left:0;}
.reg-box .focus span,.reg-box .error span{ line-height:16px; display:block; padding:3px 0;}
.reg-box .focus{color: #999;}
.reg-box .valid{color: #f00;font-family: MicrosoftYaHei;}
.reg-box .removeIcon{position: absolute;left:196px;}
.reg-box .yzmErrorIcon{position: absolute;left: 80px;}
.reg-box .yzmOkIcon{position: absolute;left: 80px;}
.reg-box .nameClose{position: absolute;left: 220px;}
#time_box{font-size: 12px;color:#ad0124;}
#verifyYz{font-size: 12px;color:#ad0124;}
#time_box1{font-size: 12px;color:#ad0124;}
#verifyYz1{font-size: 12px;color:#ad0124;}
.reg-box .strength {color: #999;line-height: 22px;padding-right: 10px;clear: both;float: none;position: absolute;top:39px;right: -9px; display:none}
.reg-box .strength b {float: left;width: 108px;height:16px;overflow: hidden;margin-top: 5px; font-weight:400;}
.reg-box .strength b i{ font-style:normal; font-size:10px; width:34px; height:16px;line-height:16px; display:inline-block; float:left; background:#dbdbdb; text-align:center; margin-left:1px; color:#fff;}
.reg-box .strength b i.on{ background:#ff6160}
.reg-box .btn-blue{ font-size:18px; height:44px; line-height:44px; padding:0; width:270px;}
.reg-box .btn-gray{ height:34px; line-height:34px; padding:0 12px;}
.reg-box .part1,.reg-box .part2,.reg-box .part3{ padding-left:150px;}
.regcon {width: 482px;height:360px;margin-left: -241px;margin-top: -180px;background: #fff;}
.regcon pre {border: 1px solid #B2B2B2;height: 240px;margin: 10px;overflow-x: hidden;overflow-y: scroll;padding: 5px;resize: both;width: 450px;background: #fff;font-size: 12px;color: #333;line-height: 1.7em;}
.showpwd{ display:inline-block; width:16px; height:16px; background:url(../images/showPwd.png) no-repeat center center; background-size:16px 16px; position:absolute; top:8px;right:10px; cursor:pointer;}
.showpwd.hidepwd{ background-image:url(../images/hidePwd.png);}
.footer .copy em{font-style: normal;} 
@media (max-width: 767px){
  .formbox .type{
    display: inline-block;
    margin-bottom: 10px;

  }
  .radio-inline{
    padding-top: 0px!important;

  }
  .reg-p{
    margin-top: 0px;
    text-indent: 10px;
  }

}
.ver-step0 h6{
  font-size: 14px;
  margin: 0px;
  margin: 20px 0;
  color: #b10c2f;
}
.ver-step0 ul li:last-child{
  margin-bottom: 0px;
}
.ver-step0 ul li .btn:hover{
  background: #b10c2f;
  color: #fff;
  border-color: #b10c2f;
}
.ver-step0 ul li:hover{
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
}
.ver-step0 ul li {
  height: 50px;
  border-radius: 4px;
  border:1px solid #eeeeee;
  margin-bottom: 30px;
}
.ver-step0 ul li span{
  float: left;
  height: 100%;
  width: 40px;
  background: #b10c2f;
  display: block;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  color: #fff;
}
.ver-step0 ul li p{
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.ver-step0 ul li .btn{
  float: right;
  height: 28px;
  width: 66px;
  border-radius: 4px;
  border:1px solid #bfbfbf;
  color: #333;
  padding: 0px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  background: #fff;
}
.verified-footer{
  margin-top: 30px;
  text-align: center;
}
.verified-footer .btn{
  background: #fff;
  border-radius: 4px;
  border:1px solid #bfbfbf;
  color: #333;
  font-size: 14px;
}


.verified-box{
  width: 500px;
  margin: 0 auto;
}

.formbox .formCon .step .width150{
  width: 150px;
}
.formbox .formCon .step .width200{
  width: 200px;
}

.ver-step1 .ver-box p{
  font-size: 12px;
  color: #666;
  line-height: 37px;
  margin-top: 10px;
}
.ver-box img{
  height: 126px;
  width: 220px;
  float: left;
  margin-right: 30px;
}
.ver-box .file{
  height: 31px;
  width:96px;
  padding: 0px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  font-size: 12px;
  margin-top:45px;
  margin-bottom: 5px;
}
.ver-box .file-span{
  display: block;
  font-size: 12px;
  color: #808080;
  line-height: 22px;
}
.verified-footer  .verified-save{
  background: #b10c2f;
  color: #fff;
  border-color: #b10c2f;
  margin-left: 60px;
}

.ver-step1{
  margin-top: 20px;
}
.verified-content{
  padding-bottom: 50px;
}
.ver-pp {
  font-size: 14px;
}
.ver-pp li p{
  float: left;
  margin-left: 10px;
}
.ver-pp {
  margin-top: 20px;
}
.ver-pp li{
  float: left;
  width: 100%;
  margin-top: 5px;
}
@media (max-width: 767px){
  .verified-box{
    width: 100%;
    margin: 0 auto;
  }
  .verified-content{
    padding: 0px 20px;
  }
  .ver-step0 ul li p{
    font-size: 12px;
  }
  .ver-step0 ul li .btn{
    font-size: 12px;
    width: 50px;
  }
  .ver-step0 ul li span{
    font-size: 12px;
    width: 30px;
    margin-right: 10px;
  }
  .verified-footer .btn{
    font-size: 12px;
  }
  .ver-box .file{
    margin-top: 20px;
  }


}


