/*å¼¹çª—*/

.guize_html {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-top: -80px;
    margin-left: -150px;
    width: 300px;
    height: auto;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 12px;
}

.guize_html p {
    padding: 0 10px;
    text-align: left;
    text-indent: 2em;
}

.guize_html_nei {
    width: 300px;
    min-height: 350px;
    /*overflow-y:auto;*/
    max-height: 500px;
    height: 350px;
    display: block;
}

.btnXZ {
    display: block;
    margin: 10px auto;
    width: 125px;
    height: 40px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #ff0c3d, #711bd4);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.GB {
    display: block;
    margin: 10px auto;
    width: 125px;
    height: 40px;
    border-radius: 30px;
    background-color: #7d7776;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.overfloat {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, .5);
}

/*åº•æ¼‚*/

.margingT {
margin-bottom: 80px;
}

.bottommob{
-webkit-box-sizing: border-box;
height: 100px;
position: fixed;
bottom: 0;
left: 0;
z-index: 1000;
/*padding: 0 10px;*/
overflow: hidden;
width: 100%;
opacity: .85;
background: linear-gradient(to right,#aa81f5, #fe67b0);
}

.bottom-pic {
position: absolute;
    top: 12px;
    margin-left: 5px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bottom-pic img {
width: 100%;
height: 100%;
}

.bottom-text {
margin-left: 97px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.bottom-btn {
    position: absolute;
    top: 12px;
    width: 120px;
    right: 20px;
    height: 45px;
    line-height: 45px;
    color: #ff2e4f;
    background: linear-gradient(90deg,#f6f6f6,#f6f6f6);
    border-radius: 55px;
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    font-weight: 700;
}

.bottommob a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bottom-wenan {
    margin-left: 97px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}
.tab {
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
.tab_container {
    flex: 1;
    overflow-x: scroll;
}
.tab_list {
    display: flex;
    padding: 0 0 0 5px;
    margin: 0;
    list-style: none;
}
.tab_list_item {
    box-sizing: border-box;
    flex-shrink: 0;
    min-width: 35px;
    height: 44px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 44px;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.tab_list_item-active {
    position: relative;
    color: transparent;
    background: #f74747;
    -webkit-background-clip: text;
    background-clip: text;
}