
.w_1200 .wide{width:1200px; min-width:1200px;}
.w_1200 .side_right{width:946px;}
.w_1200 .pro_right{width:940px;}
.w_1200 .prod_sort a{padding:0 15px;}

.pro_left{width:238px;}
.pro_left .ad{margin-top:20px;}
.pro_right{width:720px;}

.none {display: none;}
.wrap_container {max-width: 1200px;margin:0 auto;}
.position_box {position: absolute;}
.show_mobile {display: none !important;}
/* 移动端 */
@media screen and (max-width: 1000px) { /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
	.show_pc {display: none !important;}
	.show_mobile {display: block !important;}
}

/* 头部 */
#header { width:100%; }
#header .head_top { width:100%;height:42px;padding:0 10px; box-sizing: border-box;}
#header .head_top .head_top_tips {line-height: 42px;font-size: 14px;float: left;}
#header .head_top .head_top_selects {float: right;}

#header .currency_select,
#header .language_select{display: inline-block;vertical-align: middle;}

/* 切换汇率 */
#header .default_currency_style {line-height: 42px;font-size: 14px;cursor: pointer;}
#header .default_currency_style>strong,
#header .default_currency_style dl{display: inline-block;vertical-align: middle;z-index: 1001;}
#header .default_currency_style>strong{display:none;}
#header .default_currency_style #default_currency_current {vertical-align: top;}
#header .default_currency_style dl i{display: inline-block;width:9px;height: 6px;margin-left:10px;vertical-align: middle;}
#header .default_currency_style dl i:before, #header .default_currency_style dl.currency_none i{display: none;}
#header .language_select {margin-left:20px;}
/* 切换语言 */
#header .default_language_style {line-height: 42px;font-size: 14px;cursor: pointer;z-index: 1001;}
#header .default_language_style .btn_default_language i {display: inline-block;width:9px;height: 6px;margin-left:10px;vertical-align: middle;}
#header .default_language_style.language_none .btn_default_language i{display: none;}
#header .default_language_style dt i:before{display: none;}
#header .default_language_style:hover dd{left: auto;right: 0;}
 /* logo start */

#header .logo img{display: block;vertical-align: middle;}
/* logo end */

#header .head_middle{padding:10px 0;}
#header .head_middle .head_lbar {float: left;height:92px;width:30%;box-sizing: border-box;font-size: 0;}
#header .head_middle .head_lbar .logo{display: inline-block;vertical-align: middle;}
#header .head_middle .head_lbar:after{content: '';display: inline-block;vertical-align: middle;height: 100%;}
#header .head_middle .head_mbar {float:right;height:92px;width:36%; max-width:420px; padding:29px 0;box-sizing: border-box;}
#header .head_rbar {width:34%;float: right;height:92px;padding-top:24px;box-sizing: border-box;}

/* 搜索框 */
#header .default_search_style {position: relative;width:100%;height: 42px;border-radius:21px;}
#header .default_search_style .default_search_form {position: relative;width:100%;}
#header .default_search_style .default_search_form input.text{border:none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;width:100%;height: 42px;padding-right:60px;line-height: 42px;padding-left:20px;font-size: 16px;box-sizing: border-box;}
#header .default_search_style .default_search_form input.button{border:none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;position: absolute;top:0;right:0;bottom:0;width:60px;display: block;z-index: 99;cursor: pointer;}
#header .default_search_style .default_search_form i{width:60px;display: block;position: absolute;right:0;bottom:0;top:0;}
#header .default_search_style .default_search_form input::-webkit-input-placeholder{font-size: 14px;}
#header .default_search_style .default_search_form input::-moz-placeholder{font-size: 14px;}
#header .default_search_style .default_search_form input:-ms-input-placeholder{font-size: 14px;}





/* 会员账号 */
#header .head_rbar_inner {text-align: right;}
#header .account_area{display: inline-block;vertical-align: middle;}
#header .default_account_style {max-width: 130px;padding:5px 0;padding-left:60px;min-height:50px;background-size: 50px 50px;font-size: 14px;box-sizing: border-box;z-index: 1000;text-align: left;}
#header .default_account_style>.FontColor{display: none;}
#header .default_account_style dt>.FontColor{line-height: 18px;}
#header .default_account_style dt>.FontColor:last-of-type{display: block;margin-top:4px;}
#header .default_account_style dl dt{line-height: 16px;padding: 0;}
#header .default_account_style dl dt i:before{display: none;}

