/*CSS reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p,
blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}

a {
    color: #0099ff;
    text-decoration: none;
}

a:hover {
    color: #d9182d !important;
}

p, td, li {
    color: #000;
}

body {
    font-family: "微软雅黑", "Microsoft YaHei";
    font-size: 12px;
    background: #ffffff;
}

/*文字排版*/
.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f20 {
    font-size: 20px
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.lh150 {
    line-height: 150%
}

.lh180 {
    line-height: 180%
}

.lh200 {
    line-height: 200%
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}

/*定位*/
.tl {
    text-align: left
}

.tc {
    text-align: center
}

.ter {
    text-align: right
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.cb {
    clear: both
}


.cr {
    clear: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.abs-right {
    position: absolute;
    right: 0
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden
}

.none {
    display: none
}

/*长度高度*/
.w10 {
    width: 10px
}

.w20 {
    width: 20px
}

.w30 {
    width: 30px
}

.w40 {
    width: 40px
}

.w50 {
    width: 50px
}

.w60 {
    width: 60px
}

.w70 {
    width: 70px
}

.w80 {
    width: 80px
}

.w90 {
    width: 90px
}

.w100 {
    width: 100px
}

.w120 {
    width: 120px
}

.w150 {
    width: 150px
}

.w170 {
    width: 170px
}

.w200 {
    width: 200px
}

.w230 {
    width: 230px;
}

.w250 {
    width: 250px
}

.w300 {
    width: 300px
}

.w400 {
    width: 400px
}

.w500 {
    width: 500px
}

.w600 {
    width: 600px
}

.w700 {
    width: 700px
}

.w800 {
    width: 800px
}

.w {
    width: 100%
}

.h20 {
    height: 20px;
}

.h50 {
    height: 50px
}

.h45 {
    height: 45px;
}

.h40 {
    height: 40px;
}

.h80 {
    height: 80px
}

.h100 {
    height: 100px
}

.h200 {
    height: 200px
}

.h {
    height: 100%
}

/*边距*/
.mb5 {
    margin-bottom: 5px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m30 {
    margin: 30px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 0px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb28 {
    margin-bottom: 28px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb100 {
    margin-bottom: 100px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml45 {
    margin-left: 45px;
}

.ml20 {
    margin-left: 20px
}

.ml120 {
    margin-left: 120px
}

.ml30 {
    margin-left: 30px
}

.ml50 {
    margin-left: 50px
}

.ml55 {
    margin-left: 55px;
}

.ml100 {
    margin-left: 100px
}

.ml147 {
    margin-left: 147px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 0px
}

.mr30 {
    margin-right: 30px
}

.mr50 {
    margin-right: 50px
}

.mr100 {
    margin-right: 100px
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt50 {
    padding-top: 50px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb50 {
    padding-bottom: 50px
}

.pb100 {
    padding-bottom: 100px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl50 {
    padding-left: 50px
}

.pl100 {
    padding-left: 100px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr50 {
    padding-right: 50px
}

.pr100 {
    padding-right: 100px
}

/*其他*/
.nobr {
    border: none;
}

.t_color_1 {
    color: #333333;
}

.t_color_2 {
    color: #656565;
}

.t_color_3 {
    color: #999999;
}

.green {
    color: #339900;
}

th.td {
    text-align: center;
}

.w227 {
    width: 227px;
}

.red {
    color: #e4393c;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

pre { /*强制换行*/
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*common css*/
b, strong, em {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
}

a:hover {
    color: #d9182d !important;
}

.focus-question .wd300 {
    width: 300px;
}

body {
    background: #ffffff;
    font-size: 12px;
}

.mt70 {
    margin-top: 70px;
}

body {

}

body.en {
}

#key_auto_complete .ui-autocomplete {
    width: 432px ;
    top: 68px ;
}

#key_auto_complete2 .ui-autocomplete {
    width: 295px ;
    position: fixed;
    top: 38px ;
}


/*auto complete*/
.ui-autocomplete { /*width:432px!important;*/
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border: 1px solid #636363 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    z-index: 100 !important;
    overflow: hidden;
    z-index: 100001 !important;
}

.ui-autocomplete .autowrap {
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 24px !important;
    margin-left: 0px !important;
    height: 30px !important;
    line-height: 30px !important;
    width: 432px;
    display: block;
    font-size: 14px;
}

.ui-autocomplete .autowrap.ui-state-hover {
    background: none !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-width: 0 !important;
    background-color: #f1f1f1 !important;
    color: #222222 !important;
}

.ui-autocomplete {
    border-radius: 0 !important;
}

.ui-autocomplete .autotitle {
    color: #b4b4b4;
    margin-left: 12px;
    height: 30px;
    line-height: 30px;
    width: 95%;
}

.ui-autocomplete .clear_search {
    color: #5188a6;
    cursor: pointer;
}

.ui-autocomplete .clear_search:hover {
    color: #e44245;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#key_auto_complete .ui-autocomplete {
    width: 432px;
    top: 95px;
}

.ui-menu .ui-menu-item {
    float: none !important;
}

/*banner*/

.cyber-week-banner {
    width: 100%;
    height: 739px;
    overflow: hidden;
/*    background: url(../../imgs/double_eleven_2019/top_cn.jpg) no-repeat center top;
    background-size: 100% 778px;*/
}



.cyber-week-pic {
    width: 1190px;
    margin: 35px auto 0 auto;
    overflow: hidden;
}

.cyber-week-pic a {
    display: inline-block;
    margin-right: 12px;
}

.cyber-week-pic-wrap {
    width: 1300px;
    margin-left: 18px;
}

/*商品列表*/


.cyber-week-container  .section {
    width: 1189px;
    z-index: 100;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}


.cyber-week-container  .section:first-child {
    padding: 0 0 60px 0;
}


.cyber-week-container  .section .title {
    text-align: center;
    height: 0;
}

.cyber-week-container .section:first-child  .title strong {
    top: -78px;
    position: relative;
    display: inline-block;
    width: 375px;
    text-align: center;
    color: #ffffff;
    line-height: 68px;
    font-size: 38px;
    height: 68px;
    /*background: url("../../imgs/double_eleven_2019/widget_1.png") no-repeat center ;*/
    margin:10px;
    background-size: 100% 68px;
    z-index: 9999;
}

.cyber-week-container .section:not(first-child)  .title strong {
    top: -32px;
    position: relative;
    display: inline-block;
    width: 375px;
    text-align: center;
    color: #ffffff;
    line-height: 68px;
    font-size: 38px;
    height: 68px;
    /*background: url("../../imgs/double_eleven_2019/widget_2.png") no-repeat center ;*/
    background-size: 100% 68px;
    z-index: 9999;
}


.cyber-week-container .section > span {
    display: block;
    width: 12px;
    height: 21px;
    /*background: url(../../imgs/s_qixi/special_icon.png) no-repeat;*/
    position: absolute;
    top: 51.5%;
    color: #000;
    width: 12px;
    height: 20px;
    color: #b4b4b4;
    font-weight: bold;
    cursor: pointer;
    z-index: 99;
}

.cyber-week-container .section.page1 > span {
    top: 46%;
}

.cyber-week-container .section span.prev {
    left: -110px;
    background-position: 0 -100px;
}

.cyber-week-container .section span.next {
    right: -100px;
    background-position: 0 -50px;
}

.nav-footer-warp {
    margin-top: 143px;
}
.section .pro-list-wrap {
    width: 1200px;
     height: 580px;
    overflow: hidden;
    position: relative;
    padding-right: 220px;
    z-index: 1;
}

.section .pro-list-bg {
    position: relative;
    width: 1200px;
    z-index: 1;
    padding: 50px 0 10px 0;
    background: #ffffff;
}

.section .pro-list-wrap .pro-list {
    width: 100000px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 60px;
}

.section ul {
    width: 1200px;
    float: left;
    margin-right: 220px;
}

.section ul li {
    float: left;
    height: 275px;
    position: relative;
    background: #fff;
    margin: 0 15px 15px 0;
}

.section ul li .pro-show {
    width: 183px;
    /*width: 234px;*/
    height: 255px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
}

.section ul li .pro-del {
    display: none;
    width: 171px;
    height: 255px;
    padding: 10px;
    background: #fff;
    z-index: 9999;
    position: absolute;
    left: 203px;
    top: 0px;
    border: 1px solid #fcc3cd;
    border-left: none;
    box-shadow: 2px 2px 5px #fcc3cd;
}

.section ul li .pro-del p {
    font-size: 12px;
    color: #646464;
    line-height: 18px;
    height: 180px;
    overflow: hidden;
}

.section ul li .pro-del button {
    width: 158px;
    height: 34px;
    border: none;
    /*background: #ca0026 ;*/
    background: #fcc3cd;
    margin-top: 20px;
    font-size: 16px;
    font-family: 微软雅黑, "Microsoft YaHei";
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;

}

.section ul li:hover .pro-del {
    display: block;
}

.section ul li .pro-show > a {
    display: table-cell;
    width: 181px;
    height: 138px;
    text-align: center;
    margin-top: 10px;
    vertical-align: middle;
}

.section ul li .pro-show > a img {
    max-width: 181px;
    max-height: 130px;
    border: none;
    vertical-align: middle;
}

.section ul li span.pro-store {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: right;
    color: #7f7f7f;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section ul li p.pro-info {
    margin-top: 15px;
    overflow: hidden;
    max-height: 48px;
    min-height: 48px;
}

.section ul li p.pro-info a {
    color: #323232;
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: keep-all;
}

.section ul li .pro-tag {
    margin-top: 2px;
    height: 30px;
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}


.section ul li .pro-tag strong {
    font-weight: bold;
    font-size: 12px;
    color: #d9182d;
    margin-right: 6px;
    margin-left: 5px;
}

.section ul li .pro-tag strong.now {
    display: inline-block;
    font-size: 12px;
    max-height: 20px;
    max-width: 60px;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.section ul li .pro-tag em {
    font-size: 12px;
    display: inline-block;
    color: #ffffff;
    background: #ff0000b3;
    border-radius: 10px;
    /* margin-left: 10px; */
    padding: 2px 10px;
    max-width: 110px;
    max-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 2px;
}

.section ul li .pro-tag span {
    display: inline-block;
    cursor: pointer;
}

.section ul li .pro-tag span b {
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: middle;
    width: 13px;
    height: 12px;
    background: url(/Tpl/default/Public/imgs/s_blackfriday/cyber-global.png) no-repeat 0 -150px;
}

.section ul li .pro-tag span label{
    vertical-align: middle;
}

.section ul li .pro-tag span b.good {
    background-position: 0 bottom;
}

.section .index-point-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.section .index-point {
    display: inline-block;
    margin: 10px auto 0;
    vertical-align: middle;
    padding: 0 12px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.section .index-point em {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 3px;
    /*width:8px;
    height:8px;*/
    background-color: transparent;
    border: 1px solid #ffffff;
    margin-right: 5px;
}

.section .index-point em.cur {
    border-width: 0;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
}


/*右边栏*/

.cyber-side-code {
    position: fixed;
    top: 230px;
    right: 50%;
    width: 123px;
    height: 294px;
    margin-right: -740px;
    display: none;
    z-index: 101;
}

.cyber-side-code img {
    position: absolute;
    top: 127px;
    left: 4px;
    width: 115px;
    height: 115px;
}

.cyber-side-code .btn-wrap {
    width: 123px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.cyber-side-code a {
    display: block;
    height: 34px;
}

.cyber-side-code-en {
    position: fixed;
    top: 340px;
    right: 50%;
    width: 133px;
    height: 311px;
    margin-right: -746px;
    display: none;
    z-index: 101;
}

.cyber-side-code-en img {
    position: absolute;
    top: 127px;
    left: 10px;
    width: 115px;
    height: 115px;
}

.cyber-side-code-en .btn-wrap {
    width: 133px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.cyber-side-code-en a {
    display: block;
    height: 34px;
}


/*左边栏*/

.cyber-side-menu {
    /*width: 230px;*/
    /*height: 580px;*/
    padding-top: 30px;
    position: fixed;
    top: 200px;
    left: 50%;
    /*background: url(../../imgs/s_blackfriday/w_left.png) no-repeat;*/
    /*margin-left:-798px;*/
    margin-left: 600px;
    display: none;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
}

.cyber-side-menu li {
    margin: 0 auto;
    font-size: 13px;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.cyber-side-menu li:hover {
    color: #fff1c7;
}

.cyber-side-menu li:last-child {
    border-top: none;
}

.cyber-side-menu-en {
    position: fixed;
    top: 200px;
    right: 5%;
    display: none;
    z-index: 999;
    overflow: hidden;
}

.cyber-side-menu-en li {
    margin: 0 auto;
    font-size: 11px;
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

/*.cyber-side-menu-en li:hover {*/
/*    color: #fff1c7;*/
/*}*/

.cyber-side-menu-en li:last-child {
    border-top: none;
}


.footer {
    min-width: 1400px;
    /*background: url(../../imgs/labor/bg1920-1170.jpg) repeat center;*/

    color: #ffffff;
}

.footer .guide {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer .guide a {
    text-decoration: none;
    font-size: 14px;
    margin: 0 5px;
    color: #ffffff;
}

.footer .guide a:hover {
    color: #d9182d !important;
}

.footer .licence {
    padding: 30px 20px;
    box-sizing: border-box;
    width: 1000px;
    margin: auto;
}

.footer .licence p {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}


.goods-show {
    padding-top: 0;
    display: table;
}

.goods-show a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}



.sp_icons {
}

.menu_bg {
    background-color: #ff6f80;
    width: 100%;
    height: 48px;
    margin-top: -48px;
    position: relative;
    z-index: 0;
}

.sp_focus {
    width: 1150px;
    height: 275px;
    margin: 0 auto;
    margin-top: -1px;
    position: relative;
}

.sp_focus .time {
    width: 330px;
    height: 84px;
    position: absolute;
    right: 0;
    top: 22px;
    background-position: -181px -118px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 8px;
    font-weight: bold;
}

.sp_focus .time_d {
    position: absolute;
    top: 30px;
    left: 62px;
}

.sp_focus .time_h {
    position: absolute;
    top: 30px;
    left: 134px;
}

.sp_focus .time_m {
    position: absolute;
    top: 30px;
    left: 206px;
}

.sp_focus .time_s {
    position: absolute;
    top: 30px;
    left: 277px;
}

.header_logo_search {
    background: transparent;
    padding-top: 0px;
    position: relative;
    z-index: 1;
    border: 0px;
}

.bd {
    margin: 20px auto;
    width: 960px;
    background-color: transparent;
}

.gf_item_wpr {
    margin-top: 20px;
    background-color: transparent;
}

.gf_item_wpr .item {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 223px;
    height: 330px;
    padding: 0;
    border: 1px solid #def3fe;
    position: relative;
    background-color: #ffffff;
}

.gf_item_wpr .item_last {
    margin-right: 0 !important;
}

.gf_item_wpr .item:hover {
    border: 1px solid #cccccc;
}

.gf_item_wpr .item img {
    max-width: 223px;
    max-height: 223px;
}

.sitemwrap {
    background-color: #000000;
    width: 223px;
    height: 294px;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.sitemtext_1 {
    filter: alpha(opacity=60) !important;
    -moz-opacity: 0.6 !important;
    opacity: 0.6 !important;
}

.sitemtext {
    width: 223px;
    height: 294px;
    position: absolute;
    left: 0;
    top: 140px;
    text-align: center;
    font-weight: bold;
}

.sitemtext span {
    display: block;
    width: 50%;
    margin: 0 auto;
    font-size: 26px;
    color: #dddddd;
    font-weight: normal;
}

.sitemtext_1 {
    top: 74px !important;
    filter: alpha(opacity=90) !important;
    -moz-opacity: 0.9 !important;
    opacity: 0.9 !important;
    font-size: 20px;
    color: #000000;
}

.sitemtext_1 span {
    border: 2px solid green !important;
}

.sitemtext .cyclewrap {
    background-color: #ffffff;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 70px;
}

.sitemtext .cyclecolor {
    color: #ff3674;
    font-size: 16px;
}

.sitemtext .cyclewraptext {
    padding-top: 40px;
    width: 100px;
    margin: 0 auto;
}

.sitemtext .hr {
    border-top: 1px solid #a3a3a3;
    border-bottom-width: 0;
    height: 1px;
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 3px;
}



.footer2 a {
    color: #31309c;
    line-height: 30px;
}

.footer2 {
    margin-bottom: 0px;
    background-color: #daf3fd;
    width: 970px;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 5px solid #daf3fd;
    margin-bottom: 20px;
}

.widebody .footer2 {
    width: 1020px;
}

.footer2 .bottom_link {
    margin-top: 10px;
    margin-left: 250px;
}

.footer2 .bottom_link li {
    margin-right: 20px;
    float: left;
}

.footer2 .msg {
    color: #7a787a;
    text-indent: 0em;
    margin-top: 10px;
}

.footer2 .copyright {
    color: #3d3b3d;
    margin-top: 10px;
    text-indent: 0em;
}



img[left_map], map area {
    outline: none;
}

.herder_bg_special, .herder_special {
    display: none;
}
.special-mobile-nav-ul, .index-point-more {
    display: none;
}
@media screen and (max-width: 800px){
    .herder_bg_special {
        display: flex;
    }
    .special-pc-nav-ul, .index-point,.prev,.next{
        display: none !important;
    }
    .index-point-more {
        display: block;
    }
    .cyber-week-container  .section {
        width: 100%;
        padding: 0;
        position: unset;
    }
    .cyber-side-menu-en{
        display: block;
        top: 60px;
        right: 0;
        background-color:#ffffff;
        width: 100%;
        z-index: 1;
    }
    .special-mobile-nav-ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #eeeeee;
    }
    .cyber-side-menu-en li {
        height: 35px;
        line-height: 35px;
        color: #333;
        font-family: Arial;
        font-weight: 200;
        padding: 0 10px;
        position: relative;
    }
    .cyber-side-menu-en li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 50%;
        border-right: 1px solid #333;
    }
    .section .pro-list-wrap {
        position: unset;
        width:100%;
        /* height:100%; */
        padding:0;
    }
    .section .pro-list-wrap .pro-list {
        width: 100%;
        position: unset;
        padding:0;
    }
    .section ul {
        width: 100%;
        float: unset;
        margin: 0;
        position: unset;
        display: grid;
        justify-content: space-evenly;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
    .section ul li {
        height: 275px;
        position: unset;
        background: #fff;
        margin: 10px;
        top: 0;
        left: 0;
    }
    .section ul li .pro-show {
        width: 160px;
        border: 0;
    }
    .clearfix:after,.section ul li:after{
        content: unset;
    }
    .section ul li .pro-tag em{
        max-width: 90px;
    }
    .section .index-point-wrap .index-point-more {
        width: 130px;
        height: 33px;
        line-height: 32px;
        background: #FFFFFF;
        border-radius: 15px;
        margin: 25px auto 0;
        font-size: 16px;
        font-family: Arial;
        font-weight: 200;
        color: #ED4F4A;
    }
    .section ul li:hover .pro-del {
        display: none;
    }
}
@media screen and (max-width: 400px){
.section ul li .pro-show {
    width: 140px;
}
.section ul li .pro-tag em{
    max-width: 80px;
}
}


@media screen and (min-width: 800px) {
    .cyber-side-menu-en li:hover {
        color: #fff1c7;
    }
}
