html,body {
	height: 100%;
	/* word-spacing:8px;  */
	/* letter-spacing: 1px; */
}

button, input, select, textarea, .h1, .h2, .h3, .h4, .h5, .h6, .title,.navbar-nav > li > a ,label,.pagination {
	font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53";
}

body,ul,p {
	margin: 0;
	padding: 0;
}

body a:focus{outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}

body input[type='button']:focus{outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}

ul,ol,li {
	list-style: none;
}

.container{
	width: 1310px !important;
}

.normal{font-weight: normal;}
.btn-link-b{color: #3366cc;}
.btn-link-b:hover{color: #3366cc;text-decoration: underline}
.border-none{
    border: 0px;
}

.header{padding-top: 15px; height: 92px;margin-top: 35px;}
.header .nav{margin-top: 10px;height: 41px;}

.header .nav .li-nav{margin-bottom: 5px;}

.header .nav .li-nav .a-nav{font-size: 14px;min-width: 88px;height: 38px;text-align: center;line-height: 38px;padding: 0px;margin-bottom: 5px;}
.header .nav .li-nav .a-nav:hover {color: #cc0000;}
.header .nav .li-nav.active .a-nav:hover {color: #fff;background-color: #d9534f;}
.header .nav .dropdown .dropdown-menu{top:85%;}
/* .nav .btn-link .badge{background-color: #cc0000;}
.header .logo{margin-left: -8px;}
.header .navbar-nav li{float: left;}
.header .navbar-nav > li > a {font-size: 16px;padding: 0px;width: 88px;height: 38px;text-align: center;line-height: 38px;border-radius: 4px;color: #333}
.header .navbar-nav > li > a:hover {color: #e40000;}
.header .navbar-nav > li.active > a{color: #fff;font-weight: bold;}
.header .navbar-nav > li.active > a:hover {color: #fff;}

.header_2level{font-size: 16px;background-color: #FFF2F1;}
.header_2level .nav-tabs{border-bottom: none;height: 48px;line-height: 48px;float: none !important;margin: auto;}
.header_2level .nav-tabs .active{background: none;border: none;border-bottom: 3px #cc0000 solid;padding: 1px 0px 1px 0px;}
.header_2level .nav-tabs li{margin: auto;}
.header_2level .nav-tabs .active a{background: none;border: none;color: #cc0000;}
.header_2level .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border: none;background: none;
}
.header_2level .nav-tabs > li > a{background: none;border: none;}
.header_2level .nav-tabs > li > a:hover{color: #cc0000;} */



.modal-header{
	height: 48px;
	line-height: 48px;
	padding: 10px 15px;
	border-bottom: 2px solid #e5e5e5;
}

.modal-header .close{
	font-size: 30px;
	margin-top: -4px;
}

.modal-header .close:HOVER{
	color: #cc0000;
	opacity: 1;
}

.modal-title{
	font-size: 18px;
	font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53";
	font-weight: 600;
}

.modal-body{
	text-align: center;
	margin-top: 15px;
}

.modal-footer{
	border-top: none;
	text-align: center;
}

.modal-footer .btn{
	min-width: 80px;
	width: auto;
	height: 30px;
	line-height: 28px;
	padding: 0;
}

.modal-footer .btn-default{
	border: 1px #cc0000 solid;
	color: #cc0000;
}

.modal-footer .btn-default:HOVER{
	background-color: #cc0000;
	color: #fff;
}

.text-danger{
	color: #e40000;
}

.border-top-none {
	border-top: 0px !important;
}

.border-right-none {
	border-right: 0px !important;
}

.border-bottom-none {
	border-bottom: 0px !important;
}

.border-left-none {
	border-left: 0px !important;
}

.font-16 {
	font-size: 16px;
}

.font-12 {
	font-size: 12px;
}

.btn-gtwg-c01 {
	background-color: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 16px;
}
.btn-gtwg-c02 {
	background-color: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
}

.divider {
	height: 1px;
	overflow: hidden;
	background-color: #ddd;
}
.divider2 {
	height: 2px;
	background-color: #eee;
}
.divider3 {
	height: 0px;
	border-bottom: 1px solid #ddd;
}
.divider4 {
	height: 0px;
	border-bottom: 1px dashed #ddd;
}
.box-solid {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
}

.box-dashed {
	border-width: 1px;
	border-style: dashed;
	border-color: #ddd;
}

.first-border-left {
	border-left: 0;
}

.first-border-left {
	border-left: 0;
}

.last-border-right {
	border-right: 0;
}
.pagination-box{margin-top: -20px; margin-bottom: 20px;border-top: 1px solid #ddd;padding-top: 16px;}
.pagination li{float: left;}
.pagination div{line-height: 36px;}
.pagination .form-inline .form-group .form-control{width: 40px;}
/* .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    color: #e40000;
    background-color: inherit;
    border-color: #ddd;
    border-top-width: 1px;
    border-bottom-width: 1px;
} */
.pagination > li .more,.pagination > li .more:hover,.pagination > li .more:active{
    background-color: #fff;
    border-color: #ddd;
    border-top-width: 0px;
    border-bottom-width: 0px;
    height: 36px;
}

.icon6 {
	width: 6px;
	height: 6px;
}
.icon14 {
	width: 14px;
	height: 14px;
}
.icon15 {
	width: 15px;
	height: 15px;
}
.icon16 {
	width: 16px;
	height: 16px;
}

.icon17 {
	width: 17px;
	height: 10px;
}

.icon18 {
	width: 18px;
	height: 24px;
}

.icon26 {
	width: 26px;
	height: 26px;
}

.icon27 {
	width: 27px;
	height: 27px;
}

.icon35 {
	width: 35px;
	height: 35px;
}
.icon38 {
	width: 38px;
	height: 38px;
}

.icon40 {
	width: 40px;
	height: 40px;
}

.icon42 {
	width: 42px;
	height: 42px;
}
.icon46 {
	width: 46px;
	height: 46px;
}
.icon56 {
	width: 56px;
	height: 56px;
}
.icon80 {
	width: 80px;
	height: 80px;
}

.icon116 {
	width: 116px;
	height: 40px;
}

.icon120 {
	width: 120px;
	height: 90px;
}
.icon140 {
	width: 140px;
	height: 140px;
}
.icon150 {
	width: 150px;
	height: 150px;
}
.icon220 {
	width: 220px;
	height: 65px;
}

.tabs-content-bg {
	background-image: url(../images/banner-tabs-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: -16px;
}

.gtwg-icon {
	background-image: url(../images/gtwg-icon.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.logo-icon01 {
	background-position: 0px -470px;
}
.logo-icon02 {
	background-position: 0px -400px;
}
.footer-iocn01 {
	background-position: 0px 0px;
}/**/
.footer-iocn02 {
	background-position: -40px 0px;
}

.footer-iocn03 {
	background-position: -80px 0px;
}

.footer-iocn04 {
	background-position: -120px 0px;
}

.banner-tabs-icon01 {
	background-position: 0px -40px;
}

.banner-tabs-icon02 {
	background-position: 0px -66px;
}

.banner-tabs-icon03 {
	background-position: 0px -92px;
}

.banner-tabs-icon04 {
	background-position: 0px -118px;
}

.active .banner-tabs-icon01 {
	background-position: -26px -40px;
}

.active .banner-tabs-icon02 {
	background-position: -26px -66px;
}

.active .banner-tabs-icon03 {
	background-position: -26px -92px;
}

.active .banner-tabs-icon04 {
	background-position: -26px -118px;
}

.active .banner-tabs-icon05 {
	background-position: -53px -102px;
}
.active .banner-tabs-icon06 {
	background-position: -95px -102px;
}
.active .banner-tabs-icon07 {
	background-position: -137px -102px;
}
.banner-tabs-bg01 {
	background-position: 0px 0px;
	width: 154px;
	height: 154px;
}
.banner-tabs-bg02 {
	background-position: -386px 0px;
	width: 198px;
	height: 130px;
	margin-bottom: -32px;
}
.banner-tabs-bg03 {
	background-position: -164px 0px;
	width: 224px;
	height: 154px;
	margin-bottom: -32px;
}
.new-icon{
    background-position: -202px -144px;
    width: 30px;
    height: 14px;
}
/**/
.v-code-min {
	background-position: -224px -434px;
}
.v-code-max {
	background-position: -230px -289px;
}
.v-code-max02 {
	background-position: -234px -292px;
}
.v-app-min {
	background-position: -304px -434px;
}
.v-app-max {
	background-position: -232px -138px;
}
.v-app-max-shop {
	background-position: -234px -146px;
}

.authentication-icon{
    background-position: 0px -145px;
    width: 60px;
    height: 18px;
}
.authentication-icon-no{
    background-position: -234px -146px;
    width: 60px;
    height: 18px;
}

.slidershow-bg {
	background-position: -116px -302px;
	background-repeat: repeat;
}

.hot-larger-icon {
	background-position: 0px -344px;
}

.direction-icon01 {
	background-position: -214px 0px;
}/*down green*/
.direction-icon02 {
	background-position: -196px 0px;
}/*up red*/
.service-icon01 {
	background-position: -64px -344px;
}
.service-icon02 {
	background-position: -120px -344px;
}
.service-icon03 {
	background-position: -176px -344px;
}
.service-right-icon {
	background-position: -179px 0px;
}
.storage-icon01 {
	background-position: -205px -23px;
}
.storage-icon02 {
	background-position: -205px -50px;
}

.fixed-icon01 {
	background-position: -297px 0px;
}
.fixed-icon01-l {
	    background-position: -368px -68px;
}
.fixed-icon02 {
	background-position: -331px 0px;
}

.fixed-icon03 {
	background-position: -297px -33px;
}

.fixed-icon04 {
	background-position: -331px -33px;
}

.fixed-icon05 {
	background-position: -366px 0px;
}

.fixed-icon06 {
	background-position: -366px -36px;
}

.fixed-icon07 {
	background-position: -216px -77px;
}

.fixed-icon08 {
	background-position: -234px -513px;
}/*闊愬墧锟斤拷锟借瓖铔硅潧绠忋锟斤拷锟�/

.fixed-icon09{
	background-position:-298px -66px;
}

.fixed-icon10{
	background-position:-332px -66px;
}
/*锟界返闊愭壒锟斤拷锟斤拷*/
.openmarket-icon{
    background-position: -230px 0px;
    width: 46px;
    height: 38px;
}
.endmarket-icon{
    background-position: -230px -38px;
    width: 46px;
    height: 38px;
}
.select-icon-t{
    background-position: -179px -10px;
}
.select-icon-b{
    background-position: -185px -10px;
}
/*鐦滃吀锟斤拷悝涳拷锟斤拷*/
.register-icon-01{
    background-position: -54px -42px;
    width: 30px;height: 40px;
}
.register-icon-02{
    background-position: -82px -42px;
    width: 30px;height: 40px;
}
.register-icon-03{
    background-position: -112px -40px;
}
.register-icon-04{
    background-position: -127px -40px;
    width: 22px;height: 20px;
}
.register-icon-05{
    background-position: -151px -40px;
    width: 12px;height: 20px;
}

.circle-icon{
    background-position: -180px -103px;
}
.complete-icon-max{
    background-position: -259px -604px;
    width: 78px;
    height: 56px;
}
.search-erro{
    background-position: -259px -663px;
    width: 92px;
    height: 92px;
}

.notice-bar {
	height: 35px;
	background-color: rgb(253,238,229);
	line-height: 35px;
	font-size: 12px;
	position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 998;
}
.tool-bar {
	height: 35px;
	border-bottom: 1px solid #ddd;
	background-color: #f7f7f7;
	line-height: 35px;
	font-size: 12px;
	position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 998;
}

.tool-bar .trade-time{
	margin-left: 30px;
}

.tool-bar .btn-primary .badge {
	color: #e40000;
	background-color: inherit;
}

.tool-bar .hot-line{
	padding: 0px 15px;
}

.nav-text>li>a {
	padding: 0px 15px;
}

.nav-text>li>a:hover,.nav>li>a:focus {
	background-color: inherit;
}

.navbar-nav>li>a:focus {
	/* background-color: #8f0000;
	color: #fff !important; */
	color:#8f0000 !important;
}

.nav-text>li>a {
	border-radius: 0px;
	background-color: inherit;
}

.logo-icon01 a {
	display: block;
	width: inherit;
	height: inherit
}
/*锟金堕崅鎾犳毟锟斤拷*/
.nav-text-inline>li {
	display: inline;
	float: none;
	padding: 0;
}

.nav-text-inline>li>a {
	padding: 0;
    margin-right: 8px;
	border-radius: 0;
}

.footer-a,.footer-b,.footer-c {
	/* border-top: 1px solid #ddd; */
	text-align: center;
	font-size: 14px;
}

.footer-a .nav>li>a,.footer-b .nav>li>a,.footer-c .nav>li>a {
	padding: 0;
	display: inline
}

.footer-a {
	padding-top: 40px;
	padding-bottom: 35px;
	min-height: 160px;
}

/* .footer-a .col-xs-6 {
	padding-left: 30px;
	padding-right: 30px;
} */

.footer-a .top {
	/* height: 45px; */
	margin-bottom: 10px;
}

.footer-a .nav a {
	color: #888
}

.footer-a .nav a:hover {
	color: #e40000
}

.footer-a .top .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 45px
}

.footer-a .col-xs-12 {
	/* padding-left: 25px;
	padding-right: 20px; */
}

.footer-a .bootom {
	min-height: 48px;
}
.footer-a .bootom ul li {
	line-height: 24px;
}

.footer-a .gtwg-icon {
	margin-right: 4px;
}

.footer-b {
	height: 30px;
	text-align: left;
	/* line-height: 42px;
	border-top: 3px solid #ddd; */
}

.footer-b .service-link .btn-primary,.footer-b .service-link label {
	margin-left: 20px;
	color: #ffffff;
}

.footer-b .service-link{
	background-color: #333333;
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.footer-b .service-link .btn-primary:hover {
	color: #e40000;
}

.footer-b a {
	/* border-left: 1px solid #777; */
	padding-left: 20px !important;
	padding-right: 20px !important;
	color: #ffffff;
}

.footer-b a:hover {
    border-color: #777 !important;
	color: #e40000;
}

.footer-c a {
	/*border-left: 1px solid #000;
	color: #000;
	padding-left: 25px;
	padding-right: 25px; */
}

.footer-c .service-link {
	color: #999999;
	line-height: 40px;
	margin-top: 25px;
}
.footer-c .service-link a{
	border-color: #000 !important;
	color: #999999;
	padding-left: 25px;
}

.footer-c .service-link a:HOVER{
	color: #e40000;
}

.footer-c .copyright-text {
	color: #999999;
	line-height: 26px;
	font-size: 12px;
	padding-bottom: 40px;
}

.footer-c .save-mod {
	min-height: 120px;
	padding-top: 20px;
}

.footer-c .save-mod a {
	border-left: 0;
}
/*锟金ч潣鎵桂勬懓稹仠缈帮拷绗旂础锟解彌锟斤拷锟�/
.right-fixed-bar {
width:40px;right:106px;position:fixed;;bottom:134px;_position:absolute;_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');display:block;
}

.right-fixed-bar .fast-navigation {
	margin-top: 150px;
	width: 35px;
	height: 100%
}

.right-fixed-bar .fast-navigation .btn {
	padding: 0;
	border: 0px
}

.right-fixed-bar .fast-navigation a {
	text-indent: -10000px;
}

.right-fixed-bar .fast-navigation a:hover,.fast-navigation .active {
	background-color: #cc0000; 
}

/* .right-fixed-bar .shoping-cart {
	height: 138px;
	width: 100%; 
}*/

.shop_car_box{
	float: right;
    margin-right: 30%;
}

.right-fixed-bar .shoping-cart p {
	font-size: 12px;
	color: #fff
}

.right-fixed-bar .shoping-cart .badge {
	background-color: #cc0000;
	font-weight: normal;
	padding: 3px;
	margin-top: 4px;
}

.right-fixed-bar .shoping-cart .fixed-icon02 {
	text-indent: 0px !important;
}

.right-fixed-bar .v-code {
	position: absolute;
	bottom: 35px;
    left: 0;
    background-color: #7a6e6e;
}

.right-fixed-bar .gotop {
	position: absolute;
	bottom: 0;
    left: 0;
    background-color: #7a6e6e;
}

.right-fixed-bar .shoping-cart-content {
	width: 290px;
	height: 100%;
	background-color: #e6e6e6;
	padding-left: 10px;
	padding-right: 10px;
}

.right-fixed-bar .shoping-cart-content .top {
	text-align: center;
	font-size: 12px;
}

.right-fixed-bar .shoping-cart-content .top .fixed-icon08 {
	margin-top: 50%;
	margin-bottom: 16px;
}

.right-fixed-bar .shoping-cart-content .top .link-default {
	margin-top: 10px;
}

.right-fixed-bar .shoping-cart-content .top .link-default:HOVER {
	text-decoration: underline;
	color: #e40000;
}

.right-fixed-bar .shoping-cart-content .bootom {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.right-fixed-bar .shoping-cart-content .bootom .title {
	font-size: 12px;
}

.right-fixed-bar .shoping-cart-content .bootom .text-danger {
	font-weight: bold
}

.right-fixed-bar .shoping-cart-content .bootom .btn {
	width: 106px;
	margin-right: 20px;
}
.right-fixed-bar .shoping-cart-content .bootom span {
	margin-left: 16px;
}

.right-fixed-bar .shoping-cart-content .bootom .btn .gtwg-icon {
	margin-left: 10px;
	float: right
}

.right-fixed-bar .mu-dropdown {
	/* position: absolute; */
	/* right: 0; */
	/* bottom: 0; */
	/* margin-right: 35px; */
	background-color: #fff;
	/* padding: 16px 16px; */
	/* box-shadow: -2px 4px 4px rgba(0,0,0,.125);
	border: 1px solid #ddd */
	width: 130px;
}

.right-fixed-bar .mu-dropdown .gtwg-icon {
	display: block;
}

.right-fixed-bar .v-code .mu-dropdown .title {
	margin-top: 4px;
}

.right-fixed-bar .v-code .mu-dropdown .v-app-max {
	margin-top: 30px;
}

.right-fixed-bar .fast-navigation .tel,.right-fixed-bar .fast-navigation .message {
	position: relative;
}

.right-fixed-bar .fast-navigation .tel .mu-dropdown {
	text-align: left;
	padding-bottom: 0;
}

.right-fixed-bar .fast-navigation .message .mu-dropdown {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ff5a00;
	border: 0px;
	color: #fff;
}

.right-fixed-bar .fast-navigation .popover{
	cursor: default;
}

.right-fixed-bar .fast-navigation .popover .title{
	font-size: 14px;
}

.right-fixed-bar .fast-navigation .popover{
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 1px 2px rgba(0,0,0,0.2)
}

.right-fixed-bar .fast-navigation .message .popover{
	background-color: #ff5a00;
}

.right-fixed-bar .fast-navigation .message .popover.left > .arrow::after{
	border-left-color: #ff5a00;
}

.right-fixed-bar .fast-navigation .message .cont{
	background-color: #ff5a00;
	border: 0px;
	color: #fff;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
}

.right-fixed-bar .fast-navigation .message .cont a{
	color: #fff;
}

.right-fixed-bar .fast-navigation .message .cont{
	background-color: #ff5a00;
	border: 0px;
	color: #fff;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
}

/* .right-fixed-bar .fast-navigation .message .cont a:hover,a:focus{
	background: none;
} */

.right-fixed-bar .shoping-cart-content .item-box {
	text-align: left;
	background-color: #fff;
	margin-left: 0px;
	margin-right: -10px;
	/* padding-left: 10px; */
	padding-right: 10px;
}

.right-fixed-bar .shoping-cart-content .item-box .divider {
	margin-left: 30px;
}

.right-fixed-bar .shoping-cart-content .item-box .delete {
	color: #3366cc;
	display: none;
	margin-right: 10px;
}

.right-fixed-bar .shoping-cart-content .item-box .item-box-bottom:hover .delete {
	display: block;
}

.right-fixed-bar .shoping-cart-content .item-box-top {
	height: 40px;
	padding-left: 10px;
}

.right-fixed-bar .shoping-cart-content .item-box-top .checkbox {
	margin-bottom: 0;
	line-height: 40px;
}
.right-fixed-bar .shoping-cart-content .checkbox label{
    padding-left: 0px;
}
.right-fixed-bar .shoping-cart-content .item-box-top .checkbox input {
	margin-top: 15px;
}

.right-fixed-bar .shoping-cart-content .item-box-bottom {
	min-height: 65px;
    width:290px;
    padding-top:2px;
   /*margin-top:10px; */
    padding-left:10px;
    /* margin-bottom:10px; */
    line-height: 13px;
}

.right-fixed-bar .shoping-cart-content .item-box-bottom:hover{
	background-color: #F2F2F2;
}

.right-fixed-bar .shoping-cart-content .item-box-bottom .checkbox label{
	white-space:nowrap; 
}

.right-fixed-bar .shoping-cart-content .item-box-bottom .checkbox label div{
	float: left;
}

.right-fixed-bar .shoping-cart-content .item-box-bottom .checkbox a{
	float:left;
	max-width: 250px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	color: #999999;
}

.right-fixed-bar .shoping-cart-content .item-box-bottom label,.right-fixed-bar .shoping-cart-content .item-box-top label {
	display: block;
	margin-bottom: 0;
}

.right-fixed-bar .shoping-cart-content .item-box-bottom label {
	color: #999
}

.right-fixed-bar .shoping-cart-content .all-check {
	height: 30px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #e6e6e6;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
}

.right-fixed-bar .shoping-cart-content .all-check .checkbox {
	margin-top: 4px;
	line-height: 20px;
	margin-bottom: 0;
}

.right-fixed-bar .shoping-cart-content .all-check a {
	line-height: 28px;
    color: #777;
}
.right-fixed-bar .shoping-cart-content .login {
	height: 38px;
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	background-color: #fffdee;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
        color: #777;
}
.right-fixed-bar .shoping-cart-content .login .btn {
    width: 44px;
	margin-top: 8px;
}

/* *::after, *::before {
    box-sizing: border-box;
}
.right-fixed-bar .mu-dropdown > .arrow::after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px;
	
	border-width: 10px;
    content: "";
}

.right-fixed-bar .mu-dropdown > .arrow, .right-fixed-bar .mu-dropdown > .arrow::after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.right-fixed-bar .mu-dropdown > .arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
} */




/**/
.form-control-min{width: 120px;}
.radio label, .checkbox label{padding-left: 10px;}
/*pross-bar*/


.radius-10{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
}

.shoping-cart-content .top .mCustomScrollbar{
	left:-10px;
	width: 290px;
}

.shoping-cart-content .top .mCustomScrollBox{
	width: 290px;
}

.popover-content{
	font-size: 12px !important;
}
.popover-content {
    padding: 8px 10px !important;
}
.input_ok{
	background: url("/resources/normalize/theme/default/images/yes.png") no-repeat right 10px center ;
	/* background-repeat:no-repeat;
	background-position:right center; */
}

.message .mu-dropdown a{
	color: #fff;
}

.message .mu-dropdown a:HOVER{
	color: #fff;
	background: none;
	text-decoration: none;
}


.disabledCheck{
	width: 18px;
	height: 18px;
	background-color: 	#fafafa;
	border:1px #dadada solid;
	margin-right: 4px;
	float: left;
}

.right-fixed-bar .shoping-cart-content .item-box .disable{
	color: #b0b0b0 !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #990000;
  border-color: #990000;
}

.link-primary{
	color: #e40000;
}

.link-primary:HOVER {
	text-decoration: underline;
}

button[disabled].btn-danger{
	background-color: #990000;
	border-color: #990000;
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	opacity:1;
}

button[disabled].btn-disabled{
	background-color: #c0c0c0;
	border-color: #c0c0c0;
	color:white;
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	opacity:1;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
	color: #ccc;
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	opacity:1;
}

.animate-big:hover{transform:scale(1.1,1.2);transition:.2s;-webkit-transform:scale(1.1,1.2);-webkit-transition:.2s;-moz-transform:scale(1.1,1.2);-moz-transition:.2s;-o-transform:scale(1.1,1.2);-o-transition:.2s;}


.ellipsis{display:block;overflow:hidden; text-overflow:ellipsis;}



.btn-white{
	background-color: #fff;
	border: 1px #cc0000 solid;
	color: #cc0000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-white .badge {
  color: #cc0000;
  background-color: #ffffff;
}
.text-orange{color:#f45601}
.text-link,.notice-link{font-size:12px;color:#0066cc;text-decoration: none;}
.notice-link:HOVER{
	color:#0066cc !important;
	text-decoration: underline;
}
.text-link:HOVER {
	color:#0066cc !important;
	background-color: #ffffff !important;
	text-decoration: underline;
}
.article_item{margin-bottom:10px;}

#gtwglogo_text{
	font-size: 13px;
	color: #666666;
	letter-spacing: 7px;
	margin-left: 5px;
}
.gtwglogo_text_box{width: 230px;}
.gtwglogo{
	width: 217px;
    height: 52px;
    background-image: url(../images/gtwglogo.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.gtwglogowhite{
	width: 217px;
    height: 52px;
    background-image: url(../images/gtwg_logo_white.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.index_top_button_line{
	border: solid 3px #c00;
	margin-top: 2px;
	border-top: 0;
}
/*** guide ***/
.guide{width:40px;margin-left:610px;position:fixed;left:50%;bottom:134px;_position:absolute;_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');display:block;}
.guide_box{background-color: #cfcfcf; height: 40px;border-radius: 2px;}
.guide_box > div{display:block;width:40px;height:40px;margin-top:10px;text-decoration:none;border-radius:2px;}
.guide_box > div:hover{background-color:#b5b5b5;} 
.guide_qq{background:url(../images/qqkefu.png) no-repeat;}
.guide_gg{background:url(../images/gonggao.png) no-repeat;}
.guide_db{background:url(../images/huidaodingbu.png) no-repeat;}
/** 2023-3-10 */
.guide_shopCart{background:url(../images/ic_car.png) no-repeat;cursor: pointer;}
.dbxx_box{
	background-color: #252525;
}
.dbxx_title_text{
	color: #ffffff;
	font-size: 16px;
}

.dbxx_ewm_left_border{
	border-left: 1px solid #666666;
	height: 80px;
	margin-top: 20px;
	margin-left: 10px;
}
.dbxx_ewm_right_border{
	border-right: 1px solid #666666;
	height: 80px;
	margin-top: 20px;
	margin-left: 20px;
}
.dbxx_ewm{
	width: 84px;
	height: 84px;
}
.dbxx_ewm_1{background:url(../images/gtwg_ewm.png) no-repeat;margin-left: 18%;margin-top: -10px;}
.dbxx_ewm_2{background:url(../images/ycc_ewm.png) no-repeat;margin-left: -3%;margin-top: -10px;}
.dbxx_ewm_text_1{margin-left: 8%;color: #ffffff;margin-top: 10px;font-size: 12px;}
.dbxx_ewm_text_2{margin-left: -23%;color: #ffffff;margin-top: 10px;font-size: 12px;}
.dbxx_kfdh{
	background:url(../images/gtwg_kfdh.png) no-repeat;
	height: 52px;
	width: 52px;
	margin-left: 10px;
}
.dbxx_kfdh_text_left{
	text-align: left;
}
.dbxx_kfdh_tel_text{
	font-size: 16px;
	color: #ffffff;
	margin-top: 3px;
}
.dbxx_kfdh_tel{
	font-size: 20px;
	color: #ffffff;
}
.dbxx_kfsj_text{
	margin-left: 10px;
	color: #999999;
	margin-top: 7px;
}
.dbxx_ba_left{margin-left: 25px;}
.card_num{
	color: #c90a08;
    font-weight: bold;
    font-family: tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
 }