ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

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

.clearfix {
    *zoom: 1;
    /* IE/7/6*/
}
.sk-chase {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #3399CC;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
    100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    } 100%, 0% {
          transform: scale(1.0);
      }
}
.bgcontnet{
    min-height: calc(100vh - 75px);
}
.bgfff{
    background: #fff !important;
}
.inpage-main-content-bgcopy{
    background-color: #F5F9FF;
    margin-top: 75px;
    min-height: calc(100vh - 75px);
}
.search-body {
    width: 100%;
    min-height: calc(100vh - 75px);
    background-color: #F5F9FF;
    position: relative;
    /*box-shadow: 0px 10px 9px 1px #EAF8FF;*/
    /*margin: 0 auto;*/
}
.logintoken{
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}
.cloeslogin{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.modelnei{
    width: 600px;
    height: 400px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
}
.topnull{
    width: 100%;
    height: 15px;
}
.topimg{
    width: 100%;
    height: 120px;
    position: relative;
}
.imgicon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.titleone{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
 .spana{
    color: #3399cc;
     margin: 0 10px;
}
.titletwo{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}
.titletree{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 50px;
    position: relative;
}
.btnleft{
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 8px;
    background-color: #3399CC;
    position: absolute;
    top: 0;
    left: 15%;
    cursor: pointer;
}
.btnleft a{
    color: #fff;
}
.btnleft a:hover{
    color: #fff;
}
.btnright{
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border-radius: 8px;
    background-color: #EEEEEE;
    position: absolute;
    top: 0;
    right: 15%;
    cursor: pointer;
}

/*AI主体*/
.contentbody{
    width: 100%;
    height: calc(100vh - 100px);
    padding: 80px 80px 20px 80px;
}
.conttop{
    width: 100%;
    height: 620px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 10px 9px 1px #EAF8FF;
}
.conttop .leftcont{
    width: 20%;
    height: 100%;
    float: left;
    position: relative;
}
.conttop .leftcont .leftcontimgleft{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.rightcont{
    width: 80%;
    height: 100%;
    float: left;
    padding: 25px 10px 10px 10px;
}
.yi{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.two{
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #999;
}
.treeen{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    margin-top: 20px;
    font-size: 14px;
}
.from{
    width: 84%;
    color: #333;
}
.from span{
    width: 49%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #EAF8FF;
    border-radius: 8px;
    margin: 5px 0;
    cursor: pointer;
}
/* 奇数行*/
.from span:nth-child(odd){
    float: left;
}

/* 偶数行 */
.from span:nth-child(even){
    float: right;
}
.five{
    width: 100%;
    height: 160px;
    margin-top: 5px;
    position: relative;
}
.fiveleft{
    width: 200px;
    height: 100%;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background-color: #EAF8FF;
    position: absolute;
    top: 0;
    left: 10%;
}
.fiveright{
    width: 200px;
    height: 100%;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    background-color: #EAF8FF;
    position: absolute;
    top: 0;
    right: 25%;
}
.fiveimg{
    width: 100%;
    height: 60px;
}
.imgten{
    width: 60px;
    height: 60px;
}
.pname{
    color: #3399cc;
    font-weight: 600;
}
.pname2{
    color: #999;
}
/*问答区域*/
.AIiseart{
    width: calc(100% - 160px);
    height: 50px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 8px;
    /*overflow: hidden;*/
    position: absolute;
    bottom: 50px;
    left: 50%;
    padding-left: 10px;
    transform: translateX(-50%);
    box-shadow: 0px 10px 9px 1px #EAF8FF;
}
.AIiseart:hover{
    border: 1px solid #3399cc;
}
.iunputAi{
    width: 95%;
    height: 100%;
    padding: 0 20px !important;
    border: 0 !important;
    color: #333;
}
.iunputAi::-webkit-input-placeholder{
    color:#999;
}
.iunputAi::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
.iunputAi:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.iunputAi:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}
.feiji{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    cursor: pointer;
}
.AIiseart .SearchHistory{
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #3399CC;
    box-shadow: 0px 10px 9px 1px #EAF8FF;
    border-radius: 10px;
    position: absolute;
    bottom: 60px;
    left: 0;
}
.SearchHistory .storytop{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
}
.storytop .syoryul{
    width: 100%;
}
.syoryul li{
    width: 100%;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
}
.syoryul li:hover{
    background: #eaf8ff;
}
.syoryul li .stpyospan{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.stpyospanshow{
    display: block;
}
.noDefault{
    display: none;
}
/*AI主体*/
.contenttext{
    width: 100%;
    height: 100%;
    padding: 80px 80px 20px 80px;
    display: none;
}
.textleft{
    width: 15%;
    height: 100%;
    float: left;
    padding-top: 60px;
    padding-left: 40px;
}
.textimgleft{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.righttext{
    width: 85%;
    height: 100%;
    float: left;
}
.topAnswer{
    width: 100%;
    min-height: 80px;
    color: #3399cc;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}
.optention{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.bottomAnswer{
    width: 100%;
    border-radius: 8px;
    background-color: #FFf;
    padding: 0px 40px 30px 40px;
    color: #333;
    font-size: 15px;
    box-shadow: 0px 10px 9px 1px #EAF8FF;
}
.cor{
    color: #3399cc;
    font-weight: 600;
    margin: 15px 0;
}
.name1{
    display: none;
    padding: 30px 0;
}
.loading {
    color: #333;
}
#loginfalse {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/*#loginfalse .pic {*/
/*    float: left;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 2px 0 #3399cc;*/
/*    animation: loop 1s infinite;*/
/*    -webkit-animation: loop 1s infinite;*/
/*}*/
#loginfalse .wenpic{
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
}
@keyframes loop {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg );
    }
}
.name2{
    width: 100%;
    /*padding: 10px 0;*/
    display: none;
}
.name3{
    width: 100%;
    /*padding: 10px 0;*/
    margin: 30px 0;
    display: none;
}
.highlight{
    color: #3399cc;
    cursor: pointer;
    position: relative;
}
.highlight:hover{
    color: #3399cc;
}
.neisoan{
    color: #3399cc;
    margin: 0 5px;
}
.neisoan:hover{
    color: #3399cc;
}
.zhunei{
    color: #666;
    margin: 0 5px;
}
.zhunei:hover{
    color: #666;
}
.neihong{
    color: #ff0000;
    margin: 0 1px;
}
.neihong:hover{
    color: #ff0000;
}
.neihuo{
    color: #ff0000;
}
.neihuo:hover{
    color: #ff0000;
}
.spanbott{
    min-width: 200px;
    position: absolute;
    bottom: -145px;
    left: -120px;
    padding: 2px;
    background: #FFFFFF;
    text-align: left;
    display: none;
    border: 1px solid #3399CC;
    box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.1);
    border-radius: 4px;
    z-index: 999;
}
/* 向右旋转45度的正方形 */
.spanbott::before {
    content: "";
    position: absolute;
    top: -130px;
    bottom: 0;
    margin: auto;
    left: 130px;
    z-index: 0;
    border: 1px solid #3399cc;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(135deg);
    border-right: transparent;
    border-top: transparent;
}
.spanbott .Transparent{
    width: 100px;
    height: 25px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-40%);
    background-color: rgba(0,0,0,0);
}
.spanbott .toptitl{
    /*height:105px;*/
    padding: 5px;
    background: #fff;
    display: flex;
    cursor: auto;
}
.titlleft{
    width: 88px;
    height: 90px;
    position: relative;
}
.titlleft .imgleft{
    width: 100%;
    height: 88px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.titlright{
    height: 90px;
}
.titlright .ultitl{
    height: 100%;
}
.ultitl li{
    height: 25%;
    padding: 0 15px;
}
.ultitl li .lione{
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
    line-height: 25px;
}

.ultitl li .lione:before {
content: "";
background-color: #3399cc;
width: 3px;
height: 14px;
position: absolute;
left: 0;
top: 50%;
    transform: translateY(-40%);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}
.ultitl li .litwo{
    height: 100%;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    line-height: 25px;
}
.ultitl li .litlei{
    width: 100%;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.spanbott .bomtitl {
    width: 100%;
    height: 25px;
    background: #EAF8FF;
    color: #3399CC !important;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
}
.goodslight{
    cursor: pointer;
    color: #3399cc;
}
.goodslight:hover{
    color: #3399cc;
}
.naitop{
    width: 10%;
    height: 30px;
    float: left;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    margin: 5px 0;
}
.naibot{
    width: 90%;
    float: left;
    font-size: 14px;
    /*padding: 0 15px;*/
    /*padding-bottom: 10px;*/
}
.naibot .shop1{
    min-width: 110px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    background-color: #EAF8FF;
    cursor: pointer;
    border-radius: 4px;
    /*margin-bottom: 10px;*/
    margin: 5px 15px 5px 0;
    position: relative;
}
.naibot .shop1:hover{
    background: #3399cc;
    color: #fff;
}

.clickclasstb{
    background-color: #3399cc !important;
    color: #fff !important;
}
.name4{
    width: 100%;
    display: none;
}
.name4left{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
}
.name4left .shublue{
    width: 10px;
    height: 30px;
    background: #3399cc;
    position: absolute;
    top: 0;
    left: -40px;
}
.name4left .shopleft{
    width: 15%;
    height: 100%;
    float: left;
}
.name4left .shopright{
    width: 85%;
    height: 100%;
    float: right;
    position: relative;
}
.name4 .ExpandMore{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.ExpandMore .moreleft{
    font-size: 14px;
    color: #3399cc;
    float: left;
    cursor: pointer;
}
.ExpandMore .moreright{
    display: inline;
    font-size: 14px;
    color: #3399cc;
    float: right;
}
.moreright span{
    background-color: #EAF8FF;
    padding: 5px 20px;
    border-radius: 4px;
}
.moreleft .imgzhedie{
    width: 16px;
    height: 16px;
    margin-top: -5px;
}
.shopright .yitop{
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.shopset{
    width: 100%;
    padding: 20px 0;
}
.shopul{
    width: 100%;
    height: 100%;
}
.shopul li{
    width: 25%;
    height: 255px;
    float: left;
    padding: 0 5px;
    margin-top: 10px;
    cursor: pointer;
}
.yibai{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
}
.yibaijimg{
    width: 100%;
    height: 180px;
    position: relative;
}
.yibaijimg img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.timeo{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.money{
    font-size: 14px;
    color: #FF0000;
    padding: 0 40px 0 15px;
    /*font-weight: 600;*/
    position: relative;
}
.money .shoimgg{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.name5{
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 30px;
}
/*意见反馈*/
.OpinionFeedback{
    width: 100%;
    height: 400px;
    margin-top: 20px;
}
.qopenbackone{
    width: 100%;
}
.backtrght{
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.backtrght .rzan{
    width: 180px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.copycss{
    padding: 10px 80px 10px 80px;
    color: #67c32c;
    font-size: 14px;
    background: #f0f9eb;
    border: 1px solid #67c32c;
    border-radius: 8px;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
}
.activeStyle{
    display: none;
}
.viewStyle{
    display: block;
}
.copycss .iconsuccimg{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.shu{
    width: 1px;
    height: 30px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 62%;
    margin-top: -15px;
    margin-left: -0.5px;
}
.backtrght .rzan .rzanfenx{
    width: 100%;
    height: 100%;
}
.backtrght .rzan .rzanfenx li{
    width: 25%;
    height: 24px;
    float: left;
    position: relative;
}
#lisanzanbID{
    border-right: 0;
}
.backtrght .rzan .rzanfenx li:nth-of-type(1) {
    border-right: 1px #ccc solid;
}
.backtrght .rzan .rzanfenx li:nth-of-type(2) {
    border-right: 1px #ccc solid;
}
.backtrght .rzan .rzanfenx li:nth-of-type(3) {
    border-right: 1px #ccc solid;
}
.backtrght .rzan .rzanfenx li:nth-of-type(4) {
    border-right: 1px #ccc solid;
}
.backtrght .rzan .rzanfenx li:nth-of-type(5) {
    border-right: 1px #ccc solid;
}
.backtrght .rzan .rzanfenx li:nth-of-type(6) {
    border-right: 1px #ccc solid;
}
.backtrght .rzan .rzanfenx li .imgzan{
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}
.goodzan{
    display: none;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}
.lajizan{
    display: none;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}
.backtrght .lajizan .imgzan{
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 10px;
}
.backtrght .goodzan .imgzan{
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: -9px;
    margin-right: 10px;
}
.backribot{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.backribot2{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.backribot2 .btnspanun{
        padding: 10px 20px;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        cursor: pointer;
        margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 884px; /* 设置最大宽度，超过该宽度的文本将被省略号替代 */
}

.backpunt{
    width: 100%;
    text-align: center;
}
.end{
    width: 100%;
    margin-top: 15px;
}
/*.backribot span{*/
/*    padding: 10px 20px;*/
/*    background-color: #fff;*/
/*    border: 1px solid #eee;*/
/*    border-radius: 8px;*/
/*    cursor: pointer;*/
/*    margin-left: 15px;*/
/*}*/
.tiwen{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    color: #3399cc;
    font-weight: 600;
    cursor: pointer;
}
.tiwen:hover{
    border: 1px solid #3399cc;
}
/*满意度调查*/
.Satisfaction{
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999999999;
}
.satimodel{
    width: 600px;
    height: 400px;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;

}
.statop{
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.statop .dian{
    color: #ff0000;
}
.staConditions{
    width: 100%;
}
.staConditions span{
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-radius: 8px;
    font-size: 12px;
    border: 1px solid #eee;
    cursor: pointer;
}
.staConditions span:hover{
    color: #333;
}
.acspan{
    background-color: #3399cc !important;
    color: #fff !important;
}
.fromyun:hover{
    background-color: #3399cc;
    color: #fff;
}
.acspan:hover{
    color: #fff !important;
}
.textbox{
    width: 100%;
    height: 120px;
}
.textcsss{
    width: 100%;
    height: 100%;
    border: 0 !important;
    padding:10px  20px;
    font-size: 12px;
    border-radius: 8px;
    background: #EAF8FF !important;
}
.textcsss::-webkit-input-placeholder{
    color:#999;
    font-size: 12px;
}
.textcsss::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
    font-size: 12px;
}
.textcsss:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
    font-size: 12px;
}
.textcsss:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
    font-size: 12px;
}
.btngosucces{
    width: 100%;
    height: 40px;
    margin-top: 25px;
    position: relative;
}
.leftsucc{
    width: 120px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #3399cc;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 25%;
    cursor: pointer;
}
.rightsucc{
    width: 120px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #333;
    background-color: #eee;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 25%;
    cursor: pointer;
}
.backpunt02{
    width: 100%;
    height: 200px;
    text-align: center;
    padding-top: 50px;
}
/*限次提醒*/
.LimitedReminder{
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}
#xianciID{
    color: #3399cc;
    margin: 0 5px;
    font-weight: 600 !important;
}
.limmodel{
    width: 600px;
    height: 400px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
}
.cloeslim{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.btndown{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #3399cc;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

ul, li {
    list-style:none;
    padding: 0;
    margin: 0;
}

/*.scroll-img {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    overflow: hidden;*/
/*}*/
/*.scroll-img .ukfsdfd {*/
/*    !*width: 100%;*!*/
/*    height: 50px;*/
/*    margin: 0;*/
/*}*/
/*.scroll-img .ukfsdfd li {*/
/*    !*width: 280px;*!*/
/*    max-width: 500px;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    float: left;*/
/*    color: #333 !important;*/
/*    background-color: #fff;*/
/*    margin-right: 20px;*/
/*    !*line-height: 15px;*!*/
/*    border-radius: 8px;*/
/*    text-align: center;*/
/*    padding: 0 30px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    overflow: hidden;*/
/*white-space: nowrap;*/
/*text-overflow: ellipsis;*/
/*}*/


/*.scroll-img .ukfsdfd li .spamn{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 10%;*/
/*    transform: translateY(-50%);*/
/*}*/
/*#demo4.scroll-img .ukfsdfd, #demo5.scroll-img .ukfsdfd {*/
/*    width: 15000px;*/
/*}*/

#gundong {
    overflow: hidden;
    width: 884px;
    font-size: 12px;
    height: 40px;
}

#gundongAreaMain1 {
    float: left;
    width: 800%;
}
#gundongAreaMain1 li{
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    padding: 0 20px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
}
#gundongAreaMain2, #gundongAreaMain3, #gundongAreaMain2 li, #gundongAreaMain3 li {
    float: left;
}