*{ margin: 0; padding: 0;}
*:focus{ outline:none;}
body{
    font-size: 12px;
	line-height: 1.33!important;
    font-family: "Microsoft Yahei","微软雅黑",Verdana,Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei","Helvetica Neue",sans-serif;
    color: #333;
    background-color: #f4f5f6 !important;
}


ul, li, form, p{
    list-style-type: none;
}
i,em,h1,h2,h3,h4,h5,h6{
    font-style: normal;
    font-weight: normal;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    text-decoration:none;
}
img{
    max-width: 100%;
}
input{
    border: none;
}
.newIcon{
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.ck-content ul, .ck-content li, .ck-content form, .ck-content p{
    list-style-type: unset;
}
.ck-content i, .ck-content em{
    font-style: italic;
}
.ck-content h1,.ck-content h2,.ck-content h3,.ck-content h4,.ck-content h5,.ck-content h6{
    font-weight: bold;
}
.price{ color: #c00; font-family: 'Georgia';}
.mainColor{ color: #c00 !important;}
.mainBgColor{ background-color: #c00; color: #fff;}
.window_width{ width: 1200px; margin: 0 auto;}
/* 箭头 */
.arrow:after{ content:''; width:0; height: 0; border-width: 5px; border-bottom: 1px; border-color: #ccc transparent transparent; border-style: solid dashed dashed; position: absolute; top: 50%; right: 5px; transition: transform .3s; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform-origin: 50% 25%; -webkit-transform-origin: 50% 25%; -moz-transform-origin: 50% 25%; -ms-transform-origin: 50% 1px; -o-transform-origin: 50% 1px;}
.arrow:hover:after{ transform: rotate(180deg);}
/* 复选框 */
#checkbox{ width: 15px; height: 15px; border: 1px solid #ccc; border-radius: 2px; position: relative; display: inline-block;}
#checkbox span{ font-size: 16px; color: #c00; position: absolute; left: 0; bottom: 0; display: none; width: auto; height: auto; line-height: 1;}

/* 购买页已选端口 */
.order_choose{ background: #f2f2f2 !important; color: #b6b6b6 !important; border-color: #eb9999 !important;}

/* 隐藏旧悬浮按钮 */
.new_createDesign{ text-align: center; position: fixed; right: 0; top: 60%; z-index:2147483647; width: 120px;}
.new_createDesign div p {margin: 0 auto 20px; border-radius: 50%;}
.new_createDesign div p.plan_btn { display: block; background: #c00; width: 75px; height: 75px; line-height: 1.2; position: relative;}
.new_createDesign div p.process_btn{ display: block; background: rgba(0,0,0,0.8); width: 60px; height: 60px; line-height: 1.2;}
.new_createDesign div p.plan_btn font{ display: block; background: #f30; width: 85px; height: 85px; border-radius: 50%; content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.new_createDesign div a { color: #fff; display: block; position: absolute;}
.new_createDesign div p.plan_btn a{ font-size: 16px; width: 45px; margin: 18px 0 0 15px;}
.new_createDesign div p.process_btn a{ font-size: 12px; width: 30px; margin: 15px 0 0 15px;}
.new_createDesign div p.plan_btn font{ animation:myicon01 1.4s linear infinite alternate; -moz-animation:myicon01 1.4s linear infinite normal;}
@keyframes myicon01 {
    0%   { width: 0px; height: 0px; opacity:0;}
    100% { height: 85px; height: 85px; opacity:0.5;}
}

@-moz-keyframes myicon01 {
    0%   { width: 0px; height: 0px; opacity:0;}
    100% { height: 85px; height: 85px; opacity:0.5;}
}

@-webkit-keyframes myicon01 {
    0%   { width: 0px; height: 0px; opacity:0;}
    100% { height: 85px; height: 85px; opacity:0.5;}
}

@-o-keyframes myicon01 {
    0%   { width: 0px; height: 0px; opacity:0;}
    100% { height: 85px; height: 85px; opacity:0.5;}
}

@media screen and (max-width: 1200px){
    .meal_box .left_box{ width: 200px;}
    .meal_box .right_box{ width: calc(100% - 200px);}
    .meal_box .right_box .price_div .price{ font-size: 20px;}
}

@media screen and (max-width: 1200px){
    .meal_box .left_box{ width: 200px;}
    .meal_box .right_box{ width: calc(100% - 200px);}
    .meal_box .right_box .price_div .price{ font-size: 20px;}
}

#fixed_button{ position: fixed; right: 10px; top: 250px; width: 64px; z-index: 9999999;}
#fixed_button *{ box-sizing: border-box;}
#fixed_button li{ width: 64px; height: 64px; margin: 5px 0;}
#fixed_button .free{ overflow: hidden; background: #c00; }
#fixed_button .free.animate_div{ animation: animate_div 1s linear infinite; animation-iteration-count: 1;}
#fixed_button .free a{ color: #fff; font-size: 16px; width: 100%; height: 100%; line-height: 1.5; padding: 7px 10px 0; position: relative; z-index: 2;}
#fixed_button .animate_div i{ opacity: 0; animation: animate_text .5s linear infinite; animation-iteration-count: 1; animation-fill-mode: forwards;}
#fixed_button .animate_div i:first-of-type{ animation-delay: 1s; }
#fixed_button .animate_div i:nth-of-type(2){ animation-delay: 1.5s; }
#fixed_button .animate_div i:nth-of-type(3){ animation-delay: 2s; }
#fixed_button .animate_div i:last-of-type{ animation-delay: 2.5s; }


#activity_icon {
    position: fixed;
    right: 16px;
    z-index: 300;
    bottom: 60px;
}
#activity_icon .close{text-align: right}
#activity_icon .close a{   font-size: 16px;
    line-height: 16px;
    background-color: #999;
    text-align: center;
}

@keyframes animate_div{
    0%{
        transform: scale(0); opacity: 0;
    }
    25%{
        transform: scale(.7); opacity: .2;
    }
    50%{
        transform: scale(1); opacity: .5;
    }
    75%{
        transform: scale(.8); opacity: .7;
    }
    100%{
        transform: scale(1); opacity: 1;
    }
}

@keyframes animate_text{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

#fixed_button a{ display: block; text-align: center; color: #333;}
#fixed_button .item{ border: 1px solid #f0f0f0; background: #fff; position: relative; z-index: 1;}
#fixed_button .item div.icon{ background-repeat: no-repeat; width: 32px; height: 32px; margin: 5px auto 0; transition: all .3s;}
#fixed_button .item p{ margin-top: 3px; font-size: 12px;}
#fixed_button .icon{ background-position: center 0;}
#fixed_button .kefu_icon{ background-image: url(/images/newpc/web_kefu_icon.png);}
#fixed_button .order_icon{ background-image: url(/images/newpc/web_order_icon.png);}
#fixed_button .box_icon{ background-position: center; background-image: url(/images/newpc/box_icon.png);}
#fixed_button .mul_icon{ background-image: url(/images/newpc/mul_icon.png);}
#fixed_button .websit_icon{ background-image: url(/images/newpc/website_icon.png);}
#fixed_button .item .gotop_icon{ background-image: url(/images/newpc/web_top_icon.png); margin: 15px auto 0!important;}
#fixed_button .item .online_icon{ background-image: url(/images/newpc/online_contact_icon.png);}
#fixed_button .item .online_service_icon{ background-image: url(/images/newpc/online_service_icon.png);}
#fixed_button .item:hover .icon{ background-position: center -32px;}
#fixed_button .item:hover{ border: 1px solid #c00;}
#fixed_button .item.box{ border: 1px solid #c00;}
#fixed_button .item.box:hover{ background: #dd0000;}
#fixed_button .box{ color: #fff; background: #c00;}
#fixed_button .item:hover a{ color: #c00;}
#fixed_button .item:hover .box_icon{ background-position: center;}
#fixed_button .item.box a{ color: #fff;}
#fixed_button .box:hover a{ color: #fff;}
#fixed_button #go_top{ display: none;}
#fixed_button .item.online>img{ display: none; position: absolute; right: calc(100% + 6px); bottom: 0; max-width: unset; border: 1px solid #f0f0f0; z-index: 1;}
#fixed_button .item.online p{ line-height: 1; text-indent: 0;}
#fixed_button .item.online:hover img{ display: block;}

#fixed_button .wx_service{display: none; width: 350px;background: #fff;position: absolute;right: calc(100% + 6px);bottom: 0;z-index: 1;}
#fixed_button .wx_service .left_view{display: inline-block;float: left;text-align: left;}
#fixed_button .wx_service .right_view{display: inline-block;float: left;}
#fixed_button .wx_service .top_view{background: #c00;overflow: hidden;padding:12px 16px;}
#fixed_button .wx_service .top_view .portrait{width: 42px;height: 42px;border-radius: 100%;background: #fff;}
#fixed_button .wx_service .top_view .right_view{padding-left:10px;text-align: center;}
#fixed_button .wx_service .top_view .title_text {color: #fff;font-size: 20px;font-weight: bold; display: block;}
#fixed_button .wx_service .top_view .tip_text {color: #fff;font-size: 12px;display: block;}
#fixed_button .wx_service .content_view{padding: 12px 16px;overflow: hidden;border: 1px solid #999;border-top: 0;box-sizing: border-box;}
#fixed_button .wx_service .content_view .case_cont span{display: block;font-weight: bold;line-height: 30px;}
#fixed_button .wx_service .content_view .code_img{float: right; width: 120px;height: 120px;}
/* 商桥 */
#newBridge .icon-left-center{display: none; left: unset !important; right: 80px !important; top: 250px !important; margin-top: 0 !important;}
/* 正文标题框架 */
.clr{ clear: both;}
.section{ padding: 60px 0; text-align: center; clear: both;}
.section .section_title{ font-size: 32px; color: #222222; line-height: 1;}
.section .section_sub_title{ font-size: 16px; color: #666; margin-top: 16px;}
.section .section_div{ margin-top: 40px;}

@media screen and (max-width:768px) {
    .section{ padding: 30px 0;}
    .section .section_title{ font-size: 20px;}
    .section .section_sub_title{ font-size: 12px;}
}
/* 复制区域 */
#copyText{ display: none;}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff  inset !important;
    background-color:#fff;
    background-image: none;
}

#Dialog{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 200; left: 0; top: 0;}
#Dialog *{ box-sizing: border-box;}
#Dialog .box{ width: 900px; overflow: hidden; box-shadow: 0px 0px 10px rgba(0,0,0,.2); background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
#Dialog .dialog_title{ font-size: 20px; line-height: 60px; height: 60px; color: #fff; background: #ececec; padding-left: 10px; color: #333;}
#Dialog .dialog_title .icon-success{ color: #19be6b; font-size: 25px; float: left; margin-right: 5px;}
#Dialog .dialog_title .close{ float: right; padding: 0 20px; cursor: pointer; transition: transform .3s;}
#Dialog .dialog_title .close:hover{ transform: rotate(180deg);}
#Dialog .box_content{ padding: 30px;}
/* 注册成功弹窗内容 */
#Dialog .box_content p a{color: #2d8cf0;}
#Dialog .box_content{ text-align: center;}
#Dialog .tip{ border: 1px solid #ccc; height: 50px; line-height: 50px; margin: 0 auto 15px; width: 350px;}
#Dialog .get_data{ color: #c00; font-weight: bold; display: inline-block; margin: 0 10px;}
#Dialog .get_data span{ color: #333; font-weight: normal;}
#Dialog .box_content .btn{ width: 200px; height: 45px; font-size: 14px; line-height: 43px; background: #c00; color: #fff; display: inline-block; border-radius: 5px; margin: 0 10px;}
#Dialog .box_content p{ margin-bottom: 14px;}
#Dialog .box_content .get_data{ margin-bottom: 14px;}
#Dialog .box_content .get_coupon{ margin-bottom: 30px;}
#Dialog .box_content .get_coupon p{ margin-bottom: 8px;font-size: 14px;color: #666;}
#Dialog .box_content .get_coupon .coupon_num{color: #c00;}

#Dialog .is_agents .get_coupon{display: none;} 
#Dialog .is_agents p{ margin-bottom: 30px;}
#Dialog .is_agents .get_data{ margin-bottom: 30px;}


#Dialog .box_content::-webkit-scrollbar,.domain_list::-webkit-scrollbar{/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    scrollbar-arrow-color:red;

}
#Dialog .box_content::-webkit-scrollbar-thumb,.domain_list::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #c00;
    scrollbar-arrow-color:red;
}
#Dialog .box_content::-webkit-scrollbar-track,.domain_list::-webkit-scrollbar-track{/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

/* 二级菜单 */
.menu_div *{ box-sizing: border-box;}
.menu_div .redfont{ color: #c00;}
.menu_div.section{ position: relative; z-index: 2; box-sizing: border-box; padding: 0; background: #fff; box-shadow: 0px -10px 15px rgba(0,0,0,.1); overflow: visible; height: 60px !important; border-bottom: 1px solid #ececec;}
.menu_div .section_div{ margin: 0; height: 100%;}
.menu_div .window_width{ height: 100%;}
.menu_div .menu_list{ height: 60px;}
.menu_div .item{ float: left; position: relative; cursor: pointer; margin: 0 40px 0 10px;}
.menu_div .item.arrow{ padding-right: 20px;}
.menu_div .item a{ font-size: 14px; color: #222; height: 60px; line-height: 60px; margin-right: 0; float: none; display: block;}
.menu_div .item:hover .a_item,.menu_div .sub_menu li:hover .sub_aitem,.menu_div .three_menu li:hover a{ color: #c00;}
.menu_div .item ul{ display: none;  position: absolute; width: 170px; padding: 5px 0; text-align: center; z-index: 2; left: -10px; top: 100%; background: #fff; box-shadow: 0px 0px 5px rgba(0,0,0,.2);}
.menu_div .item ul a{ height: 40px; line-height: 40px; display: block; padding-left: 10px;}
.menu_div .item:hover .sub_menu{ display: block;}
.menu_div .item:hover:after{ border-top-color: #c00;}
.menu_div .item .three_menu{ display: none; left: 100%; top: 0px; text-align: left;}
.menu_div .sub_menu li{ position: relative; text-align: left;}
.menu_div .sub_menu li:hover>a{ color: #c00;}
.menu_div .sub_menu li:hover .three_menu{ display: block;}
.menu_div .sub_menu i{width: 0; height: 0; border: 5px solid transparent; border-left-color: #ddd; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menu_div .sub_menu li:hover i{ border-left-color: #c00;}
.menu_div .last{ font-size: 14px; float: right; height: 60px; line-height: 60px; margin-right: 10px;}
.menu_div .last:hover a:last-of-type{ color: #fff;}
.menu_div .last a:last-of-type{  display: inline-block; width: 68px; height: 28px; line-height: 28px; text-align: center; background: #c00; color: #fff;}
.menu_div .last a:last-of-type:hover{ color: #fff !important;}
.menu_div.fixed{ position: fixed; left: 0; top: 25px; width: 100%; z-index: 100;}
@media screen and (min-width: 1200px) {
    .menu_div.section{ display: block !important;}
}
@media screen and (max-width: 768px) {
    .menu_div.section{ display: none;}
}

/* 通用弹窗样式 */
#show_tip{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 999999; }
#show_tip .relative{ position: relative; width: 100%; height: 100%;}
#show_tip .relative>div{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 999;}
#show_tip .box{ display: none; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); width: 300px;}
#show_tip .title_div{ height: 50px; line-height: 49px; font-size: 16px; padding-left: 15px; text-align: left;}
#show_tip .title_div span{ display: inline-block; vertical-align: middle;}
#show_tip .title_div span i{ margin-right: 5px; vertical-align: middle;}
#show_tip .title_div span i.icon-success{ color: #19be6b;}
#show_tip .title_div span .icon-tip.normal{ color: #2d8cf0;}
#show_tip .title_div span .icon-tip.warning{ color: #f90;}
#show_tip .title_div span i.icon-error{ color: #ed4014;}
#show_tip .title_div .close{ float: right; color: #999; display: block; width: 50px; height: 50px; line-height: 50px; text-align: center; font-family: 'SimHei','黑体'; font-size: 14px;}
#show_tip .title_div .close:hover{ color: #333; cursor: pointer;}
#show_tip .content{ padding: 15px; color: #666; font-size: 14px; text-align: left;}
#show_tip .dialog_btn{ text-align: right; padding: 10px 15px;}
#show_tip .dialog_btn span{ width: 60px; height: 32px; line-height: 32px; background: #c00; color: #fff; display: inline-block; text-align: center; font-size: 14px; cursor: pointer;margin-left: 10px;}
#show_tip .dialog_btn span:hover{ background: rgba(204,0,0,.7);}

/* 页面禁止滚动 */
.unscroll{ height: 100%; overflow: hidden;}


/* 旧页面样式修复与兼容 */
.webappSpecial_white{ overflow: hidden;}
/* 代理兼容 */
#v8_Top{ position: relative; z-index: 100;}
#v8Top{ position: relative; z-index: 100;}
#v8_top .tab ul{overflow: hidden;}

/*直播*/
#live_box{ position: fixed; left: 50%; top: 50%; z-index: 9999999; width: 800px; height: 640px; margin: -320px 0 0 -400px;}
#live_box .box{ position: relative;}
#live_box .close{ cursor: pointer; position: absolute; right: 0; top: 0; z-index: 1; color: #fff; font-size: 18px; width: 50px; height: 50px; text-align: center; line-height: 50px;}

#live_box.small_box{ width: 100px; height: auto; left: unset; top: unset; right: 20px; bottom: 100px; margin: 0;}
#live_box.small_box .close{ display: none;}



/*手机号码前缀样式*/
.input_have_prefix>input:first-child{
    width: 35px !important;
    border-right: 1px solid #cccccc !important;
    float: left !important;
}
.input_have_prefix>input:last-child{
    width: calc(100% - 35px) !important;
    float: left !important;
}
.input_have_prefix input{
    padding: 0 5px !important;
    margin: 0px !important;
}
.input_have_prefix{
    float: left !important;
    margin: 0px !important;
    padding: 0px !important;
}
/*下拉窗样式*/
.show_div{
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 10px;
}
.show_div a{
    display: block;
    line-height: 35px;
    font-size: 12px;
}
.show_div a:hover{
    color: #c00 !important;
}

/*轮播图样式*/
#is_agent_view{ position: relative; z-index: 1; width: 100%;}
.new_banner{ height: 650px; width: 100%; overflow: hidden; text-align: left; position: absolute; left: 0; top: 0px; color: #fff;}
.new_banner.sec_banner{ height: 460px;}
.new_banner.three_banner{ height: 450px;}

.new_banner.is_agent.sec_banner{ height: 545px;}
.new_banner.is_agent.three_banner{ height: 395px;}

.new_banner *{ line-height: 1;}
.new_banner:hover .swiper-button-prev,
.new_banner:hover .swiper-button-next{ display: block;}
.new_banner .swiper-button-prev,
.new_banner .swiper-button-next{ display: none; width: 56px; height: 56px; background-size: 100% 100%; top: calc(50% + 54px);}
.new_banner .swiper-button-prev:focus,
.new_banner .swiper-button-next:focus{ outline:none;}
.new_banner .swiper-button-prev{ background-image: url(/images/v8/prevArrow.png); left: calc((100% - 1200px)/2 - 106px);}
.new_banner .swiper-button-next{ background-image: url(/images/v8/nextArrow.png); right: calc((100% - 1200px)/2 - 106px);}
.new_banner .container{ height: 100% !important;}
.new_banner .banner_item{ background-repeat: no-repeat; background-position: center bottom;  background-size: cover; position: relative; margin: 0 auto;}
.new_banner .banner_item.cursor{ cursor: pointer;}
.new_banner .focus_btn{ bottom: 20px;}
.new_banner .banner_btn{ background: rgba(255,255,255,.7); width: 13px; height: 13px; margin: 0 5px; transition: all .3s; border-radius: 100px; display: inline-block; cursor: pointer;}
.new_banner .banner_hot,
.new_banner .banner_btn:hover{ background: #c00; width: 30px;}
.new_banner .img_item{ width: 1180px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}

.new_banner .main_div{ position: relative; height: calc(100% - 115px); margin-top: 115px; display: flex;}
.new_banner.is_agent .main_div{height: calc(100% - 60px); margin-top: 60px;}

.new_banner.sec_banner .main_div,
.new_banner.three_banner .main_div{height: calc(100% - 165px); margin-top: 165px; justify-content: space-between; align-items: flex-end;}
.new_banner.is_agent.sec_banner .main_div,
.new_banner.is_agent.three_banner .main_div{height: calc(100% - 60px); margin-top: 60px;}

.new_banner .left_item{ align-self: center;}
.new_banner .left_item,
.new_banner .right_item{ margin: 0 10px;}
.new_banner .right_item{ right: 0;}
.new_banner .title{ font-size: 40px;}
.new_banner .banner_item.hideText .title{display: none;}
.new_banner .content{ font-size: 22px; margin: 35px 0; line-height: 2;}
.new_banner .btn{ display: inline-block; font-size: 14px; background: transparent; border: 1px solid #fff; line-height: 3; width: 145px; text-align: center; color: #fff; margin-right: 15px;}
.new_banner .btn:hover{ background: transparent;}
.is_agent{ height: 300px; position: relative; top: unset; left: unset;}
.is_agent.new_banner .banner_item{ background-position: center bottom;}
.is_agent .window_width{ margin-top: 0;height: 100%;}
.is_agent .swiper-button-prev, .is_agent .swiper-button-next{ top: 50%;}


/* 一级banner外边距高度 首页除外*/
.new_banner_margin{ margin-bottom: 555px;}
.new_banner_margin.sec_banner_margin{ margin-bottom: 365px;}
.new_banner_margin.three_banner_margin{ margin-bottom: 355px;}
.banner_margin_agent{ margin-bottom: 0 !important;}
@media screen and (max-width: 1200px){
    .new_banner .swiper-button-prev{ left: 10px;}
    .new_banner .swiper-button-next{ right: 10px;}
}

@media screen and (max-width: 768px){
    .new_banner{ height: 210px; position: relative;}
    /* 一级banner外边距高度 首页除外*/
    .new_banner_margin{ margin-bottom: 0px;}
    .new_banner .main_div{ height: 210px; margin-top: 0;}
}
/*新二级菜单*/
.new_sec_menu{
    position: absolute;
    left: 0;
    top: 69px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
	box-shadow: 0 5px 8px rgba(0,0,0,.06);
}
.new_sec_menu.fixed_menu{
	position: fixed;
	top: 25px;
}
.new_sec_menu .menu_list_view{
    background: #fff;
}
.new_sec_menu .menu_list_view .sec_menu_width{width: 100%;padding: 0 100px;position: relative;}
.new_sec_menu>div>ul{
	position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.new_sec_menu>div>ul .buy_btn{
	position: absolute;
	top: 50%;
	right: 100px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	height: auto;
	line-height: 35px;
	background: #c00;
	color: #fff;
	width: 90px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.new_sec_menu li{
    text-align: center;
	line-height: 70px;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
}

.new_sec_menu li a{
    display: block;
    font-size: 16px;
    color: #999;
}
.new_sec_menu li:hover p,
.new_sec_menu li.hot p{
    color: #c00;
    transition: all .2s;
	font-weight: bold;
}
.new_sec_menu li a:hover{
    color: #333;
}
.new_sec_menu li a .newIcon{
    font-size: 64px;
    margin: 2px 20px 0;
}

#is_agent_view .sec_menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.sec_menu{
    position: relative;
    z-index: 100;
    background: rgba(0,0,0,.6);
    border-bottom: 1px solid rgba(255,255,255,.2);
    text-align: left;
    height: 60px;
    box-sizing: border-box;
    clear: both;
}
.sec_menu a{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #ddd;
}
.sec_menu a:nth-of-type(2){
    padding-right: 10px;
}
.sec_menu a.current{
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
    padding: 0;
}
.sec_menu a.hot{
    color: #fff;
    background: #c00;
    padding: 0 20px;
}
.sec_menu a:nth-of-type(2).hot{
    margin-right: 10px;
}
.sec_menu a.hot:hover{
    background: #d00;
}
.sec_menu a.last{
    padding-right: 10px;
}
.sec_menu a.right{
    float: right;
    font-size: 14px;
}
.sec_menu a.right:hover{
    color: #fff;
    text-decoration: none;
}
.sec_menu a.right:first-of-type{
    padding-right: 10px;
}

/*新三级菜单*/
.three_menu *{
    box-sizing: border-box;
}
.three_menu{
    background: #fff;
    text-align: left;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    display: block !important;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    transition: all .2s;
}
.three_menu .mobile_three_menu{
    display: none;
}
.three_menu.showSecMenu{
    margin-top: 60px;
}
.section_package.showSecMenu{
    margin-top: 60px;
}
.three_menu .menu_view_box{
    padding: 0 110px;
    margin: 0 auto;
}
.three_menu.isAgent .menu_view_box{
    width: 1200px;
    padding: 0;
}
@media screen and (max-width: 1200px) {
    .three_menu .menu_view_box{
        padding: 0;
    }
}
.three_menu.fixed{
    position: fixed;
    left: 0;
    top: 25px;
    width: 100%;
    z-index: 100;
}
.three_menu.fixed.isAgent{
    top: 0;
}
.three_menu .three_menu_list{
    float: left;
    position: relative;
    z-index: 1;
}
.three_menu .three_menu_list .item{
    float: left;
    width: auto !important;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    font-size: 16px;
    vertical-align: top;
    position: relative;
    z-index: 1;
    color: #999;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.three_menu .three_menu_list .item a{
    color: inherit;
}
.three_menu .three_menu_list .item:hover{
    text-decoration: none;
    background: transparent;
}
.three_menu .three_menu_list .item{
    margin: 0 10px;
}
.three_menu .three_menu_list .item.arrow{
    padding-right: 20px;
}
.three_menu .three_menu_list .item:hover:after{
    border-color: #333 transparent transparent transparent;
}
.three_menu .three_menu_list .item:hover,
.three_menu .three_menu_list .item.current{
    color: #333 !important;
    text-decoration: none;
    border-bottom: 2px solid #c00;
    font-weight: bold;
}
.three_menu .hot{
    color: #333;
    font-size: 24px;
    line-height: 70px;
    float: left;
    position: relative;
    z-index: 1;
    margin: 0 0 0 10px;
    padding: 0 25px 0 0;
    cursor: pointer;
}
.three_menu .hot.arrow:after{
    border-width: 6px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
}
.three_menu .hot:hover .show_div,.three_menu .three_menu_list .item:hover .show_div{
    display: block;
}
.three_menu .hot .show_div,.three_menu .three_menu_list .item .show_div{
    padding: 10px 0;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    min-width: 200px;
    left: 0;
}
.three_menu .hot .show_div a,.three_menu .three_menu_list .item .show_div a{
    color: #333;
    line-height: 45px;
    font-size: 14px;
    border-left: 2px solid transparent;
    transition: all .2s;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
}
.three_menu .three_menu_list .item .show_div{
    top: calc(100% + 2px);
}
.three_menu .hot .show_div a:hover,
.three_menu .hot .show_div a.current,
.three_menu .three_menu_list .item .show_div a:hover,
.three_menu .three_menu_list .item .show_div a.current{
    color: #c00;
    border-left: 2px solid #c00;
    text-decoration: none;
}
.three_menu .btn{
    background: #c00;
    color: #fff !important;
    font-size: 12px;
    cursor:pointer;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    margin: 17.5px 10px 0 25px;
    float: left;
}
.three_menu .btn:hover{
    background: #dd0000;
}
.three_menu .server_btn{margin-left: 0;border: 1px solid #666;background: #fff;color: #333!important;box-sizing: border-box;}
.three_menu .server_btn:hover{border: 1px solid #dd0000;background: #dd0000;color: #fff !important;}
/*登录提示*/
.tip_login{
    color: #999;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
.tip_login a:first-of-type{
    margin: 0 5px 0 10px;
}
.tip_login a:last-of-type{
    margin: 0 10px 0 5px;
}
.tip_login i{
    cursor: pointer;
}