@charset "UTF-8";
:root{
    --fs14: calc(14 / 16 * 1em);
    --fs16: 0.16rem;
    --fs18: calc(18 / 16 * 1em);
    --fs20: calc(20 / 16 * 1em);
    --autoWidth:1440px;
}
*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,html,iframe,img,ins,kbd,label,legend,li,object,ol,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var,p{margin:0;padding:0;border:0;-webkit-tap-highlight-color:transparent;line-height: normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;padding:0;margin:0}
input,textarea{margin:0;padding:0;outline:0;appearance:none;-webkit-appearance:none;border-radius:0}
body,html{color:var(--color);overscroll-behavior: none;}

html{-webkit-text-size-adjust:100%;}
@media (min-width:1025px){
    html{font-size: 100px}
}
@media (max-width:1024px){
    html{font-size: calc(100 / 1024 * 100vw);}
}
@media (max-width:640px){
    html{font-size: calc(100 / 640 * 100vw);}
}
body{-webkit-text-size-adjust:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;user-select:none;overflow-x:hidden;line-height: 1;}
body,input,pre,select,th,td,textarea{font-family:sans-serif;font-size: var(--fs16);}
select{border: solid 0.01rem #eee;appearance: none;-moz-appearance: none;-webkit-appearance: none;background: url(../images/select.svg) no-repeat scroll right 0.1rem center transparent;padding-right: 0.2rem;height: 0.5rem;line-height: 0.5rem;background-size: auto 0.09rem;}
select::-ms-expand{display:none}
:is(a,a:active,a:hover,a:link,a:visited){text-decoration:none;-webkit-tap-highlight-color:transparent}
:focus,a:focus{outline:0;-moz-outline:none}
table,td,th{border-collapse:collapse;border-spacing:0}
.ul,.ul li{list-style:none}
img{border:none;max-width:100%;vertical-align:middle}
.Ispic{background-repeat:no-repeat;background-position:center center;background-size:cover}
.Ispic img{position: fixed; right: 100%;width: 1px;height: 1px;opacity: 0; top: 0;z-index: 0;}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0;text-align:justify;text-justify:inter-ideograph}
.clear{clear:both;height:0;font-size:0;line-height:0;overflow:hidden;zoom:0}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
[class*=dots-] {--wlc: 2;-webkit-line-clamp: var(--wlc);display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-word; -webkit-box-orient: vertical}
[class*=ytable] {display: table;width: 100%;}
.ytable-100 {height: 100%}
[class*=ytable].fixed { table-layout: fixed;}
[class*=cell-] {display: table-cell;}
.cell-top {vertical-align: top;}
.cell-bottom {vertical-align: bottom;}
.cell-mid {vertical-align: middle;}
@media (max-width:1024px) {
    [class*=xy1024-], [class*=xy1024-]>[class*=cell-] {display: block;}
}
.fl {float: left}
.fr {float: right}
@media (min-width:1025px) {
 .wfl {float: left}
 .wfr {float: right}
}

.nm{margin:0}
.nfw{font-weight:normal}
img.block{display:block;width:100%}

/*百度编辑器*/
.view.editor p{margin:1em 0}
.view.editor .list-paddingleft-2{padding-left:0}
.view.editor :where(ol,ul){width:auto}
.view.editor li{clear:inherit}

