/* CSS Document */
.help-content{padding:20px 0;}
.help-wrap{/*background:#fff;*/ /*border:1px solid #e5e5e5;*/}
.help-wrap .menu-sub{/*width:180px;*/ padding:20px; box-sizing:border-box; text-align:center; margin-top:40px;}
.help-wrap .menu-sub ul{display:flex;justify-content:center;}
.help-wrap .menu-sub ul li{border-right:1px solid #000;display:flex;justify-content:center;align-items:center;}
.help-wrap .menu-sub ul li:last-child{border:none;}
.help-wrap .menu-sub ul li a{width:106px; line-height:40px; margin:5px 20px; font-size:16px; color:#333; font-weight:bold; text-align:center; display:block;line-height:1.3;}
.help-wrap .menu-sub ul li em{display:none;}
.help-wrap .menu-sub ul li a:hover,.help-wrap .menu-sub ul .current a,.help-wrap .menu-sub ul .current a:hover{color:#5462FF;font-size:20px;}

.help-wrap .area-main{/*width:1020px;*/ min-height:400px; /*padding:20px 20px 20px 30px;*/ font-size:14px; color:#000; margin:0 auto;  box-sizing:border-box;}
.help-wrap .area-main ol li{list-style-type:decimal; line-height:24px; margin-left:20px; padding:15px 10px;}
.help-wrap .area-main h2{font:26px/1.5 "Microsoft YaHei"; color:#5462FF; font-weight:600; padding:20px;}
.help-wrap .area-main p{padding:10px 0; line-height:24px;}
.help-wrap .area-main h3{margin-top:30px; color:#000; font-size:14px; font-weight:bold; cursor:pointer;}
.help-wrap .area-main .child,#faqs p{font-size:14px;}
.help-wrap .area-main ul.child li{line-height:24px; background:url(../images/list_dot.png) no-repeat 0 -52px; padding:10px 0 10px 15px; list-style-type:none; margin:0;}
.help-wrap .area-main ol.child li{padding:10px 0 10px 10px;}
.help-wrap .area-main h4{color:#000; padding:40px 0 10px}
.help-wrap .area-main h4 a{color:#f7b52c;}
.help-wrap .area-main .answer{display:none; margin:0 20px;}
.help-wrap .area-main .answer a{text-decoration:underline; color:#3d78b0;}
.help-wrap .area-main .answer a:hover{color:#d3b797;}
.help-wrap .area-main .answer p,.help-wrap .area-main .answer .child li{color:#000;}

.help-content .help-wrap .area-main .lang-cn{background:#fff; border:1px solid #e5e5e5; padding:20px; box-shadow:1px 6px 10px 2px #d3d3d3; border-radius:10px;}
.help-content .help-wrap .area-main .lang-en{background:#fff; border:1px solid #e5e5e5; padding:20px; box-shadow:1px 6px 10px 2px #d3d3d3; border-radius:10px; margin:10px auto;}
.help-content .help-wrap .area-main .lang-tl{background:#fff; border:1px solid #e5e5e5; padding:20px; box-shadow:1px 6px 10px 2px #d3d3d3; border-radius:10px; margin:10px auto;}

#faqs h3{margin-top:10px; padding-left:10px; color:#000; height:34px; line-height:34px;}
#faqs h3.current,#faqs h3.current:hover,#faqs h3:hover{color:#5462FF;}

/* 联系我们 */
.contact-wrap ul li{margin:15px 0;}
.contact-wrap ul li i{background:url(../images/contact.png) no-repeat; width:60px; height:60px; float:left;}
.contact-wrap ul .online-chat i{/*background-position:0 3px;*/ background:url(../images/online_chat_icon.png) no-repeat; background-size:85% 83%;}
.contact-wrap ul .tel i{background-position:0 -100px;}
.contact-wrap ul .email i{/*background-position:0 -207px;*/ background:url(../images/mail_icon.png) no-repeat; background-size:91% 63%;}
.contact-wrap ul li div{margin-left:74px;}
.help-wrap .contact-wrap ul li div h4{font:20px/1 "Microsoft YaHei"; color:#5462FF; padding:0; font-weight:600;}
.contact-wrap ul li p{text-indent:0;}
.contact-wrap ul .online-chat a{background:#cfe7ff; height:41px; text-align:center; display:block; width:135px; color:#5462FF; font:16px/30px"Microsoft YaHei"; cursor:pointer; border:1px solid #5462FF; border-radius:8px; box-shadow:inset 0px 0px 0px 2px white; line-height:40px;}
.contact-wrap ul .online-chat a:hover{background:linear-gradient(#6897FF, #586FFF); box-shadow:none; color:#fff;}
.contact-wrap ul .email a{color:#3d78b0; text-decoration:underline; font-size:16px;}
.contact-wrap ul .email a:hover{color:#d3b797;}