@charset "UTF-8";

html{
    font-size: 62.5%;
    overflow-y: scroll;
  	-webkit-overflow-scrolling: touch;
}

*{
    margin:0;
    padding: 0; 
    box-sizing: border-box;
}
body {
    color: #666;
    background: #f2f2f2;
    overflow: hidden;
    font:normal 100% 'Microsoft YaHei',Arial,sans-serif;
    font-size:14px; 
    font-size:1.2rem; 
    box-sizing: border-box;
} 
a:focus {
  outline: none;
  -moz-outline: none;
}
input:focus{
    outline: none;
    -moz-outline: none;
}
a:hover{
	text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
ul,ol,li{
    list-style: none;
    margin:0;
}
button:focus{
    outline: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

/***盒子模型**/
.box{
    background: #fff;
    padding:2rem;
    margin: 2rem auto;
    position: relative;
}
.box:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 8px transparent solid;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-color: #3399cc;
    z-index: 10;
}
.box .title{
    font-size: 1.6rem;
    padding:1rem 2rem;
    background: #fdfdfd;
    margin: -2rem -2rem 2rem;
    color: #333;
    border-bottom: 1px #f2f2f2 solid;
}
.box .title ul li{
    display: inline-block;
}
.box .title ul li a{
    display: block;
    font-size: 1.4rem;
    padding:0.4rem 1rem;
    color: #999;
}
.box .title ul li a:hover{
    color: #3399cc;
}

.wrap{
    max-width: 122rem;
    margin: 0 auto;
    padding: 0 1rem;
}
.global-header {
    background: #ffffff;
    font-size: 1.2rem;
    color: #333;
}
.location{
  margin-top: 2rem;
}
.location a{
    color: #3399cc;
    padding-left:0.5rem;
}
.location span{
    padding-left:0.5rem;
    color: #999;
}
/**顶部导航**/
.global-header .login-status {
    line-height: 36px;
    float: right;
}
.global-header .login-status span {
    display: inline-block;
}
.global-header .login-status span a {
    margin-right: 12px;
}
.global-header .fast-nav {
    float: right;
}
.global-header .fast-nav li {
    float: left;
    position: relative;
    margin-right: -1px;
}
.global-header .fast-nav li a, 
.global-header .fast-nav li span {
    line-height: 34px;
    color: #333;
    padding: 0 14px;
    display: block;
    cursor: pointer;
}
.global-header .fast-nav li span {
    line-height: 14px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin: 10px 0;
    background: url(/Public/Home/images/arrow.png) center no-repeat;
}
.global-header .fast-nav li .pull-down {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 199;
    width: 100%;
    display: none;
    box-sizing: border-box;
    padding: 6px 0;
    border: 1px solid #ccc;
    border-top-color: #fff;
    background: #fff;
}

.global-header .fast-nav li {
    float: left;
    position: relative;
    margin-right: -1px;
}
.global-header .fast-nav li a, 
.global-header .fast-nav li span {
    color: #333;
    padding: 0 14px;
    display: block;
    cursor: pointer;
}

/**网站导航**/
.header_box{
	background: #f2f2f2;
}
.search_index_new {
   column-count: auto;
   position: relative;
}
.search_index_new .logo {
    vertical-align: top;
    text-align: right;
    height: 7rem;
    overflow: hidden;
}
.search_index_new .logo a{
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%
}
.search_index_new .search {
	vertical-align: top;
    width: 100%;
    text-align: center;
    position: relative;
    height: 7rem;
    overflow: hidden;
}
.search_index_new .search form{
    display: inline-block;
    padding:1.6rem 0;
    width: 100%;
}
.search_index_new .search input[type=text] {
    background: #fff;
    width: 80%;
    padding:1rem 0;
    text-indent: 1.2rem;
    border: 2px solid #3399cc;
    border-right: 0;
    float: left;
}
.search_index_new .search .btn04 {
    width: 20%;
    text-align: center;
    display: block;
    background: #3399cc;
    padding:1rem 0;
    color: #fff;
    border: 2px solid #3399cc;
    float: left;
}
.search_index_new .tel{
    text-align: right;
    font-size:1.8rem;
    color: #39c;
    height: 7rem;
    line-height: 7rem;
    overflow: hidden;
}
.menu_new {
    width: 100%;
    background: #323a45;
    border-bottom: 2px solid #3399CC;
    position: relative;
    font-size: 0;
}
.menu_new ul>li{
  display: inline-block;
  
  position: relative;
}
.menu_new ul li.cur{
	background: #3399cc;
}
.menu_new ul li a{
	display: block;
	color: #ffffff;
    padding:1rem 2rem;
	font-size: 1.4rem;
}
.menu_new ul li:hover ul{
  display: block;
}
.nav__trigger {
    display: block;
    position: absolute;
    width: 30px;
    height: 56px;
    right: 10px;
    z-index: 200;
    line-height: 56px;
    margin-top: -3px;
}
.nav__icon {
    background-color: #0093dd;
    display: inline-block;
    position: relative;
    width: 25px;
    height: 3px;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.nav__icon:before {
    margin-top: -9px;
}
.nav__icon:after {
    margin-top: 9px;
}
.nav__icon:before, .nav__icon:after {
    background-color: #0093dd;
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    position: absolute;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.mclose{
    color: #fff;
    font-size: 4rem;
    position: fixed;
    right: 2rem;
    top: 0;
    transform: rotate(45deg);
}
.phone_menu{
    position: fixed;
    top: 0;
    background: #3399cc;
    right: 0;
    padding: 2rem;
    width: 100%;
    z-index: 999;
    height: 100%;
}
.phone_menu ul{
    margin: 4rem auto;
}
.phone_menu ul li{
    display: block;
    border: 1px solid #eee;
    margin-top: -1px;
    
}
.phone_menu ul li a{
    color: #fff;
    display: block;
    padding: 1rem 2rem;
}

/**焦点图以及右侧**/
.ShopNews{
	background: #ffffff;
  margin-top: 2rem;
}
.ShopNews ul.ShopNewsTab{
	border-bottom: 1px solid #e6e6e6;
}
.ShopNews ul.ShopNewsTab li{
	width: 33.3%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: left;
	margin: 10px 0;
	font-size: 14px;
	cursor: pointer;
}
.ShopNews ul.ShopNewsTab li a{
	color: #333333;
	font-weight: bold;
}
.ShopNews ul.ShopNewsTab li.on a{
	color:#3399cc;
}
.ShopNews ul.ShopNewsTab li.ShopNews_li{
	width: 129px;
	border-left: 1px solid #e6e6e6;
}
.ShopNews ul.ShopNewsTab li.selected{
	color: #3399cc;
}
.ShopNews .tab-bd{
    overflow: hidden;
}
.ShopNews ul.ShopNewsCon{
    position: relative;
}
.ShopNews .scroll .head,
.ShopNews ul.ShopNewsCon li.order{
    column-count: 3;
    text-align: center;
    list-style: none;
}
.ShopNews .scroll .head span{
	display: block;
    padding:8px 0;
    font-size: 1.2rem;
}
.ShopNews ul.ShopNewsCon li.order span{
    display: block;
   	padding: 13px 0;
    font-size: 1.2rem;
}
.ShopNews ul.ShopNewsCon li.comment{
    column-count: auto;
    text-align: center;
    list-style: none;
}
.ShopNews ul.ShopNewsCon li.comment span.user{
    width: 30%;
    font-size: 12px;
    margin:5px 0;
    float: left;
    text-align: left;
    vertical-align: top;
    white-space:normal;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.ShopNews ul.ShopNewsCon li.comment span.content{
    width: 70%;
    margin:5px 0;
    font-size: 12px;
    text-align: left;
    float: left;
    overflow:hidden; 
    white-space:normal;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.green{
    color: #09af63;
}
.ShopNews .scroll{
	padding:0 20px;
}
.ShopNews ul.ShopNewsCon li{
    font-size: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dotted #e5e5e5;
}
.ShopNews ul.ShopNewsCon li a:hover s{
	background: #3399cc;
}

.ShopNewsService{
	padding: 6px 20px 0;
	background: url(/Public/Home/css/images/fwcn.png) no-repeat 155px center;
}
.ShopNewsService li{
	line-height: 30px;
}
.conc_title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fba92f;
	border-bottom: 2px solid #e6e6e6;
	padding: 0 0 0 20px;
}
.slideBox{
	position: relative;
  margin-top: 2rem;
}
.slideBox li img{
    width:100%;
}

.slideBox .hd{
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.slideBox .hd li{
	display: block;
	float: left;
	width: 28px;
	height: 3px;
	border: 1px solid #323A45;
	background: white;
	margin: 0 0 0 5px;
	cursor: pointer;
}
.slideBox .hd li.on{
	background: #323A45;
	border: 1px solid #323A45;
}
.article .hd li.on a{
    color: #3399cc;
}
.lc {
    background: #fff;
    font-size: 0;
}

/**新闻样式**/
.newList ul li a {
    display: block;
    width: 90%;
    font-size: 12px;
    color: #29344a;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList ul li i {
    width: 3px;
    height: 3px;
    margin-right: 10px;
    display: block;
    top: 16px;
    background-color: #e0e0e0;
    float: left;
    position: relative;
}

/**页面底部***/

.error_404{
	text-align: center;
	padding-top: 200px;
}
.iServiceCon{
	font-size: 0;
  	margin-top:25px;
}
.iServiceCon ul {
    font-size: 1.2rem;
    vertical-align: top;
}
.iServiceCon ul li{
	border-bottom: none !important;
}
.iServiceCon ul li.iServiceTit {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.iServiceCon ul li.iServiceText {
   	margin: 2rem 2rem 2rem 0;
    position: relative;
    line-height: 2rem;
}
.iServiceCon ul.HomeService_other li.iServiceText p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.5rem;
}
.iServiceCon ul li s.iS_img1 {
    background-position: 0 -175px;
    width: 41px;
    height: 41px;
    top: 4px;
    left: 0;
}
.iServiceCon ul.i_Contact li.iServiceTit {
    position: relative;
    padding:0;
}
.iServiceCon ul.i_Contact li.s{
    position: relative;
    padding: 0.86rem 2rem;
    color: #666;
}
.iServiceCon ul li s {
    background: url(/Public/Home/images/body_bg_v3.png);
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -3px;
}
.iServiceCon ul.i_Contact li s.i_ContactImg_1{
	background-position: -130px -58px;
}
.iServiceCon ul.i_Contact li s.i_ContactImg_2{
	background-position: -130px -80px;
}
.iServiceCon ul.i_Contact li s.i_ContactImg_3{
	background-position: -130px -100px;
}
.iServiceCon ul.i_Contact li s.i_ContactImg_4{
	background-position: -130px -126px;
}
.iServiceCon ul.i_Contact li s.i_ContactImg_5{
	background-position: -130px -148px;
}
.iServiceCon ul.i_Contact li s.i_ContactImg_6{
	background-position: -130px -205px;
	width: 17px;
	left: -1px;
	top: 7px;
}
.iServiceCon ul.i_Contact img.first {
    margin-right: 2rem;
}
.iServiceCon ul.i_Contact .qcode {
    width: 10rem;
    margin-top: 2rem;
}
.FooterBox{
	background: #323A45;
	color: #cccccc;
	padding: 10px 0;
}
.Footer{
	   max-width: 123rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.Footer ul li{
	float: left;
}
.Footer ul.f_left{
	float: left;
}
.Footer ul.f_left li{
	margin: 0 20px 0 0;
}
.Footer .f_right{
	float: right;
}
.Footer .f_right li{
	margin: 0 0 0 10px;
}
.Footer a{
	color: #ccc;
}
.Footer a:hover{
	color: white;
}
.footItem{
	padding: 15px 0 15px;
	display: block;
}
.footItem h2{
	width: 1140px;
	margin:0 auto;
	font-size: 16px;
    padding-bottom: 15px;
}
.footItem h2 span{
	padding: 0 20px;
	font-size: 12px;
}
.footItem ul {
	width: 1140px;
	margin:0 auto;
}
.footItem ul li{
	display: inline-block;
	margin-right:15px;
}

/**表格商品***/
.floor .floor-left{
	width: 75%;
	float: left;
}
h1.goods-title{
	font-size:18px;
	color:#333;
	font-weight: bold;
}
.goods-row td img{
	max-width:48px;
	max-height:48px;
}

a.item-link{
  color: #3399cc;
  width: 90%;
  display: inline-block;
  padding: 12.8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
}

.p-name,
.name-cut{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.floor .floor-right{
	width: 24%;
	float: right;
}
.floor .floor-right .p-name:first-child{
	margin-top: 0;
}
.floor .floor-right .p-name{
	border-bottom: 1px dotted #e5e5e5;
}


/**左侧分类***/
.terms dl dd {
    padding: 0.4rem 1rem;
    font-size: 1.4rem;
    vertical-align: top;
    border-bottom: 1px #f4f4f4 solid;
}
.terms dl dd a {
    color: #999;
    display: block;
    padding: 1.5rem 0;
}
.terms dl dd.active, 
.terms dl dd:hover {
    border-color: #3399cc;
}
.terms dl dd.active a, 
.terms dl dd:hover a{
    color: #3399cc;
}

/**分类商品列表**/
.list .floor-a-item {
    position: relative;
    padding: 2rem;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1;
    margin-top: -1px;
    margin-right: -1px;
}
.list .floor-a-item .goods-head {
    height: 40px;
    text-align: center;
}
.list .floor-a-item .goods-head .goods-name {
    padding-top: 5px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list .floor-a-item .goods-head .goods-name a {
    color: #333;
}
.list .floor-a-item .picture {
    height: 120px;
    line-height: 120px;
    margin-bottom: 1rem;
    text-align: center;
    overflow: hidden;
}
.list .floor-a-item .picture img {
    max-width: 120px;
    max-height: 120px;
    vertical-align: middle;
}
.list .floor-a-info .pro-item {
    width: 100%;
    color: #777;
    text-align: center;
}
.list .floor-a-info .pro-item .pro-item-info span {
    display: block;
    padding:0.5rem 0;
}

/**商品详情**/
.none{
    display: none;
}
.product_detail .p-detail{
    background: #ffffff;
    border: 1px solid #e5e5e5;
    margin: 20px 0;
    padding:20px;
}
.product_detail .p-detail dl dd .pub_info_list dd .numb-blod {
    font-size: 14px;
}
.product_detail .p-detail dl dd .pub_info_list {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
    line-height: 22px;
    padding: 8px 0;
}
.product_detail .p-detail dl dd .pub_info_list dt {
    padding: 0;
    width: 70px;
    float: left;
    line-height: 28px;
}
.product_detail .p-detail dl dd .pub_info_list dd {
    float: left;
    width: 556px;
    padding: 0;
    position: relative;
    line-height: 28px;
}
.product_detail .p-detail dl dd .pub_info span i.selected {
    color: #fd5548;
    font-weight: bold;
}
.product_detail .p-detail dl dd .pub_info span i {
    display: inline-block;
    color: #666;
    padding: 2px 10px;
    cursor: pointer;
    font-style: normal;
}
.product_detail .p-detail dl dd .pub_info span b {
    font-weight: normal;
}
.co-red {
    color: #fd5548;
}
.btn-pink {
    background: #ff6458;
    color: #fff;
}
.btn{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border: 0;
}
.product_detail .p-con .info-t ul li {
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 25px;
    color: #333;
    text-align: center;
    cursor: pointer
}

.product_detail .p-con .info-t ul li.cur{
    background: #317ee7;
    color: #fff
}

.product_detail .p-con .info-t span i {
    width: 16px;
    height: 16px;
    float: left;
    margin: 7px 5px 0 0
}

.product_detail .p-con .info-c .basic {
    padding: 15px 0 10px
}
.product_detail .p-con .info-c .basic ul li {
    float: left;
    color: #777;
    width: 25%;
    display: inline-block;
    padding-bottom: 8px
}
.product_detail .p-con .info-c .basic ul li label {
    float: left;
    color: #151515;
    display: inline-block;
    margin-left: 15px
}

.product_detail .p-con .info-c .basic ul li span {
    float: left;
    width: 130px;
    color: #777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.product_detail .p-con .info-c table {
    border-left: #eee solid 1px;
    width: 100%;
    border-top: #eee solid 1px;
    margin-bottom: 20px
}

.product_detail .p-con .info-c table th {
    background: #f5f5f5;
    border-bottom: #eee solid 1px;
    border-right: #ddd solid 1px;
    padding: 7px 5px;
    color: #333;
    font-weight: 400
}

.product_detail .p-con .info-c table td {
    border-bottom: #ddd solid 1px;
    border-right: #eee solid 1px;
    padding: 10px 5px;
    color: #666;
    text-align: center
}

.company .title .wrap-img,.product_detail .l-active,.product_detail .p-con .info-c table.tspec,.product_detail .p-con .info-c table.tspec th {
    border: 1px solid #ddd
}

.product_detail .p-con .info-c table td.txt-l {
    text-align: left
}

.product_detail .p-con .info-c table td.txt-r {
    text-align: right
}

.product_detail .p-con .info-c table.tspec td {
    padding: 10px;
    color: #777;
    text-align: left
}

.product_detail .p-con .info-c .report-tit {
    height: 40px;
    line-height: 40px
}

.product_detail .p-con .info-c .report-tit i {
    width: 14px;
    height: 13px;
    float: left;
    margin: 13px 5px 0 0
}

.product_detail .p-con .info-c .report-con {
    border: 1px solid #ddd;
    padding: 10px
}

.product_detail .p-con .info-c .detail {
    margin: 15px 0px;
    overflow: hidden;
}
.product_detail .p-con .info-c .detail p {
    line-height: 25px
}
.product_detail img {
    max-width: 100%;
    height: auto;
}
.product_detail .p-detail dl dd .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-all;
}
.product_detail .p-detail dl dd .pub_info {
    position: relative;
    line-height: 27px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.product_detail .p-detail dl dd .pub_info span {
    margin-right: 20px;
    display: block;
    padding:5px 0;
}

/**f分页样式***/
.m-page-new {
  text-align: center;
}
.m-page-new .pagination li {
  display: inline-block;
  *float: left;
}
.m-page-new .pagination li span {
  color: #555;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
  margin-right: 5px;
  border-radius: 1px;
  display: inline-block;
  background: #fff;
}
.m-page-new .pagination li span.cur {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page-new .pagination li span.disable:hover {
  color: #555;
  background: #fff;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
}
.m-page-new .pagination li a {
  color: #555;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
  margin-right: 5px;
  border-radius: 1px;
  display: inline-block;
  background: #fff;
}
.m-page-new .pagination li a.cur {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page-new .pagination li a:hover {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page-new .pagination li a.disable:hover {
  color: #555;
  background: #fff;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
}
.m-page-new .pagination li span.current  {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page-new .pagination li.current span.disable:hover {
  color: #555;
  background: #fff;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
}

/***侧边栏商品***/
.sale ul li {
    padding: 0 2rem 2rem 2rem;
}
.sale ul li .wrap-img {
    border: 1px solid #f2f2f2;
    padding: 5px;
}
.sale ul li .wrap-content .pro-title{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sale ul li .wrap-content span{
	color: #999;
    display: inline-block;
    padding:1rem 1rem 0 0;
}
.sale ul li .wrap-content span em {
    color: #fb5651;
}

/**页面内容**/
.page-content {
    line-height: 2.4rem;
}

/**新闻列表**/
.news-List ul{
	font-size: 0;
}
.news-List ul li.last {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #e0e0e0;
}
.news-List ul li.last .news-info h6{
	margin:0;
}
.news-List ul li.last .news-info h6 b{
	display: block;
    font-size: 1.6rem;
    font-weight: normal;
    color: #3399cc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-List ul li img{
	max-height:73px;
}
.news-List ul li.last .news-info .description {
	color: #666;
    font-size: 1.2rem;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin:1rem 0;
}
.news-List ul li.last .news-info .time {
	color: #999;
    overflow: hidden;
    padding: 1rem 2rem 0 0;
    font-size: 1.2rem
}
.news-List ul li.item{
	width: 50%;
    display: inline-block;
    padding: 0.3rem 0;
    list-style-position: inside;
    list-style-image: initial;
    list-style-type: disc;
}
.news-List ul li.item a{
	font-size: 1.4rem;
    color: #3399cc;
    position: relative;
    padding-left: 2rem;
}
.news-List ul li.item a:before{
	content: '';
    width: 4px;
    height: 4px;
    background: #3399cc;
    position: absolute;
    left: 4px;
    top: 4px;
}
.news-List ul li.item a:hover{
	color: #3399cc;
	font-weight: bold;
}

/***/
.user-top {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f6f6f6;
}
.u-info1 {
    padding-top: 25px;
}
.user-top h2 {
    display: inline-block;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    border-bottom: 2px solid #06be6a;
}
.settlement-c .tit {
    margin:20px 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.settlement-c .tit span {
    font-size: 16px;
    color: #111;
    border-left: 4px #317ee7 solid;
    padding-left: 10px;
}
.settlement-c input.form-item {
    height: 34px;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    width: 100%;
    color: #333;
    text-indent: 20px;
    border-radius: 5px;
}
.settlement-c textarea.form-item {
    border: 1px solid #e5e5e5;
    width: 100%;
    color: #333;
    border-radius: 5px;
    margin-bottom: 20px;
    padding:2rem;
}
.settlement-c table td{
    text-align: left;
}
.settlement-c table th{
    text-align: left;
    background: #f9f9f9;
}
ul.link li{
  display: inline-block;
  *display: inline;
  padding-left: 20px;
}
ul.link li:first-child{
  padding-left: 0;
}
.goodsList .list{
  padding:0 1.5rem;
}

@media screen and (max-width: 420px) {
    .search_index_new .search form{
        padding:0;
    }
    .search_index_new .search{
        height: 40px;
    }
    .goods-title{
        font-size: 1.8rem;
    }
}<!--0.0001988410949707-->