@charset "UTF-8";
* {padding: 0;margin: 0;box-sizing: border-box;}
@font-face{font-family:SourceHanSerifCN-Regular;src:url('/fonts/uDHC9uzipaBa.woff') format("woff");}
@font-face{font-family:SourceHanSerifCN-Bold;src:url('/fonts/SourceHanSerifCN-Bold.otf') format("opentype");}
html, body {color: #333;font-size: 16px;margin-left: auto !important;margin-right: auto !important;text-align: left;overflow-x: hidden;font-family:'Microsoft Yahei',sans-serif;-webkit-font-smoothing:antialiased}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p,b {padding: 0;margin: 0;font-weight: normal;}
i,em,b{font-style: normal;}
ol,ul {list-style: none;}
li{list-style-type: none;}
a{text-decoration: none;color:inherit;}
a:focus,div:focus{border: none;outline: none;}
img, input {border: 0;}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{font-size: 0;}
input[type='text']:focus-visible{outline: none;}
.clear:after{content: '';display: block;clear: both;}
.icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;max-width: 100%;max-height: 100%;margin: auto;transition: all 0.3s ease-in;}
.img_zd{position: relative;overflow: hidden;}
.img_zd .img_hezi{/*padding-top: 75%;*/background-position: 50%;background-size: cover;background-repeat: no-repeat;transition: all 0.3s ease-in;}
.img_zd>img{position: absolute;left: 0;top:0;width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease-in;}
.pic { /*padding-top: 75%;*/position: relative;overflow: hidden;}
.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.bg-mask:hover .pic .a {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.pic img:hover, .bg-mask:hover .cover_img .a{transform: scale(1.05);}
.fl{float: left;}
.fr{float: right;}
.noflex{display: block !important;}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative}
.aline_r {position: relative;background-image: linear-gradient( #4F453D, #4F453D);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #4F453D}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3}
@media screen and (max-width:1024px){  html{font-size: 90px!important;}}
@media screen and (max-width:900px){  html{font-size: 85px!important;}}
@media screen and (max-width:640px){  body{font-size: .18rem}  }
@media screen and (max-width:480px){  html{font-size: 80px!important;}}
@media screen and (max-width:375px){  html{font-size: 80px!important;}}
@media screen and (max-width:360px){  html{font-size: 70px!important;}}
.wp{width: 14rem;margin: 0 auto;max-width: 96%;}
.none{display: none;}

/*=============================竞彩足球胜平负共 开始===================================*/

.header-box .wp{
    width: 100%;
    max-width: none;
    padding: 0 .7rem;

}

.header-box #nav{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.header-box #nav .item{
    width: calc((100% - 6.85rem) / 2);
    position: relative;
}

.list_box0{
    display: flex;
    align-items: center;
    opacity: 0;
}
.list_box0 .li{
    position: relative;
    min-width: 1px;
    font-size: 0.16rem;
    line-height: 0.56rem;
    color: #fff;
    opacity: 0.6;
    transition: 0.5s;
    margin-right: 0.16rem;
}
.list_box0 .li:nth-child(2n):before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    height: 0.08rem;
    opacity: 0.2;
    transform: translateY(-50%);
    background: #fff;
}

.list_box0 .li:hover{
    opacity: 1;
}

