@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    font-family:"Noto Sans CJK SC Regular", "Source Han Sans CN Regular","Microsoft YaHei";
    font-size: 12px;
}
input,textarea,button,select{outline:0;font-family:"Noto Sans CJK SC Regular", "Source Han Sans CN Regular","Microsoft YaHei";}
select,input,label,img,th{vertical-align:middle;}
ul,ol,li{list-style:none;}
a{
    text-decoration: none;
    color:#4C4C4C;
}
/*字体位置*/
.tc {text-align: center;}
.tl {text-align: left;}
.tr {text-align: right;}

em, ins,dfn {
    font-style: normal;
    text-decoration: none;
}

/*相对位置*/
.rel { position: relative;}

/*文字超出省略号显示*/
.texthidden {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
/*容器居中*/
.wrap{ width:1200px; margin:0 auto;}

.container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}
.row{margin: 0;}

/*停靠*/
.fl{float: left;}
.fr{float: right;}

/*字体大小*/
.fs-12 {font-size: 12px;}
.fs-14 {font-size: 14px;}
.fs-16 {font-size: 16px;}
.fs-18 {font-size: 18px;}
.fs-20 {font-size: 20px;}
.fs-21 {font-size: 21px;}
.fs-22 {font-size: 22px;}
.fs-24 {font-size: 24px;}
.fs-26 {font-size: 26px;}
.fs-30 {font-size: 30px;}


/*a标签字体:hover变主题色*/
.a-hover:hover {
    color:#bf0011!important;
    cursor: pointer;
}