/*分页（如重新编写，请删除或者直接替换掉样式）*/
.Pages{text-align: center; padding: 0.3rem 0; font-size: 0.14rem;}
.Pages > *{display: inline-block; vertical-align: middle;}
.Pages a{width: 0.34rem; line-height: 0.34rem;height: 0.34rem;transition: 0.3s;border-radius:50%; color: #888;}
.Pages .p_pages{overflow: hidden; margin: 0 0.3rem;}
.Pages .p_pages a{float: left;margin: 0 0.05rem;}
.Pages a:hover,
.Pages .p_pages a.a_cur{background-color: #a72126;color: #fff;}
.Pages > a{background-position: center;background-repeat: no-repeat;background-size:auto 0.14rem;}
.Pages a.a_prev{background-image: url(../images/page/prev.svg);}
.Pages a.a_next{background-image: url(../images/page/next.svg);}
.Pages a.a_prev:hover{background-image: url(../images/page/prev-on.svg);}
.Pages a.a_next:hover{background-image: url(../images/page/next-on.svg);}

/* flex布局 */
[class*=flex-]{display: flex;}
[class*=-aic]{align-items: center;}
[class*=-aife]{align-items: flex-end;}
[class*=-aifs]{align-items: flex-start;}
[class*=-ais]{align-items: stretch;}
[class*=-jcc]{justify-content: center;}
[class*=-jcsb]{justify-content: space-between;}
[class*=-jcfe]{justify-content: flex-end;}
[class*=-jcfs]{justify-content: flex-start;}
[class*=-row]{flex-wrap: wrap;flex-direction: row;}
@media (max-width:1370px) {
    [class*=flex-xy1370]{display: block;}
}
@media (max-width:1024px) {
    [class*=flex-xy1024]{display: block;}
}
@media (max-width:768px) {
    [class*=flex-xy768]{display: block;}
}

/******************♥*♥*♥*******************start******************♥*♥*♥*******************/

/* 官网全局样式 */
.gw_auto_inner{max-width:var(--autoWidth);margin: 0 auto;width:87.6%;}
.gw_auto_inner1209{max-width:1209px;margin: 0 auto;width:87.6%;}
@media (max-width:1024px) {
    .gw_auto_inner{width: 94%;}
    .gw_auto_inner1209{width: 94%;}
}
.system-bg{background-color: #0089d1;padding: .2rem;}
.editor{width: 7.5rem;border-radius: 8px;border: solid 1px #00000010;}
#editor-container { height: 300px;}


::-webkit-scrollbar{width: .16rem;}
::-webkit-scrollbar-thumb{background-color: #00000020;border-radius: 6px;}
::-webkit-scrollbar-track{background: #00000010;border-radius: 8px;}



/* banner */
.gw_banner{height: 4.2rem;background-size: cover;background-position: center;font-size: .6rem;color: #ffffff;letter-spacing: 2px;}
.gw_banner .banner_logo{height: 0.62rem;width: 1.09rem;margin-right: .15rem;flex-shrink: 0;}

/* 面包屑 */
.gw_crumbs .crumbs_icon{width: .14rem;height: .13rem;margin-right: 5px;}
.gw_crumbs{color: #555555;font-size: .16rem;}
.gw_crumbs a{color: #555555;margin: 0 5px;}
.gw_crumbs a:hover{color: #0089d1;}



/* 头部 */
.gw_header{position: fixed;top: 0;width: 100%;z-index: 1;transition: all .2s ease;}
.gw_header .gw_head_inner{padding: .2rem 0;}
.gw_header .gw_head_inner .gw_logo{height: 0.58rem;width: 1.05rem;background-image: url('../../cn/images/logo.png');background-size: contain;background-repeat: no-repeat;background-position: center;}
.gw_header .gw_head_title{font-size: .28rem;font-weight: normal;color: #fff;margin-left: .15rem;}
.gw_header .gw_head_login{font-size: .18rem;}
.gw_header .gw_login_btn{cursor: pointer;padding: .18rem .26rem;transition: background-color .5s ease;border-radius: 30px;color: #fff;}
.gw_header .gw_login_btn:hover{background-color: rgba(255, 255, 255,.1);}
.gw_head_scrolled{background-color: #ffffff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
.gw_head_scrolled .gw_head_title{color: #000000;}
.gw_head_scrolled .gw_login_btn{color: #000000;}
.gw_head_scrolled .gw_head_inner .gw_logo{background-image: url('../../cn/images/logo01.png');}
.gw_head_scrolled .gw_login_btn:hover{background-color: rgba(0, 0, 0,.1);}

/* 页脚 */
.gw_footer{padding: .4rem 0;background-color: rgba(255, 255, 255,.08);border-top: 1px solid rgba(0, 0, 0, 0.08);}
.gw_footer .gw_foot_right .gw_code_box{border-radius: 6px;border: solid 1px rgba(0, 0, 0,.1);margin-left: .2rem;}
.gw_footer .gw_code_box .gw_code{width: .76rem;height: .76rem;object-fit: contain;margin: 8px;}
.gw_footer .gw_foot_right .gw_code_title{font-size: .14rem;color: rgba(0, 0, 0,.6);letter-spacing: 1px;margin-left: 5px;width: .14rem;}
.gw_footer .gw_foot_left .menu_a{color: #555555;font-size: .18rem;}
.gw_footer .gw_foot_left .menu_a:hover{color: #0089d1;}
.gw_footer .gw_foot_left .ball{width: 3px;height: 3px;background-color: #000000;opacity: 0.2;margin: 0 .3rem;border-radius: 100%;}
.gw_footer .gw_foot_left .ul{margin-bottom: .32rem;}
.gw_footer .gw_foot_left .gw_foot_copy{color: rgba(0, 0, 0,.6);font-size: .14rem;margin-top: .05rem;}
.gw_footer .gw_foot_left .beian{width: 18px;height: 20px;}
.gw_footer .gw_foot_left .gw_beian_a{margin: 0 .1rem;text-decoration: underline;color: rgba(0, 0, 0,.6);}
.gw_footer .gw_foot_left .gw_beian_a:last-child{margin: 0;cursor: pointer;}
.gw_footer .gw_foot_left .gw_beian_a:hover{color: #0089d1;}

.gw_popup{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .6);z-index: 1;display: none;align-items: center;justify-content: center;}
.gw_popup .popup_img{width: 60vw;object-fit: contain;}
.gw_popup .close{background-image: url('../../cn/images/cancel_h.png');position: absolute;width: .3rem;height: .3rem;top: 17.5vh;right: 16vw;cursor: pointer;transition: all .3s ease;}
.gw_popup .close:hover{transform: rotate(90deg);}


/* 系统-左侧 */
.system-left{width: 18%;flex-shrink: 0;padding: 0 .5rem 0 .3rem;color: #ffffff;}
.system-left .left_avatar{height: 1rem;width: 1rem;object-fit: cover;border-radius: 100%;margin-bottom: .2rem;}
.system-left .left_name{font-size: .22rem;margin-bottom: .15rem;}
.system-left .left_services{font-size: .16rem;margin-bottom: .05rem;}
.system-left .left_services a{color: #fff;position: relative;}
.system-left .left_services a::after{content: '';position: absolute;width: 0;height: 1px;background-color: #fff;bottom: -1px;left: 0;transition: width .3s ease-in-out;}
.system-left .left_services a:hover:after{width: 100%;}
.system-left .left_top{padding-bottom: .28rem;border-bottom: 1px solid #ffffff10;text-align: center;}
.system-left .left-menu{padding-top: .1rem;}
.system-left .nav_icon{width: .24rem;height: .24rem;object-fit: contain;margin-right: .2rem;}
.system-left .nav{color: #ffffff;font-size: .22rem;padding: .18rem 0 .18rem .18rem;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 4px 0;}
.system-left .nav_act{color: #0089d1;background-image: url('../../cn/images/nav-act.jpg');border-radius: .1rem;background-position: bottom;}



/* 系统-右侧 */
.system-right{background-color: #f3f8fa;border-radius: .35rem;width: 82%;height: 100%;padding: .4rem;}
.system-right .system-title{font-size: .32rem;margin: .45rem 0 .4rem .1rem;}
.system-right .system-box{background-color: #ffffff;padding: .5rem;height: 85%;border-radius: .3rem;overflow-y: auto;max-height: 67vh;}



/* 首页 */
.gw_home .gw_home_banner{height: 7.2rem;font-size: .7rem;letter-spacing: 7px;}
.gw_home .gw_home_inner{position: relative;background: linear-gradient(to bottom, #f3f8fa, rgba(255, 255, 255,.08));padding: 1.5rem 0 1rem;}
.gw_home .gw_home_notice{background-color: #ffffff;box-shadow: 0px 0px 20px 0px rgba(0, 137, 209, 0.2);border-radius: 10px;max-width: 1400px;padding: .3rem .4rem;position: absolute;top: -.51rem;left: 50%;transform: translateX(-50%);}
.gw_home .gw_home_notice .notice_icon{width: .26rem;height: .26rem;margin-right: .14rem;flex-shrink: 0;}
.gw_home .gw_home_notice .notice_title{color: #0089d1;font-size: .24rem;padding: .08rem .3rem .08rem 0;border-right: 1px solid rgba(0, 0, 0,.1);flex-shrink: 0;}
.gw_home .gw_home_notice .notice_more{color: #0089d1;font-size: .18rem;flex-shrink: 0;}
.gw_home .gw_home_notice .notice_more .notice_more_icon{width: .24rem;height: .24rem;flex-shrink: 0;}
.gw_home .gw_home_notice .notice_ball{width: 4px;height: 4px;background-color: #0089d1;border-radius: 100%;flex-shrink: 0;margin-right: .1rem;}
.gw_home .gw_home_notice .notice_item{width: 75%;}
.gw_home .gw_home_notice .notice{color: #555555;line-height: normal;font-size: .18rem;}
.gw_home .gw_home_notice .notice:hover{color: #0089d1;}
.gw_home .gw_home_notice .notice_i{max-width: 5.8rem;overflow: hidden;margin: 0 .15rem;}
.gw_home .gw_home_title{font-size: .48rem;font-weight: bold;text-align: center;padding-bottom: .23rem;position: relative;}
.gw_home .gw_home_title::after{content: '';width: 50px;height: 8px;background-color: #0088d0;border-radius: 4px;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);} 
.gw_home .gw_function_menu{margin-top: .6rem;}
.gw_home .gw_function_menu .function_i{border-radius: .2rem;text-align: center;width: 2.5rem;height: 2.7rem;}
.gw_home .gw_function_menu .menu_icon{width: .6rem;height: .6rem;object-fit: contain;margin-bottom: .3rem;}
.gw_home .gw_function_menu .function_title{font-weight: bold;font-size: .24rem;margin-bottom: .18rem;color:#000;}
.gw_home .gw_function_menu .function_text{color: #555555;font-size: .18rem;}
.gw_home .gw_function_menu .function_i:nth-child(1),
.gw_home .gw_function_menu .function_i:nth-child(5){background-color: rgba(251, 158, 159,.08);}
.gw_home .gw_function_menu .function_i:nth-child(2),
.gw_home .gw_function_menu .function_i:nth-child(4){background-color: rgba(88, 187, 240,.08);}
.gw_home .gw_function_menu .function_i:nth-child(3){background-color: rgba(44, 229, 163,.08);}
    .gw_home .gw_function_menu .function_i:hover .function_title{color:#0089d1;}
    /* 关于我们 */
    .gw_aboutUs .gw_aboutUs_inner {
        padding: .3rem 0 1.2rem;
        background: linear-gradient(to bottom, #eff8fd 10%, rgba(255, 255, 255,.08) 30%);
    }
.gw_aboutUs .gw_aboutUs_info{padding-top: .7rem;text-align: center;}
.gw_aboutUs .gw_aboutUs_info .info_title{font-size: .24rem;position: relative;padding-bottom: 5px;margin-bottom: .53rem;}
.gw_aboutUs .gw_aboutUs_info .info_title::after{content: '';height: 6px;width: 3.36rem;position: absolute;bottom: 0;background: linear-gradient(to right, #0089d1, #ffffff);left: 50%;transform: translateX(-50%);z-index: -1;}
.gw_aboutUs .gw_aboutUs_info .info_text{font-size: .18rem;color: #555555;line-height: 30px;margin-bottom: .36rem;margin-top: 0;}
.gw_aboutUs .gw_aboutUs_info .info_img{margin-top: .22rem;border-radius: .2rem;}
.gw_aboutUs .gw_detail_info{text-align: unset;}
.gw_aboutUs .gw_detail_info .info_title{text-align: center;}

/* 联系暖暖 */
.gw_contact .gw_contact_inner{padding: .3rem 0 1.2rem;background: linear-gradient(to bottom, #eff8fd 10%, rgba(255, 255, 255,.08) 35%);}
.gw_contact .gw_contact_inner .gw_contact_box{border-radius: .2rem;border: solid 1px rgba(0, 0, 0,.1);text-align: center;padding: .24rem .24rem .19rem;flex-shrink: 0;height: 3rem;}
.gw_contact .gw_contact_wrap{margin-top: .9rem;}
.gw_contact .gw_contact_inner .gw_contact_box .contact_title{color: #555555;font-size: .18rem;margin-top: 8px;}
.gw_contact .gw_contact_wrap .contact_code{width: 2.3rem;height: 2.3rem;object-fit: contain;}
.gw_contact .gw_contact_wrap .gw_customer_box{padding: .32rem .8rem .19rem;}
.gw_contact .gw_contact_wrap .customer_box{width: 1.18rem;height: 1.18rem;background-color: rgba(0, 137, 209,.1);border-radius: 100%;margin: 0 auto;}
.gw_contact .gw_contact_wrap .customer_icon{width: .5rem;height: .5rem;}
.gw_contact .gw_contact_wrap .contact_phone{font-weight: bold;font-size: .3rem;margin: .2rem 0 .2rem;}
.gw_contact .gw_contact_wrap .contact_tip{font-size: .18rem;color: #555555;letter-spacing: 1px;}

/* 合作 */
.gw_cooperate .gw_cooperate_inner{padding: .3rem 0 1.2rem;background: linear-gradient(to bottom, #eff8fd 10%, rgba(255, 255, 255,.08) 35%);}
.gw_cooperate .gw_cooperate_inner .cooperate_img{width: 6.5rem;height: 3.65rem;flex-shrink: 0;border-radius: .2rem;object-fit: cover;margin-right: .52rem;box-shadow: 0px 15px 20px 0px #0089d130;}
.gw_cooperate .gw_cooperate_inner .gw_cooperate_content{margin-top: .9rem;}
.gw_cooperate .gw_cooperate_inner .cooperate_label{color: #555555;font-size: .18rem;margin-bottom: .08rem;}
.gw_cooperate .gw_cooperate_inner .cooperate_icon{width: .24rem;height: .24rem;object-fit: contain;margin-right: .2rem;flex-shrink: 0;}
.gw_cooperate .gw_cooperate_inner .cooperate_i{margin-bottom: .5rem;font-size: .22rem;line-height: normal;}
.gw_cooperate .gw_cooperate_inner .cooperate_i:last-child{margin-bottom: 0;}
.gw_cooperate .gw_cooperate_inner .cooperate_i:last-child a{color: #000;}

/* 文档中心 */
.gw_document .gw_document_inner{padding: .3rem 0 1.2rem;background: linear-gradient(to bottom, #eff8fd 10%, rgba(255, 255, 255,.08) 30%);}
.gw_document .gw_document_content{margin-top: .74rem;height: 9.53rem;}
.gw_document .gw_document_left{width: 2.5rem;height: 9.53rem;overflow: auto;background-color: rgba(0, 137, 209,.04);border-radius: .2rem;padding: .42rem .1rem;flex-shrink: 0;margin-right: .6rem;}
.gw_document .gw_document_left .gw_nav_i{padding: .18rem .24rem;cursor: pointer;font-size: .2rem;color: #555555;}
.gw_document .gw_document_left .gw_nav_i_act{color: #000000;}
.gw_document .gw_document_left .gw_nav_i:hover{color: #0089d1;}
.gw_document .gw_document_left .gw_sub_nav_i{padding: .18rem .12rem .18rem .48rem;white-space: nowrap;cursor: pointer;}
.gw_document .gw_document_left .gw_sub_nav_i:hover{color: #0089d1;}
.gw_document .gw_document_left .gw_sub_nav{transition: all .5s ease-in-out;overflow: hidden;}
.gw_document .gw_document_left .gw_sub_nav_act{background-color: #0089d110;border-radius: 6px;color: #0089d1;}
.gw_document .gw_document_right{width: 100%;}
.gw_document .gw_document_right .gw_document_title{font-size: .32rem;font-weight: bold;margin: .58rem 0 .5rem;}
.gw_document .gw_document_right .gw_document_line{height: 1px;background-color: #00000010;position: relative;}
.gw_document .gw_document_right .gw_document_line::after{content: '';position: absolute;left: 0;width: 40px;height: 1px;background-color: #0089d1;}
.gw_document .gw_document_right .gw_document_text{height: 6.32rem;margin-top: .48rem;overflow-y: auto;font-size: .18rem;color: #555555;line-height: 30px;margin-bottom: .48rem;}
.gw_document .gw_document_right .gw_document_page{padding: .3rem 0;font-size: .16rem;color: #555555;border-top: 1px solid #00000010;}
.gw_document .gw_document_right .gw_document_pre,
.gw_document .gw_document_right .gw_document_next{
    cursor: pointer;
}
.gw_document .gw_document_right .gw_document_pre:hover,
.gw_document .gw_document_right .gw_document_next:hover{color: #0089d1;text-decoration: underline;}
.gw_document .gw_document_right .gw_attachment_text{margin: .1rem 0;}
.gw_document .gw_document_right .gw_attachment_text a{display: block;margin: 0 .1rem .1rem 0;color: #0089d1;}
.gw_document .gw_document_right .gw_attachment_text a:hover{text-decoration: underline;}


/* 系统公告 */
.gw_notice .gw_notice_inner{padding: .3rem 0 1.2rem;background: linear-gradient(to bottom, #eff8fd 10%, rgba(255, 255, 255,.08) 30%);}
.gw_notice .gw_notice_inner .gw_notice_content{margin-top: .6rem;}
.gw_notice .gw_notice_inner .gw_notice_list{margin-bottom: .8rem;}
.gw_notice .gw_notice_inner .gw_notice_i{padding: .3rem .12rem .3rem 0;border-bottom: 1px solid #00000010;color: #555555;font-size: .18rem;cursor: pointer;}
.gw_notice .gw_notice_inner .gw_notice_i:hover .gw_notice_title{color: #0088d0;}
.gw_notice .gw_notice_inner .gw_notice_title{padding-left: .24rem;position: relative;}
.gw_notice .gw_notice_inner .gw_notice_title::before{content: '';position: absolute;left: .1rem;top: 50%;width: 4px;height: 4px;border-radius: 100%;background-color: #0089d1;margin-top: -2px;}
.gw_notice_pagination .el-pager li.is-active{background-color: #0088d0;box-shadow: 2px 10px 21px 0px rgba(0, 136, 208, 0.18);border-radius: 4px;color: #ffffff;font-weight: normal;}
.gw_notice_pagination .el-pager li{margin: 0 .08rem;}
.gw_notice .gw_detail_top{padding-bottom: .5rem;border-bottom: 1px solid #00000010;}
.gw_notice .gw_detail_top .gw_detail_title{font-size: .36rem;line-height: .36rem;margin-bottom: .18rem;}
.gw_notice .gw_detail_top .gw_detail_time{font-size: .18rem;color: #555555;}
.gw_notice .gw_detail_content{padding: .48rem 0 1rem;font-size: .18rem;color: #555555;line-height: .3rem;}
.gw_notice .gw_detail_content .notic_detail_img{border-radius: .2rem;}
.gw_notice .gw_detail_page{padding-top: .3rem;border-top: 1px solid #00000010;}
.gw_notice .gw_detail_page a{color: #555555;}
.gw_notice .gw_detail_page a:hover{color: #0089d1;}

/* 登录 */
.login{background-image: url('../../uploadfiles/image/login_bg.jpg');height: 100vh;background-position: left;background-size: cover;position: relative;padding: .6rem;}
.login .logo{width: 2.8rem;height: .7rem;}
.login .login_box{position: absolute;border-radius: .2rem;background-image: url('../../uploadfiles/image/loginBox_bg.jpg');background-size: cover;background-position: center;box-shadow: 0px 0px .2rem .2rem #0089d110;top: 50%;left: 50%;transform: translate(-50%,-50%);padding: .4rem .6rem .6rem;}
.login .login_box .login_title{text-align: center;font-size: .36rem;margin-bottom: .5rem;letter-spacing:1px;}
.login .login_box .get_code{color: #0089d1;font-size: .16rem;cursor: pointer;}
.login .login_box .get_code:hover{text-decoration: underline;}
.login .login_box .item_box{margin-bottom: .24rem;}
.login .login_box .input .el-input__wrapper{font-size: .18rem;padding: .2rem;border-radius: 8px;background-color: transparent;margin-bottom: 6px;}
.login .login_box .item_box .el-form-item__error{font-size: .16rem;}
.login .login_box .login_checkbox .el-checkbox__inner{width: .2rem;height: .2rem;border-radius: 100%;}
.login .login_box .login_checkbox .el-checkbox__inner:hover{border-color: #f8c301;}
.login .login_box .login_checkbox .el-checkbox__input.is-checked .el-checkbox__inner{border-color: #f8c301;background-color: #f8c301;}
.login .login_box .login_checkbox .el-checkbox__inner:after{height: .11rem;width: .05rem;border-width: 2px;left: 5px;}
.login .login_box .login_agreement{margin-left: .1rem;font-size: .16rem;color: #aaaaaa;}
.login .login_box .login_agreement text{color: #0089d1;cursor: pointer;margin-bottom: .4rem;}
.login .login_box .login_btn{color: #fff;font-size: .18rem;padding: .22rem;text-align: center;background-color: #0089d1;border-radius: 8px;display: block;cursor: pointer;}
.login .login_tip{color: #aaaaaa;text-align: center;font-size: .14rem;margin-top: .1rem;}
.login .register_tip{color: #aaaaaa;text-align: center;margin-top: .08rem;}
.login .agreement_dialog,
.login .register_tip a{color: #0088d0;}
.login .agreement_dialog,
.system-merchantServices .agreement_dialog,
.system-hotspot-form .agreement_dialog{border-radius: .2rem;padding: .8rem;position: relative;}
.login .agreement_dialog .dialog_title,
.system-merchantServices .agreement_dialog .dialog_title,
.system-hotspot-form .agreement_dialog .dialog_title{text-align: center;font-size: .36rem;letter-spacing: 1px;margin-bottom: .5rem;}
.login .agreement_dialog .dialog_inner,
.system-merchantServices .agreement_dialog .dialog_inner,
.system-hotspot-form .agreement_dialog .dialog_inner{position: relative;}
.login .agreement_dialog .dialog_inner .dialog_content,
.system-merchantServices .agreement_dialog .dialog_inner .dialog_content,
.system-hotspot-form .agreement_dialog .dialog_inner .dialog_content{height: 4.2rem;overflow-y: auto;}
.login .agreement_dialog .dialog_inner .dialog_content p,
.system-merchantServices .agreement_dialog .dialog_inner .dialog_content p,
.system-hotspot-form .agreement_dialog .dialog_inner .dialog_content p{color: #555555;font-size: .18rem;line-height: .28rem;}
.login .agreement_dialog .dialog_inner .dialog_more,
.system-merchantServices .agreement_dialog .dialog_inner .dialog_more,
.system-hotspot-form .agreement_dialog .dialog_inner .dialog_more{display: flex;align-items: center;color: #0089d1;font-size: .14rem;justify-content: center;background: linear-gradient(to bottom, transparent, #ffffff 60%);position: absolute;bottom: -.3rem;width: 100%;padding-top: .6rem;}
.login .agreement_dialog .dialog_inner .dialog_more .login_more,
.system-merchantServices .agreement_dialog .dialog_inner .dialog_more .login_more,
.system-hotspot-form .agreement_dialog .dialog_inner .dialog_more .login_more{width: 8px;height: 5px;margin-left: 5px;}

/* 个人资料 */
.system-personalData .form_label{color: #aaaaaa;font-size: .18rem;margin-right: .3rem;text-align: end;width: .72rem;}
.system-personalData .avatar-uploader .avatar{width: 100%;height: 100%;object-fit: cover;}
.system-personalData .avatar-uploader .uploader{width: .8rem;height: .8rem;border-radius: 100%;border: 1px dashed #aaaaaa;color: #aaaaaa;font-size: .14rem;overflow: hidden;position: relative;}
.system-personalData .avatar-uploader .uploader_act{border: 1px dashed transparent;}
.system-personalData .avatar-uploader .avatar_mark{position: absolute;top: 0;height: .8rem;width: .8rem;color: #aaaaaa;}
.system-personalData .avatar-uploader .avatar_mark_act{background-color: #00000050;color: #ffffff;border: 1px dashed transparent;}
.system-personalData .form_input,
.system-merchantServices .merchantServices_box .form_input{width: 4.6rem;font-size: .18rem;}
.system-personalData .form_input .el-input__wrapper{padding: .2rem .3rem;border-radius: 8px;}
.system-personalData .personalData_item .el-input__inner{height: 100%;color: #000000;}
.system-personalData .area_cascader{width: 4.6rem;}
.system-personalData .area_cascader .el-input__wrapper{padding: .2rem .3rem;border-radius: 8px;font-size: .18rem;}
.system-personalData .personalData_item{margin-bottom: .3rem;}
.system-personalData .submit_btn{color: #ffffff;background-color: #f8c301;border-radius: 8px;padding: .18rem .42rem;font-size: .18rem;line-height: normal;cursor: pointer;}
.system-personalData .logoff{color: #aaaaaa;display: flex;}
.system-personalData .logoff span{display: block;position: relative;}
.system-personalData .logoff span:hover{cursor: pointer;color: #0089d1;}
.system-personalData .logoff span::after{position: absolute;content: '';left: 0;bottom: -2px;width: 100%;height: 1px;background-color: #aaaaaa;}
.system-personalData .logoff span:hover::after{background-color: #0089d1;}

/* 商家服务-未认证 */
.system-merchantServices .form_label{font-size: .18rem;color: #111111;width: 1.1rem;margin-right: .78rem;}
.system-merchantServices .radio_group .el-radio.el-radio--large .el-radio__label,.system-hotspot-form .radio_group .el-radio.el-radio--large .el-radio__label,
.order_list .radio_group .el-radio.el-radio--large .el-radio__label{font-size: .18rem;}
.system-merchantServices .radio_group .el-radio__input.is-checked+.el-radio__label,.system-hotspot-form .radio_group .el-radio__input.is-checked+.el-radio__label,
.order_list .radio_group .el-radio__input.is-checked+.el-radio__label{color: #0089d1;}
.system-merchantServices .radio_group .el-radio.el-radio--large .el-radio__inner,.system-hotspot-form .radio_group .el-radio.el-radio--large .el-radio__inner,
.order_list .radio_group .el-radio.el-radio--large .el-radio__inner{width: .22rem;height: .22rem;}
.system-merchantServices .radio_group .el-radio__input.is-checked .el-radio__inner,.system-hotspot-form .radio_group .el-radio__input.is-checked .el-radio__inner,
.order_list .radio_group .el-radio__input.is-checked .el-radio__inner{background: #0089d1;border-color: #0089d1;}
.system-merchantServices .radio_group .el-radio__inner:after,.system-hotspot-form .radio_group .el-radio__inner:after,
.order_list .radio_group .el-radio__inner:after{height: .08rem;width: .08rem;}
.system-merchantServices .merchantServices_item{margin-bottom: .45rem;}
.system-merchantServices .form_input{width: 7rem;}
.system-merchantServices .form_input .el-input__wrapper{padding: .16rem .2rem;border-radius: 8px;}
.system-merchantServices .form_input .el-input__inner{height: 100%;line-height: normal;color: #000000;font-size: .18rem;}
.system-merchantServices .business-license .uploader{background-color: #ffffff;border-radius: 8px;border: solid 1px #e5e5e5;overflow: hidden;margin-bottom: .2rem;position: relative;}
.system-merchantServices .license_item .el-form-item__content{align-items: flex-start;}
.system-merchantServices .license_item .form_label{margin-top: .1rem;}
.system-merchantServices .license_item .default_img{width: 2.40rem;height: 1.42rem;margin: .4rem .45rem;object-fit: contain;}
.system-merchantServices .license_item .license_img{width: 3.3rem;height: 2.2rem;object-fit: contain;}
.system-merchantServices .license_item .uploader_tip,
.system-merchantServices .bond_tip{font-size: .16rem;color: #aaaaaa;}
.system-merchantServices .bond_input{width: 2.1rem;}
.system-merchantServices .bond_input .el-input__inner{text-align: center;}
.system-merchantServices .unit{font-size: .18rem;margin-left: .16rem;}
.system-merchantServices .bond_tip{margin-top: .2rem;}
.system-merchantServices .merchantServices_checkbox .el-checkbox.el-checkbox--large .el-checkbox__inner,
.system-hotspot-form .hotspot_form .form_item .merchantServices_checkbox .el-checkbox.el-checkbox--large .el-checkbox__inner{width: .22rem;height: .22rem;border: solid 2px #00000010;border-radius: 100%;}
.system-merchantServices .merchantServices_checkbox,
.system-hotspot-form .hotspot_form .form_item .merchantServices_checkbox{margin-right: .1rem;}
.system-merchantServices .agreement,
.system-hotspot-form .agreement{color: #555555;font-size: .18rem;cursor: pointer;}
.system-merchantServices .agreement:hover,
.system-hotspot-form .agreement:hover{color: #0089d1;}
.system-merchantServices .merchantServices_checkbox .el-checkbox__inner:after,
.system-hotspot-form .hotspot_form .form_item .merchantServices_checkbox .el-checkbox__inner:after{border-width: 2px;height: 9px;width: 4px;left: 6px;top: 2px;}
.system-merchantServices .merchantServices_item .btn{padding: .2rem .42rem;font-size: .18rem;border-radius: 8px;cursor: pointer;display: block;}
.system-merchantServices .merchantServices_item .submit_btn{background-color: #0089d1;color: #ffffff;border: solid 1px #0089d1;margin-right: .3rem;}
.system-merchantServices .merchantServices_item .cancel_btn{border: solid 1px #00000010;color: #aaaaaa;}

/* 商家服务-已认证 */
.system-merchantServices .info_title{font-size: .22rem;color: #111111;margin-bottom: .4rem;}
.system-merchantServices .info_item{font-size: .18rem;margin-bottom: .3rem;color: #111111;}
.system-merchantServices .info_label,
.system-merchantServices .merchantServices_box .info_label{color: #555555;margin-right: .25rem;font-size: .18rem;width: 1.26rem;flex-shrink: 0;}
.system-merchantServices .info_item .fail_text text,
.system-merchantServices .info_item .expire_date{color: #f75e6d;}
.system-merchantServices .review_info{margin-bottom: .48rem;}
.system-merchantServices .info_item .license_img{padding: .12rem .25rem;}
.system-merchantServices .re-upload{position: absolute;bottom: 0;width: 100%;text-align: center;padding: .12rem 0;color: #555555;background-color: #ababab20;}
.system-merchantServices .info_item .info_btn{display: block;color: #fff;padding: .2rem .42rem;font-size: .18rem;background-color: #0089d1;border-radius: 8px;margin-right: .3rem;}
.system-merchantServices .expire_dialog,
.order_list .expire_dialog,
.system-invoices .expire_dialog{border-radius: .2rem;padding: .5rem 0 .6rem;background-image: url('../../cn/images/expire_dialog_bg.jpg');background-size: cover;background-position: bottom;}
.system-merchantServices .expire_dialog .expire_title,
.order_list .expire_dialog .expire_title,
.system-invoices .expire_dialog .expire_title{font-size: .24rem;text-align: center;margin-bottom: .14rem;}
.system-merchantServices .expire_dialog .expire_inner .expire_text,
.order_list .expire_dialog .expire_inner .expire_text,
.system-invoices .expire_dialog .expire_inner .expire_text{color: #555555;font-size: .18rem;text-align: center;margin-bottom: .6rem;}
.system-merchantServices .expire_dialog .expire_submit,
.order_list .expire_dialog .expire_submit,
.system-invoices .expire_dialog .expire_submit,
.invoiced_dialog .expire_submit,
.system-merchantServices .expire_dialog .expire_cancel,
.invoiced_dialog .expire_cancel,
.system-invoices .expire_dialog .expire_cancel,
.order_list .expire_dialog .expire_cancel{font-size: .18rem;padding: .2rem .42rem;border-radius: 8px;cursor: pointer;}
.system-merchantServices .expire_dialog .expire_submit,
.invoiced_dialog .expire_submit,
.system-invoices .expire_dialog .expire_submit,
.order_list .expire_dialog .expire_submit{color: #fff;background-color: #f8c301;border-radius: 1px solid #f8c301;margin-right: .3rem;}
.system-merchantServices .expire_dialog .expire_cancel,
.invoiced_dialog .expire_cancel,
.system-invoices .expire_dialog .expire_cancel,
.order_list .expire_dialog .expire_cancel{border: solid 1px #00000010;color: #aaaaaa;}

/* 热点发布 */
.system-hotspot .hot_icon{width: .16rem;height: .2rem;margin-right: .05rem;object-fit: contain;}
.system-hotspot .hot_btn{background-color: #0089d1;color: #ffffff;padding: .15rem .26rem;border-radius: 8px;display: block;}
.system-hotspot .system-box{padding: .3rem;}
.system-hotspot .state_btn{color: #555555;font-size: .16rem;border: solid 1px #00000010;border-radius: 6px;margin-right: .1rem;cursor: pointer;padding: .12rem .26rem;}
.system-hotspot .state_btn a{color: #000;}
.system-hotspot .state_btn:hover a{color: #0089d1;}
.system-hotspot .state_act{background-color: #0089d1;color: #fff;border: solid 1px #0089d1;padding: .12rem .26rem;}
.system-hotspot .hot_table{margin: .3rem 0 .5rem;max-height: 4.33rem;overflow-y: auto;}
.system-hotspot .hot_table .th{background-color: #f3f8fa;color: #555555;}
.system-hotspot .hot_table .table{width: 100%;text-align: center;}
.system-hotspot .hot_table .th th{padding: .26rem .2rem;font-size: .18rem;font-weight: normal;white-space: nowrap;}
.system-hotspot .hot_table .table td{margin: .2rem;color: #555555;font-size: .18rem;}
.system-hotspot .hot_table .title_th{text-align: left;width: 2.33rem;border-radius: .1rem 0 0 .1rem;}
.system-hotspot .hot_table .title_td{text-align: left;}
.system-hotspot .hot_table .data_tr{border-bottom: 1px solid #e9eef0;}
.system-hotspot .hot_table .operate_th{border-radius: 0 .1rem .1rem 0;}
.system-hotspot .hot_table .operate_td{flex-wrap: wrap;}
.system-hotspot .hot_table .operate_btn{font-size: .16rem;padding: .09rem .18rem;border-radius: 4px;cursor: pointer;white-space: nowrap;margin: .05rem .1rem .05rem 0;}
.system-hotspot .hot_table .select{background-color: #0089d110;color: #0089d1;display: block;}
.system-hotspot .hot_table .select a{color: #0089d1;}
.system-hotspot .hot_table .invoiced{background-color: #ababab60;color: #ffffff;}
.system-hotspot .hot_table .republish{background-color: #fef7de;color: #f8af01;display: block;}
.system-hotspot .hot_table .operate_btn:last-child{margin-right: 0;}
.system-hotspot .list_pagination .el-pager li.is-active{background-color: #f8c301;box-shadow: 2px 10px 21px 0px rgba(248, 195, 1, 0.18);border-radius: 4px;color: #ffffff !important;font-weight: normal;}
.system-hotspot .list_pagination .el-pager li:hover{color: #f8c301;}
.system-hotspot .list_pagination .el-pagination button:hover{color: #f8c301;}
.system-hotspot .list_pagination .el-pager li{font-size: .16rem;margin: 0 4px;}

/* 热点发布-表单 */
.system-hotspot-form .expiration_date{margin-bottom: .4rem;color: #0089d1;font-size: .16rem;}
.system-hotspot-form .system-box{padding: .52rem .5rem;}
.system-hotspot-form .hotspot_form .form_label{width: 1.08rem;margin-right: .42rem;color: #111111;font-size: .18rem;}
.system-hotspot-form .form_type_item{margin-bottom: .5rem;}
.system-hotspot-form .form_item{margin-bottom: .45rem;}
.system-hotspot-form .form_input{width: 7.5rem;}
.system-hotspot-form .form_input .el-input__wrapper{padding: .16rem .2rem;font-size: .18rem;border-radius: 8px;}
.system-hotspot-form .form_input .el-input__inner{color: #000000;height: 100%;line-height: normal;}
.system-hotspot-form .cover-uploader .default_uploader{width: 2.26rem;height: 3rem;border-radius: 8px;border: solid 1px #e5e5e5;margin-right: .2rem;text-align: center;color: #aaaaaa;font-size: .16rem;}
.system-hotspot-form .cover-uploader .default_uploader .default_icon{width: .5rem;height: .42rem;object-fit: contain;margin-bottom: .18rem;}
.system-hotspot-form .cover_box .standard{color: #aaaaaa;font-size: .14rem;cursor: pointer;}
.system-hotspot-form .cover_box .standard:hover{color: #0089d1;}
.system-hotspot-form .cover_box{width: 7.5rem;margin-bottom: .2rem;}
.system-hotspot-form .cover_box .preview{color: #0089d1;font-size: .16rem;cursor: pointer;}
.system-hotspot-form .cover_item .el-form-item__content,
.system-hotspot-form .content_item .el-form-item__content{align-items: flex-start;color: #aaaaaa;font-size: .16rem;}
.system-hotspot-form .cover_item .form_label,
.system-hotspot-form .content_item .form_label{margin-top: .1rem;}
.system-hotspot-form .cover_item .cover_box .cover{width: 2.26rem;height: 3rem;object-fit: cover;border-radius: 8px;margin-right: .2rem;}
.system-hotspot-form .coverDialog_img{margin-top: .2rem;}
.system-hotspot-form .hotspot_form .launch_box{width: 7.5rem;height: .5rem;border-radius: 8px;border: solid 1px #00000010;cursor: pointer;padding: .16rem .2rem;font-size: .18rem;color: #aaaaaa;position: relative;}
.system-hotspot-form .hotspot_form .launch_box .arrow_b{width: 12px;height: 7px;}
.system-hotspot-form .hotspot_form .launch_box .launch_type{position: absolute;top: .5rem;width: 7.5rem;background-color: #ffffff;box-shadow: 0px 0px .2rem 0px rgba(0, 0, 0, 0.2);border-radius: 8px;left: 0;overflow-y: auto;transition: all .3s ease-in-out;z-index: 1;}
.system-hotspot-form .hotspot_form .launch_box .type_wrap{padding: .3rem;flex-wrap: wrap;}
.system-hotspot-form .hotspot_form .launch_box .type_i{color: #333333;font-size: .18rem;padding: .15rem 0;text-align: center;width: calc(33.33% - .2rem);margin-right: .2rem;background-color: #f9f9f9;border-radius: 8px;margin-bottom: .15rem;}
.system-hotspot-form .hotspot_form .launch_box .type_i:nth-child(3n){margin-right: 0;}
.system-hotspot-form .hotspot_form .launch_box .type_act{background-color: #e6f3fb;color: #0089d1;}
.system-hotspot-form .hotspot_form .content_item .content_tip{margin-top: .2rem;line-height: .28rem;}
.system-hotspot-form .hotspot_form .content_item .content_tip text{color: #f75e6d;}
.system-hotspot-form .hotspot_form .line{width: 9rem;height: 1px;background-color: #333333;opacity: 0.1;}
.system-hotspot-form .hotspot_form .number_input .unit{color: #000000;margin-left: 0;}
.system-hotspot-form .hotspot_form .number_input .el-input-number__decrease, .system-hotspot-form .hotspot_form .number_input .el-input-number__increase{background-color: transparent;}
.system-hotspot-form .hotspot_form .number_input .el-input__inner{flex-grow: 0;width: fit-content;max-width: 42px !important;}
.system-hotspot-form .hotspot_form .upload-demo .upload_btn{color: #0089d1;padding: .16rem .64rem;background-color: #f7f7f7;border-radius: 8px;}
.system-hotspot-form .hotspot_form .download{font-size: .16rem;margin-left: .2rem;}
.system-hotspot-form .hotspot_form .download a{color: #555555;}
.system-hotspot-form .hotspot_form .download a:hover{color: #0089d1;}
.system-hotspot-form .hotspot_form .download .download_icon{width: .15rem;height: .14rem;margin-right: 4px;}
.system-hotspot-form .hotspot_form .download .download_tip{width: .18rem;height: .18rem;margin-left: 6px;cursor: pointer;}
.system-hotspot-form .hotspot_form .form_input_textarea{width: 7.5rem;}
.system-hotspot-form .hotspot_form .form_input_textarea .el-textarea__inner{font-size: .18rem;border-radius: 8px;border: solid 1px #00000010;box-shadow:none;resize: none;padding: .18rem .2rem;color: #000000;}
.system-hotspot-form .hotspot_form .el-textarea .el-input__count{right: .2rem;bottom: .18rem;}
.system-hotspot-form .hotspot_form .drag-upload .upload_inner{padding: .46rem .2rem 0;width: 7.28rem;}
.system-hotspot-form .hotspot_form .upload_top{text-align: center;margin-bottom: .86rem;}
.system-hotspot-form .hotspot_form .video_icon{width: .5rem;height: .44rem;margin-bottom: .2rem;}
.system-hotspot-form .hotspot_form .upload_tip{font-size: .18rem;color: #333333;margin-bottom: .1rem;}
.system-hotspot-form .hotspot_form .upload_tip1{color: #aaaaaa;font-size: .16rem;}
.system-hotspot-form .hotspot_form .upload_box{background-color: #f7f7f7;border-radius: 8px;padding: .28rem .20rem;margin-right: 6px;width: calc(25% - 4px);text-align: left;}
.system-hotspot-form .hotspot_form .upload_box:last-child{margin-right: 0;}
.system-hotspot-form .hotspot_form .upload_box .box_title{color: #333333;font-size: .16rem;margin-bottom: .14rem;}
.system-hotspot-form .hotspot_form .upload_box .box_text{color: #aaaaaa;font-size: .16rem;line-height: .24rem;}
.system-hotspot-form .standardt_dialog{padding: .6rem .5rem;border-radius: .2rem;}
.system-hotspot-form .standardt_dialog .dialog_title{text-align: center;color: #111111;font-size: .36rem;margin-bottom: .34rem;}
.system-hotspot-form .standardt_dialog .dialog_content .text1{font-size: .18rem;color: #555555;line-height: .3rem;margin-bottom: .4rem;}
.system-hotspot-form .standardt_dialog .dialog_content .title{font-size: .18rem;font-weight: bold;color: #111111;margin-bottom: .22rem;}
.system-hotspot-form .standardt_dialog .dialog_content .text{color: #555555;line-height: .3rem;font-size: .18rem;}
.system-hotspot-form .standardt_dialog .dialog_content .text_box{margin-bottom: .4rem;}
.system-hotspot-form .standardt_dialog .dialog_content .text_box:last-child{margin-bottom: 0;}
.system-hotspot-form .system-box{height: 80%;}
.system-hotspot-form .buttom_btn{margin-top: .2rem;text-align: center;}
.system-hotspot-form .buttom_btn .release{display: block;margin-right: .6rem;cursor: pointer;}
.system-hotspot-form .buttom_btn .release:last-child{margin-right: 0;}
.system-hotspot-form .buttom_btn .release .icon_box{width: .5rem;height: .5rem;border-radius: 100%;transition: all .3s ease-in-out;}
.system-hotspot-form .buttom_btn .release .icon_box .btn_icon{height: .2rem;width:.16rem;object-fit: contain;}
.system-hotspot-form .buttom_btn .btn_text{color: #555555;font-size: .16rem;margin-top: .1rem;}
.system-hotspot-form .system-title,
.system-hotspot-form .expiration_date{margin-bottom: .2rem;}
.system-hotspot-form .system-title{margin-top: .3rem;}
.system-hotspot-form .preview_dialog{background-color: transparent;box-shadow: none;text-align: center;}
.system-hotspot-form .preview_dialog .phone_img{width: 3.2rem;height: 6.5rem;margin: 0 auto;background: url('../images/phone.png') center no-repeat;background-size:contain;}
.system-hotspot-form .preview_dialog .el-dialog__headerbtn .el-dialog__close,
.system-merchantServices-select .video_dialog .el-dialog__headerbtn .el-dialog__close{color: #ffffff;font-size: .3rem;}
.system-hotspot-form .preview_dialog .phone_inner{width:91%;margin:0 auto;padding: 13.3% 0;height:100%;}
.system-hotspot-form .preview_dialog .phone_img .head{background-color:#fff;height:.3rem;width:100%;}
.system-hotspot-form .preview_dialog .phone_img .content{background-color: #f3f8fa;height:100.6%;overflow-y:auto;border-radius: 0 0 36px 36px;text-align:left;padding:10px;}
.system-hotspot-form .preview_dialog .phone_img .top{padding-bottom:10px;border-bottom:1px solid rgba(0, 0, 0, .1);}
.system-hotspot-form .preview_dialog .phone_img .top .title{color: #000;font-weight: bold;font-size: .16rem;}
.system-hotspot-form .preview_dialog .phone_img .top .date{font-size: .10rem;margin-top: .1rem;}
.system-hotspot-form .preview_dialog .phone_img .c_wrap{font-size: .12rem;padding: .1rem 0;}
.system-hotspot-form .preview_dialog .phone_img .content::-webkit-scrollbar{width: 3px;}
.system-hotspot-form .copyright_item p{line-height: .32rem;}


/* 热点发布-订单支付 */
.system-hotspot-order .expiration_date{font-size: .16rem;color: #0089d1;margin-bottom: .4rem;}
.system-hotspot-order .info_wrap{background-color: #f3f8fa;border-top: 2px solid #0089d1;padding: .4rem .5rem;margin-bottom: .3rem;}
.system-hotspot-order .info_wrap .order_amount{color: #555555;font-size: .16rem;}
.system-hotspot-order .info_wrap .order_amount text{color: #f75e6d;font-size: .32rem;}
.system-hotspot-order .info_wrap .success_icon{width: .5rem;height: .5rem;flex-shrink: 0;margin-right: .2rem;}
.system-hotspot-order .info_wrap .info_box .title{color: #0089d1;font-size: .2rem;margin: .05rem 0 .2rem;}
.system-hotspot-order .info_wrap .info_box .pay_tip{color: #555555;font-size: .16rem;margin-bottom: .3rem;}
.system-hotspot-order .info_wrap .info_box .pay_tip text{color: #f75e6d;}
.system-hotspot-order .info_wrap .info_box .text{color: #555555;font-size: .16rem;line-height: .3rem;}
.system-hotspot-order .pay_wrap .pay_tabs .tab{padding: .14rem .54rem;background-color: #f7f7f7;border-width: 1px 1px 0 1px;border-color: #e5e5e5;border-style: solid;font-size: .18rem;cursor: pointer;}
.system-hotspot-order .pay_wrap .pay_tabs .tab_act1,
.system-hotspot-order .pay_wrap .pay_tabs .tab_act2{color: #0089d1;background-color: #ffffff;position: relative;}
.system-hotspot-order .pay_wrap .pay_tabs .tab_act1{border-right: 0;}
.system-hotspot-order .pay_wrap .pay_tabs .tab_act2{border-left: 0;}
.system-hotspot-order .pay_wrap .pay_tabs .tab_act1::after,
.system-hotspot-order .pay_wrap .pay_tabs .tab_act2::after{content: '';position: absolute;width: 100%;height: 1px;background-color: #fff;left: 0;bottom: -1px;}
.system-hotspot-order .pay_wrap .pay_box{border: solid 1px #e5e5e5;padding: .38rem;margin-bottom: .3rem;}
.system-hotspot-order .pay_wrap .pay_box .wx_icon{width: .36rem;height: .3rem;margin-right: .1rem;}
.system-hotspot-order .pay_wrap .pay_box .pay_inner{color: #555555;font-size: .16rem;}
.system-hotspot-order .pay_wrap .pay_box .wx_pay_tip{color: #f75e6d;margin-left: .1rem;}
.system-hotspot-order .pay_wrap .pay_box .transfer{margin-bottom: .1rem;}
.system-hotspot-order .pay_wrap .pay_box .transfer:last-child{margin-bottom: 0;}
.system-hotspot-order .pay_wrap .pay_btn{font-size: .18rem;padding: .10rem .3rem;width: fit-content;background-color: #0089d1;color: #ffffff;cursor: pointer;}
.system-hotspot-order .wxPay_dialog{border-radius: .2rem;background: linear-gradient(to bottom, #eff8fd 20%, #ffffff);padding: .5rem 0;}
.system-hotspot-order .wxPay_dialog .dialog_title{text-align: center;color: #111111;font-size: .32rem;margin-bottom: .5rem;}
.system-hotspot-order .wxPay_dialog .inner_top{padding: 0 .78rem .4rem;}
.system-hotspot-order .wxPay_dialog .phone_icon{width: 2rem;}
.system-hotspot-order .wxPay_dialog .pay_code{width: 1.5rem;height: 1.5rem;margin-bottom: .4rem;}
.system-hotspot-order .wxPay_dialog .scan_icon{width: .46rem;height: .46rem;margin-right: .2rem;}
.system-hotspot-order .wxPay_dialog .pay_data{text-align: center;font-size: .18rem;color: #555555;}
.system-hotspot-order .wxPay_dialog .pay_data text{color: #15ba11;}
.system-hotspot-order .wxPay_dialog .inner_bottom{border-top: 1px solid #00000010;padding-top: .4rem;font-size: .18rem;}
.system-hotspot-order .wxPay_dialog .pay_success{background-color: #0089d1;display: block;color: #ffffff;padding: .16rem .46rem;margin-right: .2rem;}
.system-hotspot-order .wxPay_dialog .replace_pay{padding: .16rem .46rem;border: solid 1px #e5e5e5;cursor: pointer;}

/* 热点发布-查看 */
.system-merchantServices-select .cover_img{width: 2.26rem;height: 3rem;object-fit: cover;border-radius: 8px;}
.system-merchantServices-select .pictures_info{border-radius: 8px;background-color: #f7f7f7;padding: .3rem .48rem;max-width: 7.5rem;}
.system-merchantServices-select .pictures_info .text{font-size: .18rem;line-height: .32rem;margin-bottom: .2rem;}
.system-merchantServices-select .pictures_info .info_img{width: 100%;height: 100%;border-radius: .3rem;}
.system-merchantServices-select .return{color: #fff;padding: .22rem .42rem;background-color: #0089d1;border-radius: 8px;margin-right: .3rem;}
.system-merchantServices-select .video_info{flex-wrap: wrap;width: 8.6rem;}
.system-merchantServices-select .video_info .video_i{width: calc(25% - .2rem);text-align: center;font-size: .18rem;margin-bottom: .3rem;cursor: pointer;margin-right: .2rem;}
.system-merchantServices-select .video_info .video_cover{width: 100%;height: 1.5rem;margin-right: .2rem;object-fit: cover;}
.system-merchantServices-select .video_info .video_cover:nth-child(4n){margin-right: 0;}
.system-merchantServices-select .video_info .video_cover_box{position: relative;border-radius: 8px;overflow: hidden;margin-bottom: .14rem;}
.system-merchantServices-select .video_info .mask{width: 100%;height: 100%;background-color: #00000030;top: 0;position: absolute;left: 0;}
.system-merchantServices-select .video_info .play_icon{width: .42rem;height: .42rem;}
.system-merchantServices-select .video_dialog{background-color: transparent;text-align: center;box-shadow: none;}
.system-merchantServices-select .video_dialog .video{width: 6.7rem;height: 100%;}
.system-merchantServices-select .info_box{max-width: 6.9rem;text-align: justify;}
.system-merchantServices-select .music_info{max-width: 6.9rem;width: 100%;}
.system-merchantServices-select .music_info .music_i{background-color: #f7f7f7;border-radius: 8px;padding: .34rem .3rem;width: 100%;margin-bottom: .1rem;font-size: .18rem;}
.system-merchantServices-select .music_info .music_i .music_play_icon{width: .42rem;height: .42rem;cursor: pointer;}
.system-merchantServices-select .music_info .music_i .time{font-size: .16rem;color: #aaaaaa;margin-top: .1rem;}

.system-hotspot .permission_dialog{text-align: center;background: linear-gradient(to top, #eff8fd 10%, #ffffff);border-radius: .2rem;}
.system-hotspot .permission_dialog .dialog_inner{font-size: .22rem;color: #111111;line-height: .36rem;padding: .2rem 0 .5rem;}
.system-hotspot .permission_dialog .dialog_inner .dialog_btn{color: #fff;background-color: #0089d1;border-radius: 8px;padding: .2rem .34rem;cursor: pointer;width: fit-content;margin-top: .48rem;}

.system-hotspot-form .hotspot_form .area_cascader{width: 7.5rem;}
.system-hotspot-form .hotspot_form .area_cascader .el-input__wrapper{padding: .16rem .2rem;font-size: .18rem;border-radius: 8px;}
.system-hotspot-form .hotspot_form .area_cascader .el-input__inner{height: 100%;}

.system-hotspot-form .life_form .cover_item .cover_box .cover,
.system-hotspot-form .life_form .cover-uploader .default_uploader{width: 2.4rem;height: 2.4rem;}

.order_list .hot_table{margin-top: 0;}
.order_list .invoiced_dialog,
.system-invoices .invoiced_dialog{border-radius: .2rem;padding: .5rem .7rem;}
.order_list .invoiced_dialog .invoiced_title,
.system-invoices .invoiced_dialog .invoiced_title{text-align: center;font-size: .24rem;margin-bottom: .5rem;}
.order_list .invoiced_dialog .invoiced_form .form_label,
.system-invoices .invoiced_dialog .invoiced_form .form_label{font-size: .18rem;margin-right: .25rem;flex-shrink: 0;width: .9rem;text-align: end;}
.order_list .invoiced_dialog .invoiced_form .form_select{width: 4.6rem;}
.order_list .invoiced_dialog .invoiced_form .form_select .el-select__wrapper{padding: .2rem .3rem;font-size: .18rem;color: #111111;box-shadow: none;border: solid 1px #e5e5e5;}
.order_list .invoiced_dialog .invoiced_form .form-item,
.system-invoices .invoiced_dialog .invoiced_form .form-item{margin-bottom: .3rem;}
.order_list .invoiced_dialog .invoiced_form .form_input,
.system-invoices .invoiced_dialog .invoiced_form .form_input{width: 4.6rem;}
.order_list .invoiced_dialog .invoiced_form .form_input .el-input__wrapper,
.system-invoices .invoiced_dialog .invoiced_form .form_input .el-input__wrapper{padding: .15rem .3rem;font-size: .18rem;color: #111111;box-shadow: none;border: solid 1px #e5e5e5;}
.order_list .invoiced_dialog .invoiced_form .form_input .el-input__inner,
.system-invoices  .invoiced_dialog .invoiced_form .form_input .el-input__inner{height: 100%;}

.system-invoices .add_info{color: #0089d1;font-size: .16rem;border: solid 1px #0089d1;border-radius: 6px;padding: .12rem .22rem;width: fit-content;cursor: pointer;}
.system-invoices .invoices_info{padding-top: .5rem;border-top: 1px solid #e9eef0;margin-top: .3rem;flex-wrap: wrap;}
.system-invoices .invoices_info .invoices_i{border-radius: 10px;border: solid 1px #e5e5e5;padding: .3rem;width: 49%;margin-bottom: .2rem;}
.system-invoices .invoices_info .invoices_i:hover{background-color: #f3f8fa;}
.system-invoices .invoices_info .invoices_i .title{font-size: .20rem;margin-bottom: .2rem;}
.system-invoices .invoices_info .invoices_i .default{color: #0089d1;font-size: .16rem;padding: 4px;background-color: #0089d110;border-radius: 5px;margin-left: .14rem;}
.system-invoices .invoices_info .invoices_i .Tax_ID{color: #555555;font-size: .18rem;}
.system-invoices .invoices_info .invoices_i .icon_btn{width: .24rem;height: .24rem;object-fit: contain;cursor: pointer;}
.system-invoices .invoices_info .invoices_i .icon_btn:last-child{margin-left: .3rem;}

/* 退出登录 */
.log_out{position: absolute;width: 100vw;height: 100vh;top: 0;left: 0;background-color: #00000050;display: none;z-index: 1;}
.log_out .logout_box{width: 4.78rem;border-radius: .2rem;padding: .5rem 0 .6rem;background-image: url('../../cn/images/expire_dialog_bg.jpg');background-size: cover;background-position: bottom;color: #000000;text-align: center;}
.log_out .logout_box .logout_title{font-size: .28rem;margin-bottom: .3rem;}
.log_out .logout_box .logout_text{font-size: .18rem;margin-bottom: .14rem;color: #555555;}
.log_out .logout_box .logout_btn{font-size: .18rem;padding: .16rem .36rem;border-radius: 8px;margin-top: .3rem;cursor: pointer;display: block;}
.log_out .logout_box .logout_btn:first-child{background-color: #f8c301;color: #fff;margin-right: .5rem;}
.log_out .logout_box .logout_btn:last-child{border: 1px solid #dddddd;color: #555555;}


/* 悬浮框 */
.float{position: fixed;right: .25rem;z-index: 10;bottom: 10%;background-color: #0089d1;color: #fff;text-align: center;padding: .2rem .1rem;border-radius: 30px;cursor: pointer;}
.float .float_inner{width: .3rem;}
.float .float_img{width: .25rem;height: .25rem;object-fit: contain;}
.float .float_c{position: absolute;visibility: hidden;right: .65rem;top: 50%;transform: translateY(-50%);transition: all 0.3s ease-in-out;color: #000;background-color: #ffffff;white-space: nowrap;box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);padding: .3rem;border-radius: .1rem;width: max-content;}
.float .float_c .icon{width: .3rem;height: .3rem;margin-right: .1rem;}
.float .float_c .float_i{margin-bottom: .2rem;text-align: left;color: #000;}
.float .float_c .float_i:last-child{margin-bottom: 0;}
.float .float_c .float_i .text{color: #aaaaaa;margin-top: .05rem;font-size: .14rem;}
.float .float_c::after{content: "";position: absolute;top:50%;right: -20px;width:0;height:0;border-top: .1rem solid transparent;border-bottom: .1rem solid transparent;border-left: .1rem solid rgb(255, 255, 255);border-right: .1rem solid transparent;transform: translateY(-50%);}
.float .float_c .icon2{margin: 0 0 0 .1rem;}
.float .float_c .wrap{width: 100%;}




@media (max-width:1370px) {
    .gw_footer .gw_foot_left .ul{justify-content: center;}
    .gw_footer .gw_foot_left .gw_foot_copy{justify-content: center;}
    .gw_footer .gw_foot_right{justify-content: center;margin-top: .3rem;}
    .gw_contact .gw_contact_wrap .gw_customer_box{padding: .32rem .2rem .19rem;}
    .system-left .left_top{padding-bottom: .2rem;}
    .system-left .left-menu{padding-top: .2rem;}
    .system-left .nav{padding: .15rem 0;}
    .system-left{padding: 0 .2rem 0 0;}
    .system-left .left_avatar{margin-bottom: .1rem;}
    .system-left .left_name{margin-bottom: .1rem;}
}

@media (max-width:1230px) {
    .gw_contact .gw_contact_inner .gw_contact_box{margin-bottom: .3rem;}
    .gw_contact .gw_contact_inner .gw_contact_box:last-child{margin-bottom: 0;}
    .gw_contact .gw_contact_wrap{display: block;}
}

@media (max-width:1024px) {
    .gw_cooperate .gw_cooperate_inner .cooperate_img{margin-right: 0;margin-bottom: .3rem;width: 100%;}
}