.header-box .lan {
    position: relative;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.header-box .lan span{
    display: flex;
    align-items: center;
    opacity: .6;
}
.header-box .lan span:after{
    display: block;
    content: '';
    width: .1rem;
    height: .07rem;
    margin-left: .07rem;
    background: url("/images/h-img-1.png") no-repeat 50%/100%;
}

.header-box .lan .lanb {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 1rem;
    background: #fff;
    padding: .06rem .15rem;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translateX(-50%);
}

.header-box .lan .lanb a{
    display: block;
    color: #333;
    line-height: 2;
    text-align: center;
    transition: .5s;
}
.header-box .lan .lanb a:hover{
    color: #863242;
}
.header-box .lan:hover .lanb{
    opacity: 1;
    visibility: visible;
}

.header-box .search{
    position: relative;
    width: 1.8rem;
    margin-left: .26rem;
}

.header-box .search .inpt{
    display: block;
    width: 100%;
    font-size: .16rem;
    line-height: .36rem;
    height: .36rem;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    border-radius: .5rem;
    padding: 0 .15rem 0 .4rem;
}
.header-box .search .subm{
    position: absolute;
    top: .08rem;
    left: .11rem;
    width: .18rem;
    height: .18rem;
}
input::placeholder{color: rgba(255, 255, 255, 0.6);}

.header-box .item-r .top{
    display: flex;
    height: .56rem;
    align-items: center;
    justify-content: flex-end;
}

.header-box .item{
    position: relative;
    z-index: 2;
}
.header-box .item-l:after{
    position: absolute;
    content: "";
    left: 0;
    right: -0.9rem;
    top: 0.56rem;
    height: 1px;
    background: #fff;
    opacity: 0.1;
}
/*.header-box .item-r:after {
    position: absolute;
    content: "";
    left: -1.04rem;
    right: 0;
    top: 0.56rem;
    height: 1px;
    background: #fff;
    opacity: 0.1;
}
.header-box .item-l:before{
    position: absolute;
    content: '';
    right: -1.3rem;
    top: 0;
    bottom: 0;
    width: 100vw;
    transform: skew(35deg);
    transform-origin: 50%;
    background: #923244 url("../images/head-bg-1.png") repeat-x 50%/auto 100%;
}
.header-box .item-r:before{
    position: absolute;
    content: '';
    left: -1.6rem;
    top: 0;
    bottom: 0;
    width: 100vw;
    background:#923244 url("../images/head-bg-2.png") no-repeat left center/100% 100%;

}
*/


.header-box .logo{
    width: 5.3rem;
    height: 1.2rem;
    position: relative;
    transform: translateX(.09rem);
    z-index: 3;
}
.header-box .logo .gif-box{
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: .5s;
}
.header-box .logo .gif-box.show{
    opacity: 1;
}
.header-box .logo .gif-box img{
    display: none;
    width: 100%;
}
.header-box .logo .gif-box .gif{
    width: 100%;
    height: 1.68rem;
    background-image: url("/images/atlas/flag_00000.png");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    animation: bgchange 2s ease infinite;
}
@keyframes bgchange {
    0%{background-image: url("/images/atlas/flag_00000.png")}
    2%{background-image: url("/images/atlas/flag_00001.png")}
    4%{background-image: url("/images/atlas/flag_00002.png")}
    6%{background-image: url("/images/atlas/flag_00003.png")}
    8%{background-image: url("/images/atlas/flag_00004.png")}
    10%{background-image: url("/images/atlas/flag_00005.png")}
    12%{background-image: url("/images/atlas/flag_00006.png")}
    14%{background-image: url("/images/atlas/flag_00007.png")}
    16%{background-image: url("/images/atlas/flag_00008.png")}
    18%{background-image: url("/images/atlas/flag_00009.png")}
    20%{background-image: url("/images/atlas/flag_00010.png")}
    22%{background-image: url("/images/atlas/flag_00011.png")}
    24%{background-image: url("/images/atlas/flag_00012.png")}
    26%{background-image: url("/images/atlas/flag_00013.png")}
    28%{background-image: url("/images/atlas/flag_00014.png")}
    30%{background-image: url("/images/atlas/flag_00015.png")}
    32%{background-image: url("/images/atlas/flag_00016.png")}
    34%{background-image: url("/images/atlas/flag_00017.png")}
    36%{background-image: url("/images/atlas/flag_00018.png")}
    38%{background-image: url("/images/atlas/flag_00019.png")}
    40%{background-image: url("/images/atlas/flag_00020.png")}
    42%{background-image: url("/images/atlas/flag_00021.png")}
    44%{background-image: url("/images/atlas/flag_00022.png")}
    46%{background-image: url("/images/atlas/flag_00023.png")}
    48%{background-image: url("/images/atlas/flag_00024.png")}
    50%{background-image: url("/images/atlas/flag_00025.png")}
    52%{background-image: url("/images/atlas/flag_00026.png")}
    54%{background-image: url("/images/atlas/flag_00027.png")}
    56%{background-image: url("/images/atlas/flag_00028.png")}
    58%{background-image: url("/images/atlas/flag_00029.png")}
    60%{background-image: url("/images/atlas/flag_00030.png")}
    62%{background-image: url("/images/atlas/flag_00031.png")}
    64%{background-image: url("/images/atlas/flag_00032.png")}
    66%{background-image: url("/images/atlas/flag_00033.png")}
    68%{background-image: url("/images/atlas/flag_00034.png")}
    70%{background-image: url("/images/atlas/flag_00035.png")}
    72%{background-image: url("/images/atlas/flag_00036.png")}
    74%{background-image: url("/images/atlas/flag_00037.png")}
    76%{background-image: url("/images/atlas/flag_00038.png")}
    78%{background-image: url("/images/atlas/flag_00039.png")}
    80%{background-image: url("/images/atlas/flag_00040.png")}
    82%{background-image: url("/images/atlas/flag_00041.png")}
    84%{background-image: url("/images/atlas/flag_00042.png")}
    86%{background-image: url("/images/atlas/flag_00043.png")}
    88%{background-image: url("/images/atlas/flag_00044.png")}
    90%{background-image: url("/images/atlas/flag_00045.png")}
    92%{background-image: url("/images/atlas/flag_00046.png")}
    94%{background-image: url("/images/atlas/flag_00047.png")}
    96%{background-image: url("/images/atlas/flag_00048.png")}
    98%{background-image: url("/images/atlas/flag_00049.png")}
    100%{background-image: url("/images/atlas/flag_00000.png")}
}
.header-box .logo a{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: .35rem;
    z-index: 3;
    transform: translateX(-.09rem);
}
.header-box .logo a img{
    display: block;
    max-height: .74rem;
}
.header-box .logo .svgbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 33.018%;
    background: url('/images/logo-bg.png') no-repeat top left;
    background-size: contain;
}
.header-box:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -0.05rem;
    height: 0.06rem;
    background: #c15a6d;
    opacity: 0.26;
}

