@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a {
    background-color: transparent;
  }
}

.none {
  display: none;
}

body {
  min-width: 1200px;
}

nav {
  height: 77px;
  background: #fff;
}

nav .tran-nav-in {
  margin: 0 auto;
  height: 77px;
  position: relative;
  z-index: 999;
}

article .tran-article-in,
hgroup .tran-hgroup-in,
section .tran-section-in,
footer .tran-footer-in,
footer .footer-text,
figure .tran-figure-in {
  width: 1200px;
  margin: 0 auto;
}

nav .logo {
  margin-left: 50px;
  float: left;
}

nav .tran-nav-ul {
  float: left;
}

nav .tran-nav-ul #privilegebanner {
  overflow: hidden;
  width: 820px;
  position: absolute;
  top: 77px;
  left: -113px;
  z-index: 1001;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 50px 50px 20px 50px;
  box-shadow: 0px 2px 8px 0px rgba(3, 0, 0, 0.15);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #ddd;
}

nav .tran-nav-ul #privilegebanner .privilege-list {
  float: left;
  width: 130px;
  margin-right: 100px;
}

nav .tran-nav-ul #privilegebanner .privilege-list:last-child {
  margin-right: 0;
}

nav .tran-nav-ul #privilegebanner .privilege-list .title {
  font-size: 14px;
  color: #333;
  line-height: 14px;
  padding-left: 8px;
  border-left: 3px solid #fc6053;
  margin-bottom: 17px;
}

nav .tran-nav-ul #privilegebanner .privilege-list ul {
  overflow: hidden;
}

nav .tran-nav-ul #privilegebanner .privilege-list ul li {
  line-height: 26px;
  font-size: 12px;
  float: none;
  margin-left: 0;
}

nav .tran-nav-ul #privilegebanner .privilege-list ul li:hover {
  border: 0;
}

nav .tran-nav-ul #privilegebanner .privilege-list ul li a {
  color: #333;
  cursor: pointer;
}

nav .tran-nav-ul #privilegebanner .privilege-list ul li a:hover {
  color: #fc6053;
}

nav .tran-nav-ul #privilegebanner .privilege-list .more {
  color: #999;
  font-size: 12px;
  cursor: pointer;
}

nav .tran-nav-ul #privilegebanner .privilege-list .more:hover {
  color: #fc6053;
}

nav .tran-nav-ul #vipbanner {
  overflow: hidden;
  width: 140px;
  position: absolute;
  top: 77px;
  left: -43px;
  z-index: 1000;
  background-color: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0px 2px 8px 0px rgba(3, 0, 0, 0.15);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #ddd;
}

nav .tran-nav-ul #vipbanner li {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-left: 0;
  line-height: 42px;
  position: relative;
}

nav .tran-nav-ul #vipbanner li:hover {
  border: 0;
}

nav .tran-nav-ul .active #vipbanner a {
  color: #666;
}

nav .tran-nav-ul .active #vipbanner a:hover {
  color: #fc6053;
}