/*字体颜色*/
.color-theme{color: #bf0011!important;}/*主题颜色*/
.color-white{color: #FFFFFF;}
.color-red{ color:red;}
.color-4c{color:#4C4C4C;}
.color-yellow{ color:#bf0011;}/*橙色*/
.color-initial { color: initial;}
.error {color: red;}
.color-lightgray{color:#999;}/*浅灰色*/
.color-black{ color:#000;}
.color-grayblue{color: #337ab7;}/*灰蓝*/
.color-darkblue{color:#336699;}/*深蓝*/
.color-blue{color: #0979e9;}/*统一蓝色*/
.color-gray{ color:#666}/*灰色*/
.color-green{color:#29b30e;}

/*背景*/
.background-theme { background-color:#bf0011!important;}/*主题背景色-橙色*/
.bg-white {background:#fff;}
.background-lightgray{background:#999;}/*浅灰色*/
.background-yellow { background-color:#bf0011;}/*橙色*/
.background-gray { background-color:#f2f2f2;}/*统一背景色--浅灰色*/
.bg-color {background-color:#bf0011!important;color:#fff!important;}
.background-e4{background:#e4e4e4!important;}
.bg-e4{background:#e4e4e4!important;}
/*边框*/
.border-theme{ border: 1px solid #bf0011 !important;}/*主题颜色*/
.border-red {border:1px solid red!important}
.border-df{ border:1px solid #f2f2f2;}/*统一边框色--浅灰色*/
.border-top { border-top:1px solid #f2f2f2;}/*浅灰色--上边框*/
.border-bottom { border-bottom:1px solid #f2f2f2;}/*浅灰色--下边框*/
.border-left { border-left:1px solid #f2f2f2;}/*浅灰色--左边框*/
.border-right { border-right:1px solid #f2f2f2;}/*浅灰色--右边框*/
.border-dashtop { border-top:1px dashed #e4e4e4;}/*虚线-深灰色-上边框*/
.border-dashbottom {border-bottom:1px dashed #e4e4e4;}/*虚线-深灰色-下边框*/
.border-gray {border:1px solid #e4e4e4;}/*深灰色*/
.border-inherit{ border: inherit !important;}
.bd-default{border: 1px solid #EEEEEE;}
.border-transparent {border:1px solid transparent;}/*透明*/
/*无下边框*/
.noborder-bottom {border-bottom:0px!important;}


/*文字首行缩进*/
.text-indent2{
    text-indent: 2em;
}
.text-indent {
    text-indent: 1em;
    color:initial;
}
/*文字下划线*/
.underline {
    text-decoration: underline;
}
/* 字体加粗*/
.fw-bold {font-Weight: bold;}

/*文字超出不显示*/
.txtnowarp {
    overflow:hidden;
    white-space:nowrap;
}

/*显示隐藏*/
.ellipsis { overflow: hidden;}
.visi-hidden {visibility:hidden;}


/*转化为块级元素*/
.dis-block{display:block;}
.dis{ display:none!important;}

/*行内块元素*/
.disin-block{
    display: inline-block;
}
/*margin*/
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr40 {margin-right: 40px;}

.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}

.mb10 {margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30 {margin-bottom:30px;}

.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml60 {margin-left: 60px;}

.mtb10 {margin-top: 10px;margin-bottom: 10px;}
.mtb20 {margin-top: 20px;margin-bottom: 20px;}
.mtb30 {margin-top: 30px;margin-bottom: 30px;}
.mtb100 {margin-top: 100px;margin-bottom: 60px;}

/* padding */
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}

.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;}
.pb60{ padding-bottom:60px;}

.pl20{padding-left: 20px;}
.pl30{ padding-left:30px;}

.pr10{padding-right:10px;}
.pr20{padding-right:20px;}

.pad-5 { padding: 0px 5px!important;}
.ptrbl{padding: 6px 10px!important;}
.ptb20 {padding-top: 20px; padding-bottom: 20px;}


/*清除浮动*/
.clearfix:before,.clearfix:after{
    content: '';
    display: table;
}
.clearfix:after{
    clear: both;
}

/*清除浮动公共样式*/
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearboth::after {
    content:' ';
    clear: both;
    display:block;
    visibility: hidden;
    width:0;
    height: 0;
    zoom: 1;
}

/*高度*/
.lh-30 {
    height: 30px;
    line-height: 30px;
}
.l-15em {
    line-height: 1.5em;
}
.hl-32{
    height: 32px;
    line-height: 32px;
}
.hl-36{
    height: 36px;
    line-height: 36px;
}
.hl-46{
    height: 46px;
    line-height: 46px;
}

/*小手*/
.cur-pointer{
    cursor: pointer;
}

/*不可用*/
.cur-not{
    cursor: not-allowed;
}

/*垂直居中*/
.vm {
    vertical-align: middle;
}
.vt{
    vertical-align: top;
}

/*公用Config固定标签*/
.config-edit {
    position: absolute; right: 0; top: 0;font-size: 14px;width: 14px;height: 14px;z-index: 10;
}
/*公用Advert固定标签*/
.advert-edit {
    position: absolute;left: 0;width: 14px!important; height: 14px!important; font-size: 14px; margin:0 -15px;z-index: 10;
}
.advert-wrap { margin: 0 auto; width: 100%; max-width: 1200px; }
/*公用News固定标签*/
.news-edit {
    font-size: 14px;width: 14px;height: 14px;z-index: 10;
}

/********************标准按钮（a标签，button标签）---start****************************/


.btn-input {
    padding: 6px 20px;
    display: inline-block;
    font-weight: 400;
    font-size:12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    border: 0px;
}
/*橙色按钮*/
.btn-default {
    color: #fff;
    background:#bf0011;
    border: 1px solid #bf0011;
    cursor: pointer;
}
.btn-default:hover {
    border: 1px solid #ff7f00;
    background-color:#ff7f00;
}

/*红色按钮*/
.btn-red {
    color: #fff;
    background: #C81623;
    border: 1px solid #C81623!important;
    cursor: pointer;
}
.btn-red:hover {
    border: 1px solid #e4393c;
    background-color:#e4393c;
}

/*取消按钮*/
.btn-cancel {
    border:1px solid #e4e4e4;
    color:inherit;
    background:#fff;
    cursor: pointer;
}

/*禁用按钮*/
.btn-disabled {
    color: #fff;
    background: #ccc!important;
    cursor: not-allowed!important;
    border: 1px solid #ccc!important;
}


/*a按钮*/
.btn-a{
    display: inline-block;
    background: #DC2928;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/*****************************标准按钮（a标签，button标签）---end*********************************/

label.error {
    margin-left:3px;
}

/*文件上传*/
.div-upload {
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    margin-right:10px;
}
.file-upload {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*文本框公用部分start*/

/*文本框*/
.input {
    height:32px;
    line-height: 32px;
    width: 198px;
    border: solid 1px #ccc;
    text-indent: 5px;
    font-size: 12px;
}

/*文本框聚焦*/
.inputfocus:focus {
    border-color: #bf0011;
    outline: 0;
    box-shadow: 0 0 2px #bf0011;
}
.form-group{
    margin-top: 5px;
    height: 36px;
    line-height: 36px;
}
.form-con {
    height: 36px;
    text-indent:6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*文本框两列显示*/
.input-Column{
    height:61px;
    width:100%;
    margin-top:5px;
}

/*文本框公用部分end*/


/*宽度*/
.col-md-1,.col-sm-1 {
    width: 4.16666667%
}

.col-md-2,.col-sm-2 {
    width: 8.33333333%
}

.col-md-3,.col-sm-3 {
    width: 14.5%
}

.col-md-4,.col-sm-4 {
    width: 16.66666667%
}

.col-md-5,.col-sm-5 {
    width: 20.83333333%
}

.col-md-6,.col-sm-6 {
    width: 25%
}

.col-md-7,.col-sm-7 {
    width: 29.16666667%
}

.col-md-8,.col-sm-8 {
    width: 33.33333333%
}

.col-md-9,.col-sm-9 {
    width: 37.5%
}

.col-md-10,.col-sm-10 {
    width: 41.66666667%
}

.col-md-11,.col-sm-11 {
    width: 45.83333333%
}

.col-md-12,.col-sm-12 {
    width: 50%
}

.col-md-13,.col-sm-13 {
    width: 54.16666667%
}

.col-md-14,.col-sm-14 {
    width: 58.33333333%
}

.col-md-15,.col-sm-15 {
    width: 62.5%;
}

.col-md-16,.col-sm-16 {
    width: 66.66666667%
}

.col-md-17,.col-sm-17 {
    width: 70.83333333%
}

.col-md-18,.col-sm-18 {
    width: 75%
}

.col-md-19,.col-sm-19 {
    width: 79.16666667%
}

.col-md-20,.col-sm-20 {
    width: 83.33333333%
}

.col-md-21,.col-sm-21 {
    width: 87.5%
}

.col-md-22,.col-sm-22 {
    width: 91.66666667%
}

.col-md-23,.col-sm-23 {
    width: 95.83333333%
}

.col-md-24,.col-sm-24 {
    width: 100%
}

/*竖线样式*/
.verticalbar {
    width:5px;
    height:16px;
    background:#bf0011;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

/*多出来部分（包括弹窗标题头样式，分页样式pager.css，分页样式PagedList.css ） start*/
/*包括弹窗标题头样式*/
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    background-color: #bf0011;
    border-radius: 2px 2px 0 0;
}
/*分页样式pager.css*/
.pages a:hover, li.current a {
    background-color: #bf0011;
    color: #FFFFFF;
    border: #bf0011 1px solid;
}
/*分页样式PagedList.css*/
.pagination > li > a,
.pagination > li > span {
    border-right: #bf0011 1px solid;
    padding-right: 7px;
    background-position: 50% bottom;
    border-top: #bf0011 1px solid;
    border-left: #bf0011 1px solid;
    color: #bf0011;
    margin-right: 3px;
    border-bottom: #bf0011 1px solid;
    text-decoration: none;
    padding: 6px 12px;

}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-right: #bf0011 1px solid;
    border-top: #bf0011 1px solid;
    font-weight: bold;
    border-left: #bf0011 1px solid;
    color: #fff;
    margin-right: 3px;
    border-bottom: #bf0011 1px solid;
    background-color: #bf0011;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    border-right: #bf0011 1px solid;
    background-position: 50% bottom;
    border-top: #bf0011 1px solid;
    border-left: #bf0011 1px solid;
    color: #bf0011;
    margin-right: 3px;
    border-bottom: #bf0011 1px solid;
    text-decoration: none;
    cursor: not-allowed;
}
/*ICheck样式*/
.icheckbox_minimal-orange:hover {
    border: solid 1px #bf0011;
}

.icheckbox_minimal-orange.checked::after {
    content:' ';
    position:absolute;
    left:2px;
    top:2px;
    width: 11px;
    height: 6px;
    border:0px solid #bf0011;
    border-width:0 0 2px 2px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    z-index:-1;
}

.iradio_minimal-orange:hover {
    border: solid 1px #bf0011;
}

.iradio_minimal-orange.checked::after {
    content:' ';
    position:absolute;
    left:5px;
    top:5px;
    width: 6px;
    height: 6px;
    background-color:#bf0011;
    border-radius:50%;
    z-index:-1;
}
/*多出来部分（包括弹窗标题头样式，分页样式pager.css，分页样式PagedList.css ） end*/


/************************************icon图标 start***************************/

.icon-pub{
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/img/pub/icon-pub.png) no-repeat;
}

/***********v1图标start****/

.icon-sdown{
    width:10px;
    height: 10px;
    background-position: -33px -5px;
}
.icon-sdown:hover{
    background-position: -33px -18px;
}


.icon-position{
    width: 23px;
    height: 20px;
    background-position: -282px -6px;
}


.icon-collect{
    width: 130px;
    height: 44px;
    background-position: -659px -4px;
}


.icon-zan{
    width: 130px;
    height: 44px;
    background-position: -659px -85px;
}
.icon-zan:hover{
    background-position: -659px -166px;
}


.icon-card{
    width: 36px;
    height: 24px;
    background-position: -280px -44px;
}

.icon-ident{
    width: 60px;
    height: 40px;
    background-position: -141px -90px;
}


.icon-knowmore{
    width: 20px;
    height: 20px;
    background-position: -244px -202px;
}
.icon-knowmore:hover{
    background-position: -244px -232px;

}
.icon-downmore{
    width: 20px;
    height: 20px;
    background-position: -244px -141px;
}
.icon-downmore:hover{
    background-position: -244px -81px;
}

.icon-upmore{
    width: 20px;
    height: 20px;
    background-position: -244px -171px;
}
.icon-upmore:hover{
    background-position: -244px -111px;
}

.icon-goods{
    width: 28px;
    height: 26px;
    background-position: -280px -85px;
}


.icon-plus{
    width: 18px;
    height: 18px;
    background-position: -246px -42px;
}
.icon-minus{
    background-position: -246px -8px;
}

.icon-ranking{
    width: 28px;
    height: 20px;
    background-position: -280px -132px;
}


.icon-one{
    width: 16px;
    height:16px;
    background-position: -209px -10px;
}

.icon-two{
    width: 16px;
    height:16px;
    background-position: -209px -51px;
}


.icon-three{
    width: 16px;
    height:16px;
    background-position: -209px -91px;
}


.icon-four{
    width: 16px;
    height:16px;
    background-position: -209px -132px;
}


.icon-five{
    width: 16px;
    height:16px;
    background-position: -209px -173px;
}


.icon-wechat{
    width: 144px;
    height: 44px;
    background-position:-830px -7px;
    border: 1px solid #EEEEEE;
}


.icon-zhifubao{
    width: 144px;
    height: 44px;
    background-position:-826px -66px;
    border: 1px solid #EEEEEE;
}


.icon-bankofchina{
    width: 144px;
    height: 44px;
    background-position:-826px -124px;
    border: 1px solid #EEEEEE;
}

.icon-fedex{
    width: 144px;
    height: 44px;
    background-position:-826px -180px;
    border: 1px solid #EEEEEE;
}


.icon-icpinfo{
    width: 144px;
    height: 44px;
    background-position:-826px -241px;
    border: 1px solid #EEEEEE;
}


.icon-archives{
    width: 24px;
    height: 24px;
    background-position:-282px -195px;
}


.icon-g-certified{
    width: 18px;
    height: 18px;
    background-position:-106px -104px;
}


.icon-y-certified{
    width: 23px;
    height: 20px;
    background-position: -107px -127px;
}


.icon-certified{
    width: 50px;
    height: 37px;
    background-position:-144px -157px;
}


.icon-addinquiry{
    width:16px;
    height: 16px;
    background-position: -282px -171px;
}


.icon-pageview{
    width:16px;
    height: 16px;
    background-position: -108px -167px;
}
.icon-like{
    width:16px;
    height: 16px;
    background-position: -108px -200px;
}
.icon-like:hover{
    background-position: -143px -200px;
}


.icon-shares{
    width:16px;
    height: 16px;
    background-position: -108px -233px;
}
.icon-shares:hover{
    background-position: -143px -233px;
}


.icon-step{
    width: 24px;
    height: 22px;
    background-position: -282px -229px;
}



/***********v1图标end**********/


/************v2图标start*******/

.icon-cancel{
    width:30px;
    height: 30px;
    background-position: -394px -152px;
}
.icon-language{
    width: 20px;
    height: 21px;
    background-position:-170px -6px;
}
.icon-language:hover{
    background-position:-170px -36px;
}
.icon-languageCn{
    width: 20px;
    height: 21px;
    background-position:-170px -6px;/*中国*/
}
.icon-languageEn{
    width: 20px;
    height: 21px;
    background-position:-170px -36px;/*外国*/
}


.icon-mdownarrow{
    width:16px;
    height: 16px;
    background-position:-32px -35px;
    transition: background-position .15s ease-in-out;
}
.icon-muparrow{
    width:16px;
    height: 16px;
    background-position:-32px -62px;
}
.icon-mdownarrow:hover{
    background-position:-32px -62px;
}




.icon-bleftarrow{
    width: 40px;
    height: 80px;
    background-position:-21px -79px;
}


.icon-brightarrow{
    width: 40px;
    height: 80px;
    background-position:-51px -79px;
}

.icon-brightarrow-t2{
    width:60px;
    height: 60px;
    background-position:-156px -481px;
}
.icon-bleftarrow-t2{
    width:60px;
    height: 60px;
    background-position:-72px -481px;
}

.icon-bcircleleftarrow{
    width: 60px;
    height: 60px;
    background-position:-11px -148px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}



.icon-bcirclerightarrow{
    width: 60px;
    height: 60px;
    background-position:-8px -195px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}



.icon-srightarrow{
    width: 10px;
    height: 10px;
    background-position:-29px -255px;
}



.icon-arleftarrow{
    width: 10px;
    height: 10px;
    background-position:-65px -8px;
}



.icon-arrightarrow{
    width: 10px;
    height: 10px;
    background-position:-65px -32px;
}



.icon-mark{
    width: 20px;
    height: 20px;
    background-position: -360px -7px;
}


.icon-strightarrow{
    width: 16px;
    height: 16px;
    background-position:-8px -97px;
}



.icon-stuparrow{
    width: 16px;
    height: 16px;
    background-position:-32px  -63px;
}

.icon-redmark{
    width: 42px;
    height: 42px;
    background-position: -329px -39px;
}



.icon-i01{
    width: 28px;
    height: 20px;
    background-position: -277px -270px;
}


.icon-i02{
    width: 28px;
    height: 20px;
    background-position: -277px -304px;
}
.icon-buyer{
    width:20px;
    height: 20px;
    vertical-align: middle;
    background-position: -93px -570px;
}
.icon-float_service{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-position: -16px -486px;
}
.icon-float_returntop{
    width:20px;
    height: 20px;
    vertical-align: middle;
    background-position:-516px -413px;
    border: inherit;
}

/*************v2图标end***************/


/********v3图标start**************/
.icon-username{
    width:36px;
    height: 36px;
    background-position: -395px -8px;
}



.icon-pwd{
    width:36px;
    height: 36px;
    background-position: -395px -53px;
}



.icon-imgcode{
    width:36px;
    height: 36px;
    background-position: -395px -99px;
}


.icon-error{
    width:16px;
    height: 16px;
    background-position: -329px -7px;
}




.icon-set{
    width:16px;
    height: 16px;
    background-position:-10px -47px;
}



.icon-inquiry{
    width:16px;
    height: 16px;
    background-position:-10px -7px;
}


.icon-tel{
    width:16px;
    height: 16px;
    background-position:-10px -27px;
}



.icon-service{
    width:48px;
    height: 48px;
    background-position:-458px 2px;
    background-color: #DC2928;
    border:1px solid #DC2928;
}

.icon-grayservice{
    width: 63px;
    height: 55px;
    background-position: -560px -5px;
}


.icon-phone{
    width:48px;
    height: 48px;
    background-position:-502px -56px;
    border:1px solid #e4e4e4;
}
.icon-phone:hover{
    background-position:-459px -56px;
}
.icon-grayphone{
    width: 63px;
    height: 55px;
    background-position:-564px -77px;
}



.icon-center{
    width:48px;
    height: 48px;
    background-position:-502px -188px;
    border:1px solid #e4e4e4;
}

.icon-center:hover{
    background-position:-459px -188px;
}



.icon-email{
    width:48px;
    height: 48px;
    background-position:-502px -120px;
    border:1px solid #e4e4e4;
}
.icon-email:hover{
    background-position:-460px -120px;
}
.icon-grayemail{
    width: 63px;
    height: 55px;
    background-position:-563px -152px;
}


.icon-weixin{
    width:48px;
    height: 48px;
    background-position:-501px -260px;
    border:1px solid #e4e4e4;
}
.icon-weixin:hover{
    background-position:-459px -260px;
}
.icon-grayweixin{
    width: 63px;
    height: 55px;
    background-position:-560px -220px;
}


.icon-footprint{
    width:48px;
    height: 48px;
    background-position:-503px -335px;
    border:1px solid #e4e4e4;
}
.icon-footprint:hover{
    background-position:-461px -335px;
}


.icon-returntop{
    width:48px;
    height: 48px;
    background-position:-502px -397px;
    border:1px solid #e4e4e4;
}
.icon-returntop:hover{
    background-position:-458px -397px;
}


.icon-whitearrow{
    width:20px;
    height: 20px;
    background-position:-62px -62px;
}


.icon-default{
    width:49px;
    height: 49px;
    background-position:-329px -104px;
}



.icon-pigeon{
    width:35px;
    height: 35px;
    background-position:-329px -174px;
}

.icon-skype{
    width:18px;
    height: 18px;
    background-position: -104px -70px;
    cursor:pointer;
}

.icon-skype{
    width:18px;
    height: 18px;
    background-position:-105px -38px;
    cursor:pointer;
}



.icon-yellowemail{
    width:18px;
    height: 14px;
    background-position:-105px -7px;
    cursor:pointer;
}



.icon-redaudit{
    width:12px;
    height: 11px;
    background-position:-10px -71px;
}

.icon-searrow{
    width:20px;
    height: 20px;
    background-position:-70px -156px;

}
.icon-searrow:hover{
    background-position:-70px -176px;
}


.icon-coupon{
    width: 59px;
    height: 58px;
    background-position: -352px -246px;
}
.icon-channel_right {
    width: 20px;
    height: 30px;
    background-position: -27px -640px;
}
.icon-channel_hand {
    width: 30px;
    height: 20px;
    background-position: -25px -703px;
}
.icon-channelsettled1 {
    width: 70px;
    height: 70px;
    background-position: -80px -634px;
}
.icon-channelsettled2 {
    width: 70px;
    height: 70px;
    background-position: -188px -639px;
}
.icon-channelsettled3 {
    width: 70px;
    height: 70px;
    background-position: -308px -639px;
}
.icon-channelsettled4 {
    width: 70px;
    height: 70px;
    background-position: -419px -639px;
}
/************************************icon图标 end*****************************/


.uppercase {
    text-transform: uppercase;
}
