@import 'reset.css';

*,
body {
  letter-spacing: 0;
  font-family: Microsoft YaHei;
}

select {
  padding: 5px 35px 5px 5px;
  font-size: 20px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/img/arrow.png) 92% / 15% no-repeat #eee;
  background-size: 19px auto;
}

/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
}

p {
  line-height: 1.3;
}

.border2 {
  border: 2px solid #eee;
}

.padding20 {
  padding: 20px;
}

.lh30 {
  line-height: 30px;
}

.lh40 {
  line-height: 40px;
}

.line4 {
  height: 4px;
  width: 100%;
}

.line2 {
  height: 2px;
  width: 100%;
}

.ti1 {
  text-indent: 1em;
}

.fb {
  font-weight: bold;
}

.bg1 {
  background-color: #f2efea !important;
}

.bg2 {
  background-color: #6c4123;
}

.bg3 {
  background-color: #eee;
}

.bg4 {
  background-color: #f29600;
}

.bg5 {
  background-color: #8d786a;
}

.bg6 {
  background: #faf8f5;
}

.tc {
  text-align: center;
}

.c0 {
  color: #6c4123;
}

.c1 {
  color: #f29600;
}

.c2 {
  color: #fff;
}

.c3 {
  color: #333;
  font-weight: 600;
}

.c4 {
  color: #000;
}

.c5 {
  color: #666;
}

.c6 {
  color: #ccc;
}

.c7 {
  color: #ff0000;
}

.c8 {
  color: #ccc1bc;
}

.pl10 {
  padding-left: 10px;
}

