.relative {
  position: relative;
}
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.fj-start {
  justify-content: start;
}

.fj-center {
  justify-content: center;
}

.fj-end {
  justify-content: flex-end;
}

.fj-between {
  justify-content: space-between;
}

.fj-around {
  justify-content: space-around;
}

.fa-center {
  align-items: center;
}

.fa-start {
  align-items: flex-start;
}

.f-wrap {
  flex-wrap: wrap;
}

/* 回收首页 */
.recycles {
  width: 1200px;
  background-color: #F4F3F3;
  display: block;
  margin: 0 auto;
}

.ad-pic {
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.ad-pic .img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.recycles .top {
  width: 100%;
  height: 350px;
  margin-top: 5px;
  text-align: center;
  background-color: #ffffff;
}

.recycles .top .title {
  font-size: 28px;
  color: #333333;
  padding-top: 40px;
}

.recycles .top .sub-title {
  width: 780px;
  color: #999;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}

.recycles .top .btn {
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background-image: linear-gradient(#FF594E, #F0262B);
  display: block;
  margin: 48px auto 0;
  border-radius: 3px;
}

.recycles .mid .box {
  padding: 80px 200px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recycles .mid .box .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recycles .mid .box .item .icon {
  width: 84px;
  height: 84px;
  background-image: url('./img_ht/type-check.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 auto;
}

.recycles .mid .box .item .icon.two {
  background-image: url('./img_ht/judge.png');
}

.recycles .mid .box .item .icon.three {
  background-image: url('./img_ht/apply.png');
}

.recycles .mid .box .item .icon.four {
  background-image: url('./img_ht/buy-new.png');
}

.recycles .mid .box .item .name {
  font-size: 16px;
  color: #333;
  padding-top: 13px;
  line-height: 25px;
}

.recycles .mid .box .item .sub {
  font-size: 16px;
  color: #999;
  line-height: 25px;
}

.recycles .bottom {
  height: 470px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #ffffff;
}

.recycles .bottom .title {
  font-size: 28px;
  color: #333333;
  padding-top: 40px;
  padding-bottom: 15px;
}

.recycles .bottom .question {
  padding-left: 200px;
  font-size: 18px;
  color: #999999;
  line-height: 38px;
  text-align: left;
}

.benefit {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 2px solid #F4F3F3;
}

.benefit .content {
  width: 1200px;
  padding: 65px 0;
}

.benefit .content .item .icon {
  width: 50px;
  height: 50px;
  margin-right: 18px;
  background-image: url('https://www.xgdq.com/public/images/d2/8f/7e/e1435e0e57276a2879b9e3d525eaefa10cf39268.png?1555331577#h');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.benefit .content .item .icon.two {
  background-image: url('https://www.xgdq.com/public/images/1c/0d/29/b5b39d6ef444419fdac54d3979715fdbfebb9b52.png?1555331635#h');
}

.benefit .content .item .icon.three {
  background-image: url('https://www.xgdq.com/public/images/33/48/66/783c745e7ee88bd04cd2dd9086abb9357572a6be.png?1555331583#h');
}

.benefit .content .item .icon.four {
  background-image: url('https://www.xgdq.com/public/images/b9/3b/1a/5fbb5f477a4f3a5cde690213e2f854257bb45ac2.png?1555331643#h');
}

.benefit .content .item .right .title {
  height: 28px;
  font-size: 20px;
  color: rgba(102, 102, 102, 1);
  line-height: 28px;
  letter-spacing: 1px;
}

.benefit .content .item .right .sub-title {
  height: 18px;
  font-size: 13px;
  color: rgba(153, 153, 153, 1);
  line-height: 18px;
}

/* 回收测试 */


.re-category {
  width: 1200px;
  display: block;
  margin: 0 auto;
}

.re-category .top {
  width: 100%;
  height: 80px;
  padding: 22px 40px;
  background-color: #ffffff;
  margin-top: 10px;
}

.re-category .top .step .num {
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background: #ccc;
  border-radius: 50%;
  margin-right: 12px;
}

.re-category .top .step .num.active {
  background: rgba(229, 0, 41, 1) linear-gradient(360deg, rgba(240, 38, 43, 1) 0%, rgba(255, 89, 78, 1) 100%);
}

.re-category .top .step .title {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  padding-right: 20px;
}

.re-category .top .step .icon {
  width: 0;
  height: 0;
  margin-right: 20px;
  display: block;
  border-top: 5.25px solid transparent;
  border-right: 5.25px solid transparent;
  border-bottom: 5.25px solid transparent;
  border-left: 5.25px solid #999;
}

.re-category .top .search {
  padding: 5px 12px;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 4px;
  position: relative;
}

.re-category .top .search input {
  width: 160px;
  height: 22px;
  font-size: 14px;
  color: rgba(204, 204, 204, 1);
  line-height: 22px;
  outline: none;
  border: 0 none;
  margin-right: 44px;
}

.re-category .top .search .icon {
  width: 16px;
  height: 16px;
  background-image: url('./img_ht/search.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.re-category .top .search .icon.active {
  background-image: url('./img_ht/search-active.png');
}

.re-category .top .search .search-result {
  max-height: 500px;
  overflow-x: hidden;
  position: absolute;
  top: 36px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.re-category .top .search .search-result .li {
  min-width: 180px;
  padding: 4.5px 8px;
  font-size: 14px;
  color: #333;
}

.re-category .top .search .search-result .li span {
  color: rgba(240, 38, 43, 1);
}

.re-category .top .search .search-result .li .icon-right {
  width: 16px;
  height: 16px;
  background-image: url('./img_ht/right.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.re-category .cate {
  width: 100%;
  padding: 40px;
  margin-top: 10px;
  background-color: #ffffff;
}

.re-category .cate .title {
  width: 70px;
  height: 22px;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  white-space: nowrap;
  margin-right: 10px;
}

.re-category .cate .li {
  color: #666666;
  font-size: 14px;
  padding-bottom: 16px;
  border-bottom: 2px solid #ffffff;
  margin-right: 60px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.re-category .cate .li.active {
  color: rgba(240, 38, 43, 1);
  border-bottom: 2px solid rgba(240, 38, 43, 1);
}

.re-category .cate .li:last-child {
  margin-right: 0;
}

.re-category .bottom {
  width: 100%;
  padding: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.re-category .bottom .item {
  width: 240px;
  font-size: 14px;
  color: #333;
  text-align: left;
  padding-bottom: 14px;
  margin-bottom: 20px;
  margin-right: 53px;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  ;
}

.re-category .bottom .item:nth-child(4n) {
  margin-right: 0;
}

.re-category .bottom .item .num {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 10px;
  background-color: #C2C4D2;
}

.re-category .bottom .item .num.one {
  background-color: #FF3B30;
}

.re-category .bottom .item .num.two {
  background-color: #FF7F32;
}

.re-category .bottom .item .num.three {
  background-color: #FFB832;
}

/* 评估 */
.re-category .assessment {
  width: 100%;
  padding: 20px 40px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 32px;
  position: relative;
}

.re-category .assessment .item {
  padding-top: 20px;
}

.re-category .assessment .item .question {
  padding-bottom: 20px;
}

.re-category .assessment .item .question .title {
  font-size: 18px;
  color: #666666;
  padding-right: 186px;
}

.re-category .assessment .item .question .answer {
  font-size: 18px;
  color: #333333;
  padding-right: 60px;
}

.re-category .assessment .item .question .modify {
  width: 70px;
  height: 24px;
  padding: 0 11px;
  font-size: 14px;
  color: #999999;
  border-radius: 15px;
  border: 1px solid rgba(204, 204, 204, 1);
}

.re-category .assessment .item .question .modify .icon {
  width: 18px;
  height: 18px;
  background-image: url('./img_ht/modify-icon.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.re-category .assessment .item .option .checked {
  width: 240px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  margin: 0 10px 20px 0;
  background: rgba(250, 250, 250, 1);
  border-radius: 4px;
  border: 1px solid rgba(221, 221, 221, 1);
  position: relative;
}

.re-category .assessment .item .option .checked:last-child {
  margin-right: 0;
}

.re-category .assessment .item .option .checked.active {
  border: 1px solid rgba(240, 38, 43, 1);
}

.re-category .assessment .item .option .checked.current.active::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: -1px;
  top: -1px;
  background-image: url('./img_ht/checked.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.re-category .assessment .line {
  width: 1122px;
  height: 1px;
  background: rgba(237, 237, 237, 1);
  display: block;
  margin: 20px auto 40px;
}

.re-category .assessment .submit-btn {
  width: 120px;
  height: 42px;
  line-height: 42px;
  background-color: #999;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  border: 0 none;
}

.re-category .assessment .submit-btn.active {
  background: rgba(229, 0, 41, 1) linear-gradient(360deg, rgba(240, 38, 43, 1) 0%, rgba(255, 89, 78, 1) 100%);
  display: none;
}

.re-category .assessment.show {
  margin-bottom: 0;
}

.re-category .assessment .box {
  width: calc(50% - .5px);
  border-right: .5px solid rgba(237, 237, 237, 1);
}

.re-category .assessment .box.sec {
  width: 100%;
  border-right: 0 none;
}

.re-category .assessment.show .card-box {
  padding-left: 45px;
}

.re-category .assessment.show .card-box .card {
  width: 495px;
  height: 221px;
  background-image: url('./img_ht/price-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.re-category .assessment.show .card-box .card .title {
  height: 33px;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  line-height: 33px;
  position: absolute;
  top: 44px;
  left: 44px;
}

.re-category .assessment.show .card-box .card .back {
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(247, 219, 228, 1);
  line-height: 25px;
  position: absolute;
  left: 44px;
  top: 110px;
}

.re-category .assessment.show .card-box .card .re-price {
  height: 32px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(247, 219, 228, 1);
  line-height: 25px;
  position: absolute;
  right: 65px;
  top: 115px;
}

.re-category .assessment.show .card-box .card .price {
  width: 100px;
  height: 84px;
  font-size: 42px;
  color: rgba(255, 255, 255, 1);
  line-height: 84px;
  position: absolute;
  right: 40px;
  top: 125px;
}

.re-category .assessment.show .card-box .card .price i {
  font-size: 20px;
}

.bottom .notice {
  height: 22px;
  font-size: 14px;
  text-align: center;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
}

.bottom .line {
  width: 1122px;
  height: 1px;
  margin: 40px 0 20px;
  background: rgba(237, 237, 237, 1);
}

.bottom .bottom-btn .submit-btn {
  width: 120px;
  height: 42px;
  line-height: 42px;
  background: rgba(229, 0, 41, 1) linear-gradient(360deg, rgba(240, 38, 43, 1) 0%, rgba(255, 89, 78, 1) 100%);
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.re-category .coupon {
  width: 100%;
  position: relative;
}

.re-category .coupon img {
  width: 1228px;
  height: 365px;
  display: block;
  margin-left: -14px;
}

.re-category .coupon .coupon-content {
  padding: 44px 0 0 54px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.re-category .coupon .coupon-content .title {
  height: 26px;
  font-size: 26px;
  color: rgba(255, 255, 255, 1);
  line-height: 26px;
  margin-bottom: 14px;
}

.re-category .coupon .coupon-content .sub-title {
  height: 26px;
  font-size: 18px;
  color: rgba(247, 219, 228, 1);
}

.re-category .coupon .coupon-content .coupon-item{
  width: 300px;
  height: 82px;
  background-image: url('/themes/ecstore/images/img_ht/re-coupon-little.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 39px;
  margin-right: 40px;
  position: relative;
}

.re-category .coupon .coupon-content .coupon-item .name{
  height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #D83917;
  line-height: 20px;
}

.re-category .coupon .coupon-content .coupon-item .use-place {
  height: 22px;
  font-size: 12px;
  color: #D83917;
  line-height: 20px;
  border: 1px solid #D83917;
  margin-top: 6px;
  padding: 0 4px;
}

.re-category .coupon .coupon-content .price {
  height: 44px;
  font-size: 44px;
  font-weight: 600;
  color: #D83917;
  line-height: 44px;
  margin-left: 16px;
  margin-right: 16px;
}

.re-category .coupon .coupon-content .price i {
  font-size: 16px;
}

.re-category .coupon .coupon-content .notice {
  height: 14px;
  font-size: 14px;
  color: #F7DBE4;
  line-height: 14px;
  position: absolute;
  left: 54px;
  bottom: 33px;
}

.re-category .list {
  padding-top: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.re-category .list .goods {
  width: 294px;
  height: 400px;
  background-color: #ffffff;
  margin-right: 8px;
  margin-bottom: 10px;
}
.re-category .list .goods:nth-child(4n){
  margin-right: 0;
}
.re-category .list .img-box{
  width: 294px;
  height: 294px;
}
.re-category .list .goods img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.re-category .list .goods .type {
  height: 14px;
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  margin: 8px auto 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;

}

.re-category .list .goods .name {
  width: 239px;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  line-height: 16px;
  text-align: center;
  margin: 16px 27.5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.re-category .list .goods .des {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: rgba(153, 153, 153, 1);
  line-height: 25px;
  padding-top: 10px;
}

.re-category .list .goods .price {
  height: 14px;
  font-size: 14px;
  color: #EC1C24;
  font-weight: 400;
  text-align: center;
}

.re-category .modal-content {
  box-shadow: 0 0 0 0 transparent;
  border-radius: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.re-category #addaddr_modal2 {
  position: relative;
  top: auto;
  left: 30%;
  width: 60%;
  box-shadow: 0 0 0 0 transparent;
  margin-top: 5px;
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 0;
  height: auto;
}

.re-category #addaddr_modal2 .title {
  text-align: left;
  padding-left: 120px;
  padding-bottom: 43px;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
}

.re-category #addaddr_modal2 .title i {
  color: #999;
}

.re-category .addaddr_modal .label_input.diqu {
  margin-left: 0;
}

.re-category .addaddr_modal .label_input.xxdz {
  margin-left: 0;
}

.re-category .addaddr_modal .label_input.default {
  float: left;
  margin-right: 0;
}

.re-category .addaddr_modal .label_input input {
  width: 312px;
}

.re-category .addaddr_modal .label_input.default .checkboxStyle {
  position: relative;
  left: -15px;
  top: 2px;
}

.re-category .addaddr_modal .label_input .mr_address.addr {
  width: auto;
}

.re-category #addaddr_modal2 #diqu .region select:nth-child(4) {
  position: relative;
  width: 140px;
  left: 0;
  top: 0;
}

.re-category .addaddr_modal .addr_mid .right {
  padding-left: 75px;
}

.re-category .addaddr_modal .btn {
  width: 120px;
  height: 42px;
  background-image: linear-gradient(#FF594E, #F0262B);
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  display: block;
  margin-left: 130px;
  margin-bottom: 40px;
  margin-top: 41px;
  position: relative;
}

.re-category .addaddr_modal::after {
  content: '';
  width: 1122px;
  border-top: .5px solid rgba(244, 243, 243, 1);
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: -45%;

}

.re-agreement {
  background-color: #fff;
  padding: 15px 20px;
}

.re-agreement .title {
  font-size: 18px;
  padding: 8px 0;
  color: #333;
}
.oldnew_info{
  margin-bottom: 20px;
}
/* 白条分期 */
.installment.title {
  height: 21px;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  line-height: 21px;
  margin-bottom: 12px;
}

.installment {
  width: 100%;
  overflow: hidden;
  /* height: 110px; */
  /* padding: 34px 0 27px; */
}

.installment .item {
  width: 156px;
  height: 60px;
  margin-right: 10px;
  border-radius: 2px;
  border: 1px solid rgba(204, 204, 204, 1);
  cursor: pointer;
}

.installment .item.active {
  border: 1px solid rgba(221, 10, 41, 1);
}

.installment .item .count {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-top: 10px;
}

.installment .item .price {
  height: 20px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  text-align: center;
}
.ht.coupon{
  height: 36px;line-height: 36px;
  margin: 15px 0;
  cursor: pointer;
  white-space: nowrap;
}
.ht.coupon .title{
  color: #808080;
  margin-right: 20px;
}
.ht.coupon .right{
  width: 159px;height: 26px;line-height: 26px;background-image: url('/themes/ecstore/images/img_ht/coupon_bg.png');background-size: 100% 100%;background-position: center;background-repeat: no-repeat;font-size: 14px;color: #F0262B;padding: 4px 0;
  margin-right: 5px;
}
.ht.coupon .right .one{
  padding: 0 12px;color: #F0262B;height: 26px;line-height: 26px;
}
.ht.coupon .right .two{
  padding: 0 11px;color: #ffffff;
}
.more{
  font-size: 14px;
color: #666666;
text-decoration: underline;
}
.ht.mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  opacity: 1;
  display: none;
}

.ht.mask .title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding-top: 40px;
}

.ht.mask .box {
  width: 700px;
  padding-bottom: 30px;
  margin: 140px auto 0;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
}

.ht.mask .con {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 20px 8px 0 48px;
}

.ht.mask .box .item {
  width: 292px;
  height: 120px;
  margin: 0 20px 20px 0;
  background-image: url('/themes/ecstore/images/img_ht/coupon-big-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.ht.mask .box .item.active{
  background-image: url('/themes/ecstore/images/img_ht/coupon-active.png');
}
.ht.mask .box .item.active .num .icon,.ht.mask .box .item.active .num .price,.ht.mask .box .item.active .if,.ht.mask .box .item.active .top,.ht.mask .box .item.active .mid,.ht.mask .box .item.active .bottom{
  color: #999;
}
.ht.mask .box .item .num {
  position: absolute;
  top: 34px;
  left: 13px;
}
.ht.mask .box .item .num .icon{
  font-size: 14px;
  color: #fff;
  width: 12px;
}
.ht.mask .box .item .num .price{
  font-size: 36px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: left;
  margin-left: -6px;
}
.ht.mask .box .item .if {
  position: absolute;
  top: 72px;
  left: 13px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
}

.ht.mask .box .item .top {
  position: absolute;
  top: 24px;
  left: 110px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  line-height: 16px;
}

.ht.mask .box .item .mid {
  position: absolute;
  top: 60px;
  left: 188px;
  font-size: 12px;
  line-height: 12px;
  color: #F0262B;
  padding: 6px 14px;
  border-radius: 12px;
  background-color: #fff;
}

.ht.mask .box .item .bottom {
  position: absolute;
  bottom: 8px;
  right: 18px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 12px;
}

.ht.mask .box .close{
  width: 24px;
  height: 24px;
  background-image: url('/themes/ecstore/images/img_ht/img26.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
}
.ht.mask .box .close:hover{
  opacity: .7;
}


.pop-mask{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: rgba(0,0,0,.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.pop-mask .confirm{
  width: 500px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.pop-mask .confirm .type{
  display: flex;flex-wrap: wrap;justify-content: space-between;padding: 20px 30px;
}
.pop-mask .confirm .type label{
  display: flex;align-items: center;
}
.pop-mask .confirm .type label img{
  width: 125px;height: 34px;margin-left: 15px;margin: 10px 0 10px 15px;
}
.pop-mask .confirm .notice-title{
  display: flex;justify-content: space-between;background-color: rgb(255, 110, 66);padding: 10px 20px;font-size: 18px;color: #fff;
}
.pop-mask .confirm .notice-info{
  padding: 30px 20px;color: #333;font-size: 16px;
}
.pop-mask .confirm .btn-close, .pop-mask .confirm .btn-pay{
  width: 140px;height:38px;line-height: 38px;color: #fff;display: block;text-align: center;background-color: rgb(255, 110, 66);border-radius: 18px;margin: 20px auto 30px;cursor:pointer;
}

.index-top{
  width: 100%;
  color: #D6D6D6;
  font-size: 12px;
  background-color: #333;
}
.top-menu{
  height: 36px;
  width: 1200px;
  margin: 0 auto;
}
.index-top .gw{
  margin-right: 36px;
}
.index-top .gw.slogan{
  color: #666666;
}
.index-top a, .index-top a span{
  line-height: 36px;
  color: #D6D6D6;
  font-size: 12px;
  transition: all .3s ease-in;
}
.index-top a:hover, .index-top a span:hover{
  color: #fff;
}

.icon-global,.icon-cart,.icon-mini,.icon-my,.icon-down-black{
  width: 14px;
  height: 14px;
  margin-right: 6px;
  display: block;
  background-image: url(./icon-global.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-cart{
  background-image: url(./icon-cart.png);
}
.icon-mini{
  width: 11px;
  height: 15px;
  background-image: url(./icon-mini.png);
}
.icon-my{
  width: 8px;
  height: 8px;
  background-image: url(./icon-down.png);
  margin-left: 3px;
}
.icon-down-black{
  width: 8px;
  height: 8px;
  background-image: url(./icon-down-black.png);
  background-size: 8px 8px;
  margin-left: 3px;
}
.icon-cart::before{
  display: none;
}

.index-cart{
  width: 140px;
  height: 36px;
  background-color: #444;
}

.index-my{
  padding: 0 36px;
  position: relative;
}

.index-my-menu{
  display: none;
  padding: 10px 0;
  position: absolute;
  top: 36px;
  left: 14px;
  z-index: 99;
  background-color: #fff;
  box-shadow:-5px 5px 16px -4px #999,5px 5px 16px -4px #999;
}
.user_w:hover .index-my-menu{
  display: block;
}
.index-my-menu::before{
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.index-my-menu li{
  text-align: center;
}
.index-my-menu li a{
  height: 36px;
  padding: 0 18px;
  display: block;
}
.index-my-menu li:hover{
  background-color: #F4F3F3;
}
.index-my-menu li a,.index-my-menu li a:hover{
  color: #333;
}
.index-my-menu li span{
  color: #E50029;
}

#xben_login{
  line-height: 36px;
  padding: 0 36px;
}
.mini-pro{
  position: relative;
}
.mini-pro:hover{
  color: #fff;
  transition: all .3s ease-in;
}
.mini-pro:hover .mini-code{
  display: block;
}
.mini-pro .mini-code{
  width: 120px;
  height: 120px;
  display: none;
  margin-left: -60px;
  position: absolute;
  top: 36px;
  left: 50%;
  z-index: 99;
  background-color: #f4f4f4;
  box-shadow:-5px 5px 16px -4px #999,5px 5px 16px -4px #999;
}
.mini-pro .mini-code::before{
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -7px;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  z-index: 9;
}
.mini-pro .mini-code img{
  width: 112px;
  width: 112px;
  margin: 4px;
}