.header-box{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    background: url('/images/head-bg.jpg') no-repeat 50% / 100% 100%;
}



#nav{

}

#nav li{
    position: relative;
}

#nav li h2{
    font-size: 0.18rem;
    line-height: 0.63rem;
    color: #fff;
    position: relative;
}
#nav li a{
    display: block;
}
#nav  ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: .03rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

#nav ul li.on h2:after, #nav ul li:hover h2:after {
    width: 1.6rem;
    margin-left: -.8rem;
    opacity: 1;
    visibility: visible;
}
#nav ul li.on h2, #nav ul li:hover h2{

}
#nav  ul li .sub {
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, 0.7);
    min-width: 1.6rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

#nav  ul li .sub .box {
    padding: 0;
    text-align: center;
}

#nav ul li .sub a {
    padding: 9px 10px;
    line-height: 2;
    transition: .6s;
    font-size: .16rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    background: no-repeat 50%/cover;
}

#nav ul li .sub a:hover {
    color: #fff;
    background-image: url("/images/nv-img-1.png");
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

/*miso_navs*/

.miso_navs {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    top: 0;
    z-index: 100000;
    height: .9rem;
    transform: translateY(-101%);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    display: none;
}
.miso_navs .wp{
    padding: 0 0.7rem;
    min-width: 1400px;
    max-width: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.miso_navs .logos {
    width: 3.65rem;
}
.miso_navs .logos a{
    width: 100%;
    display: block;
}
.miso_navs .logos img{
    display: block;
    width: 100%;
    max-height: .65rem;
}

.miso_navs #nav{
    height: 100%;
}
.miso_navs #nav ul{
    width: calc(100% - 5rem);
}
.miso_navs #nav ul li h2{
    color: #333;
    line-height: .9rem;
}

