/*@import url(base.css);
@import url(page-mo.css);*/
.static-wrapper-content p {
    font-size: 14px;
    line-height: 24px;
}
.content {
  width: 1400px;
  margin: 0 auto;
}

.index-header {
  width: 100%;
}
.index-header .header-top {
  height: 50px;
  width: 100%;
  background: #313131;
}
.index-header .header-top.active {
  position: fixed;
  top: 0;
  z-index: 9999996;
}
.index-header .header-top .title {
  float: left;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
}
.index-header .header-top .title b {
  font-weight: 500;
  color: #e55727;
}
.index-header .header-top .help {
  float: right;
}
.index-header .header-top .help ul li {
  height: 50px;
  line-height: 50px;
  color: #fff;
  float: left;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}
.index-header .header-top .help ul li a {
  color: #fff;
}
.index-header .header-top .help ul li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/arrow_1.png") no-repeat center;
  background-size: 7px 7px;
}
.index-header .header-top .help ul li .list {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 9999;
  margin-left: -65px;
  width: 130px;
  opacity: 0;
  background: #fff;
  transition: all 0.3s linear;
}
.index-header .header-top .help ul li .list a {
  display: block;
  width: 100%;
  height: 0;
  text-align: center;
  color: #333;
  line-height: 30px;
  font-size: 14px;
  transition: all 0.3s linear;
}
.index-header .header-top .help ul li .list a:hover {
  background: #e2e2e2;
}
.index-header .header-top .help ul li:hover span {
  background: url("../images/arrow-2.png") no-repeat center;
  background-size: 7px 7px;
}
.index-header .header-top .help ul li:hover .list {
  border-top: 4px solid #e55727;
  box-shadow: 0 0 2px 2px #888888;
  padding: 5px 0;
  opacity: 1;
  transition: all 0.3s linear;
}
.index-header .header-top .help ul li:hover .list a {
  height: 30px;
  transition: all 0.3s linear;
}
.index-header .header-bottom {
  width: 100%;
  padding-top: 35px;
}
.index-header .header-bottom .logo {
  float: left;
  text-align: center;
  display: block;
}
.index-header .header-bottom .logo img {
  max-height: 67px;
  margin: 0 auto;
  display: inline-block;
}
.index-header .header-bottom .bag, .index-header .header-bottom .collect, .index-header .header-bottom .sign {
  margin-top: 12px;
  float: right;
  height: 30px;
  margin-left: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  position: relative;
}
.index-header .header-bottom .bag img, .index-header .header-bottom .collect img, .index-header .header-bottom .sign img {
  height: 30px;
  float: left;
}
.index-header .header-bottom .bag span, .index-header .header-bottom .collect span, .index-header .header-bottom .sign span {
  float: left;
  margin-left: 6px;
  display: inline-block;
  cursor: pointer;
}
.index-header .header-bottom .bag .num, .index-header .header-bottom .collect .num, .index-header .header-bottom .sign .num {
  position: absolute;
  top: -9px;
  text-align: center;
  left: 18px;
  width: 18px;
  height: 18px;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  background: url("../images/round.png") no-repeat center;
  background-size: 100% 100%;
}
.index-header .header-bottom .bag {
  margin-right: 10px;
}
.index-header .header-bottom .search {
  width: 500px;
  height: 45px;
  float: right;
  margin: 5px 0;
  background: #e55727;
  border-radius: 10px;
}
.index-header .header-bottom .search form {
  width: 498px;
  height: 41px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 10px;
  background: transparent;
}
.index-header .header-bottom .search form select {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: none;
  width: 75px;
  height: 41px;
  font-size: 16px;
  color: #333;
  padding-left: 10px;
  float: left;
  border: none;
}
.index-header .header-bottom .search form input {
  width: calc(100% - 75px - 140px);
  height: 39px;
  float: left;
  outline: none;
  border: none;
  border-left: 1px solid #e55727;
  padding-left: 10px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.index-header .header-bottom .search form input::-webkit-input-placeholder {
  color: #969696;
  font-size: 12px;
}
.index-header .header-bottom .search form button {
  width: 120px;
  outline: none;
  height: 41px;
  float: left;
  background: transparent;
  border: none;
  cursor: pointer;
}
.index-header .header-bottom .search form button img {
  float: left;
  height: 25px;
  margin-top: 8px;
}
.index-header .header-bottom .search form button span {
  font-size: 16px;
  line-height: 41px;
  color: #fff;
  margin-left: 10px;
  float: left;
}
.index-header .header-bottom .header-nav {
  width: 100%;
  margin-top: 20px;
  float: left;
  position: relative;
  background: #ffffff;
}
.index-header .header-bottom .header-nav.active {
  position: fixed;
  background: #e2e2e2;
  width: 100%;
  top: 0;
  margin: 0 auto;
  z-index: 9999995;
}
.index-header .header-bottom .header-nav ul {
  width: 100%;
  display: block;
  text-align: center;
}
.index-header .header-bottom .header-nav ul li {
  display: inline;
  height: 40px;
  line-height: 40px;
  margin: 0 .4rem;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 2px;
}
.index-header .header-bottom .header-nav ul li a {
  color: #000;
}
.index-header .header-bottom .header-nav ul li:hover a {
  color: #e55727;
}
.index-header .header-bottom .header-nav ul li.active a {
  color: #e55727;
}

.index-picture {
  width: 100%;
  margin-bottom: 1.26rem;
}
.index-picture ul li {
  width: 340px;
  margin-right: 13px;
  border-radius: 10px;
  margin-top: 36px;
  float: left;
}
.index-picture ul li:nth-of-type(4) {
  margin-right: 0;
}
.index-picture ul li:nth-of-type(8) {
  margin-right: 0;
}
.index-picture ul li img {
  width: 100%;
}

.msg {
  width: 100%;
}
.msg ul li {
  width: 215px;
  float: left;
  margin-right: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.msg ul li:last-child {
  margin-right: 0;
}
.msg ul li img {
  display: block;
  height: 82px;
  margin: 0 auto;
}
.msg ul li h3 {
  text-align: center;
}

.bank {
  width: 100%;
  display: block;
  border: 1px solid #e2e2e2;
  font-family: Arial , "Microsoft YaHei";
}
.bank tbody {
  width: 100%;
  display: block;
}
.bank tr {
  width: 100%;
  display: table;
  border-bottom: 1px solid #e2e2e2;
}
.bank tr th {
  background: #f2f2f2;
  display: block;
  width: 200px;
  height: 100%;
  float: left;
  font-weight: 500;
    font-size: 13px;
}
.bank tr td {
  font-size: 12px;
  float: left;
  padding-left: 10px;
}

.methods {
  width: 100%;
  border: 1px solid #e2e2e2;
  font-family: Arial , "Microsoft YaHei";
}
.methods tbody tr {
  width: 100%;
}
.methods tbody tr th {
  background: #f2f2f2;
  text-align: center;
  height: 100%;
  font-weight: 500;
  border: 1px solid #e2e2e2;
    font-size: 13px;
}
.methods tbody tr td {
  font-size: 12px;
  text-align: center;
  padding-left: 10px;
  border: 1px solid #e2e2e2;
}

.options {
  width: 100%;
  border: 1px solid #e2e2e2;
  font-family: Arial , "Microsoft YaHei";
}
.options tbody {
  width: 100%;
}
.options tbody tr {
  width: 100%;
}
.options tbody tr th {
  background: #f2f2f2;
  height: 100%;
  font-weight: 500;
  padding-left: 20px;
  text-align: left;
  border: 1px solid #e2e2e2;
}
.options tbody tr td {
  font-size: 14px;
  padding-left: 20px;
  border: 1px solid #e2e2e2;
}
.options tbody tr td a {
  display: inline-block;
  border-bottom: 1px solid red;
  color: #333;
  text-decoration: solid;
}
.discounts-table{
    width: 100%;
    border: 1px solid #e2e2e2;
    font-family: Arial , "Microsoft YaHei";
}
.discounts-table tbody {
    width: 100%;
}
.discounts-table tbody tr {
    width: 100%;
}
.discounts-table tbody tr th {
    text-align: center;
    padding: 10px 0;
    background: #f2f2f2;
    height: 100%;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    border-right: 1px solid #e2e2e2;
}
.discounts-table tbody tr td {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.discounts-table tbody tr td img{
    max-width: 96%;
    text-align: center;
    vertical-align:middle;
    margin: 0 2%;
}
.discounts-table tbody tr td h3 {
    font-size: 16px;
    color: #e55727;
    margin: 0;
}
.shipping {
  width: 100%;
  border: 1px solid #e2e2e2;
  font-family: Arial , "Microsoft YaHei";
}
.shipping tbody {
  width: 100%;
}
.shipping tbody tr {
  width: 100%;
}
.shipping tbody tr th {
  text-align: center;
  padding: 10px 0;
  background: #f2f2f2;
  height: 100%;
  font-weight: 500;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  border-right: 1px solid #e2e2e2;
}
.shipping tbody tr td {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.shipping tbody tr td h3 {
  font-size: 16px;
  color: #e55727;
    margin: 0;
}

.module-title1 {
  width: 100%;
  margin: .3rem 0;
}
.module-title1 h1, .module-title1 h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #333;
}
.module-title1 h1 {
  font-size: 24px;
}

.module-title2 {
  padding-bottom: 3px;
  border-bottom: 1px solid #959595;
  float: left;
  margin-bottom: .7rem;
  white-space: nowrap;
}
.module-title2 div {
  border-left: 10px solid #e55727;
  margin-left: 10px;
  float: left;
  color: #000;
  font-size: 22px;
  padding-left: 10px;
  letter-spacing: 1px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
}
.module-title2 span {
  float: left;
  display: block;
  line-height: 15px;
  color: #333;
  font-weight: 300;
  margin-left: 30px;
  font-size: 16px;
  white-space: nowrap;
}

.module-title3 {
  margin: .55rem 0;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
.module-title3 h1 {
  color: #e55727;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.module-title3 h2 {
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}
.module-title3 h2:nth-of-type(2) {
  margin-bottom: 30px;
}
.module-title3 h3 {
  color: #e55727;
  font-size: 18px;
  font-weight: 500;
}
.module-title3 p {
  font-size: 14px;
  font-weight: 500;
}

.index-wholesale {
  width: 100%;
  margin-bottom: 1.26rem;
}
.index-wholesale .box {
  width: 50%;
  height: 6rem;
}
.index-wholesale .box img {
  width: 100%;
  height: 100%;
}
.index-wholesale .box h2 {
  text-align: center;
  font-weight: 300;
  color: #333;
  margin: 0;
  margin-top: 15%;
}
.index-wholesale .box .text {
  text-align: center;
  color: #333;
  width: 90%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 16px;
  line-height: .3rem;
}
.index-wholesale .box .text p {
  line-height: .3rem;
}
.index-wholesale .box a {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #e55727;
  margin-top: .9rem;
}

.index-banner {
  width: 100%;
}
.index-banner .swiper-pagination-bullet {
  background: #a0a0a0;
}
.index-banner .swiper-pagination-bullet-active {
  background: #e55727;
}

.index-banner2 {
  width: 100%;
}

.index-banner3 {
  width: 100%;
  margin-bottom: 1.26rem;
}

#swiper2-next {
  width: 44px;
  height: 44px;
  top: 90%;
  margin-top: 0;
  background: url("../images/swiper2-next.png") no-repeat center;
  background-size: 100% 100%;
  right: .2rem;
  opacity: 0.6;
}
#swiper2-next:hover {
  opacity: 1;
}

#swiper2-prev {
  width: 44px;
  height: 44px;
  top: 90%;
  margin-top: 0;
  background: url("../images/swiper2-prev.png") no-repeat center;
  background-size: 100% 100%;
  right: calc(.2rem + 60px);
  opacity: 0.6;
}
#swiper2-prev:hover {
  opacity: 1;
}

