html,body,div,ul,ol,li,span,p,a,b,i,h1,h2,h3,h4,img,input,select,textarea,button{margin: 0; padding: 0; border: 0}
html,body{ width: 100%; min-width: 1280px; height: 100%; position: relative; }
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;}
.top_bar{ width: 100%; height: 80px; box-shadow: 0 3px 5px rgba(0, 0, 0, .1); position: fixed; top: 0; left: 0; z-index: 6; background-color: rgba(255, 255, 255, .95); }
.top_bar .logo{ width: 170px; display: block; float: left; margin: 13px 0 0 30px; }
.top_bar .logo img{ width: 100%; display: block; }

.nav_box{  position: fixed; top: 0; left: 250px; z-index: 7;  }
.nav_box a{ width: 100px; height: 75px; display: block; position: relative; line-height: 80px; font-size: 16px; color: #333; text-align: center; float: left; margin: 0 40px;}
.nav_box a:hover{ color: #0fcef0; border-bottom: 5px #0fcef0 solid;}
.nav_box a.cur{ color: #0fcef0; border-bottom: 5px #0fcef0 solid;}

.top_bar .user_info{ float: right; font-size: 16px; color: #333; line-height: 42px; height: 42px; margin: 20px 20px 0 0; }
.top_bar .user_info a{ width: 80px; height: 42px; display: inline-block; color: #333; text-align: center;}
.top_bar .user_info a:hover{ background-color: #0fcef0; color: #fff; border-radius: 40px;}
.top_bar .user_info a.cur{ background-color: #0fcef0; color: #fff; border-radius: 40px;}
.top_bar .user_info a.btn_login{ width: 100px; }
.top_bar .user_info a.btn_login:before{content: ""; width: 40px; height: 40px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-left: -14px; background-image: url(../img/ico_1.png); background-size: 1100% auto; background-position: 5px 3px; }
.top_bar .user_info a.btn_login:hover:before{ background-position: -30px 3px; }
.top_bar .user_info a.btn_login.cur:before{ background-position: -30px 3px; }
.top_bar .user_info a.btn_reg{ width: 100px; }
.top_bar .user_info a.btn_reg:before{content: ""; width: 40px; height: 40px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-left: -14px; background-image: url(../img/ico_1.png); background-size: 1100% auto; background-position: -65px 3px; }
.top_bar .user_info a.btn_reg:hover:before{ background-position: -100px 3px; }
.top_bar .user_info a.btn_reg.cur:before{ background-position: -100px 3px; }

.top_bar .user_info span{ float: left; font-size: 14px; color: #333; display: block; float: left; }
.top_bar .user_info .welcome:before{ content: ""; width: 40px; height: 40px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-left: -14px; background-image: url(../img/ico_1.png); background-size: 1100% auto; background-position: 5px 3px; }
.top_bar .user_info .down_menu{ width: 26px; float: left; margin: 0 10px 0 20px; height: 60px;}
.top_bar .user_info .down_menu i{ width: 24px; height: 24px; display: block; margin: 7px auto; border: 1px #d3d3d3 solid; border-radius: 24px; position: relative; cursor: pointer;}
.top_bar .user_info .down_menu i:before{ content: ""; display: block; width: 8px; height: 8px; border-top: 1px #bbb solid; border-left: 1px #bbb solid; position: absolute; transform: rotate(-135deg); top: 5px; left: 7px; }
.top_bar .user_info .down_menu .list{ width: 120px; padding: 5px 0; border: 1px #e3e3e3 solid; border-radius: 5px; position: absolute; top: 65px; right: 15px; background-color: #fff; display: none;}
.top_bar .user_info .down_menu .list:before{ content: ""; display: block; width: 8px; height: 8px; background-color: #fff; border-top: 1px #e3e3e3 solid; border-left: 1px #e3e3e3 solid; position: absolute; transform: rotate(45deg); top: -6px; right: 23px; }
.top_bar .user_info .down_menu .list a{ width: 100%; display: block; text-align: center; font-size: 14px; color: #666; height: 40px; line-height: 40px; border-radius: 0;}
.top_bar .user_info .down_menu .list a:hover{ background-color: #fafafa; color: #0fcef0; }
.top_bar .user_info .down_menu:hover .list{ display: block; }

#banner{ width: 100%; height: 1080px; position: relative; overflow: hidden; }
#banner .slide{ width: 100%; height: 1080px; position: relative; overflow: hidden;}
#banner .slide a{ width: 100%; height: 100%; display: block; background-position: top center; background-repeat: no-repeat; }
#banner .slide a img{ position: absolute; top: 50%; left: 50%; transform: translate(-175%,340%); transition: .5s;}
#banner .slide a img:hover{ top: 49.5%; }

.footer{ width: 100%; height: 120px; background-color: #282828; }
.footer .inner{ width: 800px; margin: 0 auto; padding-top: 35px; }
.footer .logo{ width: 170px; display: block; float: left; }
.footer .logo img{ width: 100%; display: block; }
.footer .foot_info{ float: left; width: 500px; margin-left: 40px; padding-left: 40px; height: 50px; border-left: 1px #333 solid; font-size: 14px; color: #848282; line-height: 25px;}
.footer .foot_info a{ color: #848282; margin-right: 30px; }
.footer .foot_info a:hover{ color: #fff; }

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


.account_wrapper{ width: 100%; height: 100%; min-height: 900px; background-image: url(../img/account_bg.jpg); background-size: 100% 100%; position: relative; overflow: hidden;}
.login_box{ width: 360px; padding: 50px; border-radius: 10px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.login_box h1{ width: 100%; display: block; font-size: 22px; color: #333; font-weight: normal; text-align: center; }
.login_box h1:before{ content: ''; display: inline-block; width: 53px; height: 34px; vertical-align: middle; margin-top: -3px; margin-right: 12px; background-image: url(//ftimg.friendtimes.cn/images/meiyago/cn/logo/4/256.png); background-size: 100% 100%;}
.login_box .login_form{ padding: 20px 0 0; }
.login_box .login_form ul li{width: 100%; position: relative; min-height: 43px; margin: 10px 0;}
.login_box .login_form input{ width: 358px; height: 43px; border: 1px #eee solid; border-radius: 5px;  font-size: 14px; color: #333; padding: 0 50px; box-sizing: border-box;}
.login_box .login_form input::placeholder{ color: #c8c8c8; }
.login_box .login_form .ico_account{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: 5px -39px;}
.login_box .login_form .ico_password{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -33px -39px;}
.login_box .login_form .ico_vfcode{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -70px -39px;}
.login_box .login_form .vf_img{ width: 100px; height: 40px; position: absolute; top:1px; right: 1px; }
.login_box .login_form .clear_input{width: 40px; height: 40px; display: none; position: absolute; top: 3px; right: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -267px -39px;}
.login_box .login_form .password_lock{width: 40px; height: 40px; display: block; position: absolute; top: 3px; right: 5px; background-image: url(../img/ico_1.png);background-color: white\9\0; background-size: 1200% auto; background-position: -230px -39px;}
.login_box .login_form .password_lock.visible{ background-position: -192px -39px;}
.login_box .login_form input.account:valid + .clear_input{ display: block; }
.login_box .login_form .submit{ width: 100%; height: 55px; line-height: 55px; cursor: pointer; color: #fff; font-size: 16px; letter-spacing: 6px; text-align: center; background-image: linear-gradient(to right, #42b1f1,#36d3ef); border-radius: 5px; margin: 20px 0 10px;}
.login_box .login_form .submit:hover{ background: #42b1f1;}
.login_box .login_form .forget{ font-size: 14px; color: #666; display: block; float: left; }
.login_box .login_form .forget:hover{ color: #42b1f1; }
.login_box .login_form .reg{ font-size: 14px; color: #666; display: block; float: right; }
.login_box .login_form .reg:hover{ color: #42b1f1; }
.login_box .login_form .other_t{ width: 100%; height: 10px; border-bottom: 1px #eee solid; position: relative; }
.login_box .login_form .other_t span{ display: block; font-size: 14px; line-height: 20px; color: #999; position: absolute; top: 0; left: 50%; transform: translate(-50%,0); background-color: #fff; padding: 0 10px; }
.login_box .login_form .other{ width: 100%; margin-top: 30px; }
.login_box .login_form .other a{ width: 150px; height: 50px; display: block; border-radius: 50px; border: 1px #eee solid; text-align: center; line-height: 50px; font-size: 16px; color: #444; transition: .5s; }
.login_box .login_form .other a.facebook{ float: left; }
.login_box .login_form .other a.google{ float: right; }
.login_box .login_form .other a:before{content: ""; width: 40px; height: 40px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-right: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; margin-left: -5px;}
.login_box .login_form .other a.facebook:before{ background-position: 5px -77px; }
.login_box .login_form .other a.google:before{ background-position: -35px -77px; }
.login_box .login_form .other a:hover{ background-color: #f5f5f5}
.login_box .login_form .error_tips{ font-size: 14px; color: #f00;}

.reg_box{ width: 360px; padding: 50px; border-radius: 10px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.reg_box h1{ width: 100%; display: block; font-size: 22px; color: #333; font-weight: normal; text-align: center; }
.reg_box h1:before{ content: ''; display: inline-block; width: 53px; height: 34px; vertical-align: middle; margin-top: -3px; margin-right: 12px; background-image: url(//ftimg.friendtimes.cn/images/meiyago/cn/logo/4/256.png); background-size: 100% 100%;}
.reg_box .reg_form{ padding: 20px 0 0; }
.reg_box .reg_form ul li{width: 100%; position: relative; min-height: 43px; margin: 10px 0;}
.reg_box .reg_form input{ width: 358px; height: 43px; border: 1px #eee solid; border-radius: 5px;  font-size: 14px; color: #333;padding: 0 50px; box-sizing: border-box;}
.reg_box .reg_form input::placeholder{ color: #c8c8c8; }
.reg_box .reg_form .ico_email{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -111px -39px;}
.reg_box .reg_form .ico_account{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: 5px -39px;}
.reg_box .reg_form .ico_password{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -33px -39px;}
.reg_box .reg_form .ico_vfcode{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -70px -39px;}
.reg_box .reg_form .ico_emailcode{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -146px -39px;}
.reg_box .reg_form .vf_img{ width: 100px; height: 43px; position: absolute; top: 1px; right: 1px; }
.reg_box .reg_form .clear_input{width: 40px; height: 40px; display: none; position: absolute; top: 3px; right: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -267px -39px;}
.reg_box .reg_form .password_lock{width: 40px; height: 40px; display: block; position: absolute; top: 3px; right: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -230px -39px;}
.reg_box .reg_form .password_lock.visible{ background-position: -192px -39px;}
.reg_box .reg_form .password_lv{ width: 100%; height: 20px; background-image: url(../img/password_lv.svg); background-size: 100% auto;}
.reg_box .reg_form .password_lv.lv_1{ background-position: 0 0; }
.reg_box .reg_form .password_lv.lv_2{ background-position: 0 -21px; }
.reg_box .reg_form .password_lv.lv_3{ background-position: 0 -41px; }
.reg_box .reg_form input.account:valid + .clear_input{ display: block; }
.reg_box .reg_form input.email_code{ width: 220px; float: left; }
.reg_box .reg_form .get_emailcode{ width: 130px; height: 45px; float: right; background-color: #f5c278; font-size: 14px; color: #fff; line-height: 45px; text-align: center; border-radius: 5px; }
.reg_box .reg_form .get_emailcode:hover{ background: #42b1f1; }
.reg_box .reg_form .get_emailcode.timeout{ background: #ccc; }
.reg_box .reg_form .submit{ width: 100%; height: 55px; line-height: 55px; cursor: pointer; color: #fff; font-size: 16px; letter-spacing: 6px; text-align: center; background-image: linear-gradient(to right, #42b1f1,#36d3ef); border-radius: 5px;}
.reg_box .reg_form .submit:hover{ background: #42b1f1;}
.reg_box .reg_form .xieyi{ line-height: 40px;  font-size: 14px; color: #999; height: 40px;}
.reg_box .reg_form .xieyi input{ width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-right: 5px;}
.reg_box .reg_form .xieyi a{ color: #0fcef0; }
.reg_box .reg_form .xieyi a:hover{ color: #f5c278; }
.reg_box .reg_form .link_login{ font-size: 14px; color: #666; display: block;}
.reg_box .reg_form .link_login:hover{ color: #42b1f1; }
.reg_box .reg_form .error_tips{ font-size: 14px; color: #f00; padding-top: 5px;}

.account_box{ width: 360px; padding: 50px; border-radius: 10px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.account_box h1{ width: 100%; display: block; font-size: 22px; color: #333; font-weight: normal; text-align: center; }
.account_box h1:before{ content: ''; display: inline-block; width: 53px; height: 34px; vertical-align: middle; margin-top: -3px; margin-right: 12px; background-image: url(//ftimg.friendtimes.cn/images/meiyago/cn/logo/4/256.png); background-size: 100% 100%;}
.account_box .findpwd_form{ padding: 20px 0 0;}
.account_box .findpwd_form h2{ font-weight: normal; text-align: center; display: block; font-size: 16px; line-height: 40px;}
.account_box .findpwd_form .user_name{ text-align: center; font-size: 14px; line-height: 25px; color: #f9575c;}
.account_box .findpwd_form ul li{width: 100%; position: relative; min-height: 43px; margin: 10px 0;}
.account_box .findpwd_form input{ width: 358px; height: 43px; border: 1px #eee solid; border-radius: 5px; font-size: 14px; color: #333;padding: 0 50px; box-sizing: border-box;}
.account_box .findpwd_form input::placeholder{ color: #c8c8c8; }
.account_box .findpwd_form .ico_account{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: 5px -39px;}
.account_box .findpwd_form .ico_email{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -111px -39px;}
.account_box .findpwd_form .ico_password{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -33px -39px;}
.account_box .findpwd_form .ico_vfcode{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -70px -39px;}
.account_box .findpwd_form .ico_emailcode{ width: 40px; height: 40px; display: block; position: absolute; top: 3px; left: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -146px -39px;}
.account_box .findpwd_form .vf_img{ width: 100px; height: 43px; position: absolute; top: 1px; right: 1px; }
.account_box .findpwd_form .clear_input{width: 40px; height: 40px; display: none; position: absolute; top: 3px; right: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -267px -39px;}
.account_box .findpwd_form .password_lock{width: 40px; height: 40px; display: block; position: absolute; top: 3px; right: 5px; background-image: url(../img/ico_1.png); background-size: 1200% auto; background-position: -230px -39px;}
.account_box .findpwd_form .password_lock.visible{ background-position: -192px -39px;}
.account_box .findpwd_form .password_lv{ width: 100%; height: 20px; background-image: url(../img/password_lv.svg); background-size: 100% auto;}
.account_box .findpwd_form .password_lv.lv_1{ background-position: 0 0; }
.account_box .findpwd_form .password_lv.lv_2{ background-position: 0 -21px; }
.account_box .findpwd_form .password_lv.lv_3{ background-position: 0 -41px; }
.account_box .findpwd_form input.account:valid + .clear_input{ display: block; }
.account_box .findpwd_form input.email_code{ width: 220px; float: left; }
.account_box .findpwd_form .get_emailcode{ width: 130px; height: 45px; float: right; background-color: #f5c278; font-size: 14px; color: #fff; line-height: 45px; text-align: center; border-radius: 5px; }
.account_box .findpwd_form .get_emailcode:hover{ background: #42b1f1; }
.account_box .findpwd_form .get_emailcode.timeout{ background: #ccc; }
.account_box .findpwd_form .submit{ width: 100%; height: 55px; line-height: 55px; cursor: pointer; color: #fff; font-size: 16px; letter-spacing: 6px; text-align: center; background-image: linear-gradient(to right, #42b1f1,#36d3ef); border-radius: 5px;}
.account_box .findpwd_form .submit:hover{ background: #42b1f1;}
.account_box .findpwd_form .error_tips{ font-size: 14px; color: #f00; padding-top: 5px;}

.account_box .success_box{ width: 100%; text-align: center; padding: 40px 0;  }
.success_box .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;}
.success_box h2{ font-size: 24px; color: #333; display: block; text-align: center; line-height: 30px; padding: 20px 0 5px;}
.success_box p{ font-size: 14px; color: #999; line-height: 25px; padding: 0 30px; text-align: center;}
.success_box p span{ color: #0fcef0; }
.success_box .ok{ width: 200px; height: 50px; line-height: 50px; 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;}
.success_box .ok:hover{ background: #42b1f1;}

.findpwd_step{ padding: 30px 0 0; text-align: center; height: 60px;}
.findpwd_step ul li{ width: 60px; float: left; margin-right: 40px; position: relative; height: 60px; text-align: center;}
.findpwd_step ul li:last-child{ margin-right: 0; }
.findpwd_step ul li b{ width: 30px; height: 30px; display: block; margin: 0 auto; font-size: 16px; font-weight: normal; color: #fff; line-height: 30px; border-radius: 30px; background-color: #d7d1c5; position: relative; z-index: 2; }
.findpwd_step ul li span{ width: 100%; display: block; font-size: 14px; color: #bbb; height: 40px; line-height: 40px;}
.findpwd_step ul li:before{ content: ""; width: 100px; height: 1px; background-color: #bbb; display: block; position: absolute; top: 14px; left: -80px; z-index: 1; }
.findpwd_step ul li:first-child:before{display: none;}
.findpwd_step ul li.cur b{ background-color: #0fcef0; }
.findpwd_step ul li.cur span{ color: #0fcef0; }
.findpwd_step ul li.cur:before{ background-color: #0fcef0; }

.pay_wrapper{ width: 100%; background-color: #f0f0f0; min-height: 100%; }
.pay_wrapper .mask {display: block;}
.pay_wrapper .inner{ padding: 120px 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{ padding-top: 20px; }
/* .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: 45px; 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: 28px; height: 28px; margin: 6px; display: block; position: absolute; top: 0; left: 0; background-image: url(../img/pay_default.png); background-size: cover; border-radius: 50%;}
.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.disabled{ pointer-events: none;  }
.pay_content .role_info h2:before{ background-position: -40px 0; }
.pay_content .role_info span{ height:45px; display:block; }
.pay_content .role_info.disabled span .icon{
  display: none;
}
.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: 20px 0 30px 0; border-top: 1px #eee solid; padding-top: 20px; position: relative;}
.pay_content .counter h2:before{ background-position: -80px 0; }
.pay_content .tab_type{ position: absolute; top:20px; 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: 48px; height: 28px; position: absolute; top: -3px; right: -1px; background-image: url(../img/ico_0120_pc.png); background-repeat: no-repeat; display: none;}
.pay_content .pro_list ul li.youhui:before{ background-position: 0 0; display: block; }
.pay_content .pro_list ul li.jiama:before{ background-position: 0 -28px; display: block; }
.pay_content .pro_list ul li.fandaoju:before{ background-position: 0 -56px; 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: 290px; height: 130px; padding: 9px; border: 1px #e5e5e5 solid; border-radius: 17px; box-sizing: border-box; float: left; overflow: hidden; 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: 48px; height: 28px; position: absolute; top: -3px; right: -1px; background-image: url(../img/ico_0120_pc.png); background-repeat: no-repeat; display: none;}
.pay_content .pro_list_new ul li.youhui:before{ background-position: 0 0; display: block; }
.pay_content .pro_list_new ul li.jiama:before{ background-position: 0 -28px; display: block; }
.pay_content .pro_list_new ul li.fandaoju:before{ background-position: 0 -56px; display: block; }
.pay_content .pro_list_new ul li .ico{ width:110px; height:110px; float:left; border-radius:10px; 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:right; height:110px;  width:148px }
.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 p{ font-size:14px; display:block; color:#bbb; line-height:20px; height:40px; 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 }
.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: 17px; 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; height:40px; 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:18px; display:block; color:#f0830f; font-weight: bold; float: left}
/* .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:left; background-color:#f0fcfd; border-radius:5px; margin-left: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 .xieyi{ font-size: 14px; color: #333; height: 30px; line-height: 30px;}
.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; display: flex; justify-content: space-between;align-items: center;}
.pay_content .order_info .info_1{  font-size: 14px; color: #666; padding-left: 40px; flex: 0 0 auto; }
.pay_content .order_info .info_1 span{ color: #fd5a5f; }
.pay_content .order_info .info_2{  font-size: 14px; color: #666; padding-left: 60px; line-height: 1.5;}
.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:22px 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: 120px; 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; }

.order_wrapper .filter_box{ width: 100%; text-align: center; font-size: 0; padding: 30px 0;}
.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: 27%; text-align: left;}
.record_box .record_head ul li:nth-child(2){ width: 27%; }
.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: 27.5%; text-align: left;}
.record_list .order_detail ul li:nth-child(2){ width: 27.5%; }
.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; }
