@charset "utf-8";
/* CSS Document */
* { padding: 0px; margin: 0px; text-decoration: none; font-family: "微软雅黑", "Microsoft YaHei";}
body {font-size: 14px; line-height: 1.42857143; }
* { margin: 0px; padding: 0px;}
body { font-family: "microsoft yahei";}
﻿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,  font,  img,  ins,  kbd,  q,  s,  samp,  small,  strike,  strong,  sub,  sup,  tt,  var,  dl,  dt,  dd,  ol,  ul,  li,  fieldset,  form,  label,  legend,  table,  caption,  tbody,  tfoot,  thead,  tr,  th,  td  {  margin:  0;  padding:  0;  border:  0;  outline:  0;  text-decoration: none;}
 
:focus  {outline:  0;}
table  {border-collapse: collapse; /*collapse : 相邻边被合并*/   border-spacing:  0; /*相邻边距离为0px*/}
a img, img, iframe  { border: 0px;}
 
ol,  ul, li { list-style-type: none;}
 
    /*按钮，下拉选项，文本输入框*/
button {border: none;cursor: pointer;font-size: 12px;}
 
select {border-width: 1px;_zoom: 1;border-style: solid;vertical-align: middle; padding-left: 5px;}
input {font-family: "Microsoft YaHei"; vertical-align: middle; padding: 0px 5px; color: #434343;}
 
textarea {word-wrap: break-word;word-break: break-all;padding: 0px 5px;}
/*强制输入时内容超出时换行
em{font-weight:normal;}

/** 重置列表元素 **/
ul, ol { list-style: none;}
a {text-decoration: none;}
/** 重置图片元素 **/
img { border: 0px; vertical-align: top;}
/**div居中**/
div {margin: 0 auto;}
/** 重置表格元素 **/
table {border-collapse: collapse;border-spacing: 0;}
.phcolor { color: #ccc;}
/**重置表格元素**/
div { display: block; }
body {
    background: #f6f7f9;min-width: 1200px
}
/*注册页面*/
.top {
    background: #fff;
    border-bottom: 2px #e83928 solid;
    height: 70px;
    line-height: 70px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.top .container {
    width: 1200px;
    margin: auto;
}
.top .loginLogo {
    float: left;
    line-height: 70px;
}
.top .loginLogo img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.top .loginLogo span {
    font-size: 20px;
    color: #1381d7;
}
.top ul {
    height: 70px;
    line-height: 90px;
    float: right;
}
.top ul li {
    float: left;
    margin-left: 30px;
}
.top ul li .home {
    display: inline-block;
    padding-left: 23px;
}
.reg_main {
    min-height: 600px;
    width: 1170px;
    margin: 0 auto;
}
.reg_box {
    width: 1170px;
    margin: 40px auto;
    background: #fff;
    /*border: 1px solid #ddd;*/
    overflow: hidden;
    min-height: 600px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.reg_item {
    margin-top: 60px;
    width: 802px;
    margin: 60px auto 50px;
    overflow: hidden;
}
.reg_side {
    background: #e83928;
    width: 32px;
    height: 96px;
    float: left;
    text-align: center;
    line-height: 16px;
    color: #fff;
    padding: 8px 5px 2px 5px;
    margin-top: 22px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.reg_cont {
    width: 760px;
    float: left;
}
.reg_word {
    width: 760px;
    height: 652px;
    border: 1px solid #ebebeb;
    padding: 20px 20px 20px 20px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#Scrollbar-Container {
    position: absolute;
    margin-left: 715px;
    height: 592px;
    visibility: visible;
}
#Scroller-1 {
    overflow-y: auto;
    width: 722px;
    height: 592px;
    padding: 0 12px;
}
#Scroller-1::-webkit-scrollbar {
    width: 8px;
}
#Scroller-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bbbbbb;
}
#Scroller-1::-webkit-scrollbar-track {
    border-radius: 0;
    background: none;
}
#Scroller-1 p {
    color: #292929;
    font-size: 14px;
    padding-bottom: 12px;
    text-align: justify;
    text-indent: 2em;
    line-height: 26px;
}
.reg_btn {
    text-align: center;
}
.reg_btn .radio label {
    font-weight: 700;
    margin: 0 10px;
}
.reg_btn p input {
    height: 30px;
    width: 70px;
    margin-right: 15px;
    font-size: 14px;
    padding: 4px 12px;
}
.reg_box h1.title {
    color: #272727;
    font: 24px/26px "微软雅黑";
    margin: 30px 0px 30px 50px;
    border-left: 4px #d9534f solid;
    padding-left: 10px;
}
.step_box {
    height: 24px;
    border-bottom: 2px solid #ebebeb;
    width: 730px;
    margin: 0px auto;
    padding-left: 20px;
}
.step_box dl {
    float: left;
    margin-left: 105px;
    width: 100px;
    overflow: hidden;
    display: inline;
}
.step_box dl dt {
    display: block;
    background: #fff;
    height: 48px;
    width: 48px;
    border: 1px solid #d4d4d4;
    text-align: center;
    font: 18px/48px "微软雅黑";
    color: #9f9f9f;
    margin: 0 auto;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}