#swiper3-prev, #swiper3-next {
  width: 35px;
  height: 35px;
}

#swiper3-prev {
  background: url("../images/swiper3-prev.png") no-repeat center;
  background-size: 100% 100%;
  left: 0;
  top: 30%;
}

#swiper3-next {
  background: url("../images/swiper3-next.png") no-repeat center;
  background-size: 100% 100%;
  right: 0;
  top: 30%;
}

#swiper4-prev, #swiper4-next {
  width: 35px;
  height: 35px;
}

#swiper4-prev {
  background: url("../images/swiper3-prev.png") no-repeat center;
  background-size: 100% 100%;
  left: 0;
  top: 30%;
}

#swiper4-next {
  background: url("../images/swiper3-next.png") no-repeat center;
  background-size: 100% 100%;
  right: 0;
  top: 30%;
}

#swiper5-next {
  width: 44px;
  height: 44px;
  top: calc(100% - 45px);
  background: url("../images/swiper2-next.png") no-repeat center;
  background-size: 100% 100%;
  right: .2rem;
  opacity: 0.6;
}
#swiper5-next:hover {
  opacity: 1;
}

#swiper5-prev {
  width: 44px;
  height: 44px;
  top: calc(100% - 45px);
  background: url("../images/swiper2-prev.png") no-repeat center;
  background-size: 100% 100%;
  right: calc(.2rem + 60px);
  opacity: 0.6;
}
#swiper5-prev:hover {
  opacity: 1;
}

