/* 公告全局样式start */
.font-red,
a.font-red:hover {
    color: #FF414D !important;
}
.border-red {
   border: 1px solid #FF414D !important;
}
.bg-red {
    background-color: #FF414D !important;
    color: #fff !important;
    
}
.store_show{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
}
.font-blue,
a.font-blue:hover {
    color: #1890ff;
}
/* end */
/* 重新设置下拉菜单样式 */
body {
    padding-top: 0;
}
._fx_wrapper {
    width: 1400px;
    margin: 0 auto;
}
@media only screen and (max-width: 1420px) {
    ._fx_wrapper {
        width: 1200px;
    }
    body ._fx_header .header .header_center .sreach {
        width: 568px;
    }
    body ._fx_header .nav_list .nav_item a img {
        margin-left: 0px;
        position: absolute;
        top: -4px;
    }
}
._fx_dropdown_popup {
    background: #fff;
    border: 1px #f1f1f1 solid;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
._fx_dropdown_popup::after,
._fx_dropdown_popup::before {
    content: '';
    display: block;
    border: 4px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -8px;
    margin-left: -4px;
}
._fx_dropdown_popup::before {
    border-bottom-color: #f1f1f1;
    border-width: 6px;
    margin-top: -12px;
    margin-left: -6px;
}
._fx_dropdown_popup li {
    transition: color 0s;
}
._fx_dropdown_popup li:hover {
    background: #FFF0F1;
    color: #FF414D;
}
._fx_dropdown_popup li a {
    margin: 0;
    color: inherit;
    line-height: 20px;
}
/* end */
/* 公共头部、底部start */
._fx_header {
    width: 100%;
    /*position: fixed;
    top: 0;
    left: 0;
    z-index: 999;*/

}
._fx_header .z-index-4 {
    position: relative;
    z-index: 4;
}
._fx_header .z-index-3 {
    position: relative;
    z-index: 3;
}
._fx_header .z-index-2 {
    position: relative;
    z-index: 2;
}
._fx_header .poster {
    width: 100%; 
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
}
._fx_header .poster img {
    height: 100%;
}
._fx_header .toper {
    width: 100%;
    height: 36px;
    background: #F1F1F1;
    font-size: 12px;
    color: #999;
    line-height: 36px;
}
._fx_header .toper .toper_left {
    text-align: left;
}
._fx_header .toper .toper_right .layui-nav {
    background: transparent;
    padding: 0;
    color: #999;
}
._fx_header .toper .toper_right .layui-nav * {
    font-size: 12px;
}
._fx_header .toper .toper_right .layui-nav-item {
    line-height: 36px;
    padding: 0 6px;
}
._fx_header .toper a {
    padding: 0 6px;
}
._fx_header .toper a,
._fx_header .toper .toper_right .service {
    cursor: pointer;
}
._fx_header .toper .toper_right .line {
    color: #ddd;
}
._fx_header .toper .toper_right {
    text-align: right;
}
._fx_header .toper .toper_right img {
    width: 14px;
    margin-right: 6px;
}
._fx_header .toper .toper_right .service:hover {
    background: #fff;
}
._fx_header .toper .toper_right .service .layui-nav-child {
    top: 45px;
}
._fx_header .toper .toper_right .service .layui-nav-child a {
    margin: 0;
}
._fx_header .toper .toper_right .service .layui-nav-child a:hover {
    background: #FFF0F1;
    color: #FF414D;
}
._fx_header .toper .toper_right .service::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #79797F;
    margin-left: 5px;
    vertical-align: middle;
}
._fx_header .header {
    background-color: #fff;
    padding: 52px 0;
    padding-bottom: 22px;
}
._fx_header .header.visible {
    animation: ceiling .4s ease;
    -webkit-animation: ceiling .4s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    box-shadow: 0 2px 6px rgb(14 14 14 / 40%);
    padding-top: 38px;
    padding-bottom: 20px;
}
._fx_header .header.visible .search-hot {
    display: none;
}
@keyframes ceiling {
    0% {
        opacity: .5;
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ceiling {
    0% {
        opacity: .5;
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}
._fx_header .header .header_left,
._fx_header .header .header_right {
    /*width: calc((100% - 512px) / 2);*/
}
._fx_header .header .header_left .logo {
    width: 180px;
    height: 57px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    margin-top: -12px;
}
._fx_header .header .header_left .logo img {
    width: 100%;
    height: 100%;
}
._fx_header .header .header_left .intor {
    /*margin-left: 18px;*/
    margin-left: 64px;
    /*padding-left: 15px;*/
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    /*color: #999;*/
    color: #666;
    line-height: 18px;
    /*border-left: 1px solid #eee;*/
}
._fx_header .header .header_left .intor .intor-item span,._fx_header .header .header_center .intor .intor-item span {
    display: inline-block;
    background-image: url(/static/cloud/images/home/fx-index/ad_icon.gif);
    background-repeat: no-repeat;
    padding-left: 25px; 
    font-size: 12px;
}
._fx_header .header .header_center .intor {
    padding-left: 22px;
    color: #666;
    padding-top: 4px;
}
._fx_header .header .header_left .intor .intor-item:nth-child(2), ._fx_header .header .header_center .intor .intor-item:nth-child(2){
    margin-top: 4px;
}
._fx_header .header .header_left .intor .intor-item .intor-item-tag-1,._fx_header .header .header_center .intor .intor-item .intor-item-tag-1 {
    margin-right: 6px;
}
._fx_header .header .header_left .intor .intor-item .intor-item-tag-2,._fx_header .header .header_center .intor .intor-item .intor-item-tag-2 {
    background-position: 0px -19px;
}
._fx_header .header .header_left .intor .intor-item .intor-item-tag-3,._fx_header .header .header_center .intor .intor-item .intor-item-tag-3 {
    background-position: 0px -39px;
    margin-right: 6px;
}
._fx_header .header .header_left .intor .intor-item .intor-item-tag-4,._fx_header .header .header_center .intor .intor-item .intor-item-tag-4 {
    background-position: 0px -61px;
}
._fx_header .header .header_center {
    text-align: center;
    margin-left: 68px;
    position: relative;
    /*width: 770px;*/
}
._fx_header .header .header_center .search-top-bar {
    position: absolute;
    z-index: 1;
    color: #262626;
    top: -28px;
}
._fx_header .header .header_center .search-top-bar .tag {
    height: 28px;
    line-height: 28px;
    display: inline-block;
    width: 62px;
    cursor: pointer;
}  
._fx_header .header .header_center .search-top-bar .tag.active {
    color: #fff;
    background-color: #FF414D;
    border-radius: 4px 4px 0px 0px;
}
._fx_header .header .header_center .sreach {
    width: 770px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    background-color: #F6F6F6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    line-height: 40px;
}
._fx_header .header .header_center .search-hot {
    clear: both;
    text-align: left;
    padding-left: 12px;
    padding-top: 4px;
}
._fx_header .header .header_center .search-hot .search-hot-keyword {
    color: #666;
    margin-right: 4px;
    cursor: pointer;
}
._fx_header .header .header_center .sreach .iconfont {
    font-size: 18px;
    color: #E7E4E4;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 48px;
    text-align: center;
    display: none;
}
._fx_header .header .header_center .sreach .sreach_input {
    /*background-color: #F6F6F6;*/
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 4px;
    padding-left: 48px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*padding-right: 124px;*/
    padding-left: 12px;
    font-size: 16px;
    padding-right: 170px;
    border-top-left-radius: 0px;
    border: 2px solid #FF414D;
}
._fx_header .header .header_center .sreach .sreach_input:hover, ._fx_header .header .header_center .sreach .sreach_input:focus{
    border-color: #FF414D !important;
}
._fx_header .header .header_center .sreach .sreach_btn {
    width: 120px;
    height: 48px;
    border: none;
    font-size: 18px;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: 0;
    top: 0;
}
._fx_header .header .header_center .sreach .search-camera {
    position: absolute;
    top: 0;
    right: 120px;
    width: 40px;
    height: 100%;
    padding-right: 10px;
    cursor: pointer;
}
._fx_header .header .header_center .sreach .search-camera img {
    /*width: 22px;
    height: 22px;*/
    float: left;
    margin-top: calc(50% - 5.5px);
    margin-left: calc(50% - 9.5px);
}
._fx_header .header .header_center .sreach .img-search-result {
    background: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid #FF414D;
    padding: 20px 0px;
    height: 100px;
    display: none;
}
._fx_header .header .header_center .sreach .img-search-result img {
    width: 100px;
    height: 100px;
}
._fx_header .header .header_center .sreach .img-search-result .search-result-preview-img{
    height: 100px;
    float: left;
    box-sizing: border-box;
    width: 50%;
    text-align: right;
}
._fx_header .header .header_center .sreach .img-search-result .img-search-result-loading {
    float: right;
    line-height: 100px;
    width: 50%;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}
._fx_header .header .header_center .sreach .img-search-result .img-search-result-close {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0 10px;
    cursor: pointer;
}
._fx_header .header .header_right {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
._fx_header .header .header_right li {
    margin-left: 28px;
}
._fx_header .header .header_right li a {
    display: block;
}
._fx_header .header .header_right li a > * {
    display: inline-block;
    vertical-align: middle;
}
._fx_header .header .header_right li .cat-icon {
    background-color: #fff6f7;
    -webkit-border-radius: 50%;
    border-radius: 50%; 
    width: 41px;
    height: 41px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
}
._fx_header .header .header_right li span {
    /*margin-left: 12px;
    margin-right: 8px;
    margin-left: 6px;*/
    font-size: 14px;
}
._fx_header .header .header_right li .font-red {
    margin-left: 2px;
    margin-right: 4px;
}
._fx_header .header .header_right li .layui-badge {
    height: 20px;
    line-height: 20px;
    width: 20px;
    --webkit-border-radius: 50%;
    padding: 0px;
    border-radius: 50%; 
}
._fx_header .header .header_right .enter-btn {
    padding-top: 7px;
}
._fx_header .header .header_right .enter {
    margin-left: 53px;
    height: 33px;
    padding: 0 10px;
    line-height: 33px;
    font-size: 14px;
    color: #0EA5F2;
    background: #EAF8FF;
    border-radius: 10px;
}
._fx_header .navbar {
    width: 100%;
    background-color: #fff;
}
._fx_header .navbar_left {
    width: 204px;
    height: 44px;
    position: relative;
}
._fx_header .navbar_left .category {
    width: 204px;
    height: 44px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-size: 12px;
    text-align: center;
    padding: 12px 0;
    line-height: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
._fx_header .navbar_left .category > * {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
}
._fx_header .navbar_left .category_list {
    position: absolute;
    width: 100%;
    max-height: 565px;
    overflow-y: hidden;
    background: #fff;
    padding: 20px 0;
    top: 100%;
    left: 0;
    z-index: -2;
    /*z-index: 2;*/
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .3s;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}

.banner_left .category_list {
    width: 100%;
    max-height: 565px;
    overflow-y: hidden;
    background: #fff;
    padding: 20px 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}

._fx_header .navbar_left .category_list::-webkit-scrollbar,
.banner_left .category_list::-webkit-scrollbar {
    display: none;
}
._fx_header .navbar_left:hover .category_list,
._fx_header .navbar_left.active .category_list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
._fx_header .navbar_left .category_list .category_item,
.banner_left .category_list .category_item {
    width: 100%;
    height: 44px;
    font-size: 14px;
    /*color: #333333;*/
    color: #262626;
    line-height: 20px;
}
._fx_header .navbar_left .category_list .category_item:hover,
.banner_left .category_list .category_item:hover {
    background: #FFF0F1;
    color: #FF414D;
}
.banner_left .category_list .category_item a .category_item_icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(/static/cloud/images/home/fx-index/menu_icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    vertical-align: text-top;
    margin-right: 15px;
}
.banner_left .category_list .category_item:nth-child(2) a .category_item_icon {
    background-position: 0px -24px;
}
.banner_left .category_list .category_item:nth-child(3) a .category_item_icon {
    background-position: 0px -49px;
}
.banner_left .category_list .category_item:nth-child(4) a .category_item_icon {
    background-position: 0px -73px;
}
.banner_left .category_list .category_item:nth-child(5) a .category_item_icon {
    background-position: 0px -101px;
}
.banner_left .category_list .category_item:nth-child(6) a .category_item_icon {
    background-position: 0px -130px;
}
.banner_left .category_list .category_item:nth-child(7) a .category_item_icon {
    background-position: 0px -158px;
}
.banner_left .category_list .category_item:nth-child(8) a .category_item_icon {
    background-position: 0px -180px;
}
.banner_left .category_list .category_item:nth-child(9) a .category_item_icon {
    background-position: 0px -202px;
}
.banner_left .category_list .category_item:nth-child(10) a .category_item_icon {
    background-position: 0px -229px;
}
.banner_left .category_list .category_item:nth-child(11) a .category_item_icon {
    background-position: 0px -257px;
}
.banner_left .category_list .category_item:nth-child(12) a .category_item_icon {
    background-position: 0px -283px;
}
._fx_header .navbar_left .category_list .category_item a,
.banner_left .category_list .category_item a {
    display: block;
    padding: 12px 0;
    box-sizing: border-box;
    padding-left: 42px;
}
._fx_header .navbar_left .category_list .category_item a .img,
.banner_left .category_list .category_item a .img {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px;
}
._fx_header .navbar_left .category_list .category_item a img
.banner_left .category_list .category_item a img {
    max-width: 21px;
    max-height: 21px;
    vertical-align: middle;
}
._fx_header .navbar_center {
    width: calc(100% - 440px);
}
._fx_header .nav_list {
    display: flex;
    padding-left: 6%;
}
._fx_header .nav_list .nav_item {
    font-size: 16px;
    /*color: #333333;*/
    color: #262626;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
}
._fx_header .nav_list .nav_item a {
    padding: 10px 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}
._fx_header .nav_list .nav_item a img {
    margin-top: 4px;
    margin-left: 6px;
}
._fx_header .nav_list .nav_item a:hover,
._fx_header .nav_list .nav_item.active a {
    color: #FF414D;
}
._fx_header .nav_list .nav_item a .tag {
    height: 16px;
    font-size: 12px;
    color: #fff;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -8px;
    line-height: 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-left: 6px;
    padding: 0 5px;
}
._fx_header .nav_list .nav_item.nav_top a .tag {
    top: 0;
    margin-top: -6px;
    left: 100%;
    margin-left: -10px;
}
._fx_header .nav_list .nav_item a .tag.new {
    background: #FF414D;
}
._fx_header .nav_list .nav_item a .tag.hot {
    background: #FF414D;
}
._fx_header .navbar_right {
    padding-bottom: 6px;
    box-sizing: border-box;
}
._fx_header .navbar_right .enter {
    margin-left: 12px;
    height: 40px;
    /*padding: 0 10px;*/
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #ff8941;
    border-radius: 4px;
    width: 146px;
}
._fx_header .navbar_right .enter img {
    vertical-align: sub;
    margin-right: 6px;
}
._fx_header .navbar_right .enter.font-red {
    background: #FFF0F1;
    color: #FF414D;
}

._fx_footer {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    position: relative;
}
._fx_footer .footer-bottom {
    position: absolute;
    width: 100%;
    background: #262626;
    height: 120px;
    bottom: 0;
    left: 0;
}
._fx_footer .blogroll .blogroll_tit {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
._fx_footer .blogroll .blogroll_list {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}
._fx_footer .blogroll .blogroll_list a {
    margin-right: 8px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
}
._fx_footer .advantage {
    margin-top: 53px;
    height: 67px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
._fx_footer .advantage .advantage_item {
    height: 67px;
    width: 25%;
}
._fx_footer .advantage .advantage_item .item_left {
    width: 67px;
    height: 67px;
    text-align: center;
    line-height: 67px;
}
._fx_footer .advantage .advantage_item .item_left img {
    vertical-align: middle;
    display: inline-block;
}
._fx_footer .advantage .advantage_item .item_right {
    width: calc(100% - 67px - 14px);
    padding-left: 14px;
}
._fx_footer .advantage .advantage_item .item_right .item_tit {
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
}
._fx_footer .advantage .advantage_item .item_right .item_txt {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-top: 5px;
}

._fx_footer .navigation {
    margin-top: 56px;
}
._fx_footer .navigation .navigation_left {
    width: 172px;
    height: 172px;
}
._fx_footer .navigation .navigation_left img {
    width: 100%;
}
._fx_footer .navigation .navigation_center {
    width: calc(100% - 422px);
    padding-top: 10px;
}
._fx_footer .navigation .navigation_item {
    width: 25%;
    text-align: center;
}
._fx_footer .navigation .navigation_item > div {
    display: inline-block;
    vertical-align: top;
}
._fx_footer .navigation .navigation_item .item_tit {
    font-size: 14px;
    color: #666666;
    display: block;
    height: 30px;
    line-height: 30px;
}
._fx_footer .navigation .navigation_item a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999999;
}
._fx_footer .navigation .navigation_right {
    width: 250px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
}
._fx_footer .navigation .navigation_right > div {
    display: inline-block;
    text-align: left;
}
._fx_footer .navigation .navigation_right .contact {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 0 9px;
    background: #FF666E;
    margin-top: 5px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
._fx_footer .certification {
    margin-top: 55px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    position: relative;
    z-index: 1;
    height: 56px;
}
._fx_footer .certification .certification_list a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
/* end */

/* 分页样式 */
.pages .layui-laypage {
    margin: 20px 0 40px;
}
.pages .layui-laypage span {
    color: #9D9F9F;
    font-size: 14px;
    line-height: 30px;
    background: transparent;
    border: none;
}
.pages .layui-laypage a,
.pages .layui-laypage span.layui-laypage-curr {
    font-size: 14px;
    color: #666666;
    min-width: 30px;
    height: 30px;
    padding: 0 13px;
    text-align: center;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 3px;
    background: #fff;
    border: none;
    margin: 0 6px;
}
.pages a.layui-laypage-prev,
.pages a.layui-laypage-next {
    width: 80px;
    padding: 0;
}
.pages .layui-laypage .active {
    background-color: #FF414D !important;
    color: #fff;
}
.pages .layui-input {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: #EEEEEE;
    vertical-align: middle;
}
.pages .layui-laypage input:focus,
.pages .layui-laypage select:focus {
    border-color: #FF414D !important;
}
.pages .layui-laypage-btn {
    height: 30px;
    width: 63px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    background: #FF414D;
    color: #fff;
    font-size: 14px;
    border: 1px #DCDFE6 solid;
    box-sizing: border-box;
}
.pages .layui-laypage-btn:hover {
    opacity: 0.8;
}
.pages .layui-icon {
    font-size: 14px;
}
.pages .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #FF414D;
}

/* 通用列表样式 */
/* 商品样式2 */
.goods_item_skin_two {
    width: 272px;
    margin: 5px;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.goods_item_skin_two .item_map {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: block;
}
.goods_item_skin_two .item_map a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.goods_item_skin_two .item_map a > img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.goods_item_skin_two:hover .item_map a > img {
    opacity: 0.8;
}
.goods_item_skin_two .item_map .map_bottom {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}
.goods_item_skin_two .item_map .map_bottom .map_bottom_content {
    width: 100%;
    height: 100%;
    background: rgba(255, 65, 77, 0.8);
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.goods_item_skin_two:hover .item_map .map_bottom .map_bottom_content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.goods_item_skin_two .item_map .map_bottom .map_btn {
    width: 50%;
    height: 100%;
    text-align: center;
    background: transparent;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    line-height: 30px;
    margin: 0;
    border-radius: 0;
}
.goods_item_skin_two .item_map .map_bottom .map_btn:last-child {
    border-left: 1px solid rgba(255,255,255,0.9);
}
.goods_item_skin_two .item_map .map_bottom .map_btn img {
    width: 14px;
    margin-right: 12px;
}
.goods_item_skin_two .item_map .sort_num {
    width: 36px;
    height: 45px;
    background: url(/static/cloud/images/home/fx-index/fx_icon_023.png) no-repeat top center;
    background-size: 35px 22px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -6px;
    margin-left: -18px;
    z-index: 2;
}
.goods_item_skin_two .item_map .sort_num i {
    width: 36px;
    height: 36px;
    background: #FFD2D5;
    border: 4px solid #FF8A91;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #FF414D;
}
.goods_item_skin_two .item_map .sort_num.first i {
    background: #FFF694;
    border-color: #FFD800;
    color: #D5A000;
}
.goods_item_skin_two .item_map .sort_num.second i {
    background: #EEEEEE;
    border-color: #D7D7D7;
    color: #A4A4A4;
}
.goods_item_skin_two .item_map .sort_num.thirdly i {
    background: #FFDBB8;
    border-color: #F7A04D;
    color: #ED7400;
}
.goods_item_skin_two .item_detail {
    height: 112px;
    width: 100%;
    display: block;
    padding: 0 13px;
    box-sizing: border-box;
}
.goods_item_skin_two .item_detail .nohover {
    padding: 13px 0;
    box-sizing: border-box;
}
.goods_item_skin_two .item_detail .item_tit {
    font-size: 14px;
    color: #262626;
    line-height: 18px;
    margin-top: 7px;
}
.goods_item_skin_two .item_detail .item_salce {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-top: 8px;
}
.goods_item_skin_two .item_detail .item_salce em {
    font-size: 16px;
    font-weight: bold;
}
.goods_item_skin_two .item_detail .item_badeg_list {
    margin-top: 13px;
}
.layui-badeg {
    padding: 0 4px;
    height: 21px;
    line-height: 21px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    /* margin-right: 2px; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 21px;
    font-size: 12px;
    box-sizing: border-box;
}
.layui-badeg.green {
    background: #32E68F;
}
.layui-badeg.pink {
    background: #FF989F;
}
.layui-badeg.blue {
    background: #98C1FF;
}
.layui-badeg.greenblue {
    background: #20DFB4;
}
.goods_item_skin_two .item_detail .number {
    width: 100%;
}
.goods_item_skin_two .item_detail .number .number_item {
    width: 33.33%;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}
.goods_item_skin_two .item_detail .number .number_item .number_tit {
    color: #999999;
}
.goods_item_skin_two .item_detail .number .number_item .number_content {
    color: #333333;
}
.goods_item_skin_two .item_detail .store {
    padding: 12px 17px 0;
    border-top: 1px solid #F6F6F6;
    margin-top: 10px;
}
.goods_item_skin_two .item_detail .store .img {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #EEEEEE;
    display: inline-block;
    vertical-align: top;
}
.goods_item_skin_two .item_detail .store .img img {
    width: 100%;
    height: 100%;
}
.goods_item_skin_two .item_detail .store .store_name {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-left: 4px;
}
.goods_item_skin_two .item_detail .store .store_badeg {
    background: #FF9097;
    height: 21px;
    padding: 0 4px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 11px;
    display: inline-block;
}
.goods_item_skin_two .item_detail .hover {
    padding: 13px 0;
    margin: 0 -13px;
}
.goods_item_skin_two .item_detail .hover,
.goods_item_skin_two:hover .item_detail .nohover {
    display: none;
}
.goods_item_skin_two:hover .item_detail .hover {
    display: block;
}

@media only screen and (max-width: 1420px) {
    .goods_item_skin_two {
        width: 232px;
    }
}

/* 图片hover效果 */
a:hover img {
    opacity: 0.8;
}

/* 会员中心头部弹窗公共样式 */
.__dishangyun-popup_box {
    border: 1px #E3E3E3 solid;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 9px;
}
.__dishangyun-popup_box::before {
    content: '';
    display: block;
    border: 6px solid;
    border-color: transparent transparent #E3E3E3;
    position: absolute;
    left: 40px;
    top: -12px;
    z-index: 1;
    width: 0;
    height: 0;
}
.__dishangyun-popup_box::after {
    content: '';
    display: block;
    border: 5px solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 41px;
    top: -10px;
    z-index: 2;
    width: 0;
    height: 0;
}
.__dishangyun-popup_box.up {
    margin-top: 10px
}
.__dishangyun-popup_box.up::after {
    top: auto;
    bottom: -8px;
    border-color: #fff transparent transparent;
}
.__dishangyun-popup_box.up::before {
    top: auto;
    bottom: -12px;
    border-color: #E3E3E3 transparent transparent;
}
.__dishangyun-popup_box.week_popup {
    margin-left: -38px;
}
.__dishangyun-popup_box.week_popup::after {
    left: 50px;
}
.__dishangyun-popup_box.week_popup::before {
    left: 51px;
}
.confirm_refund_popup {
    line-height: 1.5;
    word-wrap: break-word;
}
.confirm_refund_popup .tip {
    font-size: 16px;
}
.confirm_refund_popup .tip .icon-question {
    margin-right: 5px;
    color: #faad14;
}
body .layui-ext-daifaskin .layui-layer-btn .layui-layer-btn0 {
    background-color: #FF414D !important;
}
/* 隐藏商品详情里面的纯色背景图片 */
img[src^="https://www.o0b.cn"] {
    display: none;
}
/* 联系客服 */
/* 主要css样式*/
.main-im{position:fixed;right:10px;top:300px;z-index:999;width:40px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../../images/common/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:132px;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#e66d15;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(../../images/common/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{width:112px;padding: 0 0 10px;height:auto;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-63px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:80px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:78px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position: static;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(../../images/common/totop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(../../images/common/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;width:40px;height:133px;background:url(../../images/common/open_im.png) no-repeat left top;}