body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
input,
button {
  vertical-align: middle;
  color: #26394f;
  outline: none;
}
div {
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #26394f;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:hover {
  color: #18b192;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body {
  width: 100%;
  font: 14px/1.5 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  color: #26394f;
  background: #f5f8f9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fcbase {
  color: #18b192;
}
.fcblack {
  color: #26394f;
}
.fcred {
  color: red;
}
.fcgray {
  color: #a1a9b4;
}
.fclightgray {
  color: #999999 !important;
}
.text-success {
  color: #18b192;
}
.text-warning {
  color: #d8c70e;
}
.text-primary {
  color: #26394f;
}
.fs14 {
  font-size: 14px !important;
}
.fs16 {
  font-size: 16px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb-show {
  display: none !important;
}
.wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.clear {
  clear: both;
}
.layui-layer-content {
  word-break: break-word !important;
}
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 18px;
  background-color: #18b192;
  border: 1px solid #18b192;
  text-align: center;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn:hover {
  background-color: #fff;
  color: #18b192;
}
.btn.btn-warning {
  background-color: #d8c70e;
  border-color: #d8c70e;
}
.btn.btn-warning:hover {
  background-color: #fff;
  color: #d8c70e;
}
.btn.btn-success {
  background-color: #18b192;
  border-color: #18b192;
}
.btn.btn-success:hover {
  background-color: #fff;
  color: #18b192;
}
.btn.btn-primary {
  background-color: #26394f;
  border-color: #26394f;
}
.btn.btn-primary:hover {
  background-color: #fff;
  color: #26394f;
}
.btn.btn-primary2 {
  background-color: #24a4ce;
  border-color: #24a4ce;
}
.btn.btn-primary2:hover {
  background-color: #fff;
  color: #24a4ce;
}
.btn.btn-danger {
  background-color: red;
  border-color: red;
}
.btn.btn-danger:hover {
  background-color: #fff;
  color: red;
}
.btn.btn-default {
  background-color: #bbb;
  border-color: #bbb;
}
.btn.btn-default:hover {
  background-color: #bbb;
  opacity: 0.8;
  color: #fff;
}
.btn.plain {
  border: 1px solid #18b192;
  color: #18b192;
  background-color: #fff;
}
.btn.plain.btn-success {
  border: 1px solid #18b192;
  color: #18b192;
  background-color: #fff;
}
.btn.plain.btn-success:hover {
  background-color: #18b192;
  color: #fff;
}
.btn.plain.btn-primary {
  border: 1px solid #26394f;
  color: #26394f;
  background-color: #fff;
}
.btn.plain.btn-primary:hover {
  background-color: #26394f;
  color: #fff;
}
.btn.plain.strong {
  border-width: 2px;
  font-weight: bold;
}
.btn.plain:hover {
  opacity: 1;
}
.btn img {
  vertical-align: middle;
  margin-right: 4px;
}
.btn.radius {
  border-radius: 30px;
}
.submit-btnbox {
  margin-top: 40px;
  text-align: center;
}
.submit-btnbox.border {
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}
.submit-btnbox .btn {
  margin: 0 5px;
  width: 140px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.submit-btnbox .btn.big {
  width: 100%;
  margin: 0;
}
.top-box {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 2% 0;
}
.top-box .logo {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.top-box .logo img {
  max-width: 100%;
}
.top-box .tit {
  font-weight: bold;
  color: #18b192;
  font-size: 38px;
  margin: 8px 0 10px;
  letter-spacing: 1px;
}
.top-box .tit2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.top-box .p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.top-box .p span {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.top-box .p span:last-child {
  margin-right: 0;
}
.top-langbox {
  background-color: #fff;
  *zoom: 1;
}
.top-langbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.top-langbox .left {
  float: left;
}
.top-langbox .left a {
  line-height: 52px;
}
.top-langbox .right {
  float: right;
}
.top-langbox .lang-box {
  position: relative;
  z-index: 2;
}
.top-langbox .lang-box:hover .lang {
  display: block;
}
.top-langbox .lang-box .p {
  position: relative;
  cursor: pointer;
  color: #a1a9b4;
  padding-right: 20px;
  line-height: 52px;
}
.top-langbox .lang-box .p span {
  color: #18b192;
}
.top-langbox .lang-box .p:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #18b192 transparent transparent transparent;
}
.top-langbox .lang-box .lang {
  display: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.top-langbox .lang-box .lang a {
  display: block;
  padding: 12px 20px;
  text-align: center;
  color: #18b192;
}
.footer {
  text-align: center;
  color: #a1a9b4;
  padding: 20px 0;
}
.footer a {
  color: #a1a9b4;
}
.footer a:hover {
  color: #18b192;
}
.login-box {
  margin-top: 50px;
}
.login-box .login-tab {
  border-radius: 20px 20px 0 0;
  background-color: #d8ede9;
  display: flex;
  overflow: hidden;
}
.login-box .login-tab .tab {
  display: block;
  flex: 1;
  background-color: #d8ede9;
  padding: 12px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.login-box .login-tab .tab.curr {
  background-color: #18b192;
  color: #fff;
}
.login-con {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 60px 20px;
}
.login-con .con {
  max-width: 570px;
  margin: 0 auto;
}
.login-con .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.login-con .subtit {
  text-align: center;
  color: #999999;
}
.login-con .form-box {
  margin-top: 30px;
}
.login-con .form-box .btnbox {
  margin-top: 40px;
}
.login-con .form-box .btnbox .btn {
  width: 100%;
  padding: 0;
  height: 47px;
  line-height: 47px;
}
.login-con .forget-row {
  text-align: right;
}
.login-con .forget-row a {
  text-decoration: underline;
  color: #18b192;
}
.login-con .forget-row a:hover {
  text-decoration: none;
}
.forget-box .login-con {
  border-radius: 20px;
}
.forget-box .login-con .con {
  max-width: 580px;
}
.forget-box .txt {
  text-align: center;
  color: #26394f;
}
.forget-box .txt a {
  text-decoration: underline;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url(../images/ico-select.png) no-repeat right 10px center;
  outline: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  outline: none;
}
input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 5px;
  border-radius: 3px;
  margin-top: 1px;
}
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcd3d5;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
}
input[type="checkbox"]:checked:before {
  border-color: #18b192;
}
input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 1px;
  right: -2px;
  content: url(../images/gou.png);
}
input[type="radio"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 5px;
  border-radius: 50%;
  margin-top: 0;
}
input[type="radio"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
input[type="radio"]:after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #18b192;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked:before {
  border-color: #18b192;
}
input[type="radio"]:checked:after {
  display: block;
}
.btn:disabled,
button:disabled {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: #fff !important;
}
input[readonly],
input[disabled] {
  color: #999;
}
input[disabled]:not(:checked):before {
  background-color: #ddd !important;
}
.row-error .required,
.row-error .chosen-container-single .chosen-single {
  border-color: red !important;
  box-shadow: 0 0 5px red;
}
.chosen-container-single .chosen-single {
  height: 47px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url(../images/ico-select.png) no-repeat right 10px center;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  line-height: 47px;
  border-radius: 5px !important;
  outline: none !important;
  box-shadow: none !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #f1f1f1 !important;
  background: transparent url(../images/ico-select.png) no-repeat right 10px center;
}
.chosen-container-single .chosen-single span {
  line-height: 47px !important;
}
.chosen-container-single .chosen-single div b {
  display: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #426db6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(47, 64, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(47, 64, 80, 0.6);
}
.form-box .form-row {
  margin-bottom: 20px;
}
.form-box .input-box {
  width: 100%;
}
.form-box .code-box {
  *zoom: 1;
}
.form-box .code-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .code-box .form-input {
  float: left;
  width: calc(100% - 120px);
  border-radius: 8px 0 0 8px;
}
.form-box .code-box .btn {
  float: left;
  width: 120px;
  height: 47px;
  border-radius: 0 8px 8px 0;
  background-color: #18b192;
  padding: 0;
}
.form-box .code-box .btn:hover {
  background-color: #18b192;
  color: #fff;
  opacity: 0.8;
}
.form-box .code-box.code-box2 .form-input {
  width: calc(100% - 160px);
}
.form-box .code-box.code-box2 .btn {
  width: 160px;
  background-color: #26394f;
  border-color: #26394f;
}
.form-box .type-box {
  display: flex;
  margin-top: 20px;
}
.form-box .type-box .item {
  display: block;
  position: relative;
  width: calc(100%/3 - 4.67%);
  margin-right: 7%;
  border-radius: 5px;
  background-color: #26394f;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.form-box .type-box .item:hover {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.form-box .type-box .item:last-child {
  margin-right: 0;
}
.form-box .type-box .item:nth-child(2n) {
  background-color: #18b192;
}
.form-box .type-box .item input {
  position: absolute;
  top: -10px;
  left: -10px;
}
.form-box .type-box .item .icon {
  margin-bottom: 10px;
  display: block;
}
.form-box .type-box .item .p {
  display: block;
}
.form-box .type-box input[type="radio"] {
  width: 20px;
  height: 20px;
}
.form-box .type-box input[type="radio"]:after {
  width: 14px;
  height: 14px;
}
.form-box .radio-box .label {
  line-height: 47px;
  margin-right: 30px;
}
.form-box .radio-box .label:last-child {
  margin-right: 0;
}
.form-box .name {
  margin-bottom: 5px;
  font-weight: bold;
}
.form-box .form-input {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  height: 47px;
}
.form-box textarea.form-input {
  height: 120px;
}
.form-box .tip {
  color: #999;
  margin-top: 5px;
}
.form-box .limit-txt {
  text-align: right;
  color: #999;
}
.form-box .form-row-three {
  *zoom: 1;
}
.form-box .form-row-three:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .form-row-three .form-row {
  float: left;
  width: calc(100%/3 - 9.4px);
  margin-right: 14px;
}
.form-box .form-row-three .form-row:last-child {
  margin-right: 0;
}
.form-box .input-phone {
  *zoom: 1;
}
.form-box .input-phone:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .input-phone .small.form-input {
  float: left;
  margin-right: 10px;
  width: 120px;
}
.form-box .input-phone .form-input {
  float: left;
  width: calc(100% - 130px);
}
.reg-con {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 30px;
}
.reg-con .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.reg-formbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reg-formbox .form-row {
  width: 48.6%;
}
.reg-formbox .form-row-all {
  width: 100%;
}
.form-con {
  *zoom: 1;
  margin-bottom: 20px;
}
.form-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-con .form-row {
  float: left;
  width: calc(100%/4 - 11.25px);
  margin-right: 15px;
}
.form-con .form-row:nth-child(4n) {
  margin-right: 0;
}
.form-con .form-row-all {
  width: 100%;
}
.form-con .form-row-two {
  width: calc(100%/2 - 7.5px);
}
.form-con .form-row-two:nth-child(2n) {
  margin-right: 0;
}
.chkbox {
  margin-top: 10px;
}
.chkbox .chklist {
  margin-bottom: 10px;
}
.chkbox .chklist:last-child {
  margin-bottom: 0;
}
.chkbox .chklist .first {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
}
.chkbox .chklist label {
  display: block;
  *zoom: 1;
}
.chkbox .chklist label:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.chkbox .chklist label input {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.chkbox .chklist label span {
  float: left;
  width: calc(100% - 25px);
}
.chkbox .chklist .second-box {
  display: flex;
  flex-wrap: wrap;
  color: #666666;
}
.chkbox .chklist .sublist {
  width: calc(100%/5 - 16px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.chkbox .chklist .sublist:nth-child(5n) {
  margin-right: 0;
}
.chkbox .chklist .sublist.curr {
  width: 100%;
  margin-right: 0;
}
.chkbox .chklist .three-box {
  display: none;
  margin-top: 10px;
  margin-left: 20px;
  padding: 10px;
  background-color: #f6f6f6;
  *zoom: 1;
}
.chkbox .chklist .three-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.chkbox .chklist .three-box label {
  float: left;
  width: calc(100%/5 - 16px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.chkbox .chklist .three-box label:nth-child(5n) {
  margin-right: 0;
}
.small-formbox {
  max-width: 570px;
  margin: 0 auto;
}
.form-tit {
  font-size: 18px;
  margin-bottom: 20px;
}
.form-tit2 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.reg-process {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
}
.reg-process .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.reg-process .item:not(:last-child) {
  padding-right: 10%;
}
.reg-process .item:not(:last-child):before {
  content: "";
  width: 74%;
  height: 1px;
  border-bottom: 1px dashed #f1f1f1;
  position: absolute;
  bottom: 18px;
  right: -10px;
}
.reg-process .item > * {
  position: relative;
  z-index: 2;
}
.reg-process .item.curr .p {
  color: #18b192;
}
.reg-process .item.curr .num {
  background-color: #18b192;
  box-shadow: 0 0 10px #18b192;
}
.reg-process .item .num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  background-color: #cdefe9;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  margin: 10px auto 0;
}
.layer-radius {
  border-radius: 20px !important;
}
.popbox {
  display: none;
  max-width: 1200px;
  width: 90vw;
  padding: 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
.popbox.small {
  max-width: 675px;
}
.popbox .poptit {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.popbox .poptit .tit {
  font-size: 18px;
  font-weight: bold;
  color: #18b192;
}
.popbox .poptit .tit span {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
.popbox .poptit .closebtn {
  color: #18b192;
  position: absolute;
  right: 0px;
  font-size: 30px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popbox .poptit .closebtn:hover {
  color: #26394f;
}
.popbox .poptit .closebtn i {
  font-size: 30px;
}
.popbox .popcon {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px 0;
  max-height: 70vh;
  overflow-y: auto;
}
.popbox .submit-btnbox {
  margin-top: 0;
  padding: 30px 0;
}
.popbox .form-box.page-form-box2 .form-name {
  width: 96px;
}
.popbox .form-box.page-form-box2 .form-row-box {
  width: calc(100% - 96px);
}
.caigou-pop {
  padding: 0 20px;
  line-height: 1.8;
  color: #666;
}
.caigou-pop .submit-btnbox {
  padding: 50px 0 0;
}
.upload-box .upload {
  display: inline-block;
  vertical-align: top;
}
.upload-box .upload-btn {
  width: 180px;
  height: 120px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.upload-box .upload-btn .btn {
  position: relative;
  min-width: 100px;
}
.upload-box .upload-btn .btn input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.upload-box .preview-box {
  display: none;
  vertical-align: top;
  width: 180px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 0;
}
.upload-box .preview-box img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.upload-box .preview-mul-box {
  display: block;
}
.upload-box .preview-mul-box .item {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
  width: 180px;
  height: 120px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 0;
  text-align: center;
  line-height: 120px;
  position: relative;
}
.upload-box .preview-mul-box .item .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 0 0;
  color: #fff;
  background-color: #26394f;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.upload-box .preview-mul-box .item .closebtn:hover {
  opacity: 0.8;
}
.upload-box .preview-mul-box .item img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.upload-simple {
  display: none;
}
.upload-simple.visible {
  display: block;
}
.upload-simple .download {
  margin-bottom: 40px;
  line-height: 47px;
}
.upload-simple .btn-download {
  padding: 0 10px;
  min-width: 130px;
  height: 47px;
  line-height: 47px;
}
.upload-simple .btn-upload {
  position: relative;
  padding: 0 10px;
  min-width: 130px;
  height: 47px;
  line-height: 47px;
}
.upload-simple .btn-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.upload-simple .preview-box {
  display: none;
  margin-top: 10px;
  vertical-align: top;
  width: 180px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 0;
}
.upload-simple .preview-box img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.survey-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  *zoom: 1;
}
.survey-top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.survey-top .form-tit {
  float: left;
  margin-bottom: 0;
}
.survey-top .schedule-box {
  float: right;
  color: #999;
}
.schedule-box {
  width: 65%;
  display: flex;
  align-items: center;
}
.schedule-box .p {
  white-space: nowrap;
  margin-right: 10px;
}
.schedule-box .schedule-base {
  flex-grow: 1;
  position: relative;
}
.schedule-box .schedule-track {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #e6ebf2;
  position: relative;
}
.schedule-box .schedule-track .schedule-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 8px;
  background-color: #18b192;
}
.schedule-page {
  margin-bottom: 30px;
}
.schedule-page .schedule-track {
  height: 14px;
  border-radius: 14px;
}
.schedule-page .schedule-track .schedule-thumb {
  border-radius: 14px;
}
.question-box .error-msg {
  text-align: right;
  font-size: 12px;
  color: red;
}
.question-box .question-item {
  display: none;
}
.question-box .question-item.row-error {
  position: relative;
}
.question-box .question-item.row-error:before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  top: -5px;
  left: -20px;
  background: #efefef;
}
.question-box .question-item > * {
  position: relative;
  z-index: 2;
}
.question-box .question-item .tit {
  font-size: 16px;
  margin-bottom: 10px;
}
.question-chk {
  margin-top: 10px;
}
.question-chk .label {
  *zoom: 1;
}
.question-chk .label:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.question-chk .label input {
  float: left;
  margin-top: 3px;
}
.question-chk .label .p {
  width: calc(100% - 24px);
  float: left;
  color: #666;
}
.question-chk .chk-li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  padding-right: 10px;
  margin-bottom: 15px;
}
.question-chk .sub-list {
  padding-left: 20px;
  margin-top: 10px;
}
.question-chk .sub-list .chk-li {
  width: 100%;
  padding-right: 0;
  margin-bottom: 10px;
}
.question-chk .form-input {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  line-height: 35px;
  padding: 0 10px;
  width: 100%;
}
.question-page .question-chk .chk-li {
  width: 24%;
}
.question-page .sub-list .chk-li {
  width: 100%;
}
.submit-pop {
  text-align: center;
  font-size: 16px;
  padding: 20px;
}
.submit-pop .poptit {
  border: 0;
}
.submit-pop .popcon {
  padding: 30px 0;
}
.submit-pop .popcon .p {
  margin-top: 20px;
  line-height: 1.8;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2d3f55;
  padding: 0 30px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.header .left {
  display: flex;
}
.header .menu-btn {
  display: none;
}
.header .logo {
  max-width: 220px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo > a {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo img {
  display: block;
  max-width: 100%;
  max-height: 80%;
}
.header .nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 10px;
}
.header .nav li {
  position: relative;
  padding: 0 20px;
  height: 100%;
}
.header .nav li.logout {
  display: none;
}
.header .nav a {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 100%;
  color: #a1a9b4;
  border-bottom: 5px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .nav a.curr,
.header .nav a:hover {
  color: #18b192;
  border-bottom-color: #18b192;
}
.header .nav a i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.header .right {
  display: flex;
}
.header .notice {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header .notice .num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #18b192;
  color: #fff;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: -6px;
}
.header .notice i {
  font-size: 28px;
  color: #fff;
}
.header .lang-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  border: 1px solid #3a4c63;
  border-radius: 30px;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .lang-box:hover {
  border-radius: 8px 8px 0 0;
}
.header .lang-box:hover .lang {
  display: block;
}
.header .lang-box .p {
  position: relative;
  cursor: pointer;
  color: #5f738b;
  padding-right: 20px;
  line-height: 36px;
}
.header .lang-box .p span {
  color: #fff;
}
.header .lang-box .p:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #18b192 transparent transparent transparent;
}
.header .lang-box .lang {
  display: none;
  background-color: #2d3f55;
  border: 1px solid #3a4c63;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
}
.header .lang-box .lang a {
  display: block;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
}
.header .logout {
  color: #526883;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
}
.container {
  padding: 25px;
  background-color: #f5f8f9;
  margin-top: 100px;
  height: calc(100vh - 100px);
}
.white-box {
  background-color: #fff;
  border-radius: 20px;
}
.white-box.pad {
  padding: 30px;
}
.white-box.pad20 {
  padding: 20px;
}
.main-container {
  margin-left: 214px;
  height: 100%;
}
.page-box {
  min-height: 100%;
}
.page-box.fix-height {
  height: 100%;
}
.tipbox {
  margin-bottom: 30px;
}
.tipbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.aligh-right {
  text-align: right;
}
.titbox {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  *zoom: 1;
}
.titbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.titbox .main-tit {
  float: left;
  margin-bottom: 10px;
}
.titbox .right {
  float: right;
}
.titbox .btn {
  padding: 2px 5px;
  border-radius: 20px;
}
.main-tit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #26394f;
}
.main-tit span {
  font-weight: normal;
}
.pagging {
  text-align: right;
}
.pagging ul {
  display: inline-block;
}
.pagging li {
  display: inline-block;
  vertical-align: top;
}
.pagging a,
.pagging span {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 5px;
  border: 1px solid #6f7d8e;
  margin: 0 2px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pagging a:hover,
.pagging span:hover {
  background: #18b192;
  border-color: #18b192;
  color: #fff;
}
.pagging span {
  background: #18b192;
  border-color: #18b192;
  color: #fff;
}
.nodata {
  text-align: center;
  padding: 50px 0;
  color: #999;
}
.nodata img {
  max-width: 90%;
}
/*侧边栏*/
.closeSider {
  display: none;
}
.sidebox {
  position: fixed;
  top: 125px;
  left: 25px;
  z-index: 100;
  width: 194px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border-top: 5px solid #18b192;
}
.sidebox .sidecon {
  height: calc(100vh - 160px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.sidebox .li {
  display: none;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sidebox .li .stair {
  display: block;
  padding: 15px;
  padding-left: 0;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sidebox .li .stair.highlight:before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: #cde7e2;
  border-radius: 0;
}
.sidebox .li .stair span {
  position: relative;
  z-index: 2;
  padding-left: 10px;
  display: block;
}
.sidebox .li .stair span:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #18b192;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
}
.sidebox .li .stair:after {
  position: absolute;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #6f7d8e;
  right: 0.2em;
  top: 50%;
  margin-top: -0.25em;
  z-index: 2;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sidebox .li .stair.curr,
.sidebox .li .stair:hover {
  border-bottom-color: #cde7e2;
  color: #18b192;
}
.sidebox .li .stair.curr:after,
.sidebox .li .stair:hover:after {
  border-color: #18b192;
}
.index-tip {
  padding: 5% 0 0;
  text-align: center;
}
.index-tip .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.index-tip .title strong {
  font-size: 20px;
}
.index-tip .subtit {
  font-size: 16px;
  margin-bottom: 10px;
}
.index-tip .p {
  color: #666;
}
.index-notattend {
  background-color: #f5f8f9;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.index-notattend .item {
  margin: 0 5%;
}
.index-notattend .item .num {
  float: left;
  color: #26394f;
  font-style: italic;
  font-size: 24px;
  margin-right: 20px;
  font-weight: bold;
}
.index-notattend .item .txt {
  overflow: hidden;
  text-align: left;
  margin-top: 5px;
}
.index-notattend .item .btn {
  margin-top: 20px;
  min-width: 100px;
}
.index-box {
  display: flex;
  min-height: 100%;
}
.index-box .flbox {
  width: calc(70% - 20px);
  margin-right: 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.index-box .flbox .index-favorite {
  flex-grow: 1;
}
.index-box .link-box {
  display: flex;
  justify-content: space-between;
}
.index-box .link-box .link {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  border-radius: 30px;
  padding: 30px 10px;
  padding-top: 110px;
  color: #fff;
  text-align: center;
  background-color: #26394f;
  background-position: center top 30px;
  background-repeat: no-repeat;
  background-image: url(../images/ico-01.png);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.index-box .link-box .link.group {
  background-image: url(../images/ico-02.png);
  background-color: #18b192;
}
.index-box .link-box .link:hover {
  opacity: 0.8;
}
.index-box .link-box .link.badges {
  width: 100%;
  background-image: url(../images/ico-03.png);
}
.index-box .frbox {
  width: 30%;
  min-height: 100%;
}
.index-box .frbox .tip {
  color: #999;
  margin-bottom: 30px;
}
.index-box .frbox .index-invite {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #f1f1f1;
}
.index-box .frbox .index-invite .con {
  border-radius: 20px;
  position: relative;
  background: url(../images/invite-bg.png) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 100px 20px;
  color: #fff;
}
.index-box .frbox .index-invite .con .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}
.index-box .frbox .index-invite .con .btn {
  background-color: #fff;
  border: 0;
  color: #18b192;
  margin-top: 40px;
  padding: 12px 30px;
}
.index-box .frbox .index-invite .con .btn:hover {
  background-color: #26394f;
  color: #fff;
}
.baseinfo {
  margin-bottom: 20px;
  position: relative;
  display: flex;
}
.baseinfo .editbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #18b192;
}
.baseinfo .left {
  width: 35%;
  padding-right: 5%;
  margin-right: 5%;
  border-right: 1px solid #f1f1f1;
  *zoom: 1;
}
.baseinfo .left:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.baseinfo .left .txt {
  float: left;
  padding-top: 10px;
  width: 45%;
}
.baseinfo .txtbox {
  width: 65%;
  margin-top: 22px;
  *zoom: 1;
}
.baseinfo .txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.baseinfo .txtbox .item {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.baseinfo .txtbox .p {
  margin-top: 20px;
}
.baseinfo .txtbox .p i {
  color: #18b192;
}
.baseinfo .head {
  position: relative;
  float: left;
  width: 45%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10%;
}
.baseinfo .head:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.baseinfo .head img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.baseinfo .tit {
  color: #18b192;
  font-size: 18px;
  margin-bottom: 10px;
}
.baseinfo .logout {
  display: inline-block;
  margin-top: 20px;
  color: #999;
}
.baseinfo .logout:hover {
  color: #18b192;
}
.exhibitions-list {
  display: flex;
  flex-wrap: wrap;
}
.exhibitions-list li {
  position: relative;
  background-color: #f4f8f9;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  width: calc(100%/2 - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.exhibitions-list li:nth-child(2n) {
  margin-right: 0;
}
.exhibitions-list li .fun-box {
  position: absolute;
  top: 38px;
  right: 15px;
}
.exhibitions-list li .fun-box .fun {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  margin-left: 5px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exhibitions-list li .fun-box .fun.collect-btn {
  color: #18b192;
}
.exhibitions-list li .fun-box .fun:hover {
  opacity: 0.8;
}
.exhibitions-list li .fun-box .fun.collect-btn.current {
  background-color: #d8c70e;
  color: #fff;
}
.exhibitions-list li .fun-box .fun.book-btn.current {
  background-color: #ccc !important;
}
.exhibitions-list li .logo {
  width: 30%;
  margin-right: 5%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 200px;
}
.exhibitions-list li .logo img {
  max-width: 90%;
  max-height: 90%;
}
.exhibitions-list li .txtbox {
  width: 65%;
}
.exhibitions-list li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibitions-list li .txtbox .info {
  line-height: 1.8;
  color: #999;
  padding-right: 80px;
}
.exhibitions-list li .txtbox .info .p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.exhibitions-list li .txtbox .info .p:last-child {
  margin-right: 0;
}
.exhibitions-list li .txtbox .sign {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
  color: #18b192;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
}
.products-list li {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 15px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.products-list li:nth-child(4n) {
  margin-right: 0;
}
.products-list li a {
  display: block;
}
.products-list li a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-list li .imgbox {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
.products-list li .imgbox:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.products-list li .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-list li .txtbox {
  position: relative;
  margin-top: 20px;
  padding-right: 50px;
}
.products-list li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.products-list li .txtbox .info {
  line-height: 1.8;
  color: #999;
}
.products-list li .txtbox .info .p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.products-list li .txtbox .info .p:last-child {
  margin-right: 0;
}
.products-list li .txtbox .fun-box {
  position: absolute;
  top: -15px;
  right: 0px;
  z-index: 2;
  padding: 8px 5px;
  border-radius: 30px;
  overflow: hidden;
}
.products-list li .txtbox .fun-box.curr {
  background-color: #18b192;
  top: -100px;
}
.products-list li .txtbox .fun-box.curr .fun {
  display: block;
  background-color: #fff;
  color: #18b192;
}
.products-list li .txtbox .fun-box .other {
  display: none;
}
.products-list li .txtbox .fun-box .fun {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #26394f;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-list li .txtbox .fun-box .fun:last-child {
  margin-bottom: 0;
}
.products-list li .txtbox .fun-box .fun:hover {
  opacity: 0.8;
}
.products-list li .txtbox .fun-box .fun.collect-btn.current {
  background-color: #d8c70e !important;
}
.products-list li .txtbox .fun-box .fun.book-btn.current {
  background-color: #ccc !important;
}
.products-list li .txtbox .fun-box .more {
  display: block;
}
.page-titbox {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-titbox .title {
  font-size: 18px;
  font-weight: bold;
}
.page-titbox .title span {
  font-size: 14px;
  font-weight: normal;
}
.page-titbox .right .btn {
  margin-left: 5px;
  font-size: 14px;
}
.page-titbox .menu-btn {
  display: none;
}
.page-subtit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.searchbox {
  background-color: #e9edf3;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 0;
  *zoom: 1;
  margin-bottom: 25px;
}
.searchbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.searchbox .search-condition {
  float: left;
}
.searchbox .left {
  float: left;
}
.searchbox .search-btnbox {
  float: right;
}
.searchbox .search-btnbox > * {
  margin-left: 8px;
  vertical-align: top;
}
.searchbox .search-btnbox .btn {
  display: inline-block;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 42px;
  height: 42px;
  font-size: 14px;
  margin-bottom: 10px;
}
.searchbox .chosen-container-single {
  margin-right: 8px;
}
.searchbox .chosen-container-single .chosen-single {
  background-color: #f3e9e5;
  color: #000;
  height: 47px;
}
.searchbox .chosen-container-single .chosen-single span {
  line-height: 47px !important;
}
.searchbox .form-input {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  line-height: 42px;
  height: 42px;
  border: 1px solid #fff;
  padding: 0 10px;
  width: 200px;
}
.searchbox .form-search {
  display: inline-block;
  vertical-align: top;
}
.searchbox .form-search .form-input {
  vertical-align: top;
  border-radius: 10px 0 0 10px;
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 260px;
}
.searchbox .form-search .btn {
  float: left;
  vertical-align: top;
  border-radius: 0 10px 10px 0;
  height: 42px;
  font-size: 14px;
  padding: 0 20px;
}
.searchbox .form-search .btn:hover {
  opacity: 0.8;
  background-color: #26394f;
  color: #fff;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr:nth-of-type(2n) {
  background-color: #f1f5f9;
}
.table.table-bg tr:nth-of-type(2n) {
  background-color: #fff;
}
.table.table-bg tr:nth-of-type(2n+1) {
  background-color: #f1f5f9;
}
.table.table-bg th {
  background-color: #26394f;
  color: #fff;
}
.table td i {
  font-size: 28px;
}
.table td .btn {
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 14px;
}
.table td .btn i {
  font-size: 14px;
}
.table th,
.table td {
  padding: 12px 10px;
}
.table th:first-child,
.table td:first-child {
  border-radius: 10px 0 0 10px;
}
.table th:last-child,
.table td:last-child {
  border-radius: 0 10px 10px 0;
}
.table .img {
  width: 90px;
  height: 50px;
  border: 1px solid #ecedef;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
}
.table .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.table .sort-input {
  border: 1px solid #ecedef;
  border-radius: 5px;
  width: 50px;
  height: 34px;
  padding: 0 5px;
}
.table-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.table-bottom .left {
  width: 48%;
}
.table-bottom .left > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.table-bottom .pagging {
  width: 50%;
}
.table-bottom .btn {
  border-radius: 5px;
  font-size: 14px;
}
.download-list {
  display: flex;
  flex-wrap: wrap;
}
.download-list li {
  width: calc(100%/6 - 20px);
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  text-align: center;
}
.download-list li:nth-child(6n) {
  margin-right: 0;
}
.download-list li .icon {
  width: 90%;
  max-width: 140px;
  position: relative;
  margin: 0 auto 10px;
}
.download-list li .icon:before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: #f8f8f8;
  border-radius: 50%;
}
.download-list li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.download-list li .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.download-list li .p {
  color: #666666;
}
.download-list li .btn {
  margin-top: 10px;
  width: 150px;
  max-width: 100%;
  border-radius: 30px;
}
.contact-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-list li {
  width: calc(100%/5 - 20px);
  margin-right: 25px;
  margin-bottom: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding: 30px 20px;
  background: url(../images/ico-phone.png) no-repeat left 20px top 25px;
  background-size: 80px;
  padding-left: 120px;
  font-size: 16px;
  color: #26394f;
}
.contact-list li:nth-child(5n) {
  margin-right: 0;
}
.contact-list li .p {
  margin-top: 10px;
}
.contact-list li .p .tel {
  color: #6f7d8e;
  font-style: italic;
  font-size: 18px;
}
.contact-list li .p .tel a {
  color: #6f7d8e;
}
.recommend-box {
  margin: 5% auto 0;
  max-width: 890px;
}
.recommend-box .tit {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
.recommend-box textarea {
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  display: block;
  width: 100%;
  padding: 10px;
}
.recommend-box .tip {
  color: #999;
  margin-top: 10px;
}
.recommend-box .tip .p {
  color: #333;
}
.group-process {
  background-color: #f1f5f9;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.group-process .item {
  vertical-align: top;
  text-align: center;
  display: flex;
}
.group-process .item:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 40px;
  width: 22px;
  height: 100%;
  background: url(../images/ico-arrow.png) no-repeat center center;
}
.group-process .item i {
  font-size: 16px;
}
.group-process .item .num {
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline;
  color: #18b192;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
.group-process .item .btn {
  border-radius: 10px;
  display: block;
  width: 130px;
  margin: 20px auto 0;
  padding: 12px 0;
}
.group-process .item .btn-file {
  position: relative;
}
.group-process .item .btn-file input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.group-tip {
  text-align: center;
  margin: 50px 0;
  font-size: 18px;
  color: #18b192;
}
.ul-disc {
  padding-left: 20px;
  list-style: disc;
}
.ul-disc li::marker {
  color: #18b192;
}
.banner-top {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
}
.banner-top img {
  width: 100%;
}
.regsearch-bg {
  background: url(../images/bg.png) no-repeat center center;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.regsearch-bg .wrap {
  max-width: 1600px;
}
.regsearch-bg .logo {
  margin-top: 30px;
  width: 200px;
}
.regsearch-bg .logo img {
  width: 100%;
}
.regsearch-bg .title {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.regsearch-bg .con {
  background-color: #fff;
  min-height: calc(100vh - 200px);
  padding: 20px;
  width: 80%;
}
.regsearch-bg .con .line {
  margin: 40px 0;
  text-align: center;
}
.regsearch-bg .con .line img {
  max-width: 100%;
}
.regsearch-bg .con .item:first-child {
  padding-top: 12vh;
}
.regsearch-bg .con .item .tit {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.regsearch-bg .con .item .tip {
  font-size: 16px;
  color: #000000a6;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.regsearch-bg .con .item .btn {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 320px;
  margin-top: 40px;
  padding: 13px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
}
.regsearch-bg .con .item input {
  text-align: center;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  width: 650px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.badges-half {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.badges-half .left {
  flex-grow: 1;
  max-width: 560px;
}
.badges-half .left .confirm-badges-box {
  max-width: 100%;
  margin: 0 !important;
}
.badges-half .right {
  width: 45%;
  margin-left: 5%;
  flex-shrink: 0;
  text-align: center;
}
.badges-half .right .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.badges-half .right img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .header .logo {
    max-width: 180px;
  }
  .header .nav li {
    padding: 0 15px;
  }
  .header .lang-box {
    padding: 0 10px;
  }
  .contact-list li {
    width: calc(100%/4 - 15px);
    margin-right: 20px;
  }
  .contact-list li:nth-child(5n) {
    margin-right: 20px;
  }
  .contact-list li:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .header .logo {
    max-width: 160px;
  }
  .header .nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .header .nav li {
    padding: 0 15px;
  }
  .contact-list li {
    background-size: 50px;
    padding-left: 80px;
    width: calc(100%/4 - 15px);
    margin-right: 20px;
  }
  .contact-list li:nth-child(5n) {
    margin-right: 20px;
  }
  .contact-list li:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1094px) {
  .header .lang-box {
    display: none;
  }
}