/* nav .tran-nav-ul li .vipmallLayer {
  position: absolute;
  background: #fff;
  width: 120px;
  height: 30px;
  padding: 12px 14px 18px 14px;
  border-radius: 3px;
  line-height: 20px;
  font-size: 12px;
  color: #444444;
  top: 90px;
  left: -62px;
  margin: 0;
  border: 1px solid #ccc;
} */
nav .tran-nav-ul li .vipmallLayer {
  position: absolute;
  top: 79px;
  left: 50%;
  margin-left: -76px;
  background: #fff;
  width: 124px;
  height: 35px;
  line-height: 20px;
  font-size: 12px;
  color: #444444;
  background: url(https://vip.foxitsoftware.cn/img/common/sprite/vipmallLayer.png);
  padding: 19px 14px 18px 14px;
}
nav .tran-nav-ul li .vipmallLayer .vipmallLayer_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 6px;
  cursor: pointer;
  margin: 0;
  background-image: url(https://vip.foxitsoftware.cn/img/common/sprite.png);
  background-position: -136px -128px;
  width: 7px;
  height: 7px;
}

/* nav .tran-nav-ul li .vipmallLayer::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -7px;
  left: 70px;
} */

nav .tran-nav-sign,
nav .tran-nav-unlisted {
  float: right;
}

.plusmall nav .tran-nav-sign {
  margin-right: 59px;
}
nav .tran-nav-sign {
  height: 76px;
  float: right;
  margin-bottom: -76px;
  max-width: 156px;
}

nav .payment {
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 12px;
  color: #fff;
  float: right;
  background: #fc6053;
  border-radius: 50px;
  margin: 23px 50px 0 20px;
  position: relative;
  z-index: 9999;
}

nav .none {
  display: none;
}

nav .payment:hover {
  background: #ff776a;
}

nav .tran-nav-sign > img {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  float: left;
  margin: 20px 15px 0 0;
}

nav .tran-nav-sign p {
  float: left;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
  line-height: 76px;
}

nav .tran-nav-sign .icon-downArror {
  display: block;
  float: left;
  margin: 35px 0 0 15px;
}

nav .tran-nav-sign .dropDown {
  display: none;
  width: 320px;
  height: 250px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(166, 166, 166, 0.4);
  border-radius: 10px;
  position: absolute;
  z-index: 99999;
  top: 76px;
  right: 104px;
}

nav .tran-nav-sign .dropDown .hover-b {
  width: 173px;
  height: 76px;
  position: absolute;
  right: 0;
  top: -77px;
}

nav .tran-nav-sign .dropDown .dropDown-head {
  width: 320px;
  height: 100px;
  border-radius: 10px 10px 0px 0px;
  background: url(https://vip.foxitsoftware.cn/img/userCardBg.png);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

nav .tran-nav-sign .dropDown .defaultHead {
  width: 50px;
  height: 50px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  margin: 0 16px 0 24px;
}

nav .tran-nav-sign .dropDown-head ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.25;
}

nav .tran-nav-sign .dropDown .name {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

nav .tran-nav-sign .dropDown .userId {
  color: #999999;
  font-size: 14px;
  margin-top: 8px;
}

nav .tran-nav-sign .dropDown-b {
  padding: 0 10px;
}

nav .tran-nav-sign .dropDown-b ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding-top: 35px;
}

nav .tran-nav-sign .dropDown-b ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

nav .tran-nav-sign .dropDown-b ul li a i {
  width: 50px;
  height: 51px;
  display: inline-block;
}

nav .tran-nav-sign .dropDown-b ul li a .iconPersonal {
  background: url(https://vip.foxitsoftware.cn/img/iconUserNor.png);
}

nav .tran-nav-sign .dropDown-b ul li a .iconTaskcenter {
  background: url(https://vip.foxitsoftware.cn/img/iconTaskrNor.png);
}

nav .tran-nav-sign .dropDown-b ul li a .iconLogout {
  background: url(https://vip.foxitsoftware.cn/img/iconBackrNor.png);
}

nav .tran-nav-sign .dropDown-b ul li a:hover .iconPersonal {
  background: url(https://vip.foxitsoftware.cn/img/iconUserHover.png);
}

nav .tran-nav-sign .dropDown-b ul li a:hover .iconTaskcenter {
  background: url(https://vip.foxitsoftware.cn/img/iconTaskrHover.png);
}

nav .tran-nav-sign .dropDown-b ul li a:hover .iconLogout {
  background: url(https://vip.foxitsoftware.cn/img/iconBackrHover.png);
}

nav .tran-nav-sign .dropDown-b ul li a span {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}

nav .tran-nav-sign:hover .dropDown {
  display: block;
}

nav .tran-nav-sign:hover .icon-downArror {
  background: url(https://vip.foxitsoftware.cn/img/upArror.png) no-repeat;
}

nav .logo i {
  display: block;
  float: left;
  margin: 22px 7px 0 0;
}

nav .tran-nav-ul li {
  float: left;
  font-size: 14px;
  color: #666666;
  margin-left: 45px;
  line-height: 75px;
  position: relative;
}

nav .tran-nav-ul .active {
  border-bottom: 2px solid #fc6053;
}

nav .tran-nav-ul .active > a {
  color: #fc6053;
}

nav .tran-nav-ul a {
  display: inline-block;
}

nav .tran-nav-ul li i {
  display: block;
  position: absolute;
  top: 18px;
  right: -20px;
}

nav .tran-nav-ul li:hover {
  border-bottom: 2px solid #fc6053;
}

nav .tran-nav-ul li:hover .hover {
  display: block;
}

nav .logo span {
  color: #555555;
  font-size: 20px;
  line-height: 76px;
}

nav .tran-nav-unlisted {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fc6053;
  border-radius: 30px;
}

nav .tran-nav-unlisted {
  margin-top: 24px;
  text-align: center;
  margin-right: 50px;
}

nav .tran-nav-unlisted a {
  font-size: 12px;
  color: #fc6053;
  float: left;
  width: 59px;
  text-indent: -12px;
}

nav .tran-nav-unlisted a:first-child {
  text-indent: 14px;
}

nav .tran-nav-unlisted i {
  width: 1px;
  height: 11px;
  display: block;
  background: #fc6053;
  float: left;
  margin-top: 9px;
}

nav .tran-nav-unlisted:hover {
  background: #fc6053;
}

nav .tran-nav-unlisted:hover a {
  color: #fff;
}

nav .tran-nav-unlisted:hover i {
  background: #fff;
}

nav .tran-nav-ul .icon-hot {
  background: url(https://vip.foxitsoftware.cn/img/u77.gif) no-repeat;
  width: 19px;
  height: 12px;
}

nav .tran-nav-ul .icon-welfare {
  background: url(https://vip.foxitsoftware.cn/img/taskcenter/u77.gif) no-repeat;
  width: 40px;
  height: 28px;
  right: -31px;
  top: 10px;
}

/* nav .tran-nav-ul img {
  right: -31px;
  top: 10px;
  position: absolute;
} */
nav .layer-task {
  position: absolute;
  background: #fff;
  width: 120px;
  height: 30px;
  padding: 12px 14px 18px 14px;
  border-radius: 3px;
  line-height: 20px;
  font-size: 12px;
  color: #444444;
  top: 90px;
  left: -62px;
  margin: 0;
  border: 1px solid #ccc;
}

nav .tran-nav-ul li .up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  border-bottom: 8px solid #fff;
  display: block;
  position: absolute;
  top: -8px;
  right: 70px;
  margin: 0;
}

nav .tran-nav-ul li .close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  margin: 0;
}

nav .tran-nav-ul li .close:hover {
  background: url(https://vip.foxitsoftware.cn/img/taskcenter/taskCloseLn.png)
    no-repeat;
}

nav .tran-nav-ul li .businessIcon {
  position: absolute;
  top: 24px;
  right: -24px;
}

figure i {
  display: block;
}

figure .figure-t {
  height: 226px;
  padding-top: 50px;
}

figure .figure-t .figure-t-l {
  height: 220px;
  float: left;
  margin-right: 140px;
  width: 489px;
}

figure .figure-t .figure-t-r {
  float: left;
  width: 430px;
  height: 220px;
  margin-left: 140px;
}

figure .figure-t .figure-t-r h2 {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
}

figure .figure-t .figure-t-r ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden;
}
figure.plusmall .figure-t .figure-t-r ul {
  display: block;
  text-align: center;
}

figure.plusmall .figure-t .figure-t-r ul li {
  display: inline-block;
}
figure .figure-t .figure-t-r ul li {
  margin: 0px 28px;
}

figure .figure-t .figure-t-r ul li i {
  margin: 0 auto;
}

figure .figure-t .figure-t-r ul li p {
  text-align: center;
  color: #666;
  font-size: 12px;
  margin-top: 16px;
}

figure .figure-t .figure-t-l h2 {
  text-align: center;
  font-size: 16px;
  color: #444;
  margin-bottom: 45px;
}

figure .figure-t .figure-t-l ul {
  overflow: hidden;
}

figure .figure-t .figure-t-l ul li {
  width: 150px;
  float: left;
  margin: 0px 45px;
}

figure .figure-t .figure-t-l ul li:first-child:hover i {
  background: url(https://vip.foxitsoftware.cn/img/qqLn.png) no-repeat;
}
figure.plusmall .figure-t .figure-t-l ul li:first-child:hover i {
  background: url("../img/qqLn.png") no-repeat;
}

figure .figure-t .figure-t-l ul li:first-child:hover a {
  color: #fc5f52;
}

figure .figure-t .figure-t-k {
  overflow: hidden;
}

figure .figure-t .figure-t-k i {
  margin: 0 auto 12px;
}

figure .figure-t .figure-t-k span {
  font-size: 14px;
  color: #333;
  margin-left: 36px;
  line-height: 30px;
  display: block;
}

figure .figure-t .figure-t-k a {
  font-size: 14px;
  color: #333;
  margin-left: 36px;
  line-height: 30px;
  display: block;
}

figure .figure-t .figure-t-k p {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 2px;
}

figure .division {
  height: 60px;
  background: #dddddd;
  float: left;
  width: 1px;
  margin-top: 106px;
}

figure .figure-b {
  width: 100%;
  height: 83px;
  position: relative;
}

figure .figure-b ul {
  width: 222px;
  position: absolute;
  left: 50%;
  margin-left: -111px;
  top: 33px;
}

figure .figure-b ul li {
  float: left;
  font-size: 12px;
  color: #666;
  height: 12px;
  line-height: 12px;
  border-right: 2px solid #949494;
  width: 63px;
  margin-right: 14px;
}

figure .figure-b ul li a {
  cursor: pointer;
}

figure .figure-b .icon-qq:hover {
  background: url(https://vip.foxitsoftware.cn/img/index/qqLn.png) no-repeat;
}

figure .figure-b p {
  text-align: center;
  font-size: 12px;
  color: #666;
}

figure .figure-b .no-margin {
  margin: 0;
  border: none;
}

figure .home-block {
  cursor: pointer;
}

figure .service-button-hidden {
  display: none;
}

footer .productRecommendation {
  overflow: hidden;
  text-align: center;
  width: 475px;
  margin: 0 auto;
}

footer .productRecommendation label {
  font-size: 12px;
  color: #888888;
  float: left;
  line-height: 28px;
  margin-right: 15px;
}

footer p {
  text-align: center;
  font-size: 12px;
  color: #888888;
  margin-bottom: 15px;
}

footer p a {
  font-size: 12px;
  color: #888888;
}

footer .productRecommendation ul {
  float: left;
}

footer .productRecommendation ul li {
  float: left;
}

footer .productRecommendation ul li a {
  font-size: 12px;
  color: #888888;
}

footer .productRecommendation ul li i {
  width: 2px;
  height: 13px;
  background: #b5b5b5;
  float: left;
  margin: 6px 10px 0;
}

footer .tran-footer-in {
  padding-top: 24px;
}

@media all and (max-width: 1200px) {
  nav .logo,
  nav .tran-nav-ul {
    float: left;
    margin-left: 0;
  }

  nav .payment {
    margin-right: 0;
  }
}

/*
*网站全局/CSS重置表
*http://www.lvyou114.com     2014-1-14
*小菜
*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
}
html body {
    font-family: "微软雅黑";
    position: relative;
}
input::-ms-clear{display: none;}
input::-ms-reveal{display: none;}
/*设置默认字体*/
h1,h2,h3,h4,h5,h6{font-weight: 400;}
h1{font-size: 24px;}
h2{font-size: 18px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}
h6 {font-size: 10px;}
address, cite, dfn, em, var, i { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
/*重置列表元素*/
ul, ol { list-style: none; }
/*重置文本格式元素*/
a,
a:hover { text-decoration: none; }
a{color: #555;outline:none;-moz-outline:none;}
a:hover{color: #f60;}
a img{display: block;}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
/*重置表单元素*/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; outline: none;}
/*重置表格元素*/
table { border-collapse: collapse; border-spacing: 0; }
/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
mark { background: #ff0; }
/*全局*/
.fl{float: left!important;}
.fr{float: right!important;}
.s{font-weight: 400;}
.b{font-weight: 700;}
.b0{border: 0!important;}
/*字体大小*/
.f12{font-size: 12px!important;}
.f14{font-size: 14px!important;}
.f16{font-size: 16px!important;}
.f18{font-size: 18px!important;}
.f20{font-size: 20px!important;}
.f24{font-size: 24px!important;}
.f30{font-size: 30px!important;}
.f36{font-size: 36px!important;}
.f42{font-size: 42px!important;}
/*颜色*/
.f50{color: #f50!important;}
.f80{color: #f80!important;}
.c5{color: #555!important;}
.c8{color: #888!important;}
/*间距*/
.m0{margin: 0!important}
.mt0{margin-top: 0!important}
.mt10{margin-top: 10px!important}
.mt20{margin-top: 20px!important}
.mt30{margin-top: 30px!important}
.mt40{margin-top: 40px!important}
.ml0{margin-left: 0!important}
.ml10{margin-left: 10px!important}
.mr20{margin-right: 20px!important}
.p0{padding: 0!important}
.pt0{padding-top: 0!important}
.pl0{padding-left: 0!important}

/*字体图标*/
@font-face {font-family: 'iconfont';
    src: url('/libs/iconfont/iconfont.eot'); 
    src: url('/libs/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), 
    url('/libs/iconfont/iconfont.woff') format('woff'), 
    url('/libs/iconfont/iconfont.ttf') format('truetype'),
    url('/libs/iconfont/iconfont.svg#svgFontName') format('svg'); 
}
.iconfont{font-family:"iconfont";font-size:16px;}
.clear{clear:both}
.clear:after{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
 }

:root {
  --YoukuIcon-width: 179px;
  --YoukuIcon-height: 36px;
  --YoukuIcon-margin: 20px 0 19px;
  --YoukuIcon-background: url(../img/associate/popYouku.png);

  --wenkuIcon-width: 53px;
  --wenkuIcon-height: 54px;
  --wenkuIcon-margin: 3px 0 19px;
  --wenkuIcon-background: url(../img/associate/popWenku.png);
}

body {
  position: relative;
  min-width: 1200px;
  line-height: 1;
  /* background: #fff; */
  background: #f6f8f9;
}

* {
  box-sizing: border-box;
}

i {
  display: block;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.none {
  display: none !important;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dddddd;
}

header {
  width: 100%;
  height: 460px;
  position: relative;
}

header .user {
  width: 1200px;
  padding-top: 18px;
  margin: 0 auto;
}

header .navigation {
  line-height: normal;
}

header .navigation i {
  width: 2px;
  height: 16px;
  background: #ffffff;
  margin: 0 9px;
}

header .navigation span,
header .navigation a {
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

header .user .unlisted {
  width: 112px;
  height: 36px;
  border-radius: 18px;
  border: solid 1px #ffffff;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}

header .user .unlisted:hover {
  background: #ffffff;
  border: none;
  color: #e1804b;
}

header .user .unlisted i {
  width: 1px;
  height: 11px;
  margin: 0 10px;
  background: #ffffff;
}

header .user .unlisted:hover i {
  background: #e1804b;
}

header .user .signed {
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
}

header .user .signed img {
  border: solid 2px #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

header .user .signed .userName {
  max-width: 70px;
  margin-right: 12px;
}

header .user .signed .down {
  margin-right: 12px;
  position: relative;
}

header .user .signed .down input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

header .user .signed .down label {
  width: 16px;
  height: 3px;
  background: #ffffff;
  border-radius: 1.5px 1.5px 0 0;
  position: relative;
  display: block;
  margin-top: -5px;
  cursor: pointer;
}

header .user .signed .down label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #fff;
}

.jump,
header .user .signed .logout {
  cursor: pointer;
}

header .user .signed .down .logout {
  display: none;
  width: 72px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 40px;
}

header .user .signed .down .logout::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 28px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid rgba(0, 0, 0, 0.7);
}

header .user .signed .down input:checked ~ .logout {
  display: block;
}

header .user .signed i {
  margin-right: 12px;
  width: 1px;
  height: 19px;
  /* background: #ffb79c; */
  background: #fff;
}

header .card {
  width: 540px;
  height: 180px;
  background: url(../img/associate/cardBg.png);
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -270px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 37px;
}

header .card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: solid 2px #ffffff;
  background: #ffffff;
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -32px;
}

header .card .logout {
  width: 60px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  line-height: 24px;
  color: #999999;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}

header .card .logout i {
  width: 5px;
  height: 10px;
  background: url(../img/associate/icon_more.png);
  background-size: 5px 10px;
  margin-left: 4px;
}

header .card .unlisted,
header .card .signed .binding {
  cursor: pointer;
}

header .card .signed .userName {
  max-width: 120px;
  margin: 0 auto;
}

header .card .signed .binding {
  color: #ffc995;
  margin-left: 10px;
}

header .card .signed .binding i {
  width: 6px;
  height: 12px;
  margin: 3px 0 0 5px;
  background: url(../img/associate/cardArrow.png);
}

#mail {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -70px;
}

#mail .mainProducts {
  margin: 0 auto 40px;
  width: 1200px;
  background-color: #ffffff;
  border-radius: 16px;
  position: relative;
  padding: 12px 0 30px;
  text-align: center;
}

#mail .mainProducts .corner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 30px;
  background-image: linear-gradient(90deg, #ff983d 0%, #ffbd31 100%);
  border-radius: 16px 0px 16px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}

#mail .smallProducts {
  width: 1200px;
  margin: 0 auto 20px;
}
#mail .smallProducts.top {
  height: 360px;
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 41px;
  position: relative;
}
#mail .smallProducts.top .smallProducts-hot {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 30px;
  background-image: linear-gradient(90deg, #ff983d 0%, #ffbd31 100%);
  border-radius: 16px 0px 16px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
#mail .smallProducts.top .small {
  width: 100%;
  padding-top: 27px;
}
#mail .smallProducts.top .small .rate {
  width: auto;
  margin-top: 11px;
}

#mail .mainProducts h3,
#mail .small h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding: 12px 0 8px;
}

#mail .mainProducts h3 label,
#mail .small h3 label {
  font-weight: normal;
}

#mail .mainProducts .entry:first-child,
#mail .mainProducts .entry:last-child {
  width: 30%;
}

#mail .mainProducts .int,
#mail .small .int {
  font-size: 16px;
  color: #999999;
}

#mail .mainProducts .calculate {
  margin-top: 50px;
  width: 100%;
  padding-bottom: 38px;
}

#mail .mainProducts .calculate .foxitvip {
  margin-bottom: 9px;
}

#mail .mainProducts .calculate .microsoft {
  margin-bottom: 13px;
}

#mail .mainProducts .calculate .title {
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
}

#mail .mainProducts .calculate .price {
  font-size: 18px;
  color: #999999;
}

#mail .mainProducts .calculate .price .examine {
  margin-left: 4px;
  cursor: pointer;
}

#mail .mainProducts .calculate .price .examine i {
  margin-left: 6px;
  width: 8px;
  height: 14px;
  background: url(../img/associate/icon_more.png);
}

#mail .mainProducts .calculate .save,
#mail .small .save {
  padding: 4px 7px;
  background: #fff6e5;
  margin-left: 8px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #e1804b;
}

#mail .mainProducts .calculate .draw {
  margin-bottom: 30px;
}

#mail .mainProducts .calculate .total,
#mail .small .total {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
}

#mail .mainProducts .calculate .total span,
#mail .small .total span {
  font-weight: normal;
  font-size: 24px;
}

#mail .mainProducts .calculate > i {
  width: 13px;
  height: 13px;
  position: relative;
  margin: 0 32px 35px;
}