.swiper5 .swiper-slide:hover span {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.swiper5 .swiper-slide span {
  display: block;
  opacity: 0;
  position: relative;
  bottom: 40px;
  background: #e55727;
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  transition: opacity 0.3s linear;
}

.index-footer {
  width: 100%;
  padding-bottom: 10px;
  margin-top: 1rem;
  background: #e5e5e5;
  position: relative;
}
.index-footer .footer-left {
  width: 370px;
  float: left;
}
.index-footer .footer-left h3 {
  margin-top: 60px;
}
.index-footer .footer-left input {
  float: left;
  width: 294px;
  height: 40px;
  outline: none;
  border: none;
  padding-left: 10px;
}
.index-footer .footer-left input::-webkit-input-placeholder {
  color: #969696;
  font-size: 12px;
}
.index-footer .footer-left button {
  width: 60px;
  height: 40px;
  outline: none;
  border: none;
  background: #e55727;
  float: left;
  cursor: pointer;
}
.index-footer .footer-left button img {
  display: block;
  margin: auto auto;
}
.index-footer .footer-left ul {
  float: left;
  margin-bottom: 10px;
}
.index-footer .footer-left ul li {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 13px;
}
.index-footer .footer-left ul li img {
  width: 100%;
  height: 100%;
}
.index-footer .footer-left ul li:last-child {
  margin-right: 0;
}
.index-footer .footer-right {
  float: left;
}
.index-footer .footer-right ul {
  margin-top: 60px;
  margin-left: 120px;
  display: block;
}
.index-footer .footer-right ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}
.index-footer .footer-right ul li a {
  color: #333;
}
.index-footer .footer-right ul li a:hover {
  color: #e55727;
}
.index-footer .footer-right ul li:first-child {
  font-weight: 600;
  font-size: 18px;
}

