/* CSS公共样式文件 */
.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.color_red {
    color: #c81623;
}

.color_lightRed {
    color: #e60012;
}

/* 顶部快捷导航栏开始 */
.shortcut {
    height: 30px;
    background: #f1f1f1;
    color: #666;
    font-size: 12px;
    line-height: 30px;
}

.shortcut ul li {
    float: left;
}

.shortcut .fl li {
    margin-right: 8px;
}

.shortcut .fr ul li:not(:last-child)::after {
    float: right;
    content: '';
    width: 0px;
    height: 9px;
    margin: 10px 14px;
    border-right: 1px solid #666;
}

.shortcut .fr ul .arrow-icon a::after {
    content: '\e60b';
    font-family: 'iconfont';
    margin-left: 6px;
    font-size: 9px;
}

/* 顶部快捷导航栏结束 */

/* header区域开始 */
.header {
    position: relative;
    height: 56px;
    margin-top: 25px;
}

.logo {
    position: absolute;
}

.logo a {
    display: block;
    width: 175px;
    height: 56px;
    background: url(../images/icons.png) no-repeat -370px -12px;
    font-size: 0;
}

.search {
    position: absolute;
    left: 350px;
}

.search input {
    float: left;
    width: 433px;
    height: 32px;
    padding: 0 10px;
    border: 2px solid #b1191a;
    border-right: none;
}

.search button {
    float: left;
    width: 82px;
    height: 36px;
    background: #b1191a;
    color: #fff;
}

.hotwords {
    position: absolute;
    top: 36px;
    left: 350px;
}

.hotwords a {
    margin: 0 12px;
}

.cart {
    position: absolute;
    right: 60px;
    width: 138px;
    height: 34px;
    border: 1px solid #dfdfdf;
    background: #f7f7f7;
    line-height: 31px;
    text-align: center;
}

.cart a {
    padding-left: 8px;
}

.cart a::before {
    content: '\eab2';
    font-family: 'iconfont';
    position: relative;
    top: 1px;
    margin-right: 7px;
    color: #e60012;
    font-size: 16px;
}

.cart a::after {
    content: '\e609';
    font-family: 'iconfont';
    margin-left: 15px;
    color: #a5a5a5;
    font-size: 11px;
}

.cart .count {
    position: absolute;
    top: -4px;
    left: 104px;
    height: 14px;
    padding: 0 5px;
    background: #e60012;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
}

/* header区域结束 */

/* nav区域开始 */
.nav {
    height: 45px;
    margin-top: 24px;
    border-bottom: 2px solid #b1191a;
    line-height: 45px;
}

.dropdown {
    width: 209px;
    height: 45px;
}

.dropdown .dt {
    height: 100%;
    background: #b1191a;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.dropdown .dd {
    /* display: none; */
    height: 465px;
    margin-top: 2px;
    background: #c81623;
}

.dropdown .dd ul li a {
    display: block;
    height: 31px;
    padding: 0 13px;
    color: #fff;
    font-size: 14px;
    line-height: 31px;
}

.dropdown .dd ul li a::after {
    content: '\e609';
    font-family: 'iconfont';
    float: right;
    font-size: 10px;
}

.dropdown .dd ul .current a,
.dropdown .dd ul li:hover a {
    margin: 0 -2px 0 2px;
    padding: 0 15px 0 11px;
    background: #f7f7f7;
    color: #c81623;
}

.navitems ul li {
    float: left;
}

.navitems ul li a {
    padding: 0 24px;
    font-size: 16px;
}

/* nav区域结束 */

/* footer区域开始 */
.footer {
    height: 417px;
    background: #f5f5f5;
}

.mod_service {
    height: 80px;
    padding-top: 30px;
    border-bottom: 1px solid #ededed;
}

.mod_service ul li {
    float: left;
    width: 210px;
    padding-left: 30px;
}

.mod_service ul li::before {
    content: '';
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 8px;
    background: url(../images/icons.png) no-repeat -252px -2px;
}

.mod_service ul li:nth-child(2):before {
    background: url(../images/icons.png) no-repeat -255px -53px;
}

.mod_service ul li:nth-child(3):before {
    background: url(../images/icons.png) no-repeat -257px -106px;
}

.mod_service ul li h4 {
    font-size: 14px;
    line-height: 28px;
}

.mod_service ul li span {
    font-size: 12px;
}

.mod_help {
    height: 170px;
    padding-top: 20px;
    padding-left: 50px;
    border-bottom: 1px solid #ededed;
}

.mod_help dl {
    float: left;
    width: 190px;
}

.mod_help dl:last-child {
    width: 95px;
    text-align: center;
}

.mod_help dl dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.mod_help dl dd,
.mod_help dl dd a {
    font-size: 12px;
    line-height: 20px;
}

.mod_copyright {
    margin-top: 20px;
    text-align: center;
}

.mod_copyright .links ul {
    display: inline-block;
}

.mod_copyright .links ul li {
    float: left;
}

.links ul li:not(:last-child)::after {
    float: right;
    content: '';
    width: 0;
    height: 11px;
    margin: 7px 14px;
    border-right: 1px solid #999;
}

.copyright {
    margin-top: 12px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

/* footer区域结束 */