#mail .mainProducts .calculate .add::after,
#mail .mainProducts .calculate .add::before,
#mail .mainProducts .calculate .equal::after,
#mail .mainProducts .calculate .equal::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background: #333333;
  left: 0;
}

#mail .mainProducts .calculate .add::after,
#mail .mainProducts .calculate .add::before {
  top: 50%;
  margin-left: -6.5px;
}

#mail .mainProducts .calculate .add::after {
  transform: rotateZ(90deg);
}

#mail .mainProducts .calculate .equal::after {
  top: 3px;
}

#mail .mainProducts .calculate .equal::before {
  bottom: 3px;
}

#mail .mainProducts button,
#mail .small button {
  width: 200px;
  height: 48px;
  background-image: linear-gradient(90deg, #fff0cf 0%, #ffc38c 100%);
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  color: #7b2909;
}

#mail .mainProducts button:hover,
#mail .small button:hover {
  background-image: linear-gradient(90deg, #fff2d6 0%, #ffd4a5 100%);
}

#mail .small {
  width: 580px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 12px 0 30px;
  position: relative;
  text-align: center;
}

#mail .small .corner {
  padding: 0 10px;
  height: 30px;
  background-image: linear-gradient(90deg, #ff983d 0%, #ffbd31 100%);
  border-radius: 16px 0px 16px 0px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #ffffff;
}