/* 购物车 */
#header .shopcar_area{display: inline-block;vertical-align: middle;margin-left:40px;text-align: left;}
#header .default_shopping_cart_style{display: block;padding:5px 0;padding-left:60px;height:50px;background-size: 50px 50px;box-sizing: border-box;}
#header .default_shopping_cart_style .text_0{display: block;font-size: 14px;line-height: 16px;margin-bottom:4px;}
#header .default_shopping_cart_style .cart_count,
#header .default_shopping_cart_style .text_1{font-size: 16px;line-height: 16px;}
#header .default_shopping_cart_style .cart_count_price{display: none;}
#header .default_shopping_cart_down .cart_note{left: auto;right: 0;}

#header .wrap_nav {height: 56px;}
/* 导航栏 */
#header .default_nav_style {}
#header .default_nav_style ul{width:100%; height:56px; overflow:hidden;}
#header .default_nav_style li{float:left; height:56px; line-height:56px;box-sizing: border-box;}
#header .default_nav_style li>a{padding:0 64px 0 0;font-size: 16px; transition:all .2s; -webkit-transition:all .2s;}
#header .default_nav_style li a:hover{text-decoration:none}

@media screen and (max-width: 1200px) {
	#header .default_nav_style li>a{padding:0 28px;}
}
@media screen and (max-width: 1080px) {
	#header .default_nav_style li>a{padding:0 24px;}
}

@media screen and (max-width: 1000px) { /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
	#header{min-width: auto;width: 100%;position: fixed;top: 0;left: 0;z-index: 100;}
	.header_content_height{height: 52px;}
	#header .pc_wrap{height:52px;padding:0 15px;align-items: center;justify-content: space-between;box-sizing: border-box;}
	#header .mobile_head_left {display: flex;align-items: center;}
	#header .header_menu_mb {display: block;float: left; margin-top:10px; margin-right:12px;font-size: 0;width:32px;height:32px;display: flex;align-items: center;justify-content: center;flex-direction: column;border-radius:50%;text-align: center;cursor: pointer;transition: transform 0.3s;}
	#header .header_menu_mb span {display: block;width: 16px;height: 2px;margin:2px 0;border-radius: 3px;-webkit-transform-origin: 20px;transform-origin: 19px;transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;}
	#header .head_middle .head_lbar{height:52px; padding:0;overflow: hidden;}
	#header .head_middle .head_lbar .logo{display:block; width:115px; height:52px; position:relative;}
	#header .head_middle .head_lbar .logo img{width:115px; position:absolute; top:-15px; right:0; bottom:0; left:0; margin:auto;}
	#header .mobile_head_right {display: flex;align-items: center; float:right; padding-top:10px;}
	#header .mobile_search_area {display:inline-block; width:32px;height:32px;cursor: pointer;}
	#header .mobile_shopcar_area {display:inline-block; width:32px;height:32px;margin-left:8px;cursor: pointer;}
}



/* banner轮播 */
.wrap_slider{width: 100%;}
.wrap_slider .slider_container{width: 100%;position: relative;}
.wrap_slider .slider_container .slider_wrap{width: 100%;}
.wrap_slider .slider_container .slider_wrap .slider_item{width: 100%;}
.wrap_slider .slider_container .slider_wrap .slider_item img{margin: 0;display: block;width:100%;}
.wrap_slider .slider_container .slider_btns{width: 100%;position: absolute;top: 50%;margin-top: -91px;}
.wrap_slider .slider_container .slider_btns div{background-size: cover;width: 50px;height: 182px;background-repeat: no-repeat;background-position: center;}
.wrap_slider .slider_container .slider_btns .slider_btn_left{float: left;}
.wrap_slider .slider_container .slider_btns .slider_btn_right{float: right;}
.wrap_slider .slider_container .slider_pagination{width: 100%;position: absolute;bottom: 22px;text-align: center;cursor: pointer;}
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot{vertical-align: middle;display: inline-block;width: 10px;height: 10px;border-radius: 50%;margin: 0 12px;}
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot.active{width:20px;height:20px;}
@media screen and (max-width: 1000px){
	.wrap_slider .slider_container .slider_btns{display: none;}
	.wrap_slider .slider_container .slider_pagination{display: none;}
}