.step_box dl dt i {
    top: 14px;
}
.step_box dl dd {
    display: block;
    font: 14px/30px "微软雅黑";
    color: #9f9f9f;
    width: 100px;
    text-align: center;
}
.step_box dl dd.hover {
    color: #337ab7;
}
.step_box dl dt.hover {
    color: #fff;
    background: #337ab7;
    border: 1px solid #2e6da4;
}
.reg_table td {
    padding: 8px 0;
    color: #2c2c2c;
    font: normal 14px/38px "微软雅黑";
    padding-left: 5px;
}
.reg_table td span {
    color: #F00;
    margin-right: 3px;
}
.reg_table .form-control {
    width: 60%;
    font-size: 13px;
    height: 36px;
    padding: 8px 12px;
}
.reg_table .btn-danger {
    width: 240px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.reg_btn .btn-danger,
.reg_btn .btn-primary {
    width: 240px;
    height: 40px;
}
.reg_table .checkbox label {
    width: 100px;
}
.reg_table .checkbox label input {
    margin-top: -1px;
}
.reg_table2 {
    margin-top: 40px;
}
.reg_table .tab_menu {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    font: 14px/30px "微软雅黑";
    margin: 50px 100px 30px;
}
.reg_table .tab_menu li {
    float: left;
    border: solid 1px #ccc;
    border-bottom: none;
    margin-left: 10px;
    border-radius: 3px 3px 0 0;
    list-style: none;
    width: 159px;
    height: 35px;
    font: 14px/35px "微软雅黑";
    text-align: center;
}
.reg_table .tab_menu a {
    color: #666;
    cursor: pointer;
    text-decoration: none;
}
.codeImg {
    height: 36px;
    width: 120px;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.reg_table tr td input[type=file] {
    display: inline-block;
    line-height: normal;
    padding: 6px 12px;
}
.reg_table .tab_menu ul {
    margin-left: 300px;
}
.reg_table tr td a:hover {
    text-decoration: none;
}
.step_success, .success_mid {
    width: 500px;
    margin: auto;
}
.step_success .Circle {
    display: block;
    height: 48px;
    width: 48px;
    background: #337ab7;
    border: 1px solid #2e6da4;
    text-align: center;
    font: 18px/48px "微软雅黑";
    color: #fff;
    margin: 20px 20px 20px;
    border-radius: 50%;
}
.step_success .success_main h1 {
    width: 400px;
    font-size: 30px;
    color: #337ab7;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.step_success .success_main h1 span {
    font-size: 18px;
    color: #313131;
}
.success_mid p {
    font-size: 16px;
    color: #313131;
    padding: 15px 0 10px 5px;
}
.success_mid table tr {
    height: 24px;
    line-height: 24px;
}
.success_mid table tr td {
    font: 12px/18px "微软雅黑";
    color: #252525;
    padding: 4px;
}
.success_mid table p {
    font: bold 12px/38px "微软雅黑";
    color: #5b5b5b;
    display: inline;
    padding: 15px 0 10px 5px;
}
.success_mid table tr td .bg_xx {
    font: 12px/18px "微软雅黑";
    color: #6c6c6c;
    text-align: right;
}
.step_fail {
    width: 600px;
}
.step_fail .success_main {
    margin-top: 32px;
}
.step_fail .fail-img {
    float: left;
    height: 200px;
}
.step_fail .fail-img img {
    height: 100%;
}
/*密码修改&会员信息修改*/
.use_content {
    width: 1170px;
    margin: 80px auto;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    min-height: 400px;
}
.use_con .title {
    color: #2d7fce;
    font: 18px/40px "微软雅黑";
    background-color: #f4f4f4;
    border-bottom: solid 1px #e6e6e6;
    margin-left: 0;
    margin-top: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.use_content .reg_btn .btn-danger,
.use_content .reg_btn .btn-primary {
    width: 100px;
    height: 36px;
    margin-top: 26px;
    margin-bottom: 26px;
}
.use_content .reg_table .tab_menu ul {
    margin: 0;
}
.use_content .reg_table .tab_menu {
    margin: 50px 40px 30px;
}
.use_con .title i {
    font-size: 14px;
    margin-right: 6px;
}
.btn .caret {
    color: #000000;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    color: #000000;
    font-size: 10px;
}
.glyphicon-ok:before {
    color: #000000;
}
.reg_table .form-control.reg-local {
    width: 19%;
    font-size: 10px;
    height: 36px;
    padding: 4px 6px;
}
.btn .caret {
    color: #000000;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    color: #000000;
    font-size: 10px;
}
.bootstrap-select .dropdown-menu li a span.text {
    color: #000000;
    font-size: 10px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: transparent;
}
.btn-primary {
    color: #fff;
    background-color: #2c82e2;
    border-color: #2c82e2;
}
.btn-primary:hover, .btn-primary:focus {
    background: rgba(44, 130, 226, .8);
    border-color: #2c82e2;
}