#mail .small .rate {
  width: 100%;
  margin-top: 40px;
}

#mail .small .calculate {
  margin: 30px 0 39px;
}

#mail .small .calculate img {
  margin-left: 6px;
}

#mail .small .calculate em {
  font-size: 18px;
  color: #999999;
  margin-left: 6px;
}

#mail .small .calculate .foxitvip {
  width: 28px;
  height: 28px;
}

#mail .small .calculate .microsoft {
  width: 24px;
  height: 24px;
}

#mail .small .calculate em span {
  text-decoration: line-through;
}

#mail .small .calculate i {
  width: 20px;
  height: 20px;
  background: url(../img/associate/detail.png);
  cursor: pointer;
  margin-left: 6px;
}

#mail .small .calculate i:hover {
  background: url(../img/associate/detailHover.png);
}

#mail .small .top-calculate {
  margin: 57px auto 40px 73px;
}
#mail .small .top-calculate .calculate-item .name {
  font-size: 22px;
  line-height: 40px;
  color: #333333;
}
#mail .small .top-calculate .calculate-item .price {
  font-size: 20px;
  color: #999999;
}
#mail .small .top-calculate .symbol {
  font-size: 22px;
  /* line-height: 40px; */
  color: #333333;
  margin-top: 31px;
}
#mail .small .top-calculate .symbol.add {
  margin-left: 26px;
  margin-right: 66px;
}
#mail .small .top-calculate .symbol.equal {
  margin-left: 57px;
  margin-right: 24px;
}

#mail h2 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  padding: 78px 0 40px;
  text-align: center;
}
#mail .privilege-nonsupport {
  font-size: 16px;
  color: #999;
  text-align: center;
}
#mail .rights {
  padding: 0 0 80px;
}

#mail .rights .content {
  width: 1200px;
  background: #ffffff;
  border-radius: 16px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px 40px;
}

#mail .rights .content h3 {
  padding: 39px 0 18px;
  font-size: 22px;
  font-weight: normal;
  color: #333333;
}

#mail .rights .content .introduce {
  font-size: 16px;
  color: #999999;
  margin-bottom: 40px;
}

#mail .rights .content .introduce .query {
  position: relative;
  margin-left: 8px;
}

#mail .rights .content .introduce .query i {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../img/associate/question.png);
}

#mail .rights .content .introduce .query:hover i {
  background: url(../img/associate/questionHover.png);
}

#mail .rights .content .introduce .query ol {
  display: none;
  width: 320px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #dddddd;
  border-radius: 4px;
  font-size: 14px;
  line-height: 28px;
  padding: 12px 0 12px 20px;
  color: #666666;
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

#mail .rights .content .introduce .query ol::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #fff;
}

#mail .rights .content .introduce .query:hover ol {
  display: block;
}

#mail .rights .content .tier {
  height: 206px;
  position: relative;
}

#mail .rights .content .tier i {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 86px;
  background: url(../img/associate/leftNor.png);
  cursor: pointer;
}

#mail .rights .content .tier i:hover {
  background: url(../img/associate/leftHover.png);
}

#mail .rights .content .tier .left {
  left: 0;
}

#mail .rights .content .tier .right {
  transform: scaleX(-1);
  right: 0;
}

#mail .rights .content .tier .details {
  width: 1032px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 206px;
}

#mail .rights .content .tier .details ul {
  position: absolute;
  top: 0;
  left: -213px;
}

#mail .rights .content .tier .details ul li {
  min-width: 180px;
  height: 206px;
  white-space: nowrap;
}

#mail .rights .content .tier .details ul li:not(:last-child) {
  margin-right: 33px;
}

#mail .rights .content .tier .details ul li .title {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}

#mail .rights .content .tier .details ul li .int {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

#mail .rights .content .rightsInterests {
  width: 100%;
}

#mail .rights .content .rightsInterests li {
  width: 125px;
  height: 136px;
}

#mail .rights .content .rightsInterests em {
  width: 50px;
  height: 50px;
}

#mail .rights .content .rightsInterests .title {
  font-size: 16px;
  color: #333333;
  margin: 14px 0;
}

#mail .rights .content .rightsInterests .int {
  font-size: 14px;
  color: #999999;
}

#mail .rights .content .around {
  padding: 60px 40px 56px;
}

#mail .rights .content .around h3 {
  font-size: 22px;
  color: #333333;
  text-align: center;
}
#mail .rights .content .around ul {
  width: 480px;
  background-color: #fffbf8;
  border-radius: 16px;
  margin-top: 30px;
  padding: 12px 0;
}
#mail .rights .content .around ul li {
  width: calc(100% / 3);
  height: 150px;
}
#mail .rights .content .around ul li p {
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
}

#mail .comparison,
#mail .addGift,
#mail .notice,
#mail .hot {
  background: #fff;
  padding-bottom: 20px;
}

#mail .comparison .table {
  width: 1200px;
  background: #ffffff;
  border-radius: 16px;
  border: solid 1px #dddddd;
  margin: 0 auto;
  font-size: 16px;
  color: #999999;
}

#mail .comparison .table .thead {
  height: 70px;
  background-color: #f6f8f9;
  border-radius: 16px 16px 0px 0px;
}

#mail .comparison .table .td {
  width: 25%;
  height: 70px;
}

#mail .comparison .table .thead .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

#mail .comparison .table .thead .title em {
  width: 20px;
  height: 20px;
  background-color: #fd4f4c;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 4px;
  display: block;
}

#mail .comparison .table .thead .int {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
}

#mail .comparison .table .tbody .td {
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

#mail .comparison .table .tbody .td:nth-child(1) {
  font-weight: bold;
  border-left: none;
  color: #333333;
}

#mail .comparison .table .td:nth-child(1) {
  padding-left: 77px;
}

#mail .addGift h2 {
  padding-bottom: 20px;
}
#mail .addGift h3 {
  font-size: 16px;
  color: #999999;
  text-align: center;
  padding-bottom: 40px;
}

#mail .addGift .introduce {
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
  color: #999999;
}

#mail .addGift .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
  border-bottom: 1px solid #dddddd;
}

#mail .addGift .content .tier {
  background: #f6f8f9;
  border-radius: 16px;
  padding: 30px 30px 0;
  width: 585px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#mail .addGift .content .tier.big {
  width: 1200px;
}

#mail .addGift .content .tier .subtitle {
  font-size: 14px;
  color: #666666;
}

#mail .addGift .content .tier .subheading {
  font-size: 14px;
  color: #666666;
  padding: 29px 0 20px;
}

#mail .addGift .content .tier .subheading em {
  width: 36px;
  height: 20px;
  background-image: linear-gradient(90deg, #ff3d3c 0%, #ff572f 100%);
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  margin-right: 8px;
}

#mail .addGift .content .tier .subtitle span {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}

#mail .addGift .content .tier .subtitle.subhead {
  padding: 0 0 29px;
}

#mail .addGift .content .tier .list {
  width: 252px;
  height: 161px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  font-size: 16px;
}