.red {
  color: red;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 18px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz30 {
  font-size: 30px;
}

.fz40 {
  font-size: 40px;
}

.fz26 {
  font-size: 24px;
}

.le0 {
  letter-spacing: 0;
}

.le3 {
  letter-spacing: 0px;
}

.float_r {
  float: right;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px;
}

@media only screen and (max-width: 529px) {
  .mt100 {
    margin-top: 20px;
  }
}

.mr50 {
  margin-right: 50px;
}

.mr30 {
  margin-right: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr0 {
  margin-right: 0 !important;
}

.t036 {
  transition: background-color, border-color 0.36s ease;
}

.col50 {
  width: 50%;
  float: left;
  clear: both;
}

@media only screen and (max-width: 529px) {
  .col50 {
    float: unset;
    width: auto;
  }
}

html {
  min-width: 1280px;
  overflow: auto;
}

@media only screen and (max-width: 529px) {
  html {
    min-width: unset;
  }
}

.modify_password .label {
  padding: 12px 0;
  border: 4px solid #eee;
  border-width: 4px 0;
  margin-right: 30px !important;
}

@media only screen and (max-width: 529px) {
  .modify_password .label {
    border: 0;
  }
}

.modify_password+.modify_bottom {
  padding-left: 144px;
}

@media only screen and (max-width: 529px) {
  .modify_password+.modify_bottom {
    padding-left: 0;
  }
}

.modify_password+.modify_bottom img {
  cursor: pointer;
  display: none;
}

.modify_password+.modify_bottom img.active {
  display: inline-block;
}

.modify_password input {
  width: 327px !important;
}

@media only screen and (max-width: 529px) {
  .modify_password input {
    width: 100% !important;
  }
}

.label_container {
  display: block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}

.label_container>* {
  vertical-align: middle;
}

.label_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.label_container input:checked~.checkmark::after {
  display: block;
}

.label_container .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #eeeeee;
  border: 4px solid #6c4123;
  margin-top: -15px;
}

.label_container .checkmark::after {
  display: none;
  position: absolute;
  content: '';
  left: 7px;
  top: 1px;
  width: 6px;
  height: 14px;
  border: solid #f29600;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox_label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  color: #6c4123;
  border: 1px solid #6c4123;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 529px) {
  .checkbox_label {
    margin-right: 10px;
  }
}

.checkbox_label.un_active {
  color: #666;
  font-weight: normal;
  border-color: #ccc;
}

.checkbox_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox_label input:checked~.checkmark {
  background-color: #6c4123;
}

.checkbox_label .checkmark {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 13px;
  width: 20px;
  height: 20px;
  background: #eee;
}

.checkbox_item_block.form_item .label {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  display: block;
}

.checkbox_item_block.form_item .checkbox_label {
  margin-bottom: 20px;
  margin-right: 30px;
  text-align: left;
}

@media only screen and (max-width: 529px) {
  .checkbox_item_block.form_item .checkbox_label {
    width: 100%;
    margin-left: 0 !important;
  }
}

.checkbox_item_block.form_item .check_group {
  margin-right: -30px;
  padding-right: 30px;
}

.pay_item {
  margin-bottom: 30px;
}

.pay_item .radio_label {
  border-width: 4px;
  font-size: 26px;
  font-weight: bold;
  line-height: 60px;
  border-radius: 60px;
  background: #f29600;
  margin-bottom: 0;
  margin-right: 50px;
}

@media only screen and (max-width: 529px) {
  .pay_item .radio_label {
    transform: scale(0.8);
  }
}

.pay_item .radio_label.un_active {
  background: #f2efea;
  font-weight: bold;
}

.pay_item .radio_label .checkmark {
  vertical-align: -5px;
  background-color: #fff;
  width: 30px;
  height: 30px;
}

.radio_label {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 38px;
  cursor: pointer;
  font-size: 18px;
  color: #6c4123;
  border-radius: 20px;
  border: 1px solid #6c4123;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 529px) {
  .radio_label {
    margin-right: 10px;
    white-space: nowrap;
  }
}

.radio_label.un_active {
  color: #666;
  font-weight: normal;
  border-color: #ccc;
}

.radio_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio_label input:checked~.checkmark {
  background-color: #6c4123;
}

.radio_label .checkmark {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 50%;
}

.outline_btn3 {
  display: inline-block;
  background: #ffffff;
  border: 2px solid;
  font-size: 20px;
  color: #6c4123;
}

.outline_btn3:hover {
  color: #fff;
  background-color: #6c4123;
}

.outline_btn3.disabled {
  pointer-events: none;
  color: #eee;
}

.outline_btn4 {
  display: inline-block;
  background: #fff;
  border: 2px solid;
  font-size: 20px;
  color: #ccc;
  pointer-events: none;
}

.outline_btn1 {
  display: inline-block;
  background: #ffffff;
  border: 2px solid #eeeeee;
  font-size: 18px;
  color: #6c4123;
}

.outline_btn1.active {
  color: #fff;
  background-color: #6c4123;
}

.outline_btn1.done {
  background: #f2efea;
  border: 2px solid #6c4123;
}

.layout_cell>* {
  display: inline-block;
  vertical-align: top;
}

.outline_btn2 {
  display: inline-block;
  border: 2px solid #666;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.outline_btn2:hover {
  color: #f29600;
  border-color: #f29600;
}

.content_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.content_wrapper>* {
  display: inline-block;
  vertical-align: top;
}

.content_wrapper .next_btn {
  line-height: 36px;
  padding: 0 28px;
}

.my_form.label_top .label {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.my_form .input_tips {
  display: inline-block;
  margin-top: 8px;
  padding-left: 33%;
}

@media only screen and (max-width: 529px) {
  .my_form .input_tips {
    padding-left: 0;
  }
}

.my_form .count {
  display: block;
  text-align: right;
}

.my_form .form_item {
  margin-bottom: 20px;
}

.my_form .text_area {
  margin: 30px 0;
}

.my_form .text_area .label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

@media only screen and (max-width: 529px) {
  .my_form .text_area .label {
    margin-bottom: 10px;
  }
}

.my_form textarea {
  width: 100%;
  height: 140px;
  border: 0;
  font-size: 18px;
  line-height: 1.3;
  padding: 10px 20px;
  outline: none;
  background: #eeeeee;
  resize: vertical;
}

@media only screen and (max-width: 529px) {
  .my_form textarea {
    width: 100%;
  }
}

.my_form .select_2 {
  display: inline-block;
}

@media only screen and (max-width: 529px) {
  .my_form .select_2 {
    display: block;
  }

  .my_form .select_2 select {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}

.my_form .select_2 select {
  width: 240px;
}

.my_form .select_2 select+select {
  margin-left: 61px;
}

.my_form select {
  padding-left: 20px;
  height: 40px;
  border: 0;
  font-size: 18px;
  outline: none;
}

.my_form input[type='text'],
.my_form input[type='password'],
.my_form input[type='number'],
.my_form input[type='email'] {
  border: 0;
  font-size: 18px;
  padding: 0 20px;
  width: 67%;
  line-height: 40px;
  height: 40px;
  background: #eeeeee;
  outline: none;
  vertical-align: middle;
}

@media only screen and (max-width: 529px) {

  .my_form input[type='text'],
  .my_form input[type='password'],
  .my_form input[type='number'],
  .my_form input[type='email'] {
    width: 100% !important;
  }
}

.my_form .label,
.my_form .label_left .label {
  display: inline-block;
  margin-bottom: 0;
  width: 234px;
  margin-right: 35px;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: right;
}

@media only screen and (max-width: 529px) {

  .my_form .label,
  .my_form .label_left .label {
    display: block;
    width: 100% !important;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.3;
  }
}

.content_main {
  width: 840px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 529px) {
  .content_main {
    width: 100%;
  }
}

.content_main .agree {
  padding: 15px 20px;
}

.content_main h1 {
  margin-bottom: 50px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

@media only screen and (max-width: 529px) {
  .content_main {
    padding: 0 10px 20px;
  }

  .content_main h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
  }

  .content_main .fz20 {
    font-size: 18px;
  }
}

.progress {
  height: 20px;
}

.progress p {
  width: 0;
  transition: width 0.36s ease;
  height: 100%;
}

.table_input {
  width: 100%;
  text-align: left;
  border: 2px solid #eee;
  border-width: 2px 0;
  page-break-before: auto;
}

.table_input th {
  padding: 10px 0;
}

.table_input td {
  vertical-align: middle;
  padding: 20px 0;
  font-size: 17px;
}

.table_input input {
  margin: 0 10px;
  width: 70px;
  height: 26px;
  background: #eeeeee;
  border: 0;
  outline-width: 0;
  text-align: center;
  font-size: 20px;
}

.table_input input:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 529px) {
  .table_input input {
    width: 30px;
    margin: 0;
  }
}

.step_wrapper {
  width: 330px;
  margin-right: 20px;
  text-align: center;
}

@media only screen and (max-width: 529px) {
  .step_wrapper {
    display: none;
    background: #f2efea;
  }

  .step_wrapper.nav {
    width: 95%;
    display: block;
    width: 100%;
    top: 0;
    z-index: 11;
  }
}

.step_wrapper .outline_btn1 {
  display: block;
  margin: 20px 0;
  width: 100%;
  line-height: 40px;
}

@media only screen and (max-width: 529px) {
  .step_wrapper .outline_btn1 {
    width: 90%;
    margin: 20px auto;
  }
}

.step_wrapper .title_wrapper {
  background: url(/assets/img/buyer.png) no-repeat center 36px;
  overflow: hidden;
  height: 180px;
}

@media only screen and (max-width: 529px) {
  .step_wrapper .title_wrapper {
    background-image: none !important;
    height: auto;
    padding: 20px 0;
  }
}

.step_wrapper .title_wrapper.exhibitors_backend {
  background: url(/assets/img/exhibitors.png) no-repeat center 36px;
}

.step_wrapper .title_wrapper h2 {
  margin-top: 130px;
}

@media only screen and (max-width: 529px) {
  .step_wrapper .title_wrapper h2 {
    margin: 0;
    padding-right: 39px;
  }
}

.header {
  height: 100px;
  background: url(/assets/img/header_bg.png) no-repeat center;
}

@media only screen and (max-width: 529px) {
  .header {
    background-color: #f2efea;
    background-size: 75% auto;
    background-image: none;
  }

  .header .logo {
    position: absolute;
    top: 0;
    height: auto;
  }

  .header .logo img {
    width: 80%;
    margin-top: 10px;
  }

  .header .float_r {
    margin-top: 43px;
    float: unset;
    text-align: center;
  }

  .header .float_r .fz18 {
    font-size: 16px;
  }

  .header .float_r .fz16 {
    font-size: 14px;
  }

  .header .float_r .c2 {
    color: #6c4123;
  }

  .header .float_r .language {
    margin-right: 0;
  }

  .header .float_r .language a {
    padding: 0 9px;
    border-left: 0;
  }

  .header .float_r .language a:last-child {
    border: 0;
  }

  .header .float_r .outline_btn2 {
    color: #f29600;
    font-size: 16px;
  }

  .header .float_r>* {
    margin-top: 0 !important;
    vertical-align: middle;
    display: inline-block;
  }
}

.header .login {
  text-align: right;
  color: #fff;
  margin-top: 20px;
}

@media only screen and (max-width: 529px) {
  .header .login {
    color: #6c4123;
    font-size: 12px !important;
  }

  .header .login .outline_btn2 {
    font-size: 14px;
    padding: 0 10px;
    line-height: 24px;
  }
}

.header .outline_btn2 {
  padding: 0 19px;
  line-height: 28px;
}

.header>div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 0;
  overflow: hidden;
}

.header .language a {
  display: inline-block;
  padding: 0 18px;
  border: 4px solid #666;
  border-width: 0 4px;
  line-height: 1;
}

.header .language a:last-child {
  border-left: 0;
}

@media only screen and (max-width: 529px) {
  .header .language a {
    font-size: 12px;
    padding: 0 5px !important;
  }
}

.change_password_page .qr_code,
.apply_page .qr_code {
  width: 200px;
  height: 200px;
}

.change_password_page .main_content,
.apply_page .main_content {
  display: block;
  min-height: 330px;
  padding-right: 50%;
  background: url(/assets/img/decoration.png) no-repeat 91% 106px;
}

@media only screen and (max-width: 529px) {

  .change_password_page .main_content,
  .apply_page .main_content {
    padding: 0 30px;
    background: unset;
  }
}

.change_password_page input,
.apply_page input {
  width: 100%;
  padding: 0 20px;
  height: 50px;
  background: #eeeeee;
}

.change_password_page button,
.apply_page button {
  width: 200px;
  height: 40px;
}

.apply_page {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 529px) {
  .apply_page {
    width: 100%;
    padding: 0 20px;
  }
}

.apply_page .main_content {
  width: 100%;
}

.apply_page .verify {
  width: auto;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
}

.apply_page input {
  width: 71% !important;
}

.page_exhibitor_registration .checkbox_label {
  width: 155px;
  margin-right: 8px !important;
}

@media only screen and (max-width: 529px) {
  .page_exhibitor_registration table {
    table-layout: fixed;
  }

  .page_exhibitor_registration table * {
    font-size: 14px;
  }

  .page_exhibitor_registration table input {
    margin: 5px 0;
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 529px) {
  .page_exhibitor_registration td:last-child input {
    font-size: 14px;
    width: 40px !important;
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
}

.page_exhibitor_registration .t {
  width: 400px;
}

@media only screen and (max-width: 529px) {
  .page_exhibitor_registration .t {
    width: 100px;
  }
}

/*这里是国家选择的css，page3*/
.contry-out-box {
  display: inline-block;
  width: 67%;
  position: relative;
}

@media only screen and (max-width: 529px) {
  .contry-out-box {
    width: 100%;
  }
}

.contry-out-box .ipt_edit {
  width: 100% !important;
}

.contry-out-box .contry-pupup {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #eee;
}

.contry-out-box .contry-pupup li {
  float: left;
}

/*title部分*/
.contry-out-box .contry-pupup ul.title {
  border-bottom: 2px solid #eee;
  height: 44px;
}

.contry-out-box .contry-pupup ul.title li {
  margin-bottom: 2px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  height: 100%;
  cursor: pointer;
}

/*画底部的线*/
.contry-out-box .contry-pupup ul.title li>i {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 100;
}

.contry-out-box .contry-pupup {
  display: none;
}

.contry-out-box .contry-pupup ul.title li.active>i {
  background-color: #f29600;
}

.contry-out-box .contry-pupup .contry-box ul {
  display: none;
}

.contry-out-box .contry-pupup .contry-box ul.show {
  display: block;
}

.contry-out-box .contry-pupup .contry-box li {
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.online_pay_page .money_count {
  float: right;
}

.online_pay_page .money_count>* {
  vertical-align: middle;
}

.online_pay_page .money_count>div {
  text-align: right;
  margin-right: 30px;
}

@media only screen and (max-width: 529px) {
  .online_pay_page .money_count>div {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 529px) {
  .online_pay_page .bar_title_wrapper {
    text-align: left;
  }

  .online_pay_page .bar_title_wrapper .bar_title1 {
    margin-left: 0;
  }
}

.online_pay_page .go_pay {
  width: 110px;
  height: 60px;
  outline: 6px solid #6c4123;
  background-color: #6c4123;
  color: #f29600;
  letter-spacing: 0px;
  font-size: 20px;
  border: 3px solid #b6a091;
  font-weight: bold;
}

.card .bottom .layout_cell .paybtn {
  margin-right: 0;
}

.card .bottom .layout_cell .paybtn .go_pay:first-child {
  margin-right: 20px;
}

.title_content {
  position: relative;
}

.title_content .jg_content {
  width: 555px;
  position: absolute;
}

.tc_content {
  margin-top: 90px;
}

.jg_content2 {
  position: absolute;
}

@media only screen and (max-width: 529px) {
  .online_pay_page .go_pay {
    transform: scale(0.75);
    transform-origin: right;
  }

  .card .bottom .layout_cell .paybtn {
    margin-top: 0;
  }

  .card .bottom .layout_cell .paybtn .go_pay:first-child {
    margin-right: 0;
  }

  .yun_pj {
    display: flex;
    flex-direction: column;
  }

  .panel-body .starability-container {
    padding-left: 30%;
  }

  .title_content .jg_content {
    width: auto;
    position: relative;
  }

  .tc_content {
    margin-top: 30px;
    margin-left: 30px;
  }

  .jg_content2 {
    position: relative;
  }
}

.online_pay_page .count {
  float: left;
}

.online_pay_page input {
  width: 90px;
  height: 30px;
  background: #fff;
  border: 0;
  outline-width: 0;
  text-align: center;
  font-size: 20px;
}

.online_pay_page span.calc {
  display: inline-block;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 30px;
  line-height: 30px;
  background-color: #6c4123;
  color: #fff;
  user-select: none;
  cursor: pointer;
}

.online_pay_page .input_wrapper>* {
  vertical-align: middle;
}

.online_pay_page .card {
  margin-bottom: 50px;
}

.online_pay_page .card .title_wrapper {
  margin-left: 20px;
}

.online_pay_page .card .title_wrapper h4 {
  max-width: 218px;
}

.online_pay_page .card .detail {
  padding-left: 200px;
}

@media only screen and (max-width: 529px) {
  .online_pay_page .card .detail {
    padding: 0;
    font-size: 16px;
  }
}

.online_pay_page .card .show_more {
  height: 34px;
  padding: 0 60px 0 20px;
  border-radius: 30px;
}

.online_pay_page .card .show_more.down {
  background: url(/assets/img/down.png) no-repeat 82% #fff;
}

.online_pay_page .card .show_more.up {
  background: url(/assets/img/up.png) no-repeat 82% #fff;
}

.online_pay_page .card .top {
  padding: 10px;
  padding-bottom: 0;
  background-color: #806959;
}

@media only screen and (max-width: 529px) {
  .online_pay_page .card .top {
    text-align: center;
  }
}

.online_pay_page .card .top>div {
  padding: 20px;
  border: 2px solid #c0b4ac;
  border-bottom: 0;
}

.online_pay_page .card .bottom {
  padding: 10px;
  padding-top: 0;
  background-color: #e6e0d5;
}

.online_pay_page .card .bottom>div {
  padding: 20px;
  overflow: hidden;
  border: 2px solid #c0b4ac;
  border-top: 0;
}

.online_pay_page .toggle {
  font-size: 0;
}

.online_pay_page .toggle a:last-child li {
  border-left: 0;
}

.online_pay_page .toggle li {
  font-size: 20px;
  display: inline-block;
  padding: 0 30px;
  border: 10px solid #eee;
  cursor: pointer;
  border-width: 0 10px 0 10px;
}

@media only screen and (max-width: 529px) {
  .online_pay_page .toggle li {
    padding: 0 5px;
    font-size: 16px;
  }
}

.online_pay_page .toggle li.active {
  color: #f29600;
}

.bar_title1 {
  margin: 0 0 30px 0;
  padding-left: 1em;
  background: linear-gradient(-45deg, #f29600, #f29600) no-repeat left 4px;
  background-size: 0.3em 1em;
}

.bar_title1+.bar_title1 {
  margin-left: 60px;
}

.pay_success {
  overflow: hidden;
}

.order_list {
  overflow: auto;
  padding: 0 15px 50px;
}

.order_list table {
  width: 100%;
  text-align: left;
}

.order_list th,
.order_list td {
  white-space: nowrap;
}

.order_list th {
  padding: 30px 10px;
  font-weight: bold;
  font-size: 16px;
}

.order_list td {
  padding: 20px 10px;
  line-height: 1.3;
  color: #666666;
}

.order_list tr {
  border-bottom: 1px solid #dddddd;
}

.phone_nav {
  display: none;
}

@media only screen and (max-width: 529px) {
  .phone_nav {
    height: 30px;
    float: left;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 529px) {
  .nav_content {
    display: none;
    overflow: hidden;
    height: 100vh;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.content_wrapper.no_scroll {
  overflow: hidden;
  height: 100vh;
}

.danjia {
  margin-top: 12px;
  float: right;
}

@media only screen and (max-width: 529px) {
  .danjia {
    float: unset;
  }
}

.danjia>span {
  vertical-align: middle;
}

.danjia .fz20 {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 4px solid #726358;
}

@media only screen and (max-width: 529px) {
  .danjia .fz20 {
    padding: 0;
    margin: 0;
  }
}

.danjia .c1 {
  margin-right: 40px;
}

@media only screen and (max-width: 529px) {
  .danjia .c1 {
    margin: 0;
  }
}

.spe {
  position: absolute;
}

@media only screen and (max-width: 529px) {
  .spe {
    position: unset;
  }
}

.language {
  text-align: right;
}

@media only screen and (max-width: 529px) {
  .fb.c0 {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .show_all_table {
    overflow: auto;
  }

  .show_all_table th,
  .show_all_table td {
    white-space: nowrap;
    padding-right: 16px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper {
    margin-bottom: 500px;
  }
}

.contactTitle {
  background-color: #946338;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.contactRadio .contact-form-container {
  display: flex;
  border: 1px solid #000;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
}


.contactRadio .left-section {
  flex: 1;
  display: flex;
  align-items: center;
  border-right: 1px solid #000;
}

.contactRadio .title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  padding: 10px;
  height: 100%;
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}

.contactRadio .hint {
  padding: 10px;
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}

.contactRadio .right-section {
  flex: 1.5;
  padding: 10px 0;
}

.contactRadio .checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid;
  padding: 0 15px 15px;
}

.contactRadio .checkbox-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.contactRadio .checkbox-item input {
  margin-right: 5px;
}

.contactRadio .other-row {
  margin-top: 10px;
  border: none;
}

.contactRadio .label_container {
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  height: 45px;
  line-height: 45px;
  border: none;
}

.contactRadio .label_container .checkmark {
  margin-right: 0px;
  border-radius: 0%;
}

.container-flow {
  background-color: #F9F3E7;
  padding: 50px;
  font-family: Microsoft yahei;
}

.container-flow .process-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0 80px;
}

.container-flow .process-title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #A28B3D;
  z-index: 1;
}

.container-flow .process-title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #A28B3D;
  border-radius: 50%;
  z-index: 2;
}

.container-flow .process-title .right-dot {
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #A28B3D;
  border-radius: 50%;
  z-index: 2;
}

.container-flow .title-text {
  position: relative;
  background-color: #A28B3D;
  color: white;
  padding: 14px 36px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(212, 175, 55, 0.15);
  z-index: 3;
}

.container-flow .flow-qa {
  border-bottom: 2px solid #A28B3D;
  padding: 10px 0px 20px;
  width: 95%;
  margin: 0 auto;
  line-height: 30px;
}

.container-flow .flow-qa:last-child {
  border-bottom: none;
}

.container-flow .flow-qa .flow-q {
  font-size: 24px;
  font-weight: 600;
  color: #CD7148;
}

.container-flow .flow-qa .flow-a {
  font-size: 22px;
  font-weight: 500;
}

.container-flow .flow-qa .flow-a span {
  font-weight: 900;
}

.container-flow .flow-qa .flow-a .tips {
  font-size: 18px;
  font-weight: normal;
}