.copy {
  width: 100%;
  background: #313131;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
.help-banner {
  width: 100%;
  position: relative;
}
.help-banner img {
  width: 100%;
}
.help-banner div {
  width: 100%;
  height: 40px;
  line-height: 38px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.help-banner span {
  width: 140px;
  height: 4px;
  border-radius: 2px;
  background: #e55727;
  position: absolute;
  top: 50%;
  margin-top: 20px;
  left: 50%;
  margin-left: -70px;
  display: block;
}

.help-nav {
  width: 175px;
  padding-right: 15px;
  margin-top: 1rem;
  border-right: 1px solid #b5b5b5;
  float: left;
  position: relative;
  left: 10px;
  transition: all 0.6s linear;
  background-color:#fff;
}
.help-nav.active {
  position: absolute;
  left: -175px;
  transition: all 0.6s linear;
}
.help-nav.active .open {
  transform: rotate(0deg);
  transition: all 0.6s linear;
}
.help-nav .open {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  display: none;
  margin-top: -15px;
  right: -32px;
  transition: all 0.6s linear;
  cursor: pointer;
  transform: rotate(180deg);
}
.help-nav .open.db {
  display: block;
}
.help-nav .open img {
  width: 100%;
  height: 100%;
}
.help-nav .first-type {
  width: 90%;
  height: 40px;
  border-bottom: 1px solid #b5b5b5;
  float: left;
  line-height: 40px;
  font-size: 14px;
}
.help-nav .first-type.active {
  border-color: #e55727;
}
.help-nav .first-type.active span {
  background: url("../images/arrow-bottom-1.png") no-repeat center;
  background-size: 100% auto;
}
.help-nav .first-type span {
  float: right;
  width: 5px;
  height: 100%;
  display: inline-block;
  background: url("../images/arrow-left-1.png") no-repeat center;
  background-size: 100% auto;
}
.help-nav .second-type {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s linear;
}
.help-nav .second-type a {
  overflow: hidden;
  height: 0;
  float: left;
  width: 100%;
  transition: all 0.3s linear;
  color: #333;
  cursor: pointer;
}
.help-nav .second-type.active {
  padding: 18px 0;
  transition: all 0.3s linear;
}
.help-nav .second-type.active a {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.3s linear;
}
.help-nav .second-type.active a:hover {
  border-color: #e55727;
}
.help-nav .second-type.active a.active2 {
  border-color: #e55727;
}

.help-main {
  float: left;
  margin-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  width: calc(100% - 175px);
  padding-left: 50px;
  font-size: 16px;
  line-height: 34px;
  transition: all .6s linear;
}
.help-main.active {
  width: calc(100% - 10px);
  transition: all .6s linear;
}
.help-main.active2 {
  padding-left: 10px;
  width: calc(100% - 10px);
  transition: all .6s linear;
}
.help-main h3 {
  font-weight: 600;
  font-size: 15px;
  margin: .1rem 0;
}
.help-main h4 {
  margin: .05rem 0;
}
.help-main p {
  line-height: 30px;
  margin: 0;
}
.help-main div {
  margin-bottom: 80px;
}
.help-main .mt-chosen-select .select-wrap{
    position:static;
    margin-bottom:0;
}
.help-main .mt-chosen-select .select-wrap .select-box{
    display:none;
}
.help-main .chosen-container {
    margin-bottom: 0;
}
.main-btn {
    width: 360px;
    height: 45px;
    margin-top: .96rem;
    background: #e55727;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    display: block;
    border-radius: 10px;
}

.guide-nav {
  width: 100%;
  display: block;
  text-align: center;
}
.guide-nav ul {
  display: inline-block;
  text-align: center;
}
.guide-nav ul li {
  float: left;
  height: 30px;
  margin: 0 .6rem;
  border-bottom: 2px solid #fff;
  line-height: 30px;
}
.guide-nav ul li:hover {
  border-color: #e55727;
}
.guide-nav ul li a {
  display: block;
  font-weight: 600;
  height: 30px;
  width: 100%;
  color: #333;
  font-size: 18px;
}
.member-vip-btn {
    text-align:center;
    margin-top:40px;
}
.member-vip-btn a {
    display:inline-block;
    background-color:#e55727;
    color:#fff;
    text-align:center;
    border-radius:10px;
    padding:12px;
    font-size:18px;
}

.guide-title {
    margin: .85rem 0 .55rem 0;
}
.guide-title h1 {
  color: #e55727;
  text-align: center;
  font-size: 24px;
}
.guide-title h2 {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}
.guide-title p {
  text-align: center;
  font-size: 16px;
}

.start-now {
  display: block;
  margin: .44rem auto;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #e55727;
}

.guide-step {
  width: 1087px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.guide-step .line {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 101px;
  height: 3px;
  background-color: #e5e5e5;
  z-index: -1;
}
.guide-step ul {
  width: 100%;
  position: relative;
}
.guide-step ul li {
  width: 205px;
  box-sizing:content-box;
}
.guide-step ul li.about-step {
  padding: 0 33px;
  background: #fff;
}
.guide-step ul li:nth-of-type(1) {
  float: left;
}
.guide-step ul li:nth-of-type(3) {
  float: right;
}
.guide-step ul li:nth-of-type(2) {
  position: absolute;
  left: 50%;
  margin-left: -102.5px;
}
.guide-step ul li img {
  width: 100%;
}
.guide-step ul li span {
  display: block;
  width: 280px;
  margin-left: -35px;
  text-align: center;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.guide-step ul li  span strong {
  display:inline-block;
  text-align: center;
  font-weight:700;
  margin:20px 0;
}
.guide-step ul li span .h5 {
  border-bottom: 1px solid #e55727;
  font-weight: 500;
  color: #e55727;
  margin: 0;
  display: inline;
  padding-bottom: 2px;
  font-size: 12px;
}
.guide-step ul li span p {
  margin: 0;
}
.guide-step ul li h3 {
  text-align: center;
  display: block;
  color: #e55727;
  font-size: 18px;
}

.return-step {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.return-step ul {
  width: 100%;
  position: relative;
}
.return-step ul li {
  width: 20%;
  margin: 0 2.5%;
  float: left;
}
.return-step ul li img {
  width: 60%;
}
.return-step ul li span {
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.return-step ul li span h4 {
  text-align: center;
}
.return-step ul li span h5 {
  border-bottom: 1px solid #e55727;
  font-weight: 500;
  color: #e55727;
  margin: 0;
  display: inline;
  padding-bottom: 2px;
  font-size: 12px;
}
.return-step ul li span p {
  margin: 0;
}
.return-step ul li h3 {
  text-align: center;
  display: block;
  color: #e55727;
  font-size: 16px;
}

.dom-faq {
  width: 100%;
}
.member-faq .faq-list ul li .faq-title, .dom-faq .faq-list ul li .faq-title {
    border-bottom: none;
}
.member-faq .faq-list ul div, .dom-faq .faq-list ul div {
    width: 100%;
}
.dom-faq .faq-list ul li, .member-faq .faq-list ul li {
    padding: 20px 0;
}

.faq-list {
  width: 690px;
}
.faq-list ul li {
  width: 100%;
  padding: 5px 0;
  font-size: 13px;
  /*border-bottom: 1px solid #dcdcdc;*/
  cursor: pointer;
    position: relative;
}
.faq-list ul li.active span {
  transform: rotate(0deg);
  transition: all 0.3s linear;
}
.faq-list ul li.active .img {
  background: url("../images/faq-icon-1.png") no-repeat center;
  background-size: 100% 100%;
}
.faq-list ul li .faq-title {
    position:relative;
    border-bottom:1px solid #dcdcdc;
}
.faq-list ul li span {
  /*float: right;*/
  display: block;
  width: 14px;
  height: 18px;
  background: url("../images/arrow-bottom-2.png") no-repeat center;
  background-size: 100% auto;
  transform: rotate(90deg);
  transition: all 0.3s linear;
  position: absolute;
  right: 10px;
  top:50%;
  margin-top: -9px;
}
.faq-list ul li .img {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
  position: relative;
  bottom: 7px;
  background: url("../images/faq-icon-2.png") no-repeat center;
  background-size: 100% 100%;
}
.faq-list ul div {
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  background: #f2f2f2;
  line-height: 24px;
  overflow: hidden;
  transition: height 0.3s linear;
  transition: opacity 0.3s linear;
}
.faq-list ul div.active {
  opacity: 1;
  height: auto;
  transition: height 0.3s linear;
  transition: opacity 0.3s linear;
  padding: 3%;
}

.about-offer {
  width: 100%;
}
.about-offer .offer-box {
  width: 28%;
  float: left;
  margin: 0 2.66%;
}
.about-offer .offer-box .box {
  width: 100%;
  position: relative;
}
.about-offer .offer-box .box .img {
  width: 100%;
}
.about-offer .offer-box .box .img img {
  width: 100%;
}
.about-offer .offer-box .box .icon {
  width: 180px;
  height: 40px;
  background: #e55727;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  left: 50%;
  margin-left: -90px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
}
.about-offer .offer-box span {
  display: block;
  margin: .2rem 0;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.loaction-box {
  width: calc(50% - 13.5px);
}
.loaction-box h3 {
  width: 100%;
  text-align: center;
}
.loaction-box h3 img {
  height: 100%;
  display: inline;
}
.loaction-box h3 span {
  position: relative;
  bottom: 5px;
}
.loaction-box .black {
  width: 100%;
  position: relative;
}
.loaction-box .black img {
  width: 100%;
}
.loaction-box .black span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}

.about-value {
  width: 85%;
  margin: 0 auto;
  line-height: 20px;
  font-weight: 300;
}
.about-value p {
  margin: 14px 0;
  font-size: 14px;
}

.contact-main {
  width: 100%;
}
.contact-main .box {
  width: 100%;
  margin-top: 1.24rem;
  margin-left: -.2rem;
  padding: 0.4rem;
  background: url("../images/contact-bg2.png") no-repeat center;
  background-size: 100% 100%;
}
.contact-main .box .contact-box {
  /*width: calc(100% - 0.4rem);*/
  margin: 0 auto;
}
.contact-main .box .contact-box .contact-text {
  width: calc(50% - .38rem);
  height: 400px;
  padding-left: .38rem;
  float: left;
  position: relative;
}
.contact-main .box .contact-box .contact-text h1 {
  font-weight: 500;
  color: #e55727;
}
.contact-main .box .contact-box .contact-text .text {
  position: absolute;
  bottom: 0;
}
.contact-main .box .contact-box .contact-text .text p {
  display: block;
  width: 100%;
  float: left;
  margin: .08rem 0;
}
.contact-main .box .contact-box .contact-text .text p img {
  float: left;
}
.contact-main .box .contact-box .contact-text .text p span {
  display: block;
  width: calc(100% - 40px);
  float: left;
  line-height: 34px;
  font-size: 14px;
  margin-left: 10px;
}
.contact-main .form {
  width: 100%;
  height: 480px;
  padding: 0 .4rem;
  margin-left: -.2rem;
  position: relative;
  background: url("../images/contact-bg.jpg") no-repeat left;
  background-size: auto 100%;
}
.contact-main .form h1 {
  font-weight: 500;
  color: #e55727;
  position: relative;
  top: 35px;
  margin: 0 0 20px 0;
}
.contact-main .form form {
  width: 648px;
  height: 380px;
  position: relative;
  float: left;
  margin-top: .4rem;
  z-index: 999;
}
.contact-main .form form p {
  display: block;
  width: 100%;
  margin: 0;
}
.contact-main .form form input {
  width: 280px;
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  float: left;
  margin-right: 20px;
  margin-top: 28px;
}
.contact-main .form form textarea {
  width: calc(100% - 70px);
  margin-top: 28px;
  height: 180px;
  padding-left: 20px;
  line-height: 30px;
}
.contact-main .form form button {
  width: 100px;
  height: 50px;
  position: relative;
  bottom: 50px;
  outline: none;
  border: none;
  background: #e55727;
  cursor: pointer;
  left: calc(100% - 170px);
}
.contact-main .form form button img {
  position: relative;
  top: 3px;
  left: -3px;
}
.contact-main .form form button span {
  font-size: 20px;
  color: #fff;
}

.product-guide {
    width: 100%;
}
.product .msg {
  text-align: center;
  margin-bottom: .2rem;
}
.product .msg h3 {
  padding-bottom: 10px;
  color: #e55727;
  line-height: 30px;
  display: inline;
  border-bottom: 1px solid #e55727;
}
.product .plating-list {
  width: 100%;
}
.product .plating-list ul li {
  width: 20%;
  text-align: center;
  float: left;
}
.product .plating-list ul li img {
  width: 100%;
  max-width: 120px;
  max-height: 120px;
  display: inline-block;
}
.product .plating-list ul span {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: .2rem;
}
.product .product-pic {
  width: 100%;
}
.product .product-pic .box {
  width: 20%;
  float: left;
  position: relative;
  text-align: center;
}
.product .product-pic .box:hover div {
  opacity: 1;
  transition: all .3s linear;
}
.product .product-pic .box.active div {
  opacity: 1;
  transition: all .3s linear;
}
.product .product-pic .box img {
  width: 100%;
}
.product .product-pic .box span {
  width: 2.6rem;
  padding: .05rem 0;
  position: absolute;
  top: 45%;
  margin-top: -.2rem;
  margin-left: -1.3rem;
  font-size: .14rem;
  left: 50%;
  background: #e55727;
  display: block;
  text-align: center;
  line-height: .4rem;
  color: #fff;
}
.product .product-pic .box div {
  display: inline;
  height: .3rem;
  line-height: .3rem;
  border-bottom: 2px solid #e55727;
  opacity: 0;
  margin: 0 auto;
  position: relative;
  bottom: .6rem;
  font-size: .18rem;
  text-align: center;
  color: #e55727;
  transition: all .3s linear;
  cursor: pointer;
}
.product .box-text {
  width: 100%;
  overflow: hidden;
}
.product .box-text .text {
  display: none;
  height: 0;
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  padding-bottom: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  transition: all .3s linear;
}
.product .box-text .text.db {
  display: block;
}
.product .box-text .text.active {
  opacity: 1;
  height: auto;
  transition: all .3s linear;
}
.product .box-text .box-btn {
  width: 41px;
  height: 41px;
  margin: 0 auto;
  cursor: pointer;
}
.product .box-text .box-btn.active img {
  transform: rotate(-90deg);
  transition: all .3s linear;
}
.product .box-text .box-btn img {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  transition: all .3s linear;
}

.member-text {
  margin-top: 1rem;
  line-height: 22px;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
}
.member-text img {
  float: left;
  margin-right: 20px;
}
.member-text h3 {
  float: left;
  display: inline-block;
  margin: 0;
}
.member-text p {
  display: block;
  width: 100%;
  float: left;
}

.regi {
  width: 1200px;
  margin: 0 auto;
}

.regi-box {
  width: 100%;
  height: 500px;
  margin-top: 20px;
}
.regi-box .text {
  width: 368px;
  margin-top: 68px;
  text-align: center;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.regi-box .text h1 {
  margin: 0 0 20px 0;
  color: #e55727;
  text-align: center;
}
.regi-box .text a {
  display: block;
  width: 150px;
  height: 50px;
  background: #e55727;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: .6rem auto 0 auto;
}

.about-icon {
  width: 100%;
  text-align: center;
}
.about-icon ul {
  display: inline-block;
}
.about-icon ul li {
  float: left;
  width: 227px;
  margin: 0 62px;
}
.about-icon ul li img {
  display: inline-block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.about-icon ul li h2 {
  display: inline-block;
  line-height: 30px;
  margin: 0 auto;
  border-bottom: 2px solid #e55727;
  font-size: 18px;
}
.about-icon ul li span {
  display: block;
  font-weight: 300;
  margin-top: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.guarantee {
  width: 100%;
}
.guarantee .box {
  width: 50%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}
.guarantee .box p {
  font-size: 18px;
}
.guarantee .box h2 {
  color: #e55727;
  font-size: 24px;
  margin: 0.8em 0;
}
.guarantee .box .img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.guarantee .box .icon {
  width: 120px;
  height: 120px;
}

.process-box {
  width: 100%;
}
.process-box .box {
  width: 50%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.process-box .box h2 {
  color: #e55727;
  margin: 0 0 10px;
}
.process-box .box img {
  height: 100%;
  display: block;
}
.process-box .box img.left {
  float: none;
  position: relative;
  left: 0;
}
.process-box .box img.right {
  float: none;
  position: relative;
  right: 0;
}

.whole-box {
  width: 100%;
  margin-top: .6rem;
}
.whole-box img {
  width: 100%;
}

.img100 img {
  width: 100%;
}

.img50 img {
  width: 50%;
}

#container3 {
  width: 50%;
  height: 400px;
  float: left;
}

.map {
  width: 100%;
  display: none;
}
.map img {
  width: 100%;
}
.help-main .mt-weight-box, .help-main .mt-country-box {
    float: left;
    margin-right:30px;
    font-size:14px;
}
.help-main .mt-shipping-cost-box ,.help-main .mt-weight-box, .help-main .mt-country-box, .help-main .mt-country-box .select-wrap, #shippingResult {
    margin-bottom: 0;
}
#shippingResult{
    font-size:14px;
    margin-top:10px;
}
.help-main .mt-country-box .select-wrap{
    display:inline-block;
}
.help-main .mt-country-box select,.help-main .mt-country-box .select-wrap .select-box {
    width:280px;
}
.help-main .mt-weight-box input {
    width:60px;
    height:40px;
    border:1px solid #eee;
    color:#888;
    font-size:14px; 
    padding:10px;
}

@media screen and (max-width: 1400px) {
    .content {
    width: 96%;
    margin: 0 auto;
  }

  .swiper5 {
    overflow-x: hidden;
  }

  #swiper5-prev {
    top: 68%;
  }

  #swiper5-next {
    top: 68%;
  }

  #swiper2-prev {
    top: calc(100% - 45px);
  }

  #swiper2-next {
    top: calc(100% - 45px);
  }

  .help-main div {
    margin-bottom: .8rem;
  }

  .about-icon ul li {
    margin: 0 .2rem;
  }

  .guide-step {
    width: 100%;
  }
  .guide-step .line {
    display: none;
  }
  .guide-step ul li {
    width: 100%;
    float: left;
    margin: .6rem 0 .6rem 0;
  }
    .page-guide-custom .guide-step ul li{
        width: 33%;
    }
  .guide-step ul li.about-step {
    padding: 0;
  }
  .guide-step ul li img {
    width: 205px;
  }
    .page-guide-custom .guide-step ul li img {
        width: 50%;
    }
  .guide-step ul li span {
    width: 80%;
    margin: 0 auto;
  }
  .guide-step ul li:nth-of-type(2) {
    float: left;
    position: relative;
    left: 0;
    margin-left: 0;
  }

  .index-header .header-top .title {
    font-size: 12px;
  }
  .index-header .header-bottom {
    text-align: center;
    padding-top: 12px;
  }
  .index-header .header-bottom .content .header-nav ul li {
    margin: 0 .4rem;
  }

  .index-footer .footer-left {
    width: 40%;
  }
  .index-footer .footer-right ul {
    margin-left: 1.2rem;
  }

  .index-picture ul li {
    width: calc(25% - 10px);
  }

  .msg ul {
    display: block;
    width: 750px;
    margin: 0 auto;
  }
  .msg ul li {
    margin-bottom: 10px;
  }

  .process-box .box {
    height: 9rem;
  }
}
@media screen and (max-width: 1200px) {
  .regi {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .guide-title h1 {
    font-size: 22px;
  }

  p {
    font-size: 12px;
    margin: 0;
  }

  .module-title1 h1 {
    font-size: 20px;
  }
  .module-title1 h3 {
    font-size: 12px;
  }

  .module-title2 span {
    font-size: 12px;
  }
  .module-title2 div {
    letter-spacing: 0;
  }

  .product .product-pic .box span {
    position: relative;
    left: 0;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: .3rem;
    font-size: 14px;
  }
  .product .product-pic .box div {
    position: initial;
    display: inline;
    opacity: 1;
    left: 0;
  }

  .bg-mo {
    width: 100%;
    height: 100%;
  }

  .index-header .header-bottom .logo {
    display: none;
  }
  .index-header .header-bottom .logo-mo {
    display: block;
  }

  .index-footer .footer-left input {
    width: 5.4rem;
  }
  .index-footer .footer-left ul li {
    margin-top: .1rem;
  }
  .index-footer .footer-right ul {
    margin-left: .6rem;
  }

  .index-header .header-bottom .bag, .index-header .header-bottom .collect, .index-header .header-bottom .sign {
    margin: 0;
    font-size: 12px;
    margin-right: 21px;
    float: none;
    display: inline-block;
  }
  .index-header .header-bottom .bag .num, .index-header .header-bottom .collect .num, .index-header .header-bottom .sign .num {
    top: -4px;
    left: 8px;
  }
  .index-header .header-bottom .bag img, .index-header .header-bottom .collect img, .index-header .header-bottom .sign img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
  .index-header .header-bottom .search {
    width: 100%;
  }
  .index-header .header-bottom .search form {
    width: 100%;
  }
  .index-header .header-bottom .search form input {
    width: calc(100% - 310px);
  }
  .index-header .header-bottom .header-nav {
    display: none;
  }

  .menu-mo {
    display: block;
  }

  .index-wholesale .box {
    position: relative;
  }
  .index-wholesale .box a {
    width: 90%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    margin-left: -45%;
  }

  .index-picture ul li {
    margin-top: 5px;
  }

  .index-banner3 {
    margin-bottom: 0;
  }

  .msg ul {
    width: 100%;
    text-align: center;
  }
  .msg ul li {
    width: 50%;
    float: left;
    display: block;
    margin-right: 0;
    line-height: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 860px) {
  .process-box .box {
    width: 100%;
    display: block;
    clear: both;
    height: auto;
  }
  .process-box .box img {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  #swiper5-prev {
    width: 30px;
    height: 30px;
    top: calc(100% - 20px);
    right: calc(.2rem + 45px);
  }

  .regi .regi-box {
    height: 400px;
  }

  #swiper5-next {
    width: 30px;
    height: 30px;
    top: calc(100% - 20px);
  }

  .swiper5 {
    padding-bottom: 5px;
  }

  #swiper2-prev {
    width: 30px;
    height: 30px;
    top: calc(100% - 35px);
    right: calc(.2rem + 45px);
  }

  .swiper2 {
    padding-bottom: 40px;
  }

  #swiper2-next {
    width: 30px;
    height: 30px;
    top: calc(100% - 35px);
  }

  .module-title1 h1.A1 {
    font-size: 16px;
    font-weight: 600;
  }

  .module-title2 {
    margin-bottom: 1.26rem;
  }

  .index-wholesale .box h2 {
    font-size: 16px;
    margin: .9rem 0 0 0;
  }
  .index-wholesale .box .text p {
    margin: 3px 0 0 0;
  }

  .options {
    width: 100%;
    border: 1px solid #e2e2e2;
    font-family: Arial , "Microsoft YaHei";
  }
  .options tbody {
    width: 100%;
  }
  .options tbody tr {
    width: 100%;
  }
  .options tbody tr th {
    padding: 3px;
  }
  .options tbody tr td {
    padding: 3px;
  }
  .shipping {
    width: 100%;
    border: 1px solid #e2e2e2;
    font-family: Arial , "Microsoft YaHei";
    display: block;
  }
  .shipping tbody {
    width: 100%;
    display: block;
  }
  .shipping tbody tr {
    width: 100%;
  }
  .shipping tbody tr th {
    text-align: center;
    padding: 10px 0;
    background: #f2f2f2;
    height: 100%;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    font-size: 12px;
  }
  .shipping tbody tr td {
    padding: 10px 0;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  .shipping tbody tr td h3 {
    font-size: 16px;
    color: #e55727;
  }

  .bank tbody {
    width: 100%;
    display: block;
  }
  .bank tbody tr {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e2e2e2;
  }
  .bank tbody tr th {
    background: #f2f2f2;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
  }
  .bank tbody tr td {
    font-size: 12px;
    display: block;
    width: calc(100% - 10px);
    text-align: center;
      line-height: 24px;
  }

  .guarantee {
    width: 100%;
  }
  .guarantee .box {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: block;
    text-align: center;
    overflow: hidden;
  }
  .guarantee .box p {
    font-size: 13px;
  }
  .guarantee .box h2 {
    color: #e55727;
    font-size: 22px;
  }
  .guarantee .box .img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .guarantee .box .icon {
    width: 120px;
    height: 120px;
  }

  .guide-nav ul li {
    float: none;
  }

  .loaction-box {
    width: 100%;
  }
    .page-guide-custom .guide-step ul li img {
        width: 90%;
    }
    .faq-list {
    width: 100%;
  }
  .faq-list ul li {
    padding: 10px 0;
    width: calc(100% - 10px);
    font-size: 13px;
    line-height: 20px;
  }
  .faq-list ul li .img {
    /*float: none;*/
    width: 24px;
    height: 24px;
  }
  .faq-list ul li .faq-title {
    position:relative;
}
  .faq-list ul li span {
    margin-right: 20px;
    right:-22px;
    /*float: none;*/
  }
  .faq-list ul div.active {
    width: calc(94% - 3%);
  }

  .about-icon ul li {
    width: 100%;
    margin: .3rem 0 0 0;
  }
  .about-icon ul li span {
    width: 280px;
    margin: 0 auto;
    display: block;
  }

  .module-title2 span {
    white-space: normal;
  }

  .index-footer .footer-left {
    width: 100%;
  }
  .index-footer .footer-left h3 {
    margin: 10px 0;
  }
  .index-footer .footer-left input {
    width: calc(100% - 80px);
  }
  .index-footer .footer-left ul {
    width: 100%;
    text-align: center;
  }
  .index-footer .footer-left ul li {
    margin-top: .1rem;
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .index-footer .footer-right {
    width: 100%;
    margin-top: 10px;
  }
  .index-footer .footer-right ul {
    width: 33%;
    float: left;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .index-footer .footer-right ul li {
    font-size: 12px;
  }

  .index-header .header-top {
    display: none;
  }
  .index-header .header-bottom .search form select {
    width: 100px;
  }
  .index-header .header-bottom .search form input {
    width: calc(100% - 240px);
  }

  .index-wholesale .box {
    width: 100%;
    height: auto;
  }
  .index-wholesale .box a {
    position: relative;
  }
  .index-wholesale .box .text p {
    line-height: 20px;
  }
}
@media screen and (max-width: 680px) {
  .about-offer .offer-box {
    width: 100%;
    margin: .3rem 0 0 0;
  }

  .return-step ul {
    width: 100%;
    position: relative;
  }
  .return-step ul li {
    width: 48%;
    height: 320px;
    margin: 10px 1%;
    text-align: center;
    float: left;
  }
  .return-step ul li img {
    display: inline-block;
    width: 80%;
    max-width: 180px;
    max-height: 180px;
    margin: 0 auto;
  }
  .return-step ul li span {
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }
  .return-step ul li span h4 {
    text-align: center;
  }
  .return-step ul li span h5 {
    border-bottom: 1px solid #e55727;
    font-weight: 500;
    color: #e55727;
    margin: 0;
    display: inline;
    padding-bottom: 2px;
    font-size: 12px;
  }
  .return-step ul li span p {
    margin: 0;
  }
  .return-step ul li h3 {
    text-align: center;
    display: block;
    color: #e55727;
    font-size: 16px;
      line-height: 24px;
  }

  .contact-main .form {
    height: 560px;
  }
  .contact-main .form form {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #container3 {
    display: none;
  }

  .map {
    display: block;
  }

  .contact-main .box .contact-box .contact-text {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .contact-main .box .contact-box .contact-text .text {
    position: inherit;
    width: 100%;
  }
  .contact-main .form form p input {
    width: calc(100% - 28px);
  }
  .contact-main .form form textarea {
    width: calc(100% - 28px);
  }
  .contact-main .form form button {
    left: calc(100% - 130px);
  }
  .contact-main .form form input {
      margin-right:0;
  }
}
@media screen and (max-width: 480px) {
  .member-vip-btn a{
      font-size:14px;
  }
  .swiper1 {
    height: 160px;
    width: 120%;
    position: relative;
    left: -10%;
  }
  .swiper1 .swiper-wrapper {
    width: 100%;
  }
  .swiper1 .swiper-wrapper .swiper-slide {
    position: relative;
    height: 160px;
    width: 100%;
  }
  .swiper1 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 473px;
    height: 160px;
    position: absolute;
    left: 50%;
    margin-left: -236.5px;
  }

  .main-btn {
    width: 100%;
    font-size: 14px;
  }
  .help-main .mt-chosen-select .select-wrap {
      position:relative;
  }
  .help-main .chosen-container{
      width:100% !important;
  }
}
@media screen and (max-width: 410px) {
  .regi .regi-box {
    height: 380px;
  }
  .regi .regi-box:last-child {
    height: 300px;
  }
  .regi .regi-box:last-child .text {
    margin-top: 0;
  }

  .header {
    padding-bottom: 0;
    text-align: center;
  }
  .header .home {
    width: calc(100% - 200px);
    float: right;
    text-align: right;
    padding-right: 10px;
  }

  .regi-box .text {
    width: calc(100% - 20px);
  }

  .index-footer .footer-right ul {
    width: 100%;
  }
  .index-footer .footer-right ul li {
    float: left;
    display: block;
    width: 46%;
    font-size: 14px;
    text-align: left;
    padding-left: 4%;
  }
  .index-footer .footer-right ul li:first-child {
    width: 50%;
    padding-left: 0;
    border-bottom: 1px solid #a6a4a4;
    float: none;
  }
}
@media screen and (max-width: 320px) {
  .header-nav-mo {
    width: 100%;
    left: -100%;
  }
}

/*# sourceMappingURL=page.css.map */
