@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: "微软雅黑";
}

header {
  background: url(../img/associate/web_page_banner.png) no-repeat center;
}


#mail .small {
  padding-top: 39px;
}

#mail .rights .content .rightsInterests {
  margin-top: 47px;
}

#mail .rights .content .rightsInterests em {
  width: 80px;
  height: 80px;
}
#mail .addGift .content .tier {
  padding-bottom: 30px;
}

#mail .rights .content .rightsInterests {
  margin-top: 30px
}

#mail .rights .content .rightsInterests li {
  width: 180px;
  height: 200px;
  margin: 0 15px;
}

.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;
}
