@font-face {
    font-family: "heiti-m";
    src:url("https://h5.zhixun.mobi/longhu/22_longhu/css/heiti/SourceHanSansSC-Medium.otf");
}

/* iOSç¦æ­¢å¾®ä¿¡è°ƒæ•´å­—ä½“å¤§å° */
body {
    /* -webkit-text-size-adjust: 100% !important; */
    /* text-size-adjust: 100% !important; */
    -moz-text-size-adjust: 100% !important;
}
*{
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    /* cursor: pointer; */
    user-select: none; /* 标准语法 */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.load_div{ position: absolute;
    z-index: 999999999;
    overflow: hidden;
    width: 100%;
    height: 100%;}

.load_img{width: 67px;position: absolute;left: 0;}
.load_txt{
    width: 400px;
    height: 60px;
    position: absolute;
    border-bottom: 5px solid #ddd;
    left: 42%;
    top: 50%;
}

.load_flex {
    position: absolute;
    z-index: 999999999;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 12px;
    background-color: #000000db;
    background-size: cover;
}
.fix_box{z-index: 1000;}

.page {
    position: relative;
}

.flex_item {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.flex_start {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    -ms-flex-pack: start
}

.vux-flex-col {
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%
}
.load_flex_text {
    position: absolute;
    position: absolute;
    top: 52%;
    color: #fff;
    text-align: right;
    font-weight: 800;
    font-size: 24px;
    font-size: 21px;
    width: 100px;
    justify-content: center;
    right: 0;
}

body,li,ul {
    margin: 0;
    padding: 0;
    border: 0;
}

.page-loading {
    position: absolute;
    top: 0;
    z-index: 100000002;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

body {
    background: #000000;
    font-size: 12px;
    font-family: 'songti-b', sans-serif;
    -webkit-touch-callout: none;
    touch-callout: none;
}


.type_ico{
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.type_ico img{
    transform: scale(1.5);
}
.index{
    position: absolute;
    top: 50%;
    left: 49%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.PAD .index{
    width: 50%;
}
.down_ico{
    position: absolute;
    top: 93%;
    left: 50%;
    width: 30%;
    -webkit-transform: translate(-50%,-50%) rotate(90deg) scale(0.15);
    transform: translate(-50%,-50%) rotate(90deg) scale(0.15);
    z-index: 9999999;
}

#soll_div1 .down_ico{
    top: 98%;
}
.page_none .down_ico{
    top: 96%;
}
.right_ico{position: absolute;top: 54%;left: 91%;width: 30%;-webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.15);transform: translate(-50%, -50%) rotate(0deg) scale(0.15);z-index: 9999999;}

.right_ico svg{ animation: sway 1.5s infinite ease-in-out;}
.left_ico svg{ animation: sway 1.5s infinite ease-in-out;}
.down_ico svg{ animation: sway 1.5s infinite ease-in-out;}

#soll_div3 .left_ico{
    top: 44%;
}
#soll_div3 .right_ico{
    top: 44%;
}


#soll_div4 .left_ico{
    top: 44%;
}
#soll_div4 .right_ico{
    top: 44%;
}

#soll_div8 .right_ico{
    top: 44%;
}


#soll_div8 .left_ico{
    top: 44%;
}

#soll_div5 .left_ico{
    top: 44%;
}
#soll_div5 .right_ico{
    top: 44%;
}

#soll_div6 .left_ico{
    top: 44%;
}
#soll_div6 .right_ico{
    top: 44%;
}

@keyframes sway {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(40px);
    }
}

@keyframes swayup {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(40px);
    }
}



.page-loading {
    position: absolute;
    top: 0;
    z-index: 100001;
    width: 100%;
    height: 100%;
    background-color: #f4eae0;
    background-size: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.load {
    position: fixed;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    background-color: hsla(0,40%,50%,.95);
    background-image: azure;
    background-position: center;
    background-size: cover;
}

img {
    width: 100%;
}

.pres {
    position: absolute;
    top: 65%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.p1_box {
    margin-top: -70px;
}


.end{
    position: absolute;
    top: 49%;
    left: 47%;
    width: 114%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.session_1 {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #fff;
}

.back{
    /* width: 7%; */
    top: 6%;
}
.page_2{
    width: 90%;
}
.soll_div{
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.list{
    width: 14%;
    margin-left: 8%;
    margin-top: 7%;
}

.daohang{
    width: 140px;
    position: absolute;
    top: 3%;
    right: 6%;
    display: none;
}

.daohang_list{
    position: absolute;
    left: 0;
    padding: 3%;
    top: 102%;
    width: 92%;
    background-color: #f1f2f8;
    border-radius: 12px;
    margin-top: -9px;
    display: none;
}

.ACTION .daohang_list{display:block;z-index: 99999;}

.daohang_list div{
    padding: 14% 9%;
}
.wenhua{
    padding-top: 25%!important;!;
}
.tips{
    width: 42%;
    margin-left: 8%;
    margin-top: 7%;
}

.index_img{
    width: 84%;
    margin: 0 auto;
    padding: 8%;
    pointer-events: none;
}

.action{

}
.bottom{
    bottom: 0;
}
#scroller {
    margin: 0;
    padding: 0;
    background: #fff;
}
.top{}
.page_3 .tag{
    margin: 3%;
    flex: 0 0 27.333%;
    margin-bottom: 2%;
}
.wx_list{
    margin-top: 12%;
    margin-bottom: 6%;
}


.bottom_div{
    height: 8%;
    width: 100%;
}
.wx_pic{
    width: 57%;
    margin-left: 10%;
}
.wx_pic_list{
    position: relative;
    width: 80%;
    left: 10%;
    margin-top: 10%;
    height: auto;
}

.title_item{
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 24px;
    text-align: left;
    text-decoration-line: none;
    color: #292929;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 30px;
    /* font-family: "heiti-m"; */
    /* color: #181717; */
    font-weight: bold;
}
.title_html{
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-left: 0;
    text-align: left;
    font-size: 26px;
    line-height: 52px!important;
    color: #535353;
    margin: 0 auto;
    line-height: 52px;
    pointer-events: none;
}

.title_html *{ text-align: justify!important;}

.title_pic{
    width: 100%;
    pointer-events: none;
}

.title_html p{
    margin-top: 40px;
    text-align: justify;
    text-indent: 55px!important;
    font-size: 23px;
    line-height: 2;
    margin-left:0!important;
    font-family: 'songti-b', sans-serif!important;
    text-align: justify;
}

.title_html span{color:#535353!important}
.title_html p span{
    font-size: 26px!important;
    line-height: 2!important;
}

.title_html p font{
    /* font-family: 'songti-b', sans-serif!important; */
}


.title_html p a{
    text-decoration: none;
    color: #535353;
}

.wx_list_info{
    width: 84%;
    margin: 0 auto;
    padding-top: 11%;
}

.wx_id{padding-top: 7%;pointer-events: none;}
.underline{padding: 10% 0%;pointer-events: none;}
.al_div{background:#fff;}
.all_box{margin:0 auto;}