/* cms 页面 */
.col-md-9 {width: 70%;}
.col-md-9 .static-page .content-col {background: #fff;box-shadow: 0 0 0 1px #bebebe;margin-bottom: 10px;padding: 15px 15px 10px;}
.col-md-9 .static-page .content-col p {color: #6e6f6f;font-family: "ProximaNova";margin-bottom: 20px;}
.col-md-9 .static-page .panel-default {box-shadow: 0 0 0 1px #bebebe;}
.col-md-9 .static-page .panel-heading {padding: 10px;background: url(../images/accordion-close.svg) no-repeat right center;}
.col-md-9 .static-page .panel-title {color: #2b4898;font-size: 17px;font-family: "ProximaNovaBold";}
.col-md-9 .static-page .panel-body {padding: 16px 20px;border-top: 1px solid #f2f2f2;}
.col-md-9 .static-page .panel-body p {color: #6e6f6f;font-family: "ProximaNova";margin-bottom: 20px;}
.col-md-3 {width: 25%;}
.col-md-3 ul{list-style: none;}
.col-md-3 .right-info-box .heading {background: #575757;font-size: 16px;color: #fff;font-family: 'ProximaNovaBold';padding: 15px;line-height: 17px;}
.col-md-3 .right-info-box .content {float: left;width: 100%;background: #fff;box-shadow: 0 0 0 1px #bebebe;}
.col-md-3 .right-info-box .content .support-list {margin: 10px 0 0;}
.col-md-3 .right-info-box .content .support-list li {border-bottom: 1px solid #e8e8e8;padding: 0 12px 30px;margin: 0 0 15px;}
.col-md-3 .right-info-box .content .support-list li img {float: left;}
.col-md-3 .right-info-box .content .support-list li a {color: #5e5e60;font-size: 12px;font-family: 'ProximaNovaBold';text-transform: uppercase;padding-left: 25px;float: left;margin-top: 2px;}
.col-md-3 .right-info-box .content .support-list li:nth-child(1) a {background: url(../images/mail_icon.png) no-repeat left center;}
.col-md-3 .right-info-box .content .support-list li:nth-child(2) a {background: url(../images/help-icon.jpg) no-repeat left center;}
.col-md-3 .right-info-box .content .support-list li:nth-child(3) a {background: url(../images/ques-icon.jpg) no-repeat left center;}

/* page-cms 页面 */
.article_content_box_cms {display:table;}
.article_content_box_cms .help-center-innerpage.-aside-left{width: 25%;border-right: 4px solid #f0f0f0;display: block;float: left;padding: 1em 0 1.5em;position: relative;}
.article_content_box_cms .help-center-aside-navigation-title:first-child {border-top: none;}
.article_content_box_cms .help-center-aside-navigation-title {cursor: pointer;font-size: 1.6em;font-weight: 500;line-height: 1;padding: 0 28px 20px 42px;position: relative;vertical-align: middle;}
.article_content_box_cms .aside-filter-block.-expanded.-animate {animation: aside-filter-slide-down 0.6s;}
.article_content_box_cms .aside-navigation {list-style: none;padding-bottom: 25px;}
.article_content_box_cms .aside-navigation>li {padding-left: 45px;padding-right: 30px;padding-top: 25px;}
.article_content_box_cms .aside-navigation>li:first-child {padding-top: 10px;}
.article_content_box_cms .aside-navigation>li a {color: #464646;font-size: 1.3em;}
.article_content_box_cms .help-center-innerpage.-with-aside {width: 70%;float: left;padding: 0 1em 0 1.5em;}
.article_content_box_cms .help-center-innerpage.-with-aside .main_title {height: auto;background: 0 0;border: none;font-size: 30px;text-align: left;}
.article_content_box_cms .help-center-innerpage.-with-aside .editor_txt{font-size: 1.3em;}

/* catalog-cms 页面 */
.tier-one-category {margin-top: 5px;}
.tier-one-category p{font-size:16px;}
.tier-one-category h2 {float: left;margin: 20px 0 0;width:100%;}
.tier-one-category h2 span {font-size: 22px;line-height: 15px;}
.tier-one-category .top-search-col {float: left;background: #fff;box-shadow: 0 0 0 1px #bebebe;padding: 20px 0 10px;margin: 20px 0 10px;width:100%;}
.tier-one-category .top-search-col li {width: 20%;list-style: none;float: left;margin: 0 2% 15px 2%;}
.tier-one-category .top-search-col a {float: left;width: 100%;background: url(/u_file/2108/photo/81dff2bffa.jpg) no-repeat left 3px;padding-left: 15px;font-family: 'ProximaNova';font-size: 15px;line-height: 16px;}
.tier-one-category .tier-listing {float: left;width: 100%;margin: 20px 0 0;}
.tier-one-category .tier-listing li {background: #fff;box-shadow: 0 0 0 1px #bebebe;float: left;margin: 0 2% 20px 0;min-height: 468px;width: 23%;list-style: none;}
.tier-one-category .tier-listing figure {border-radius: 5px 5px 0 0;max-height: 175px;overflow: hidden;}
.tier-one-category .tier-listing .list-col .view-btn {color: #CF050E;font-family: 'ProximaNova';background: url(/u_file/2108/photo/81dff2bffa.jpg) no-repeat right center;padding-right: 15px;}
.tier-one-category .tier-listing .list-col {float: left;padding: 5px 5px 10px 20px;}
.tier-one-category .tier-listing .list-col .image-thumb:hover img{filter:alpha(Opacity=70);-moz-opacity:0.7;opacity:0.7;}
.tier-one-category .tier-listing .list-col .heading, 
.tier-one-category .tier-listing .list-col .heading a {float: left;width: 100%;font-size: 15px;color: #CF050E;font-family: 'ProximaNovaBold';margin: 0 0 10px;}
.tier-one-category .tier-listing .list-col p {float: left;width: 100%;background: url(/u_file/2108/photo/81dff2bffa.jpg) no-repeat left 4px;padding-left: 13px;margin-bottom: 7px;}
.tier-one-category .tier-listing .list-col p a {font-family: 'ProximaNova';}
.tier-one-category .tier-listing-li {background: #fff;box-shadow: 0 0 0 1px #bebebe;float: left;margin: 0 2% 20px 0;width: 23%;list-style: none;}
.tier-one-category .tier-listing-li .list-col2 {float: left;width: 100%;padding: 5px 1px 1px 5px;}
.tier-one-category .tier-listing-li .list-col2 .image-thumb:hover img{filter:alpha(Opacity=70);-moz-opacity:0.7;opacity:0.7;}
.tier-one-category .tier-listing-li .heading2 {float: left;width: 100%;text-align:center;font-size: 15px;color: #CF050E;margin: 0 0 10px;}

/* 邮件订阅 */
#footer .wrap_section_newsletter{text-align: center;padding:76px 0;margin-top:100px;box-sizing: border-box;}
#footer .newsletter_area_bg {background-size: cover;}
#footer .default_newsletter_style {}
#footer .default_newsletter_style .newsletter_title{margin-bottom:30px;}
#footer .default_newsletter_style .newsletter_title .top_text{font-size: 40px;margin-bottom:18px;line-height: 42px;}
#footer .default_newsletter_style .newsletter_title .sub_text{font-size: 16px;line-height: 18px;}
#footer .default_newsletter_style .default_newsletter_form{height:48px;border-radius:24px;width:30%;margin:0 auto;position: relative;}
#footer .default_newsletter_style .default_newsletter_form input.text{border:none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;width:100%;height: 48px;padding-right:60px;line-height: 48px;padding-left:24px;font-size: 16px;box-sizing: border-box; border-radius:24px;}
#footer .default_newsletter_style .default_newsletter_form input.subscribe{border:none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;width:58px;height:58px;border-radius:50%;position: absolute;top:-5px;right:0;z-index: 99;text-indent: -999em;}
#footer .default_newsletter_style .default_newsletter_form input::-webkit-input-placeholder{font-size: 14px;}
#footer .default_newsletter_style .default_newsletter_form input::-moz-placeholder{font-size: 14px;}
#footer .default_newsletter_style .default_newsletter_form input:-ms-input-placeholder{font-size: 14px;}

/* 底部订阅部分 */
#footer_newsletter .wrap_section_newsletter{color:#fefefe;}
#footer_newsletter .newsletter_area_bg {background: url(../images/newletter_bg.jpg) no-repeat center center;}
#footer_newsletter .footer_default_newsletter_style .newsletter_title .top_text{font-family: "WorkSans-Medium";color:#fff;font-size: 16px;
    line-height: 28px;
    font-weight: bold;text-transform: uppercase;}
#footer_newsletter .footer_default_newsletter_style .newsletter_title .sub_text{font-family: "WorkSans-Regular";display:none;}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form{background: #ffffff;}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form input.text{color:#333;background: transparent;font-family: "WorkSans-Regular";}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form input::-webkit-input-placeholder{color:#999999;font-family: "WorkSans-Regular";}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form input::-moz-placeholder{color:#999999;font-family: "WorkSans-Regular";}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form input:-ms-input-placeholder{color:#999999;font-family: "WorkSans-Regular";}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form .FontBgColor{background: url(/static/themes/t112/images/icon_email.png) no-repeat center center;background-color: #62a020;}

#footer_newsletter .wrap_section_newsletter{text-align: center;padding:76px 0;margin-top:100px;box-sizing: border-box;}
#footer_newsletter .newsletter_area_bg {background-size: cover;}
#footer_newsletter .footer_default_newsletter_style {}
#footer_newsletter .footer_default_newsletter_style .newsletter_title{margin-bottom:10px;}
#footer_newsletter .footer_default_newsletter_style .newsletter_title .sub_text{font-size: 16px;line-height: 18px;}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form{height:38px;width:100%;margin:0 auto;position: relative;}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form input.text{border:none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;width:100%;height: 38px;padding-right:60px;line-height: 38px;padding-left:20px;font-size: 16px;box-sizing: border-box; }
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form input.subscribe{border:none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;width:38px;height:38px;position: absolute;right:-10px;z-index: 99;text-indent: -999em;}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form input::-webkit-input-placeholder{font-size: 14px;}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form input::-moz-placeholder{font-size: 14px;}
#footer_newsletter .footer_default_newsletter_style .footer_default_newsletter_form input:-ms-input-placeholder{font-size: 14px;}


#footer .footer_bg {background: #23211F;}
#footer .padding_box {padding:40px 0;box-sizing: border-box;}
#footer .footer_lbar {float: left;width:35%;display:none;}
#footer .footer_rbar{float: right;width: 100%;}
#footer .about_us_area .about_us_title{font-size: 26px;margin-bottom:15px;line-height:28px;}
#footer .about_us_area .about_desc {font-size: 14px;width:70%;line-height: 26px;padding:12px 0;}
#footer .social_icons{float:left;width: 19%;}
#footer .social_icons .heading{color:#999999;}
#footer .social_icons li{margin-right: 0;margin-bottom: 5px;}
#footer .social_icons a{transform: scale(1.05);-webkit-transform: scale(1.05);}
#footer .social_icons a:hover{transform: scale(1.1);-webkit-transform: scale(1.1);}

#footer .default_foot_menu_style{overflow: hidden;}
#footer .default_foot_menu_style .menu_list{float: left;width:20%;box-sizing: border-box;padding: 0 20px;}
#footer .default_foot_menu_style .menu_list>dl>dt{font-size: 16px;line-height:28px;margin-bottom:16px;font-weight: bold;border-bottom: 1px solid rgba(255,255,255,0.1);}
#footer .default_foot_menu_style dl dd{display:block; padding:4px 0;}
#footer .default_foot_menu_style dl dd a{text-decoration:none; font-size:14px; transition:all .2s; -webkit-transition:all .2s;}

#footer .footer_bottom {margin-top: 100px;height: 80px;}
#footer .footer_bottom .copyright{float:left;margin-top: 28px;}
#footer .footer_bottom p{font-size: 14px;}
#footer .footer_bottom p span{margin-left:40px;}
.global_swap_chain{text-align: center;}
@media screen and (max-width: 1000px) {
    /* cms 页面 */
    .col-md-9 {width: 100%;}
    .col-md-9 .static-page .panel-group {width: 100%;}
    .col-md-3 {width: 100%;padding: 12px 0;}
    /* catalog-cms 页面 */
    .tier-one-category .tier-listing li {width: 48%;}
    .tier-one-category .top-search-col li {margin-left: 20px;}
    .tier-one-category .top-search-col li {width: 100%;}
    .tier-one-category .tier-listing-li {width: 46%;padding: 0 2% 20px 0;margin: 1%;}

	/* 邮件 */
	#footer .wrap_section_newsletter{padding:30px 20px;margin-top:20px;}
	#footer .default_newsletter_style {}
	#footer .default_newsletter_style .newsletter_title{margin-bottom:15px;}
	#footer .default_newsletter_style .newsletter_title .top_text{font-size: 18px;line-height:20px;margin-bottom:10px;line-height: 20px;}
	#footer .default_newsletter_style .newsletter_title .sub_text{font-size: 12px;line-height: 16px;}
	#footer .default_newsletter_style .default_newsletter_form{height:30px;border-radius:15px;width:84%;}
	#footer .default_newsletter_style .default_newsletter_form input.text{border:none;outline: none;width:100%;height: 30px;padding-right:36px;line-height: 30px;padding-left:12px;font-size: 14px;}
	#footer .default_newsletter_style .default_newsletter_form input::-webkit-input-placeholder{font-size: 12px;}
	#footer .default_newsletter_style .default_newsletter_form input::-moz-placeholder{font-size: 12px;}
	#footer .default_newsletter_style .default_newsletter_form input:-ms-input-placeholder{font-size: 12px;}
	#footer .default_newsletter_style .default_newsletter_form input.subscribe{width:35px;height:35px;top:-2px;}
	#footer .default_newsletter_style .default_newsletter_form .FontBgColor{background-size: 15px;}
	
	
	#footer .footer_top {height: auto;padding:0 15px;}
	#footer .padding_box {padding:15px 0;box-sizing: border-box;}
	#footer .social_icons a{transform: scale(1);-webkit-transform: scale(1);}
	
	/* 导航栏 */
	#footer .footer_lbar, #footer .footer_rbar{float: none;width:100%;margin:auto;}
	#footer .about_us_area{border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;}
	#footer .about_us_area .about_us_title{position: relative;font-size: 16px;margin-bottom:0px;height: 44px;line-height:44px;}
	#footer .about_us_area .about_desc {display: none;width: 100%;padding: 8px;margin-bottom: 8px;font-size: 12px;line-height: 18px;}
	#footer .about_us_area.focus .about_desc {display: block;}
	
	#footer .social_icons{margin: 0 0 15px;text-align: center;width: 100%;float: none;}

	#footer .default_foot_menu_style{overflow: hidden;}
	#footer .default_foot_menu_style .menu_list{float: none;width:100%;box-sizing: border-box;}
	#footer .default_foot_menu_style .menu_list>dl{border-bottom: 1px solid #cccccc;}
	#footer .default_foot_menu_style .menu_list>dl>dt{color:#fff;position: relative;font-size: 16px;height: 44px;line-height:44px;margin-bottom:0px;}
	#footer .default_foot_menu_style dl dd{display: none;padding:8px 6px;}
	#footer .default_foot_menu_style dl dd:last-child{margin-bottom: 8px;}
	#footer .default_foot_menu_style dl.focus dd{display: block;}
	#footer .default_foot_menu_style dl dd a{font-size: 12px;color:#919fc9;padding-left: 15px;background: url(../images/bkg_link_footer.png) left center no-repeat;}
	
	#footer .about_us_area .about_us_title:after, #footer .default_foot_menu_style .menu_list>dl>dt:after{content:"";display: block;width:30px;height:18px;transition: all .3s;position: absolute;right:0;top:50%;margin-top:-9px;background: url(../images/icon_down.png) no-repeat center center;background-size: 15px;}
	#footer .about_us_area.focus .about_us_title:after, #footer .default_foot_menu_style .menu_list>dl.focus>dt:after{transform: rotate(180deg);}


	#footer .footer_bottom {margin-top: 16px;padding-left:0;text-align: center;}
	#footer .footer_bottom p{font-size: 12px;color:#919fc9}
	#footer .footer_bottom p span{margin-left:0;display: block;margin-top:10px;}
	#footer .footer_bottom .copyright{float: none;margin-top: 28px;}
	
	.follow_us_list{overflow:hidden;}
}

/* 横向搜索 
.linkage_search{*height: 62px;margin: 10px 0;display: none}
.linkage_search .wrap_container{position: relative;display: grid;grid-template-columns:1fr 1fr 1fr 128px;grid-gap:0 10px;}
.linkage_search.load .wrap_container:after{content: '';position: absolute;left: 0;right: 0;bottom: 0;top: 0;z-index: 110;background: url(/static/manage/images/frame/loading.gif) no-repeat center center / auto 30px rgb(0 0 0 / 18%)}
.linkage_search .wrap_container>div.dept{float: left;height: 60px;float: left;}
.linkage_search .subBtn{float: right;height: 60px;text-align: center;line-height: 60px;color: #fff;background: #d4252a;border-radius: 5px;}
.linkage_search .subBtn:hover{text-decoration: none;}
@media screen and (max-width: 1000px){
	.linkage_search{padding: 0 2.5%}
}
@media screen and (max-width: 650px){
	.linkage_search .wrap_container{display: grid;grid-template-columns:repeat(1,1fr);grid-gap:2.333333vw 0;}
	.linkage_search .subBtn{height: 40px;line-height: 40px;}
}
*/

.linkage_search.load .wrap_container:after{content: '';position: absolute;left: 0;right: 0;bottom: 0;top: 0;z-index: 110;background: url(/static/manage/images/frame/loading.gif) no-repeat center center / auto 30px rgb(0 0 0 / 18%)}