#mail .addGift .content .tier .list .title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

#mail .addGift .content .tier .list .int {
  font-size: 14px;
  color: #999999;
  margin-bottom: 45px;
}

#mail .addGift .content .tier .list .corner {
  width: 80px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #c37428;
  text-align: center;
  line-height: 28px;
  color: #e1804b;
}

#mail .addGift .content .tier .list img {
  position: absolute;
  top: 20px;
  right: 20px;
}

#mail .addGift .content .tier .annotation {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 29px;
}

#mail .addGift .content .annotation {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin: -6px 0 24px;
}
#mail .addGift .content .return {
  width: 100%;
  font-size: 16px;
  color: #e1804b;
}

#mail .addGift .content .return:hover {
  text-decoration: underline;
}

#mail .addGift .content .return i {
  width: 8px;
  height: 13px;
  background: url(../img/associate/more.png);
  margin-left: 9px;
}

#mail .addGift .content .tier ul p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

#mail .addGift .content .tier .course li {
  width: 161px;
  height: 161px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 21px;
}

#mail .addGift .content .tier.big .course li {
  width: 344px;
}

#mail .addGift .content .tier .course p {
  margin-top: 18px;
}

#mail .addGift .content .tier .live li {
  width: 255px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 0 0 25px;
}

#mail .addGift .content .tier .live p {
  margin-left: 18px;
}

#mail .addGift .content .tier .newLive {
  margin-bottom: -20px;
}

#mail .addGift .content .tier .newLive > li {
  width: 366px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  cursor: pointer;
}

#mail .addGift .content .tier .newLive li:not(:nth-child(3n)) {
  margin-right: 21px;
}

#mail .addGift .content .tier .newLive > li ol {
  margin-left: 18px;
}

#mail .addGift .content .tier .newLive > li ol li {
  font-size: 16px;
  color: #333333;
}

#mail .addGift .content .tier .newLive > li ol li em {
  display: block;
  height: 20px;
  background-image: linear-gradient(90deg, #ff3d3c 0%, #ff572f 100%);
  border-radius: 4px;
  line-height: 20px;
  padding: 0 4px;
  margin-right: 4px;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #ffffff;
}

#mail .addGift .content .tier .newLive > li ol li i {
  width: 6px;
  height: 12px;
  background: url(../img/associate/web_arrows_nor.png);
  margin-left: 4px;
}

#mail .addGift .content .tier .newLive > li ol li:last-child {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}

#mail .addGift .content .tier .newLive > li:hover ol li i {
  background: url(../img/associate/web_arrows_hover.png);
}

#mail .addGift .content .tier .newLive > li:hover ol li:last-child {
  color: #e1804b;
}

#mail .notice .content {
  width: 1200px;
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 115px;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

#mail .notice .content .headline {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}

#mail .notice .content .subtitle {
  font-weight: bold;
  color: #333333;
}

#mail .notice .content .retract {
  padding-left: 25px;
}

#mail .notice .content p a {
  text-decoration: underline;
  color: #e1804b;
}

#mail .hot ul {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
  border-bottom: 1px solid #dddddd;
}

#mail .hot ul img {
  border-radius: 16px;
}

#mail .hot ul p {
  text-align: center;
  font-size: 16px;
  margin-top: 29px;
  color: #333333;
}

.aside {
  width: 40px;
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 9;
}

.aside li {
  margin-top: 9px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  font-size: 14px;
  color: #333333;
  border-radius: 50%;
  cursor: pointer;
}

.aside li:hover {
  color: #e1804b;
}

.aside li i {
  width: 18px;
  height: 20px;
  background: url(../img/associate/top.png);
}

.aside li:hover i {
  background: url(../img/associate/topHover.png);
}

.mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  touch-action: none;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  touch-action: none;
}

.popup .popupTitle {
  font-size: 16px;
  color: #333333;
  padding: 19px 0 0 20px;
}

.popup .popupClose {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: url(../img/associate/close.png);
  cursor: pointer;
}

.popup .tier {
  position: relative;
  width: 340px;
  min-height: 210px;
  background: #ffffff;
  border-radius: 8px;
}

.popup .tier.big {
  width: 400px;
}

.popup .tier .content {
  position: relative;
}

.popup .tier .content.small {
  height: 175px;
}

.popup .tier .content.big {
  height: 205px;
}

.popup .tier .content.large {
  min-height: 205px;
  padding-bottom: 10px;
}

.popup .tier .content.large .details {
  min-height: 135px;
  padding: 20px 0;
}

.popup .tier .content.small .details {
  height: calc(100% - 80px);
}

.popup .tier .content.big .details {
  height: calc(100% - 70px);
}

.popup .tier .content .headline {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 3px;
  color: #333333;
  font-weight: 600;
  text-align: center;
}

.popup .tier .content .AllBtns {
  padding-bottom: 20px;
}

.popup .tier .content .purchase {
  text-align: center;
  font-size: 14px;
  color: #999999;
  padding-bottom: 10px;
}

.popup .tier .content .int {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-align: center;
  font-family: "微软雅黑";
}

.popup .tier .content .int.auto {
  width: 300px;
  height: 146px;
  background: #f7f7f7;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  color: #666;
  margin: 10px auto 0;
  padding: 15px 0;
  /* margin-top: 8px; */
}

.popup .tier .content .int span {
  color: #e1804b;
}

.popup .tier .content .int p {
  text-align: left;
  padding-left: 25px;
}

/*.popup .tier .content .AllBtns {

}*/
.popup .tier .content button {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  margin: 0 10px;
}

.popup .tier .content button:first-child {
  background: #ffffff;
  border-radius: 20px;
  border: solid 1px #e1804b;
  color: #e1804b;
}

