img,input,select,textarea,button{margin: 0; padding: 0; border: 0}
ul,ol,li{list-style: none;}
input,select,textarea,button{ outline-color: #0fcef0;  }
input[type="password"]::-ms-reveal{
  display:none;
}
input[type="text"]::-ms-clear{
  display:none;
}
input[type="checkbox"]{padding: 0 !important;}
a{text-decoration: none;}
[v-cloak] {
  display: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /* //background-color: #f5f5f5; */
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
 /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); */
  border-radius: 2px;
  opacity: 0;
  /* background-color: #e43535; */
  background-color: transparent;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 2px;
   /* -webkit-box-shadow: inset 0 0 6px rgba(250, 250, 250, 0.9); */
  background-color: #d0d0d0;
}
.show{display: block  !important;}
.hide{display: none !important;}
.__disabled{ background: #bbbbbb !important; }
.__overflow_hide{overflow: hidden;}
.__loading{ }
.__loading:before{content: ""; display: inline-block; width: 20px; height: 20px;background: url(img/loading.png) center no-repeat; background-size: contain;animation: Rotate 1s linear infinite; margin-right: 10px; vertical-align: text-top;}
.__inline_block{display: inline-block;}
.text_center{text-align: center;}
.loading_wrapper{position: absolute; height: 100%; width: 100%; background-color: rgba(255, 255, 255, .75);z-index: 1;}
.loading_wrapper i{  margin: 0 auto; position: absolute; margin: auto; top: 0;  bottom: 0; left: 0; right: 0; width: 20px; height: 20px;}
.loading_wrapper i:before{ width: 25px; height: 25px;}


.game_wrapper{ background-color: #f6f6f6; padding: 100px 0 50px; min-height: 100vh; }
.game_list{ width: 1280px; margin: 0 auto; }
.game_list .game_box{ width: 1240px; height: 280px; padding: 20px; background-color: #fff; border-radius: 10px; margin: 10px 0; }
.game_list .game_box .game_cover{ width: 400px; height: 280px; border-radius: 10px; overflow: hidden; float: left; }
.game_list .game_box .game_cover img{ width: 100%; }
.game_list .game_box .game_info{ float: left; margin-left: 20px; width: 820px; overflow: hidden;}
.game_box .game_info h2{ font-size: 24px; color: #333; display: block; line-height: 40px; }
.game_box .game_info .game_intro{ margin: 5px 0; font-size: 14px; color: #666; line-height: 25px; height: 75px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.game_box .game_info .soc{ height: 46px; padding: 20px 0; border-bottom: 1px #ddd dashed; }
.game_box .game_info .soc a{ width: 196px; height: 42px; border: 2px #0fcef0 solid; border-radius: 5px; text-align: center; line-height: 42px; font-size: 14px; color: #0fcef0; display: block; float: left; margin-right: 15px; position: relative;}
.game_box .game_info .soc a:before{ content: ""; display: inline-block; width: 30px; height: 30px; background-image: url(img/ico_soc.png); background-size: 300% 100%; vertical-align: middle; margin-top: -3px; margin-right: 10px;}
.game_box .game_info .soc a.wb:before{ background-position: 0 0; }
.game_box .game_info .soc a.fb:before{ background-position: 50% 0; }
.game_box .game_info .soc a.yt:before{ background-position: 100% 0; }
.game_box .game_info .soc a:hover{ color: #333;}
.game_box .game_info .download{ padding: 15px 0;}
.game_box .game_info .download a{ display: block; float: left; margin-right: 15px; width: 160px; transition: .5s;}
.game_box .game_info .download a:hover{ transform: translateY(-3px); }
.game_box .game_info .download a img{ width: 100%; display: block;}


.pay_wrapper{ width: 100%; background-color: #f0f0f0; min-height: calc( 100vh - 200px ); }
.pay_wrapper .mask {display: block;}
.pay_wrapper .inner{ padding: 30px 0 40px; width: 1280px; margin: 0 auto;}
#payContainer .pay_aside{ width: 300px; float: left;margin-right: 10px;}
.pay_aside .aside_inner{ width: 260px; padding: 20px; background-color: #fff; }
.pay_aside .location h2{ font-size: 16px; color: #333; display: block; text-indent: 40px; position: relative; height: 40px; line-height: 40px; }
.pay_aside .location h2:before{ content: ""; display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background-image: url(img/ico_pay.png); background-size: 1200% auto; background-position: 0 0;}
.pay_aside .location select{ width: 260px; height: 45px; line-height: 45px; border: 1px #e5e5e5 solid; border-radius: 5px; font-size: 14px; color: #666; padding-left: 15px;}
.pay_aside .location select option{ height: 40px; line-height: 40px; }

.pay_aside .pay_channel h2{ font-size: 16px; color: #333; display: block; text-indent: 40px; position: relative; height: 40px; line-height: 40px; }
.pay_aside .pay_channel h2:before{ content: ""; display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background-image: url(img/ico_pay.png); background-size: 1200% auto; background-position: -270px 0;}

/* .pay_aside .pay_channel .channel_list{ max-height: 504px; overflow-y: auto; width: 265px;} */
.pay_aside .pay_channel ul li{ width: 258px; height: 40px; margin: 2px 0; background-color: #f0f0f0; border: 1px #f0f0f0 solid; border-radius: 5px; line-height: 40px; cursor: pointer; font-size: 14px; color: #333; text-indent: 60px; position: relative; overflow: hidden;}
.pay_aside .pay_channel ul li span{ max-width: 100px; height: 20px; display: block; position: absolute; top: 0; right: 0; background-color: #f3ad40; font-size: 12px; color: #fff; text-align: center; line-height: 20px; text-indent: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px; word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; padding: 0 4px;}
.pay_aside .pay_channel ul li span i{ width:10px; height:11px; display: inline-block; vertical-align: middle; margin: -3px 0 0 2px; background-image: url(img/ico_arrow.png); }
.pay_aside .pay_channel ul li i.ico{ width: 40px; height: 21px; margin: 10px 0 0 10px; display: block; position: absolute; top: 0; left: 0; background-size: 100% 100%;}
.pay_aside .pay_channel .mycard{ background-position: 0 -40px; }
.pay_aside .pay_channel .mycard_huiyuan{ background-position: -40px -40px; }
.pay_aside .pay_channel .bank{ background-position: -80px -40px; }
.pay_aside .pay_channel .card{ background-position: -120px -40px; }
.pay_aside .pay_channel .xingdong{ background-position: -160px -40px; }
.pay_aside .pay_channel .dianzi{ background-position: -200px -40px; }
.pay_aside .pay_channel .shinei{ background-position: -240px -40px; }
.pay_aside .pay_channel .asdl{ background-position: -280px -40px; }
.pay_aside .pay_channel .paypal{ background-position: -320px -40px; }
.pay_aside .pay_channel .dalu{ background-position: -360px -40px; }
.pay_aside .pay_channel .hongli{ background-position: -400px -40px; }
.pay_aside .pay_channel ul li:after{ content: ""; display: none; width: 40px; height: 40px; position: absolute; bottom: -9px; right: -9px; background-image: url(img/ico_pay.png); background-size: 1250% auto; background-position: -160px 0;}
.pay_aside .pay_channel ul li:hover{ background: #fff; border: 1px #0fcef0 solid; }
.pay_aside .pay_channel ul li.cur:after{ display: block; }
.pay_aside .pay_channel ul li.cur{ background: #fff; border: 1px #0fcef0 solid; }

.pay_aside .link_box{width: 260px; padding: 0 20px; background-color: #fff; margin-top: 10px;}
.pay_aside .link_box a{ width: 100%; height: 70px; line-height: 70px; display: block; position: relative; font-size: 14px; color: #333; text-indent: 60px; }
.pay_aside .link_box a.link_order{ border-bottom: 1px #eee solid; }
.pay_aside .link_box a:before{ content: ""; display: block; width: 40px; height: 40px; position: absolute; top: 15px; left: 0; background-image: url(img/ico_pay.png); background-size: 1250% auto; background-position: 0 -80px;}
.pay_aside .link_box a:after{ content: ""; display: block; width: 40px; height: 40px; position: absolute; top: 15px; right: 0; background-image: url(img/ico_pay.png); background-size: 1250% auto; background-position: -200px 0; transform: scale(.8);}
.pay_aside .link_box a.link_order:before{ background-position: 0 -80px;}
.pay_aside .link_box a.link_faq:before{background-position: -80px -80px;}
.pay_aside .link_box a:hover{ color: #42b1f1; }

#payContainer .pay_content{ width: 890px; padding: 20px 40px; background-color: #fff; overflow: hidden;min-height: 760px; }
.pay_content h2{ width: 100%; display: block; font-size: 16px; color: #333; text-indent: 40px; position: relative; height: 40px; line-height: 40px; margin-bottom: 10px;}
.pay_content h2:before{ content: ""; display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background-image: url(img/ico_pay.png); background-size: 1250% auto;}
.pay_content .role_info{ width: 100%;}
.pay_content .role_info h2:before{ background-position: -40px 0; }
.pay_content .role_info span{ height:45px; display:block; }
.pay_content .role_info select{ width: 290px; height: 45px; line-height: 45px; padding-left: 20px; float: left; border: 1px #eee solid; box-sizing: border-box; border-radius: 5px; margin-right: 10px;}
.pay_content .role_info select:last-child{ margin-right: 0; }
.pay_content .role_info .select-box{ width: 290px; height: 45px; line-height: 45px; padding-left: 20px; float: left; border: 1px #eee solid; box-sizing: border-box; border-radius: 5px; margin-right: 10px;}
.pay_content .role_info .select-box:last-child{ margin-right: 0; }


.pay_content .pay_bank{ width: 100%; overflow: hidden; margin: 30px 0; border-top: 1px #eee solid; padding-top: 20px;}
.pay_content .pay_bank h2:before{ background-position: -240px 0; }
.pay_content .bank_list{ width: 100%; overflow: hidden;}
.pay_content .bank_list ul{ width: 120%; }
.pay_content .bank_list ul li{ width: 216px; height: 58px; border: 1px #e5e5e5 solid; border-radius: 5px; float: left; margin:3px 6px 3px 0; line-height: 58px; text-align: center; cursor: pointer; position: relative; font-size: 14px; color: #333;}
.pay_content .bank_list ul li.cur{ border: 1px #0fcef0 solid; color: #0fcef0;}
.pay_content .bank_list ul li:hover{ border: 1px #0fcef0 solid; color: #0fcef0;}
.pay_content .bank_list ul li.cur:after{content: ""; display: block; width: 40px; height: 40px; position: absolute; bottom: -9px; right: -9px; background-image: url(img/ico_pay.png); background-size: 1250% auto; background-position: -160px 0;}


.pay_content .counter{ width: 100%; margin: 0 0 30px 0; position: relative;}
.pay_content .counter h2:before{ background-position: -80px 0; }
.pay_content .tab_type{ position: absolute; top:0; right: 0; height: 36px; line-height: 36px; }
.pay_content .tab_type a{ width: 70px; height: 36px; display: block; float: left; cursor: pointer; margin-left: 5px; font-size: 14px; color: #666; text-align: center; border-radius: 5px; background-color: #f0f0f0; }
.pay_content .tab_type a:hover{ background-color: #0fcef0; color: #fff; }
.pay_content .tab_type a.cur{ background-color: #0fcef0; color:#fff; }
.pay_content .pro_default{ width: 100%; height: 250px; background-image: url(img/ico_2.png); background-position: center center; background-repeat: no-repeat;}
.pay_content .pro_default p{ width: 100%; padding-top: 200px; text-align: center; font-size: 14px; color: #666; }
.pay_content .pro_list{ width: 100%; overflow: hidden; position: relative;}
.pay_content .pro_list ul{ width: 120%; }
.pay_content .pro_list ul li{ width: 216px; height: 50px; border: 1px #e5e5e5 solid; border-radius: 5px; float: left; margin:3px 6px 3px 0; line-height: 50px; text-align: center; cursor: pointer; position: relative; font-size: 14px;}
.pay_content .pro_list ul li b{ font-weight: normal; color: #666; display: block; float: left;  text-align: center; padding-left: 8%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.pay_content .pro_list ul li span{ font-weight: normal; color: #333; display: block; float: left;  text-align: center;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.pay_content .pro_list ul li i{ font-style: normal; color: #333; color: #e7e7e7; width: 5%; display: block; float: left;}
.pay_content .pro_list ul li.yxb b{  padding-left: 8%; }
.pay_content .pro_list ul li.yxb span{  }
.pay_content .pro_list ul li.lb b{ width: 25%; padding-left: 10%;}
.pay_content .pro_list ul li.lb span{ width:45%; padding-right: 10%;}
.pay_content .pro_list ul li.cur{ border: 1px #0fcef0 solid; }
.pay_content .pro_list ul li:hover{ border: 1px #0fcef0 solid; }
.pay_content .pro_list ul li.cur b{ color: #0fcef0; }
.pay_content .pro_list ul li.cur span{ color: #0fcef0; }
.pay_content .pro_list ul li.cur i{ color: #0fcef0; }
.pay_content .pro_list ul li.cur:after{content: ""; display: block; width: 40px; height: 40px; position: absolute; bottom: -9px; right: -9px; background-image: url(img/ico_pay.png); background-size: 1250% auto; background-position: -160px 0;}
.pay_content .pro_list ul li:before{content: ""; display: block; width: 78px; height: 28px; position: absolute; top: -3px; right: -1px; background-image: url(img/ico_song.png); background-repeat: no-repeat; display: none;}
.pay_content .pro_list ul li.song:before{ background-position: top; display: block; }

.pay_content .libao_list{ width: 100%; overflow: hidden; position: relative;}
.pay_content .libao_list ul{ width: 120%; }
.pay_content .libao_list ul li{ width: 178px; height: 50px; padding: 15px 20px; float: left; margin: 3px 6px 6px 0; background-color: #fafafa; cursor: pointer; border-radius: 5px; position: relative; }
.pay_content .libao_list ul li:before{ content: ""; display: none; width: 216px; height: 78px; position: absolute; top: 0; left: 0;  z-index: 2; border: 1px #0fcef0 solid; border-radius: 5px; }
.pay_content .libao_list ul li:after{content: ""; display: none; width: 40px; height: 40px; position: absolute; bottom: -7px; right: -9px; background-image: url(img/ico_pay.png); background-size: 1250% auto; background-position: -160px 0;}
.pay_content .libao_list ul li:hover:before{ display: block; }
.pay_content .libao_list ul li.cur:after{ display: block; }
.pay_content .libao_list ul li.cur:before{ display: block; }
.pay_content .libao_list ul li p{ height: 25px; line-height: 25px; }
.pay_content .libao_list ul li p span{ font-size: 16px; color: #333; display: block; float: left; }
.pay_content .libao_list ul li p i{ font-style: normal; font-size: 12px; color: #fff; height: 18px; line-height: 18px; padding: 2px 8px; display: block; float: left; border-radius: 5px; border-bottom-right-radius: 0;  position: absolute; top: -3px; right: 0;z-index: 2;}
.pay_content .libao_list ul li p i.state_1{  background-color: #f5b261\0; background-image: linear-gradient( to right,#f5af65,#f6b979);}
.pay_content .libao_list ul li p i.state_1:after{content:"";width: 0; height: 0; border: 4px solid; border-color:#f6b979 #f6b979 transparent transparent;display: block; position: absolute; right: 0;}
.pay_content .libao_list ul li p i.state_2{  background-color: #72d699\0; background-image: linear-gradient( to right,#91e499,#68d0a3);}
.pay_content .libao_list ul li b{ display: block; line-height: 25px; font-size: 16px; color: #f0830f; font-weight: normal; }

.pay_content .libao_info{ width: 830px; padding: 15px 30px; background-color: #fafafa; margin-top: 4px; font-size: 14px; border-radius: 5px;}
.pay_content .libao_info p{ line-height: 20px; padding: 3px 0; overflow: hidden; }
.pay_content .libao_info b{ font-weight: normal; color: #666; float: left; display: block;}
.pay_content .libao_info i{ font-style: normal; color: #f0830f; margin-right: 10px; float: left; display: block; }
.pay_content .libao_info span{ color: #333; float: left; display: block;}

.pay_content .pro_list_new{ width: 100%; position: relative;}
.pay_content .pro_list_new:after{ content:""; display:block; clear:both; }
.pay_content .pro_list_new ul{ width: 120%; }
.pay_content .pro_list_new ul li{ width: 440px; height: 130px; padding: 9px; border: 1px #e5e5e5 solid; border-radius: 12px; box-sizing: border-box; float: left; margin:5px 10px 5px 0; cursor: pointer; position: relative; font-size: 14px; box-shadow: 0 0 5px rgba(0, 0, 0, .05);}
.pay_content .pro_list_new ul li:before{content: ""; display: block; width: 78px; height: 28px; position: absolute; top: -3px; right: -1px; background-image: url(img/ico_song.png); background-repeat: no-repeat; display: none;}
.pay_content .pro_list_new ul li.song:before{ background-position:top; display: block; }
.pay_content .pro_list_new ul li .ico{ width:110px; height:110px; float:left; border-radius:7px; overflow:hidden; float:left;}
.pay_content .pro_list_new ul li .ico img{ width:100%; height:100%; object-fit:cover; display:block;}
.pay_content .pro_list_new ul li .info{ float:left; height:110px; margin-left:12px; width:290px }
.pay_content .pro_list_new ul li .info b{ font-size:18px; display:block; color:#333; line-height:43px; }
.pay_content .pro_list_new ul li .info .desc{ height:40px; }
.pay_content .pro_list_new ul li .info p{ font-size:14px; display:block; color:#bbb; line-height:20px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow:ellipsis; }
.pay_content .pro_list_new ul li .info .money{ font-size:14px; display:block; color:#f0830f; line-height:20px; font-weight: bold; margin-top:8px; float:right; }
.pay_content .pro_list_new ul li.cur{ border: 1px #4ce2fd solid; }
.pay_content .pro_list_new ul li:hover{ border: 1px #4ce2fd solid; }
.pay_content .pro_list_new ul li.cur:after{content: ""; display: block; width: 30px; height: 30px; position: absolute; bottom: 0; right: 0; background-image: url(img/ico_cur.png); background-size: 100% 100%;}


.pay_content .pro_libao_new{ width: 100%; position: relative;}
.pay_content .pro_libao_new:after{ content:""; display:block; clear:both; }
.pay_content .pro_libao_new ul{ width: 120%; }
.pay_content .pro_libao_new ul li{ width: 440px; height: 140px; padding: 9px; border: 1px #e5e5e5 solid; border-radius: 8px; box-sizing: border-box; float: left; margin:5px 10px 5px 0; cursor: pointer; position: relative; font-size: 14px; box-shadow: 0 0 5px rgba(0, 0, 0, .05);}
.pay_content .pro_libao_new ul li .ico{ width:120px; height:120px; float:left; border-radius:10px; overflow:hidden; float:left;position: relative;  }
.pay_content .pro_libao_new ul li .ico .limit{
  position: absolute; top: 0;
  color: #fff;
  background-color: orange;
  padding: 2px 3px;
  font-size: 12px;
  border-radius: 0px 0px 10px;}
.pay_content .pro_libao_new ul li .ico img{ width:100%; height:100%; object-fit:cover; display:block; }
.pay_content .pro_libao_new ul li .info{ float:left; height:120px; margin-left:12px; width:280px }
.pay_content .pro_libao_new ul li .info b{ font-size:18px; display:block; color:#333; line-height:43px; }
.pay_content .pro_libao_new ul li .info p{ font-size:14px; display:block; color:#bbb; line-height:20px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow:ellipsis; }
.pay_content .pro_libao_new ul li .info .info_hover{ width: 308px; position: absolute; bottom:85px; right:0; background-color:#fff; border-radius:10px; box-shadow:0 0 10px rgba(0, 0, 0, .2); box-sizing: border-box; padding: 10px 18px; font-size: 14px; color: #999; line-height: 20px; opacity: 0; transition: .5s;}
.pay_content .pro_libao_new ul li .info .info_hover:after{ content:""; display:block; width:16px; height:16px; background-color:#fff; position: absolute; bottom:-4px; left:50%; transform:translateX(-50%) rotate(45deg);}
.pay_content .pro_libao_new ul li:hover .info_hover{ opacity:1; bottom:95px }
.pay_content .pro_libao_new ul li .info .price{ overflow: hidden; margin-top:8px; line-height:25px; }
.pay_content .pro_libao_new ul li .info .money{ font-size:16px; display:block; color:#f0830f; font-weight: bold;}
/* .pay_content .pro_libao_new ul li .info .money:after{ content:"臺幣"; display: inline-block; font-size: 14px; margin-left: 5px} */
.pay_content .pro_libao_new ul li .info .timeout{ float:right; background-color:#f0fcfd; border-radius:5px; margin-top:10px; overflow: hidden; height:25px; font-size: 14px; padding-right: 10px}
.pay_content .pro_libao_new ul li .info .timeout i{ width: 38px; display:block; float:left; background-color:#9beef8; color:#fff; text-align: center; font-style: normal;}
.pay_content .pro_libao_new ul li .info .timeout span{ color:#6ed9eb; margin-left: 5px}
.pay_content .pro_libao_new ul li.cur{ border: 1px #4ce2fd solid; }
.pay_content .pro_libao_new ul li:hover{ border: 1px #4ce2fd solid; }
.pay_content .pro_libao_new ul li.cur:after{content: ""; display: block; width: 30px; height: 30px; position: absolute; bottom: 0; right: 0; background-image: url(img/ico_cur.png); background-size: 100% 100%;}



.pay_content .zengsong{ width: 100%; box-sizing: border-box; background-color: #fff; border-radius: 5px; border: 1px #fae5d6 solid; overflow: hidden;}
.pay_content .zengsong .title{ font-weight: bold; font-size: 14px; color: #333; height: 45px; line-height: 45px; text-indent: 28px; }
.pay_content .zengsong .title:before{ content: ""; display: inline-block; width: 26px; height: 26px; background-image: url(img/ico_0120_pc.png); background-position: bottom left; background-repeat: no-repeat; vertical-align: middle; margin: -3px 5px 0 0;}
.pay_content .zengsong .zs_con{ padding: 10px 30px; background-color: #fffaf0; font-size: 14px; line-height: 25px;}
.pay_content .zengsong .zs_con b{ font-weight: normal; }
.pay_content .zengsong .zs_con span{ color: #f39b45; margin-right: 10px; }

.pay_content .cashier{ display:none }
.pay_content .cashier .xieyi{ font-size: 14px; color: #333; height: 30px; line-height: 30px; margin-top: 10px}
.pay_content .cashier .xieyi input{ width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-right: 5px;}
.pay_content .cashier .xieyi a{ color: #0fcef0; }
.pay_content .cashier .xieyi a:hover{ color: #f5c278; }


.pay_content .order_info{ width: 100%; height: 80px; background-color: #fafafa; margin-top: 10px; line-height: 80px; }
.pay_content .order_info .info_1{  font-size: 14px; color: #666; padding-left: 40px; float:left; }
.pay_content .order_info .info_1 span{ color: #fd5a5f; }
.pay_content .order_info .info_2{  font-size: 14px; color: #666; padding-left: 50px; float: left;}
.pay_content .order_info .info_2 span{ color: #fd5a5f; }
.pay_content .order_info .giveaway{ float: left; font-size: 12px; color: #e6be92; padding: 0 10px; height: 30px; line-height: 30px; margin:24px 15px; background-color: #fffbf2; border: 1px #fbe9d6 solid; text-align: center; position: relative; border-radius: 5px;}
.pay_content .order_info .giveaway:before{ content: ""; display: block; width: 8px; height: 8px; background-color: #fffbf2; border-left: 1px #fbe9d6 solid; border-top: 1px #fbe9d6 solid; position: absolute; top: 12px; left: -5px; transform: rotate(-45deg);}
.pay_content .order_info .order_submit{ float: right; width: 150px; height: 56px; line-height: 56px; border-radius: 5px; background-image: linear-gradient(to right, #42b1f1,#36d3ef); text-align: center; color: #fff; font-weight: bold; margin: 11px; cursor: pointer; flex: 0 0 auto;}
.pay_content .order_info .order_submit:hover{ background: #42b1f1; }


.pay_content .cashier.show{overflow: hidden; position: fixed; width: 970px; background-color: #fff; bottom: 0; left: 50%; margin-left: -330px; box-shadow: 0 0 20px rgba(0, 0, 0, .2); z-index: 2; border-top-left-radius: 10px; border-top-right-radius: 10px}
.pay_content .cashier.show .order_info{ background-color:transparent; height:60px; overflow:hidden; line-height:60px }
.pay_content .cashier.show .order_info .order_submit{ margin: 2px 11px 2px 0 }
.pay_content .cashier.show .order_info .giveaway{ margin: 12px 15px; }
.pay_content .cashier.show .xieyi{ padding-left:35px; transform:translateY(-10px); }

.pay_aside.show{ position: sticky; top:80px }

.pay_content .note{ clear: both; padding-top: 15px; line-height: 25px;}
.pay_content .note b{ font-size: 14px; color: #333; }
.pay_content .note p{ font-size: 14px; color: #999;white-space: pre-wrap; word-break: break-all; word-wrap: break-word;}

/* .pay_right{
  float: right;
} */

.ad_banner{ margin-top:10px; clear:both; display:block; }
.ad_banner img{ width: 100%; display: block;}

.m_top_title{ display: none;}

.pay_wrapper .order_detail .order_info{ background-color: #fff; padding: 30px 60px; position: relative; }
.pay_wrapper .order_detail .order_info h2{ font-size: 16px; color: #333; display: block; }
.order_detail .order_info .list{ background-color: #fafafa; padding: 10px 25px; margin: 15px 0 30px;}
.order_detail .order_info .list ul li{ width: 100%; border-bottom: 1px #eee solid; height: 60px; line-height: 60px; font-size: 14px; color: #333; }
.order_detail .order_info .list ul li:last-child{ border-bottom: 0; }
.order_detail .order_info .list b{ width: 120px; display: block; float: left; position: relative; color: #666; text-indent: 30px;}
.order_detail .order_info .list b:before{ content: ""; display: block; width: 40px; height: 40px; position: absolute; top: 10px; left: -10px; background-image: url(img/ico_pay.png); background-size: 1250% auto;}
.order_detail .order_info .list b.ico_zhanghao:before{ background-position: -40px 0;}
.order_detail .order_info .list b.ico_youxi:before{ background-position: -440px -40px;}
.order_detail .order_info .list b.ico_dingdan:before{ background-position: -80px 0;}
.order_detail .order_info .list b.ico_mingxi:before{ background-position: -320px 0;}
.order_detail .order_info .list b.ico_fangshi:before{ background-position: -240px 0;}
.order_detail .order_info .list b.ico_shijian:before{ background-position: -440px 0;}
.order_detail .order_info .list b.ico_jine:before{ background-position: -360px 0;}
.order_detail .order_info .list .info{ float: left; color: #333;}
.order_detail .order_info .list .info span{ display: block; float: left; margin-right: 25px;}
.order_detail .order_info .list .giveaway{ float: left; font-size: 12px; color: #e6be92; padding: 0 10px; height: 30px; line-height: 30px; margin:14px 0; background-color: #fffbf2; border: 1px #fbe9d6 solid; text-align: center; position: relative; border-radius: 5px;}
.order_detail .order_info .list .giveaway:before{ content: ""; display: block; width: 8px; height: 8px; background-color: #fffbf2; border-left: 1px #fbe9d6 solid; border-top: 1px #fbe9d6 solid; position: absolute; top: 12px; left: -5px; transform: rotate(-45deg);}
.order_detail .order_info .xieyi{ font-size: 14px; color: #333; height: 30px; line-height: 30px; }
.order_detail .order_info .xieyi input{ width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-right: 5px;}
.order_detail .order_info .xieyi a{ color: #0fcef0; }
.order_detail .order_info .xieyi a:hover{ color: #f5c278; }
.order_detail .order_info .submit{ width: 160px; height: 55px; line-height: 55px; display: block; margin: 30px auto 0; cursor: pointer; color: #fff; font-size: 16px; letter-spacing: 2px; font-weight: bold; text-align: center; background-image: linear-gradient(to right, #42b1f1,#36d3ef); border-radius: 5px; box-shadow: 0 3px 5px rgba(0, 0, 0, .05);}
.order_detail .order_info .submit:hover{ background: #42b1f1;}

.mask{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 8; background-color: rgba(0, 0, 0, .8); display: none;}
.pop_xieyi{ width: 780px; padding: 20px; position: fixed; top: 100px; left: 50%; margin-left: -410px; z-index: 9; background-color: #fff;}
.pop_xieyi .close{ width: 40px; height: 40px; display: block; position: absolute; top: 10px; right: 10px; transition: .5s; background-image: url(img/ico_1.png); background-size: 1250% auto; background-position: -320px -40px; }
.pop_xieyi .close:hover{ transform: rotate(90deg); }
.pop_xieyi h2{ font-size: 16px; color: #333; display: block; text-align: center; }
.pop_xieyi .xieyi_info{ padding: 20px 40px 20px 20px; height: 500px; overflow: auto; background-color: #f8f8f9; font-size: 14px; color: #333; line-height: 25px; margin: 20px 0;}
.pop_xieyi .ok{ width: 140px; height: 45px; line-height: 45px; display: block; margin: 30px auto 0; cursor: pointer; color: #fff; font-size: 16px; text-align: center; background-image: linear-gradient(to right, #42b1f1,#36d3ef); border-radius: 5px;}
.pop_xieyi .ok.disabled{background: #ccc; }

.pop_order_confirm{ width: 410px; padding: 20px; position: fixed; top: 50%; margin-top: -300px; left: 50%; margin-left: -225px; z-index: 9; background-color: #fff; border-radius: 10px;}
.pop_order_confirm .close{ width: 40px; height: 40px; display: block; position: absolute; top: 10px; right: 10px; transition: .5s; background-image: url(img/ico_1.png); background-size: 1250% auto; background-position: -320px -40px; }
.pop_order_confirm .close:hover{ transform: rotate(90deg); }
.pop_order_confirm h2{ font-size: 16px; color: #333; display: block; text-indent: 10px;}
.pop_order_confirm .list{ background-color: #fafafa; padding: 10px 25px; margin: 15px 0 20px;}
.pop_order_confirm .list ul li{ width: 100%; border-bottom: 1px #eee solid; padding: 20px 0; font-size: 14px; color: #333;   overflow: hidden;display: flex;
}
.pop_order_confirm .list ul li:last-child{ border-bottom: 0; }
.pop_order_confirm .list b{ width: 120px; display: block; float: left; position: relative; color: #666; text-indent: 30px; font-weight: normal;}
.pop_order_confirm .list b:before{ content: ""; display: block; width: 40px; height: 40px; position: absolute; top: -10px; left: -10px; background-image: url(img/ico_pay.png); background-size: 1250% auto;}
.pop_order_confirm .list b.ico_zhanghao:before{ background-position: -40px 0;}
.pop_order_confirm .list b.ico_youxi:before{ background-position: -440px -40px;}
.pop_order_confirm .list b.ico_dingdan:before{ background-position: -80px 0;}
.pop_order_confirm .list b.ico_mingxi:before{ background-position: -320px 0;}
.pop_order_confirm .list b.ico_fangshi:before{ background-position: -240px 0;}
.pop_order_confirm .list b.ico_shijian:before{ background-position: -440px 0;}
.pop_order_confirm .list b.ico_jine:before{ background-position: -360px 0;}
.pop_order_confirm .list .info{ float: left; color: #333; width: 240px;
}
.pop_order_confirm .list .info.daoju {
  padding: 15px 0;
}
.pop_order_confirm .list .info.daoju span {
  line-height: 30px;
}
.pop_order_confirm .list .info span{ display: block; float: left; margin-right: 25px;}
.pop_order_confirm .list .giveaway{ float: left; font-size: 12px; color: #e6be92; padding: 0 10px; height: 30px; line-height: 30px; margin:14px 0; background-color: #fffbf2; border: 1px #fbe9d6 solid; text-align: center; position: relative; border-radius: 5px;}
.pop_order_confirm .list .giveaway:before{ content: ""; display: block; width: 8px; height: 8px; background-color: #fffbf2; border-left: 1px #fbe9d6 solid; border-top: 1px #fbe9d6 solid; position: absolute; top: 12px; left: -5px; transform: rotate(-45deg);}


.pop_order_confirm .submit{ width: 160px; height: 55px; line-height: 55px; display: block; margin: 15px auto 0; cursor: pointer; color: #fff; font-size: 16px; letter-spacing: 2px; font-weight: bold; text-align: center; background-image: linear-gradient(to right, #42b1f1,#36d3ef); border-radius: 5px; box-shadow: 0 3px 5px rgba(0, 0, 0, .05);}

.pop_order_confirm .submit:hover{ background: #42b1f1;}



.pop_jumptips{ width: 600px; height: 330px; position: fixed; top: 50%; margin-top: -200px; left: 50%; margin-left: -340px; z-index: 9; background-image: url(img/pop_jumptips.png); background-size: 100% auto; background-repeat: no-repeat; }
.pop_jumptips .close{ width: 40px; height: 40px; display: block; position: absolute; top: 60px; right: 5px; transition: .5s; background-image: url(img/ico_1.png); background-size: 1250% auto; background-position: -320px -40px; }
.pop_jumptips .close:hover{ transform: rotate(90deg); }
.pop_jumptips .text{ width: 310px; padding: 100px 0 0 250px; font-size: 14px; color: #666; line-height: 25px; }
.pop_jumptips .btn_box{width: 310px; padding: 15px 0 0 250px; overflow: hidden;}
.pop_jumptips .contact{ width: 110px; height: 40px; line-height: 40px; display: block; float: left; cursor: pointer; color: #fff; font-size: 14px; text-align: center; background-image: linear-gradient(to right, #42b1f1,#36d3ef); border-radius: 5px;}
.pop_jumptips .contact:hover{ background: #42b1f1;}
.pop_jumptips .pop_close{ width: 100px; height: 38px; line-height: 38px; border: 1px #eee solid; margin-left: 10px; display: block; float: left; cursor: pointer; color: #666; font-size: 14px; text-align: center; border-radius: 5px; }
.pop_jumptips .pop_close:hover{ color: #42b1f1; }
.pop_jumptips .email{ width: 310px; margin: 15px 0 0 250px; clear: both; font-size: 12px; color: #e6be92; text-align: center; height: 30px; line-height: 30px; background-color: #fffbf2; border: 1px #fbe9d6 solid; text-align: center; position: relative; border-radius: 5px;}
.pop_jumptips .email:before{ content: ""; display: block; width: 8px; height: 8px; background-color: #fffbf2; border-left: 1px #fbe9d6 solid; border-top: 1px #fbe9d6 solid; position: absolute; top: -5px; left: 48px; transform: rotate(45deg);}

.pop_sendemail{ width: 360px; padding:40px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 9; border-radius: .5rem; background-color: #fff; display: none;}
.pop_sendemail .close{ width: 40px; height: 40px; display: block; position: absolute; top: 10px; right: 10px; transition: .5s; background-image: url(img/ico_1.png); background-size: 1250% auto; background-position: -320px -40px; }
.pop_sendemail .close:hover{ transform: rotate(90deg); }
.pop_sendemail .ico_success{ width: 110px; height: 110px; display: block; background-image: url(img/ico_pay.png); background-size: 450% auto; background-repeat: no-repeat; background-position: -150px -115px; margin: 0 auto;}
.pop_sendemail h2{ font-size: 24px; color: #333; display: block; text-align: center; line-height: 40px; padding: 20px 0 5px;}
.pop_sendemail p{ font-size: 14px; color: #999; line-height: 20px; padding: 0 5px; text-align: center;}
.pop_sendemail p span{ color: #0fcef0; }
.pop_sendemail .go_mail{ width: 100%; height: 50px; line-height: 50px; display: block; margin: 20px auto 0; cursor: pointer; color: #fff; font-size: 18px; text-align: center; background-image: linear-gradient(to right, #42b1f1,#36d3ef); border-radius: 5px;}
.pop_sendemail .go_mail:hover{ background: #42b1f1;}


.order_status{ width: 920px; margin: 80px auto; position: relative;}
.order_status .order_status_bg{ width: 920px; height: 380px; background-image: url(img/order_bg.png); position: relative; z-index: 2; overflow: hidden; animation: Pull 1s;}
.order_status:before{ width: 960px; height: 20px; background-color: #e5e5e5; border: 1px #e1e1e1 solid; content: ""; display: block; position: absolute; top: -10px; left: -20px; z-index: 1;}
.order_status i{ width: 110px; height: 110px; display: block; background-image: url(img/ico_pay.png); background-size: 450% auto; background-repeat: no-repeat; background-position: -150px -115px; position: absolute; top: 70px; left: 170px;}

.order_status i.error{ width: 110px; height: 110px; display: block; background-image: url(img/ico_pay.png); background-size: 450% auto; background-repeat: no-repeat; background-position: -275px -115px; position: absolute; top: 70px; left: 170px;}
.order_status .info{ width: 520px; padding: 80px 0 0 340px;}
.order_status .info h2{ font-size: 40px; padding-bottom: 15px;}
.order_status .info p{ font-size: 16px; color: #999; line-height: 40px; }
.order_status .info p b{ color: #333; font-weight: normal;}
.order_status .info p span{ color: #fd5a5f; }
.order_status .btn_box{width: 520px; padding: 40px 0 0 340px; overflow: hidden;}
.order_status .btn_detail{ width: 160px; height: 55px; line-height: 55px; display: block; float: left; cursor: pointer; color: #fff; font-size: 16px; text-align: center; background-image: linear-gradient(to right, #42b1f1,#36d3ef); border-radius: 5px;}
.order_status .btn_detail:hover{ background: #42b1f1;}
.order_status .btn_pay{ width: 160px; height: 53px; line-height: 53px; border: 1px #eee solid; margin-left: 20px; display: block; float: left; cursor: pointer; color: #666; font-size: 16px; text-align: center; border-radius: 5px; }
.order_status .btn_pay:hover{ color: #42b1f1; }

.order_wrapper{ padding: 40px 50px; background-color: #fff; position: relative; }
.order_wrapper h3{ font-size: 30px; color: #333; text-align: center; display: block; }
.order_wrapper .back{ width: 90px; height:40px; line-height: 40px; background-color: #f6f6f6; border-radius: 5px; font-size: 14px; text-indent: 20px; color: #42b1f1; text-align: center; position: absolute; top: 40px; right: 50px;}
.order_wrapper .back:before{ content: ""; display: block; width: 40px; height: 40px; position: absolute; top: 0; left:5px; background-image: url(img/ico_pay.png); background-size: 1250% auto; background-position: -400px 0;}
.order_wrapper .back:hover{  color: #333; }
.order_wrapper .order_state{ width: 100%; position: relative; padding: 20px 0; }
.order_state .info{ width: 100%; height: 40px; line-height: 40px; }
.order_state .info ul li{ width: 50%; float: left; font-size: 14px; color: #333; }
.order_state .info ul li b{ font-weight: normal; }
.order_state .info ul li:last-child{ text-align: right; }
.order_state .state{ padding: 15px 20px; height: 100px; background-color: #f7fdf4; border: 1px #d0edcc solid; border-radius: 5px; position: relative; overflow: hidden;}
.order_state .state i{width: 110px; height: 110px; display: block; background-image: url(img/ico_pay.png); background-size: 450% auto; background-repeat: no-repeat; background-position: -150px -115px; position: absolute; top: 10px; left: 15px;}
.order_state .state span{ font-size: 24px; color: #77ca6f; display: block; padding: 20px 0 0 130px}
.order_state .state p{ font-size: 14px; color: #999; display: block; padding: 10px 0 0 130px}

.order_wrapper .order_info h2{ font-size: 16px; color: #333; display: block; text-align: left;}
.order_wrapper .order_info .list{ background-color: #fafafa; padding: 10px 25px; margin: 15px 0 15px;}
.order_wrapper .order_info .list ul li{ width: 100%; border-bottom: 1px #eee solid; height: 60px; line-height: 60px; font-size: 14px; color: #333; }
.order_wrapper .order_info .list ul li:last-child{ border-bottom: 0; }
.order_wrapper .order_info .list b{ width: 200px; display: block; float: left; position: relative; color: #666; text-indent: 30px;}
.order_wrapper .order_info .list b:before{ content: ""; display: block; width: 40px; height: 40px; position: absolute; top: 10px; left: -10px; background-image: url(img/ico_pay.png); background-size: 1250% auto;}
.order_wrapper .order_info .list b.ico_zhanghao:before{ background-position: -40px 0;}
.order_wrapper .order_info .list b.ico_youxi:before{ background-position: -440px -40px;}
.order_wrapper .order_info .list b.ico_dingdan:before{ background-position: -80px 0;}
.order_wrapper .order_info .list b.ico_mingxi:before{ background-position: -320px 0;}
.order_wrapper .order_info .list b.ico_fangshi:before{ background-position: -240px 0;}
.order_wrapper .order_info .list b.ico_time:before{ background-position: -440px 0;}
.order_wrapper .order_info .list b.ico_jine:before{ background-position: -360px 0;}
.order_wrapper .order_info .list b.ico_bianhao:before{ background-position: -440px -80px;}
.order_wrapper .order_info .list .info{ float: left; color: #333;}
.order_wrapper .order_info .list .info span{ display: block; float: left; margin-right: 25px;}
.order_wrapper .order_info .list .copy{ color: #0fcef0; float: left; display: block; padding: 0 20px;}
.order_wrapper .order_info .list .copy:hover{ color: #333; }
.order_wrapper .order_info .list .giveaway{ float: left; font-size: 12px; color: #e6be92; padding: 0 10px; height: 30px; line-height: 30px; margin:14px 0; background-color: #fffbf2; border: 1px #fbe9d6 solid; text-align: center; position: relative; border-radius: 5px;}
.order_wrapper .order_info .list .giveaway:before{ content: ""; display: block; width: 8px; height: 8px; background-color: #fffbf2; border-left: 1px #fbe9d6 solid; border-top: 1px #fbe9d6 solid; position: absolute; top: 12px; left: -5px; transform: rotate(-45deg);}

.order_wrapper .link_box{ display: none; }

/*.filter_box .time{ width: 290px; height: 45px; display: inline-block; margin: 0 5px; position: relative; vertical-align: top;}
.filter_box .time:before{content: ""; display: block; width: 20px; height: 20px; position: absolute; top:12px; right: 15px; background-image: url(img/ico_pay.png); background-size: 2500% auto; background-position: 0 -140px; }
.filter_box .search{ width: 290px; height: 45px; display: inline-block; margin: 0 5px; position: relative;vertical-align: top;}
.filter_box .search_btn{ width: 20px; height: 20px; display: block; position: absolute; top:12px; right: 15px; background-image: url(img/ico_pay.png); background-size: 2500% auto; background-position: -20px -140px; background-color: #fff; }
.filter_box input{ width: 288px; height: 43px; line-height: 43px; border: 1px #eee solid; border-radius: 5px; font-size: 14px; color: #333; text-indent: 20px; }*/
.record_box .record_head{ width: 100%; height: 58px; line-height: 58px; background-color: #f5f5f5; border-bottom: 1px #eee solid; }
.record_box .record_head ul{ width: 97%; padding: 0 0 0 3%; }
.record_box .record_head ul li{ float: left; font-size: 14px; color: #333; font-weight: bold; text-align: center;}
.record_box .record_head ul li:nth-child(1){ width: 15%; text-align: left;}
.record_box .record_head ul li:nth-child(2){ width: 39%; }
.record_box .record_head ul li:nth-child(3){ width: 14%; }
.record_box .record_head ul li:nth-child(4){ width: 14%; }
.record_box .record_head ul li:nth-child(5){ width: 18%;}

.record_box .record_default{ width: 100%; height: 550px; background-image: url(img/ico_3.png); background-position: center center; background-repeat: no-repeat;display: none; position: relative;}
.record_box .record_default p.no_data{ width: 100%; padding-top: 450px; text-align: center; font-size: 14px; color: #666; }
.record_box .record_default p.btn{ text-align: center;}
.record_box .record_default p a{display:inline-block;width: 190px;  height: 40px; line-height: 40px; border-radius: 5px; background-image: linear-gradient(to right, #42b1f1,#36d3ef); text-align: center; color: #fff;  margin: 11px; cursor: pointer}

.record_list .record{ width: 94%; padding: 0 3%; border: 1px #eee solid; border-radius: 3px; margin: 8px 0; font-size: 14px; color: #666;}
.record_list .order_detail_info{ width: 100%; height: 60px; line-height: 60px; border-bottom: 1px #eee solid}
.record_list .order_detail_info ul li{ float: left; margin-right: 35px; }
.record_list .order_detail_info ul li:last-child{ float: right; margin-right: 0; }
.record_list .order_detail_info ul li b{ font-weight: normal; color: #999; }
.record_list .order_detail_info ul li span{ color: #333; }
.record_list .order_detail_info ul li:last-child span{ margin: 0 5px; }
.record_list .order_detail{ width: 100%; height: 40px; line-height: 40px; padding: 25px 0; }
.record_list .order_detail ul li{ float: left; font-size: 14px; text-align: center;}
.record_list .order_detail ul li:nth-child(1){ width: 15%; text-align: left;}
.record_list .order_detail ul li:nth-child(2){ width: 40%; }
.record_list .order_detail ul li:nth-child(3){ width: 15%; }
.record_list .order_detail ul li:nth-child(4){ width: 15%; }
.record_list .order_detail ul li:nth-child(5){ width: 15%; }
.record_list .order_detail ul li .info{ float: left; color: #666;}
.record_list .order_detail ul li .giveaway{ float: left; font-size: 12px; color: #e6be92; padding: 0 10px; height: 30px; line-height: 30px; margin:3px 0 0 10px; background-color: #fffbf2; border: 1px #fbe9d6 solid; text-align: center; position: relative; border-radius: 5px;}
.record_list .order_detail ul li .giveaway:before{ content: ""; display: block; width: 8px; height: 8px; background-color: #fffbf2; border-left: 1px #fbe9d6 solid; border-top: 1px #fbe9d6 solid; position: absolute; top: 12px; left: -5px; transform: rotate(-45deg);}
.record_list .order_detail ul li .btn_detail{ width: 100px; height: 38px; line-height: 38px; display: block; float: right; border: 1px #0fcef0 solid; color: #0fcef0; text-align: center; border-radius: 3px; }
.record_list .order_detail ul li .btn_detail:hover{ color: #333; border:1px #333 solid; }

.order_wrapper .zengsong{ width: 100%; box-sizing: border-box; background-color: #fff; border-radius: 5px; border: 1px #fae5d6 solid; overflow: hidden; margin-bottom: 15px;}
.order_wrapper .zengsong .title{ font-weight: bold; font-size: 14px; color: #333; height: 45px; line-height: 45px; text-indent: 28px; }
.order_wrapper .zengsong .title:before{ content: ""; display: inline-block; width: 26px; height: 26px; background-image: url(img/ico_0120_pc.png); background-position: bottom left; background-repeat: no-repeat; vertical-align: middle; margin: -3px 5px 0 0;}
.order_wrapper .zengsong .zs_con{ padding: 10px 30px; background-color: #fffaf0; font-size: 14px; line-height: 25px;}
.order_wrapper .zengsong .zs_con b{ font-weight: normal; }
.order_wrapper .zengsong .zs_con span{ color: #f39b45; margin-right: 10px; }



.pop_tips{ position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 9; background-color: #fff; border-radius: 100px; height: auto; line-height: 60px; padding: 0 15px; box-shadow: 0 0 10px 4px rgba(0, 0, 0, .15); display: none;}
.pop_tips .wrapper{ display: flex; align-items: center; padding: 5px 0;}
.pop_tips i{ display: inline-block; width: 40px; height: 40px; vertical-align: middle; margin-top: -3px; background-image: url(img/ico_tips.png); background-size: 400% 100%; flex: 0 0 auto;}
.pop_tips p{ display: inline-block; vertical-align: middle; margin-top: -3px; line-height: 1.5; font-size: 14px; color: #333; }
.pop_tips i.ico_success{ background-position: 0 0; }
.pop_tips i.ico_error{ background-position: 33.33% 0; }
.pop_tips i.ico_fail{ background-position: 66.66% 0; }
.pop_tips i.ico_load{ background-position: 100% 0; }

.to_top{position: fixed; right: 100px; bottom: 130px; width: 40px; height: 40px; background-color: rgba(0, 0, 0, .45);border-radius: 25px;  cursor: pointer;z-index: 1; }
.to_top:hover{background-color: rgba(0, 0, 0, .65); }
.to_top_icon{width: 14px; height: 16px; margin: 12px auto; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;}
/* animation: Rotate 1s linear infinite; */


/* 自定义下拉 */
.select-box {
  position: relative;
  height: 100%;
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  width: 260px;
    height: 45px;
    line-height: 45px;
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    padding-left: 15px;
    box-sizing: border-box;
    text-align: left;
  
}
.select-box .select-right {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
  
}
.select-box .select-right .icon {
  position: absolute;
  width: 34px;
  height: 45px;
  right: 0;
  top:0px;
  background-image: url(img/ico_1.png); background-size: 3000% auto; background-position: 276px -94px;
  
}
.select-box .select-right .icon.clear {
  position: absolute;
  width: 34px;
  height: 45px;
  right: 0;
  top:0px;
  background-image: url(img/ico_1.png); background-size: 1000% auto; background-position: 152px -21px;
  
}
/* .select-box .select-right::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 45px;
  right: 0;
  top:0px;
  background-image: url(img/ico_1.png); background-size: 3000% auto; background-position: 276px -94px;
} */
.select-box .select-right.gray {
  color: #757575;
}
.select-box .list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 200px;
  transform: translateY(100%);
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  z-index: 9;
  scrollbar-width: none;
  -ms-overflow-style: none;
  
  
}
.select-box .list .select-part {
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  text-align: left;
  background-color: #fff;
  color: #434343;
  font-size: 14px;
  cursor: pointer;
}
.select-box .list .no_data{
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  text-align: left;
  background-color: #fff;
  color: #a8a8a8;
  font-size: 14px;
}
.select-box .list .select-part:hover {
  background-color: #f5f7fa;
}
.select-box .list .select-part.active{
  color: #0fcef0;
  background-color: #f5f7fa;
}

@-webkit-keyframes Rotate{
  0% {
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

@keyframes Pull {
  0%{
    height:2px;
  }
  100%{
    height: none;
  }
}

/* 过渡特效 */
.fade-enter-active, .fade-leave-active {
  transition: opacity .3s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}



.faq_wrapper .faq_box{ background-color: #fff; margin-top: 30px;}
.faq_box .faq_list .box{ padding: 25px 0; overflow: hidden; position: relative; }
.faq_list .box .faq_q{ width: 100%; overflow: hidden; font-size: 16px; color: #333; line-height: 30px;}
.faq_list .box .faq_q i{ width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-right: 10px; line-height: 24px; background-color: #d3f8ff; border-radius: 24px; font-size: 30px; color: #000; }
.faq_list .box .faq_a{ padding: 20px 34px; background-color: #fafafa; margin-top: 15px; font-size: 14px; color: #666; line-height: 25px; }
.faq_list .box .faq_a img{ max-width: 100%; display: block; margin: 0 auto; }



.top_bar .language{ width: 80px; height: 20px; line-height: 20px; padding:10px 5px; font-size: 14px; border: 1px #d1d1d1 solid; border-radius: 5px; float: right; position: relative; margin: 20px 20px 0 0; background: rgba(255,255,255,.2);}
.top_bar .language a{ width: 40px; height: 20px; line-height: 20px; display: block; float: left; text-align: center; color: #010101;}
.top_bar .language a:first-child{ border-right: 1px #ddd solid; box-sizing: border-box; }
.top_bar .language a.language_cur{ color: #f00 }
.top_bar .language a:hover{ color: #f00 }


/*充值弹窗*/
.pop_pay{ width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0, 0, 0, .8); z-index:9; }
.pop_pay .inner{ width: 420px; padding:20px 25px; background-color:#fff; border-radius:15px; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.pop_pay svg{ width:100%; height:100%;  display: block;}
.pop_pay .close{width:32px;height:32px;position:absolute;top:9px;right:10px;display:block;transition:.5s}
.pop_pay .close:hover{transform:rotate(90deg);}
.pop_pay .title{display:block;color:#333;text-align:center;font-size:16px;line-height:25px;padding:0 0 5px}
.pop_pay .pay_info{ padding: 10px 20px; margin-top: 10px; background-color:#f5f5f5; border-radius:10px; }
.pop_pay .pay_info ul{ line-height:32px; height:auto; overflow:hidden; }
.pop_pay .pay_info ul li{ font-size: 14px; color:#bbb;}
.pop_pay .pay_info ul li span{ color:#666 }
.pop_pay .pay_info ul li .desc{ color:#e6be92; display:inline-block; max-width: 305px; vertical-align: top; line-height: 20px; margin-top: 6px;}
/*.pop_pay .pay_info ul:first-child li{ width:60%; float:left; }*/
/*.pop_pay .pay_info ul:first-child li:last-child{ width: 40%; text-align:right; }*/
.pop_pay .pay_info ul li .detail{  margin-left: 0; display: block; height:30px; line-height:30px; background-color:#fffbf2; border:1px #fbe9d6 solid; border-radius:5px; padding:0 10px; position: relative; color: #e6be92;}
.pop_pay .pay_info ul li .detail:before{content: ""; display: block; width: 7px; height: 7px;background-color:#fffbf2; border-top:1px #fbe9d6 solid; border-left:1px #fbe9d6 solid; transform:rotate(45deg); position: absolute; top:-5px; left:100px; }



.pop_pay .pay_money{ text-align: center; padding:15px 0; color: #666; font-size: 0;}
.pop_pay .pay_money span{ display:inline-block; font-size: 14px; }
.pop_pay .pay_money .money{ display:inline-block; font-size: 16px; color: #333; font-weight: bold;}
.pop_pay .pay_money .money span{ font-size:16px; }
.pop_pay .pay_money .money b{ font-size:20px; margin:0 0 }


/*信用卡支付*/
.pop_pay .pay_card{width:100%; padding-top:10px; border-top: 1px #eee solid; margin-top: 5px;}
.pop_pay .card_loading{ height: 254px; position: relative; display: block}
.pop_pay .card_loading .ico{ width:80px; height:80px; position: absolute; top:50%; left:50%; margin:-40px 0 0 -40px; animation: loading 2s linear infinite;}
.pop_pay .card_loading span{ display:block; position: absolute; top:50%; left:50%; font-size:14px; color:#666; transform:translate(-50%,-50%); }
.pop_pay .card_form{ }
.pop_pay .form ul{overflow:hidden;}
.pop_pay .form ul li{margin:5px 0;}
.pop_pay .form ul:first-child li{width:100%;}
.pop_pay .form ul:nth-child(2) li{width:48%;float:left}
.pop_pay .form ul:nth-child(2) li:last-child{float:right}
.pop_pay .form .t{font-size:14px;color:#666;display:block;line-height:30px;}
.pop_pay .form .input_box{width:100%;height:40px;line-height:40px; padding: 0 10px; overflow:hidden;border-radius:7px;box-sizing:border-box;border:1px #bbb solid;position:relative;z-index:1}
.pop_pay .form .input_box input:focus{border:3px #1877f2 solid;}
.pop_pay .form .input_box input::placeholder{color:#ccc}
.pop_pay .form .input_box .ico{width:27px;height:18px;position:absolute;top:10px;right:12px;z-index:2;}
.pop_pay .form .input_box .clear{width:18px;height:18px;padding:3px;box-sizing:border-box;border-radius:18px;background-color:#df2028;position:absolute;top:10px;right:12px;z-index:3;transition:.5s;display:none}
.pop_pay .form .input_box .clear svg{filter:invert(100%) brightness(120%);}
.pop_pay .form .input_box .clear:hover{transform:rotate(90deg);}
.pop_pay .form .input_box iframe{ width: calc( 100% - 20px); height: 100%; position: absolute; top: 50%; left: 10px; transform: translateY(-50%);}
.pop_pay .form .card_support{margin-top:8px;height:21px;}
.pop_pay .form .card_support .ico{width:30px;height:19px;border-radius:5px;border:1px #eee solid;float:left;margin-right:4px;overflow:hidden;}
.pop_pay .form .card_support .ico img{display:block;width:100%}
.pop_pay .form .error_tips{ font-size: 14px; color:#f00; line-height:20px; display:block; padding-top:5px }
.pop_pay .submit{width:100%;height:50px;line-height:50px;border-radius:7px;background-color:transparent;font-size:16px;color:#fff;font-weight:bold;display:block;text-decoration:none;text-align:center;margin:15px auto 0; position: relative; overflow: hidden; transition:.5s}
.pop_pay button.submit{ background-image: linear-gradient(to right,#42b1f1,#36d3ef); cursor: pointer;}
.pop_pay button[disabled]{ background-color:#eee; background-image:none; }
.pop_pay .submit .ico{width:26px;height:26px;display:inline-block;vertical-align:middle;margin:-3px 5px 0 0}
.card_pay_pop .submit:hover{background-color:#333}
.pop_pay .submit .btn_loading{ width:100%; height:100%; background-color:#FFF; color: #bfbfbf; position: absolute; top: 0; left: 0; z-index: 2; text-align: center; transition: .5s;pointer-events: none; }
.pop_pay .submit .btn_loading .ico{ margin-right:5px; animation: loading 2s linear infinite;}
.pop_pay .submit .btn_loading .ico svg{ fill:#bfbfbf;}
.pop_pay .submit .btn_loading .ico svg{ fill:#bfbfbf; }
.pop_pay .submit #googlePayButton, .pop_pay .submit #applePayButton{
    height: 100%;
}

.pop_pay .pay_google,.pop_pay .pay_apple{}

.pop_pay .submit:disabled{ background-color:#ddd; }
.pop_pay .tips{text-align:center;padding-top:15px;font-size:14px;color:#666;}
.pop_pay .tips .ico{width:17px;height:20px;display:inline-block;vertical-align:middle;margin:-3px 3px 0 0}

@keyframes loading {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}


.order_wrapper .filter_box{ width: 100%; text-align: center; font-size: 0; padding: 30px 0; text-align: center;}
.filter_box .role_info{ width: 100%;}
.filter_box .role_info h2:before{ background-position: -40px 0; }
.filter_box .role_info span{ height:45px; display:block; }
.filter_box .role_info select{ width: 290px; height: 45px; line-height: 45px; padding-left: 20px; float: left; border: 1px #eee solid; box-sizing: border-box; border-radius: 5px; margin-right: 10px;}
.filter_box .role_info select:last-child{ margin-right: 0; }
.filter_box .role_info .select-box{ width: 290px; height: 45px; line-height: 45px; padding-left: 20px; display: inline-block; border: 1px #eee solid; box-sizing: border-box; border-radius: 5px; margin-right: 10px;}
.filter_box .role_info .select-box:last-child{ margin-right: 0; }

.record_box .tips{ text-align: center; font-size:14px; color:#bbb; }
.record_box .tips a{ color:#0fcef0; text-decoration:underline; }
.record_box .tips a:hover{ color:#333 }

/*支付结果*/
.pop_pay_result{ width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0, 0, 0, .8); z-index:9; }
.pop_pay_result .inner{ width: 420px; padding:20px 25px 40px 25px; box-sizing: border-box; background-color:#fff; border-radius:15px; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.pop_pay_result svg{ width:100%; height:100%;  display: block;}
.pop_pay_result .close{width:32px;height:32px;position:absolute;top:9px;right:10px;display:block;transition:.5s}
.pop_pay_result .close:hover{transform:rotate(90deg);}
.pop_pay_result .ico{ width: 110px; height:110px; display:block; margin:10px auto 10px; background-image: url(img/ico_pay.png); background-size: 450% auto; background-repeat: no-repeat; background-position: -150px -115px;}
.pop_pay_result .ico.ico_success{  background-position: -150px -115px;}
.pop_pay_result .ico.ico_lose{ background-position: -275px -115px;}
.pop_pay_result .txt{ text-align: center; min-height:40px }
.pop_pay_result .txt strong{ font-size: 24px; color:#333; display:block; margin-bottom:20px }
.pop_pay_result .txt p{ font-size:14px; color:#999; line-height:26px; }
.pop_pay_result .txt p span{ color:#fd5a5f }
.pop_pay_result .txt p b{ font-weight: normal; color:#333; }
.pop_pay_result .btn_box{ width:100%; text-align: center; margin-top:20px; }
.pop_pay_result .btn_box a{ width:140px; height:50px; line-height:50px; display:inline-block; margin:0 15px; font-size: 16px; border-radius: 5px}
.pop_pay_result .btn_box a:first-child{ background-image:linear-gradient(to right,#42b1f1,#36d3ef); color:#fff; }
.pop_pay_result .btn_box a:last-child{ background-image: none; color:#666; border:1px #ddd solid; box-sizing:border-box; line-height:48px; }



/*英文*/
.language_en .pay_content .pro_list_new ul li.song:before{ background-position:bottom; display: block; }
.language_en .pop_pay .pay_info ul li .detail:before{left:140px; }