.miso_navs.xg1{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.ft-logo img{
    display: block;
    margin: 0 auto;
    max-height: 1.58rem;
}
.ft-logo{
    margin-bottom: .32rem;
}
.ft-block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.ft-ewm{
    display: flex;
    align-items: center;
}
.ft-ewm .li{
    width: .46rem;
    margin-left: .32rem;
    position: relative;
}
.ft-ewm .li:first-child{
    margin-left: 0;
}
.ft-ewm .li a{
    display: block;
    width: 100%;
}
.ft-ewm .li img{
    display: block;
    width: 100%;
    height: 100%;
}

.ft-ewm .li .code{
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(-.3rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    width: 1rem;
    height: 1rem;
    background: #fff;
    box-shadow: 0px 2px 9.5px 0.5px rgba(1, 1, 1, 0.21);
    padding: .1rem;
    border-radius: .1rem;
    text-align: center;
}

.ft-ewm .li .code:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -.08rem;
    margin-left: -.06rem;
    border-top: #fff .08rem solid;
    border-left: transparent .06rem solid;
    border-right: transparent .06rem solid;
}

.ft-ewm .li:hover .code {
    transform: translateX(-50%) translateY(-.05rem);
    opacity: 1;
    visibility: visible;
}


.ft-add{
    width: 45.71%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-add h5{
    width: 50%;
    font-size: .16rem;
    line-height: .44rem;
    color: #fff;
}

.ft-link{
    min-width: 1.9rem;
}
.ft-link dl{
    width: 100%;
    position: relative;
    margin-bottom: .12rem;
}
.ft-link dl:last-child{
    margin-bottom: 0;
}
.foot .ft-link dl dt{
    position: relative;
    height: .4rem;
    line-height: .4rem;
    padding-left: .3rem;
    padding-right: .3rem;
    cursor: pointer;
    color: #fff;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
}
.foot .ft-link dl dt:after{
    display: block;
    content: '';
    width: .11rem;
    height: .06rem;
    background: url("/images/ft-link.png") no-repeat 50%;
    background-size: .11rem .06rem;
    transition: .3s
}
.foot .ft-link dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}

.foot .ft-link dl dd ul li{
    font-size: .14rem;
    line-height: 2;
    padding: 5px 0;
}
.foot .ft-link dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
.foot .ft-link dl dd ul li a:hover{
    color:  #863242;
}
.foot .ft-link dl dd{
    position: absolute;
    /*top:100%;*/
    bottom:100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
.foot .ft-link dl dd ul{
    max-height: 300px;
    overflow-y: auto;
}
.foot .ft-link dl dd ul::-webkit-scrollbar{
    width:4px;
}
.foot .ft-link dl dd ul::-webkit-scrollbar-track{
    background: #eee;border-radius: 5px;
}
.foot .ft-link dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg,#863242 0%,#863242 100%);
}

.bq{
    margin-top: .5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.bq a{
    /* margin-left: .05rem; */
    /* display: flex; */
    align-items: center;
    font-size: .14rem;
    line-height: .3rem;
    color: rgba(255, 255, 255, 0.6);
}

.bq a img{
    width: .2rem;
    margin: .1rem;
    display: inline-block;
    vertical-align: middle;
}

.foot:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/foot.png") no-repeat bottom center/100% 100%;
    z-index: -1;
}
.foot{
    position: relative;
    z-index: 3;
    margin-top: -1rem;
    padding: 1.72rem 0 .34rem;

}
/*search*/



.ar_wap {
    display: none
}

/*=================================响应开始========================================*/
/*wap*/

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #fff;
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.5);
    height: .75rem;
}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(146, 50, 68, 0.9);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);

}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.big-nav .list_box0 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    opacity: 1;
}