.popup .tier .content button:last-child {
  background: linear-gradient(90deg, #fff0cf 0%, #ffc38c 100%);
  color: #7b2909;
  border: none;
}

.popup .tier .content button:first-child:hover {
  background-color: #ffecdf;
}

.popup .tier .content button:last-child:hover {
  background: linear-gradient(90deg, #fff5e0 0%, #ffddbc 100%);
}
.popup .popup_content {
  position: relative;
}

.loadingPopup {
  width: 200px;
  height: 140px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -100px;
}

.loadingPopup p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 18px;
}

.overflowHidden {
  overflow: hidden;
}

.payPopup {
  width: 740px;
  height: 540px;
  background-color: #ffffff;
  border-radius: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -270px 0 0 -370px;
  z-index: 9999;
  text-align: center;
}

.payPopup .close {
  width: 14px;
  height: 14px;
  background: url(../img/associate/closePay.png) no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}

.payPopup .payHead {
  width: 740px;
  height: 54px;
  background-image: linear-gradient(90deg, #fff2d5 0%, #ffd3aa 100%);
  border-radius: 16px 16px 0 0;
  font-size: 18px;
  color: #333333;
  line-height: 1.4;
}

.payPopup .payHead img {
  width: 36px;
  height: 36px;
  margin: 0 9px 0 20px;
  border-radius: 50%;
}

.payPopup p {
  width: 100%;
  font-size: 14px;
}

.payPopup .payMoney {
  color: #111111;
  margin: 35px 0 18px;
}

.payPopup .payMoney span {
  font-size: 30px;
  font-weight: bold;
  color: #e1804b;
}

.payPopup .payOrder {
  color: #999999;
  line-height: 24px;
}

.payPopup .payOrder i {
  width: 1px;
  height: 12px;
  background: #999999;
  margin: 0 8px;
}

.payPopup .payOrder span {
  color: #111111;
}

.payPopup .payCode canvas {
  width: 180px;
  height: 180px;
  margin: 38px auto 0;
}

.payPopup .int {
  margin: 19px 0;
}

.payPopup .payBut {
  width: 180px;
  height: 44px;
  line-height: 40px;
  margin: 0 auto;
  background: #ffffff url(../img/associate/pay.png) no-repeat bottom 0 right 0;
  border: solid 2px #e1804b;
}

footer,
figure {
  line-height: 1.3;
  background: #fff;
}

footer p {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.showText {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  position: fixed;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  color: #ffffff;
  padding: 12px 30px;
}

.binding_layer {
  width: 400px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  padding-top: 40px;
  font-size: 16px;
  line-height: 1;
}

.binding_layer .icon[icon="YoukuIcon"] {
  width: var(--YoukuIcon-width);
  height: var(--YoukuIcon-height);
  margin: var(--YoukuIcon-margin);
  background: var(--YoukuIcon-background);
}

.binding_layer .icon[icon="wenkuIcon"] {
  width: var(--wenkuIcon-width);
  height: var(--wenkuIcon-height);
  margin: var(--wenkuIcon-margin);
  background: var(--wenkuIcon-background);
}

.binding_layer em {
  display: inline-block;
  color: #333333;
}

.binding_layer .content {
  width: 320px;
  height: 195px;
  padding-bottom: 10px;
}

.binding_layer .content .explain {
  color: #999999;
}

.binding_layer .content .number {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-top: 24px;
}

.binding_layer .content .clear {
  width: 320px;
  height: 73px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
}

.binding_layer .content input {
  width: 320px;
  font-size: 14px;
  color: #333;
  border: none;
  outline: none;
  padding: 18px 0;
}

.binding_layer .content .inputCode {
  width: 200px;
  float: left;
}

.binding_layer .content .setCode {
  width: 70px;
  height: 52px;
  font-size: 14px;
  color: #e1804b;
  line-height: 52px;
  white-space: nowrap;
  float: right;
  cursor: pointer;
  text-align: right;
}

.binding_layer button {
  width: 320px;
  height: 48px;
  background-image: linear-gradient(90deg, #fff0cf 0%, #ffc38c 100%);
  border-radius: 24px;
  line-height: 48px;
  color: #7b2909;
}

.binding_layer button:hover {
  background-image: linear-gradient(90deg, #fff2d6 0%, #ffd4a5 100%);
}

.binding_layer .int {
  font-size: 14px;
  color: #999999;
  margin: 19px 0 36px;
}

.binding_layer .openInputPopup {
  color: #333333;
  cursor: pointer;
}

.full_dialog {
  width: 520px;
  height: 580px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}

.full_dialog h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  padding: 30px 0;
}

.full_dialog .content {
  position: relative;
  padding-left: 40px;
  height: 486px;
  overflow-y: auto;
  overflow-x: hidden;
}

.full_dialog .content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

.full_dialog .content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.full_dialog .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dddddd;
}

.full_dialog .content .visual {
  width: 440px;
  text-align: justify;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  padding-bottom: 34px;
}

.full_dialog .content .visual a {
  text-decoration: underline;
  color: #e1804b;
}

.full_dialog .content .visual em {
  color: #e1804b;
}

.full_dialog .content .visual h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 37px;
}

.full_dialog .sheltered {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 520px;
  height: 80px;
  background-image: linear-gradient(0deg, #f6f8f9 0%, rgba(246, 248, 249, 0) 100%);
  border-radius: 0px 0px 8px 8px;
}

.popup .layer {
  position: relative;
}

.popup .layer .close {
  width: 40px;
  height: 40px;
  background: url(../img/associate/bigClose.png);
  position: absolute;
  top: -25px;
  right: -60px;
  cursor: pointer;
}

.newLive-content {
  width: 500px;
  height: 600px;
  background: #ffffff linear-gradient(0deg, #ffffff 0%, #ffe8dd 100%) no-repeat top;
  background-size: 500px 60px;
  border-radius: 20px;
  padding: 23px 0 0;
  position: relative;
  touch-action: none;
}

.newLive-content h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #7b2909;
}

.newLive-content .close {
  width: 16px;
  height: 16px;
  background: url(../img/associate/web_close.png);
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.newLive-content input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.newLive-content .label {
  margin: 24px auto 16px;
  width: 460px;
  height: 48px;
  background-color: #f9f1ed;
  border-radius: 24px;
}

.newLive-content label {
  display: block;
  position: relative;
  width: 230px;
  height: 48px;
  border-radius: 23px;
  font-size: 18px;
  font-weight: bold;
  color: #d2a591;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.newLive-content input:nth-of-type(1):checked ~ .label label:nth-of-type(1),
.newLive-content input:nth-of-type(2):checked ~ .label label:nth-of-type(2) {
  color: #e1804b;
  border: solid 1px #e1804b;
  background-color: #ffffff;
  line-height: 46px;
}

.newLive-content input:nth-of-type(1):checked ~ .checked-content .card:nth-of-type(1),
.newLive-content input:nth-of-type(2):checked ~ .checked-content .card:nth-of-type(2) {
  display: block;
}

.newLive-content .dialog_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0px 0px 20px 20px;
}

.newLive-content .card {
  display: none;
  max-height: 444px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 20px;
  overscroll-behavior: none;
}

.newLive-content .card::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}
.newLive-content .card::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.newLive-content .card .list {
  width: 460px;
  background-color: #fff9f4;
  border-radius: 20px;
  padding: 24px 0;
}
.newLive-content .card .list:not(:last-child) {
  margin-bottom: 16px;
}
.newLive-content .card .list .title {
  font-size: 16px;
  font-weight: 600;
  color: #7b2909;
  position: relative;
  text-align: center;
}
.newLive-content .card .list .title::after,
.newLive-content .card .list .title::before {
  content: "";
  position: relative;
  width: 32px;
  height: 1px;
  background: #eaccbb;
  margin: 0 8px;
}
.newLive-content .card .list ul {
  padding-top: 23px;
  width: 100%;
}
.newLive-content .card .list ul li {
  width: calc(100% / 3);
}
.newLive-content .card .list ul li p {
  font-size: 14px;
  color: #333333;
  margin-top: 11px;
}

.yimiGet {
  font-size: 14px;
  color: #e18048;
}

.yimiGet:hover {
  text-decoration: underline;
}

button {
  font-family: "微软雅黑";
}

body {
  background: #fff;
}

header {
  height: 398px;
  background: url(../img/associate/banner.png) no-repeat center;
}

input::placeholder {
  color: #999999;
}

/* header .user .signed i {
  background: #666666;
} */

#exhibition {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 120px;
  border-bottom: 1px solid #dddddd;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

h2 span {
  font-size: 14px;
  font-weight: normal;
  color: #999999;
  margin-left: 15px;
  text-align: right;
}

.myVip_container {
  overflow: hidden;
  /* width: 1200px; */
}

.jump button {
  font-family: 微软雅黑;
}

.myVip_container {
  margin: 30px 0 35px;
  /* width: 1200px; */
  position: relative;
}

.myVip_container .left {
  left: 1px;
  margin-top: 0;
}

.myVip_container .left img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.myVip_container .common {
  position: absolute;
  width: 32px;
  height: 40px;
  top: 20px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  z-index: 2;
}

.myVip_container .common {
  display: flex;
  align-items: center;
  justify-content: center;
}

.myVip_container .common img {
  width: 10px;
  height: 16px;
  display: block;
}

.myVip_container .left:hover, .myVip_container .right:hover{
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.myVip_container .right {
  right: 1px;
  margin-top: 0;
}

#exhibition .myVip li {
  width: 241px!important;
  height: 80px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}

#exhibition .myVip li.svipqy i {
  width: 110px;
  height: 50px;
  background: url(../img/associate/icon_vip_dis.png);
  margin: 0 8px 0 20px;
}

#exhibition .myVip li.buy.svipqy i {
  background: url(../img/associate/icon_vip_nor.png);
}

#exhibition .myVip li em {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  color: #e1804b;
  width: 60px;
  height: 24px;
  background-color: #fff6e5;
  border-radius: 0px 10px 0px 10px;
  text-align: center;
  font-weight: normal;
}

#exhibition .myVip li i {
  width: 48px;
  height: 48px;
  background: url(../img/associate/MicrosoftDis.png);
  margin: 0 10px 0 20px;
}

#exhibition .myVip li.buy i {
  background: url(../img/associate/MicrosoftNor.png);
}

#exhibition .myVip li.YouKu i {
  background: url(../img/associate/youkuDis.png);
}

#exhibition .myVip li.YouKu.buy i {
  background: url(../img/associate/uniteYouku.png);
}

#exhibition .myVip li.wenku i {
  background: url(../img/associate/wenkuDis.png);
}

#exhibition .myVip li.wenku.buy i {
  background: url(../img/associate/wenkuFoc.png);
}
#exhibition .myVip li.vip_joint_foxit-clip i {
  background: url(../img/associate/web_icon_vc_dis.png);
}

#exhibition .myVip li.vip_joint_foxit-clip.buy i {
  background: url(../img/associate/web_icon_vc_foc.png);
}

#exhibition .myVip {
  padding-bottom: 45px;
  width: fit-content;
}

#exhibition .hot {
  padding: 10px 0 25px;
}

#exhibition .hot li {
  width: 370px;
  padding: 20px 20px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #eeeeee;
  border-radius: 16px;
  position: relative;
  color: #333333;
  font-size: 16px;
  margin-bottom: 45px;
}

#exhibition .hot li:not(:nth-child(3n - 2)) {
  margin-left: 45px;
}

#exhibition .hot li em {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 10px;
  height: 24px;
  background-image: linear-gradient(90deg, #ff572f 0%, #ff3d3c 100%);
  border-radius: 0px 10px 0px 10px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fbfbfb;
}

#exhibition .hot li .title {
  padding: 18px 0;
}

#exhibition .hot li .price {
  font-size: 14px;
}

#exhibition .hot li .price span {
  font-size: 24px;
  font-weight: bold;
}

#exhibition .hot li button {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(90deg, #fff0cf 0%, #ffc38c 100%);
  border-radius: 20px;
  color: #7b2909;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#exhibition .hot li button:hover {
  background-image: linear-gradient(90deg, #fff2d6 0%, #ffd4a5 100%);
}

#exhibition .limitAdd .checked-loading,
#exhibition .limitAdd .checked-err {
  min-height: 400px;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
  border-radius: 16px;
}
#exhibition .limitAdd .checked-loading img,
#exhibition .limitAdd .checked-err img {
  margin-bottom: 12px;
}
#exhibition .limitAdd {
  width: 1200px;
  background-color: #f6f8f9;
  border-radius: 16px;
  margin-top: 28px;
  padding: 28px;
}

#exhibition .limitAdd .card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 23px 28px 0;
  margin-top: 28px;
}
#exhibition .limitAdd .card.small {
  width: 558px;
  margin-top: 0;
}
#exhibition .limitAdd .card .subtitle {
  font-size: 18px;
  color: #333333;
  margin-bottom: 40px;
}
#exhibition .limitAdd .card .subtitle span {
  font-size: 14px;
  color: #999999;
}
#exhibition .limitAdd .card button {
  display: block;
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #e1804b;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #e1804b;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
}
#exhibition .limitAdd .card button[disabled] {
  background-color: #f5f5f5;
  border: none;
  color: #999999;
  cursor: auto;
}
#exhibition .limitAdd .card button:not([disabled]):hover {
  background-color: #fff5ed;
}
#exhibition .limitAdd .card .list {
  width: 502px;
  margin-bottom: 40px;
}
#exhibition .limitAdd .card .list ol {
  margin-left: 15px;
}
#exhibition .limitAdd .card .list ol li {
  font-size: 16px;
  color: #333333;
}
#exhibition .limitAdd .card .list ol li:first-child {
  font-weight: 500;
}
#exhibition .limitAdd .card .list ol li .quantity {
  height: 20px;
  border-radius: 4px;
  border: solid 1px #e1804b;
  line-height: 20px;
  padding: 0 5px;
  margin-right: 7px;
  font-size: 14px;
  color: #e1804b;
}
#exhibition .limitAdd .card .list ol li:last-child {
  font-size: 14px;
  color: #999999;
  margin-top: 13px;
}
#exhibition .limitAdd .card .list button {
  width: 100px;
}
#exhibition .limitAdd .card ul {
  margin-bottom: 20px;
}
#exhibition .limitAdd .card ul p {
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
}
#exhibition .int {
  font-size: 14px;
  color: #999999;
  margin-top: 28px;
}

.advertising {
  position: fixed;
  right: 120px;
  bottom: 80px;
  z-index: 9;
  width: 120px;
  height: 106px;
  background: url(../img/associate/advertising.gif);
  cursor: pointer;
}

.layer {
  width: 500px;
  border-radius: 20px;
  background: #ffffff
    linear-gradient(0deg, rgba(255, 249, 244, 0) 0%, #ffe8dd 100%) no-repeat top;
  background-size: 100% 120px;
  padding-bottom: 20px;
  position: relative;
}

.layer .close {
  width: 16px !important;
  height: 16px !important;
  background: url(../img/associate/web_close.png) !important;
  position: absolute;
  top: 20px !important;
  right: 20px !important;
  cursor: pointer;
}

.layer * {
  position: relative;
  z-index: 1;
}

.layer .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #7b2909;
  margin: 30px 0 14px;
}

.layer .introduce {
  font-size: 14px;
  text-align: center;
  padding-bottom: 28px;
  color: #999999;
}

.layer .overview .introduce {
  padding-bottom: 0;
  color: #e1804b;
}

.layer .overview {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 495px;
  padding-left: 20px;
  overscroll-behavior: none;
}

.layer .overview::-webkit-scrollbar {
  width: 0;
  background: none;
}

.popup .modal .content::-webkit-scrollbar {
  width: 7px;
  background: none;
}

.popup .modal .content::-webkit-scrollbar-thumb {
  background: #ccc;
}

.layer .overview .newTitle {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}

.layer .overview .content {
  width: 460px;
  background-color: #fff9f4;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.layer .overview .content .subtitle {
  font-size: 15px;
  color: #7b2909;
  position: relative;
}

.layer .overview .content .subtitle::after,
.layer .overview .content .subtitle::before {
  content: "——";
  display: block;
}

.layer .overview .content .subtitle::after {
  margin-left: 6px;
  color: #eacbba;
}

.layer .overview .content .subtitle::before {
  margin-right: 6px;
  color: #eaccbb;
}