.big-nav .list_box0 .li {
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    margin-right: 0.2rem;
    margin-left: 0;
    position: relative;
    line-height: .36rem;
    border: 1px solid #fff;
    border-radius: .05rem;
    padding: 0 .1rem;
}

.big-nav .list_box0 .li a {
    color: #fff;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.list_box_nav_mobile > li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile > li .con {
    position: relative
}

.list_box_nav_mobile > li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    line-height: .64rem;
    color: rgba(255, 255, 255, .8);
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile > li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url('/images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.list_box_nav_mobile > li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on .a {
    color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.list_box_nav_mobile > li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile > li .list a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url("/images/search-1.png") center no-repeat #dd9147;
    background-size: .2rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}


.ar_wap{display: none}

@media (max-width: 1870px){}

@media (max-width: 1650px){

}
@media (max-width: 1199px){
    html,body{
        overflow-x: hidden !important;
    }
    .ar_web{display: none}
    .ar_wap{display: block}
    .wp {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        display: block;
        width: auto;
        height: 0.5rem;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("/images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
        position: relative;
        z-index: 3;
    }
    .wap-head .navbtnm:before{
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #923244;
    }
    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right:  #923244 6px solid;
        border-bottom: transparent 0.75rem solid;
    }
    .navShow .navbtnm i{
        background-image: url("/images/close-menu.png");
    }
    .list_box0 .li{
        border: none;
    }


}
@media (max-width: 1025px){
    .wap-head .logo img{
        height: .5rem;
    }
    .ft-logo{
        width: 100%;
        margin-bottom: .2rem;
    }
    .ft-logo img{
        max-width: 100%;
        max-height: 1.1rem;
    }
    .ft-add{
        width: 100%;
        order: 2;
    }
    .ft-add h5{
        width: 100%;
        text-align: center;
        line-height: 2;
    }
    .ft-link{
        order: 0;
        width: 50%;
        display: flex;
        justify-content: flex-end;
        gap: .2rem;
    }
    .ft-link dl{
        margin-bottom: 0;
    }
    .ft-ewm{
        width: 47%;
        order: 0;
        /*justify-content: center;*/
        margin-left: .2rem;
    }
    .ft-ewm .li{
        width: .4rem;
        margin-left: .2rem;
    }
    .bq {
        margin-top: 0.2rem;
    }
    .foot:after{
        display: none;
    }
    .foot{
        padding: .2rem 0;
        margin-top: 0;
        background: #863242;
    }
}
@media (max-width: 769px){
    .wap-head .logo img{
        height: 0.45rem;
    }
    .ft-ewm{
        width: 100%;
        order: 1;
        justify-content: center;
        margin-bottom: .2rem;
    }
    .ft-ewm .li{
        margin: 0 .1rem;
        display: block;
    }
    .ft-link{
        width: 100%;
        margin-bottom: .2rem;
    }
    .bq {
        margin-top: 0.1rem;
    }

}

@media (max-width: 481px){
    .wap-head .logo img{
        height: 0.45rem;
    }
    .foot .ft-link dl dt{
        padding: 0 .1rem;
    }
    .ft-link{
        flex-wrap: wrap;
    }
}

@keyframes xs
{
    from {opacity: 0;transform: translate(0,10px);}
    to {opacity: 1;transform: translate(0,0px);}
}

@keyframes pingyi {
    to {
        transform: translateX(-100%)
    }
}

.listlace-2 .item{
    width: 19.2rem;
    height: .66rem;
}
.listlace-2 .item img{
    display: block;
    width: 100%;
    height: 100%;
}
.listlace-2{
    overflow: visible;
    animation: pingyi 30s linear infinite
}