.layer .overview .content .subtitle .repeat {
  width: 67px;
  height: 25px;
  background-image: linear-gradient(90deg, #fff0cf 0%, #ffc38c 100%);
  border-radius: 4px;
  color: #a74d17;
  margin-right: 9px;
  text-align: center;
  line-height: 25px;
}

.layer .overview .content .list {
  width: 100%;
  margin-top: 19px;
}

.layer .overview .content .list .copy {
  margin-left: 12px;
  height: 43px;
  font-size: 14px;
}

.layer .overview .content .list .copy p {
  color: #333333;
}

.layer .overview .content .list .copy .copyContent {
  color: #999999;
  margin-top: 5px;
}

.layer .overview .content .list .copy .copyContent .corner {
  height: 21px;
  border-radius: 4px;
  border: solid 1px #e1804b;
  line-height: 19px;
  padding: 0 6px;
  margin-right: 6px;
  color: #e1804b;
}

.layer .overview .content button {
  width: 141px;
  height: 37px;
  background: linear-gradient(90deg, #fff0cf 0%, #ffc38c 100%);
  border-radius: 18px;
  font-size: 14px;
  color: #7b2909;
  line-height: 37px;
  display: block;
  margin: 0 auto;
}

.layer .overview .content button:hover:not([disabled]) {
  background-image: linear-gradient(90deg, #fff2d6 0%, #ffd4a5 100%);
}

.layer .overview .content button[disabled] {
  background: #cccccc;
  color: #ffffff;
  cursor: not-allowed;
}

.layer .overview .content .list button {
  width: 71px;
  height: 31px;
  line-height: 31px;
  border-radius: 15px;
}

.layer .overview .content ul {
  margin: 10px 0;
}

.layer .overview .content .course li {
  width: 111px;
  height: 91px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.layer .overview .content ul li {
  height: 95px;
}

.layer .overview .content ul li p {
  font-size: 14px;
  margin-top: 9px;
}

.layer .overview .content li p {
  color: #333333;
}

.layer .overview .content .int {
  text-align: center;
  padding: 16px 0 0;
  font-size: 14px;
  color: #e1804b;
}

.layer .overview .content .live {
  margin-bottom: 19px;
}

.layer .overview .content .live li p {
  color: #666666;
}

.layer .overview .content p.lookCode {
  font-size: 14px;
  color: #e1804b;
  cursor: pointer;
  margin-top: 15px;
}

.layer .overview .content p.lookCode i {
  width: 6px;
  height: 10px;
  background: url(../img/associate/web_arrows.png);
  margin-left: 5px;
}

.popup .seeGift {
  position: relative;
  width: 400px;
  background: #ffffff;
  border-radius: 8px;
}

.popup .seeGift .popupTitle {
  margin-bottom: 10px;
}

.popup .seeGift .content {
  padding: 0 20px 20px;
}

.popup .seeGift .list {
  margin: 20px auto 0;
  padding: 14px 10px;
  width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
}

.popup .seeGift .list .copy {
  font-size: 14px;
  line-height: 24px;
  min-height: 42px;
  margin-left: 8px;
}

.popup .seeGift .list .copy:nth-child(1) {
  font-weight: 600;
}

.popup .seeGift .list .copy .details {
  color: #999999;
  margin-top: 0.13rem;
}

.popup .seeGift .list button {
  width: 70px;
  height: 30px;
  background-image: linear-gradient(90deg, #fff0cf 0%, #ffc38c 100%);
  border-radius: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #7b2909;
}

.popup .seeGift .list button:hover {
  background-image: linear-gradient(90deg, #fff2d6 0%, #ffd4a5 100%);
}

.popup .modal {
  position: relative;
  width: 480px;
  background-color: #ffffff;
  border-radius: 8px;
}

.popup .modal .popupTitle {
  padding-bottom: 20px;
}

.popup .modal .shade {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #f6f8f9 100%
  );
  border-radius: 0px 8px 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.popup .modal .content {
  width: 100%;
  padding-left: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 530px;
}

.popup .modal .content .list {
  width: 440px;
  border: solid 1px #dddddd;
  background: #ffffff;
  border-radius: 10px;
  color: #333333;
  margin-bottom: 20px;
}

.popup .modal .content .list .title {
  width: 100%;
  height: 40px;
  background-color: #f6f8f9;
  border-radius: 10px 10px 0px 0px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.popup .modal .content .list ul {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 18px;
}

.popup .modal .content .list ul li {
  margin-bottom: 12px;
}

.popup .modal .content .list ul li > span {
  min-width: 60px;
  margin-right: 18px;
  color: #999999;
}

.popup .modal .content .list.permanent ul li span {
  width: 120px;
}

.popup .modal .content .list ul li p a,
.popup .modal .content .list ul li p span {
  text-decoration: underline;
  color: #e1804b;
  cursor: pointer;
}

.popup .modal .content .list ul li p a {
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
}

/* .popup .modal .content .list ul li:not(:last-child) {
  margin-bottom: 0.36rem;
} */

.popup .hint {
  position: relative;
}

.popup .hint {
  width: 420px;
  border-radius: 8px;
  background: #ffffff;
  padding: 50px 27px 35px;
}

.popup .hint .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.popup .hint canvas {
  width: 160px;
  height: 160px;
  margin: 20px auto;
}

.popup .hint em {
  width: 241px;
  height: 41px;
  background-color: #f2f2f2;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 41px;
  color: #666666;
  margin-bottom: 35px;
  font-style: normal;
}

.popup .hint .int {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  width: 100%;
  text-align: justify;
}

/* .popup .hint .int span {
  font-weight: bold;
  color: #333333;
} */
.progressPopup {
  width: 420px;
  padding: 20px 12px 54px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
}

.progressPopup .iconClose {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  cursor: pointer;
}

.progressPopup .title {
  overflow: hidden;
  max-width: 396px;
  margin-top: 14px;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
  letter-spacing: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.progressPopup .summary {
  overflow: hidden;
  width: 366px;
  height: 39px;
  margin-top: 35px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  text-decoration: none;
  letter-spacing: 0px;
  white-space: normal;
  text-overflow: ellipsis;
}

.progressPopup .item {
  width: 160px;
  height: 160px;
  margin-top: 42px;
}

.progressPopup .button {
  width: 201px;
  padding: 14px 12px 13px;
  margin: 23px 0 0 1px;
  background-color: rgba(241, 241, 241, 1);
  border-radius: 20px;
}

.progressPopup .section {
  overflow: hidden;
  max-width: 173px;
  margin-right: 2px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.emailPopup {
  width: 400px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

.emailPopup .iconClose {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.emailPopup .title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.emailPopup .int {
  font-size: 14px;
  color: #333333;
  margin-top: 15px;
}

.emailPopup .clear {
  width: 320px;
  height: 73px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
}

.emailPopup input {
  width: 320px;
  font-size: 14px;
  color: #333;
  border: none;
  outline: none;
  padding: 18px 0;
}

.emailPopup .inputCode {
  width: 200px;
  float: left;
}

.emailPopup .setCode {
  width: 70px;
  height: 52px;
  font-size: 14px;
  color: #e1804b;
  line-height: 52px;
  white-space: nowrap;
  float: right;
  cursor: pointer;
  text-align: right;
}

.emailPopup button {
  width: 320px;
  height: 48px;
  background-image: linear-gradient(90deg, #fff0cf 0%, #ffc38c 100%);
  border-radius: 24px;
  line-height: 48px;
  color: #7b2909;
  margin-top: 28px;
}

.emailPopup button:hover {
  background-image: linear-gradient(90deg, #fff2d6 0%, #ffd4a5 100%);
}

.emailPopup .summary {
  margin-top: 22px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  padding: 0 20px;
  text-align: left;
  word-break: break-all;
}

.emailPopup .summary b {
  color: #666666;
}

.swiper-button-disabled {
  display: none!important;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
/*主轴为水平方向，起点在左边*/
.flexRow {
  -ms-flex-direction: row;
  flex-direction: row;
}
/*主轴为垂直方向，起点在上沿*/
.flexColumn {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex1 {
  -ms-flex: 1;
  flex: 1;
}
/*交叉轴的起点对齐*/
.alignStart{
  -ms-flex-align: start;
  align-items: flex-start;
}
/*交叉轴的终点对齐*/
.alignEnd{
  -ms-flex-align: end;
  align-items: flex-end;
}
/*交叉轴的中点对齐*/
.alignCenter{
  -ms-flex-align: center;
  align-items: center;
}
/*项目的第一行文字的基线对齐*/
.alignBaseline{
  -ms-align-items: baseline;
  align-items: baseline;
}
/*如果项目未设置高度或设为auto，将占满整个容器的高度*/
.alignStretch{
  -ms-align-items: stretch;
  align-items: stretch;
}
/*换行，第一行在上方*/
.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*主轴左对齐*/
.justifyStart {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/*主轴右对齐*/
.justifyEnd {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/*主轴居中对齐*/
.justifyCenter {
  -ms-flex-pack: center;
  justify-content: center;
}
/*主轴两端对齐,项目之间的间隔都相等*/
.justifyBetween {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍*/
.justifyAround {
  -ms-flex-pack: justify;
  justify-content: space-around;
}

/*覆盖父级交叉轴的起点对齐*/
.alignSelfStart{
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/*覆盖父级交叉轴的终点对齐*/
.alignSelfEnd{
  -ms-flex-item-align: end;
  align-self: flex-end;
}
/*覆盖父级交叉轴的中点对齐*/
.alignSelfCenter{
  -ms-flex-item-align: center;
  align-self: center;
}
/*覆盖父级项目的第一行文字的基线对齐*/
.alignSelfBaseline{
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
/*覆盖父级如果项目未设置高度或设为auto，将占满整个容器的高度*/
.alignSelfStretch{
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* 显示一行文字 */
.line1 {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 显示2行文字 */
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}