
h5,
p,
span {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-family: PingFangSC-Regular;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    min-height: 500px;
}

.header {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header_top {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    /* display: flex;
align-items: center;
justify-content: space-between;*/
}

.header .logo {
    width: 167px;
}

.header-l {
    /* position: relative; */
    float: left;
    margin-top: 10px;
}


.header-r {
    /* display: flex;
align-items: center;*/
    float: right;
    position: relative;
    height: 100%;
}

.bar {
    display: flex;
    height: 4px;
    background: red;
}

.bar li {
    list-style: none;
}

.bigbox {
    margin-top: 100px;
}

.face {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.left {
    padding: 0;
    width: 470px;
    position: relative;
}

.left p:nth-child(1) {
    font-size: 35px;
    color: #eb534d;
}

.left p:nth-child(2) {
    font-size: 50px;
    color: #333;
}

.left p:nth-child(3) {
    width: 430px;
    margin-top: 60px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #666;
}

.left :nth-child(4) {
    margin: 50px 0 0;
    width: 300px;
}

@media screen and (max-width:1440px) {
    .left :nth-child(4) {
        margin: 50px 0 0;
    }
}

.left :nth-child(5) {
    position: absolute;
    left: -20%;
    bottom: -5%;
    z-index: -1;
    width: 130%;
}

.right {
    position: absolute;
    left: 500px;
}

.right img {
    width: 615px;
}

.commonCodeWrap {
    float: right;
}

.bus_hideCode {
    display: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    padding: 20px;
    text-align: justify;
    width: 440px;
    height: auto;
    line-height: 1.6em;
    position: absolute;
    background-color: #fff;
    top: 75px;
    z-index: 98;
    border: 0;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
}

.business {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.erCode {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.erCodeWrap:hover p,
.commonCodeWrap:hover p,
.businessLink:hover p,
.loginWrap:hover p {
    color: #eb534d;
    margin-top: -4px;
}

/* .loginWrap:hover{
padding-bottom: 40px;
} */

.loginWrap:hover .userInfo {
    margin-top: -13px;
}

.commonCode {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    border: 0;
}

.commonCode:hover {
    color: #eb534d;
}

.hideCode {
    display: none;
    width: 200px;
    position: absolute;
    top: 75px;
    z-index: 98;
    border: 0;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.wechatCode {
    left: 0;
    border: 0;
}

.gongzhongCode {
    left: 0;
}

.erCodeWrap {
    float: right;
    position: relative;
}

.erCodeWrap:hover,
.commonCode:hover {
    cursor: pointer;
}

.erCodeWrap:hover,
.commonCodeWrap:hover,
.businessLink:hover,
.loginWrap:hover {
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #eb534d;
}

.erCodeWrap:hover .wechatCode {
    display: block !important;
}

.commonCodeWrap:hover .gongzhongCode {
    display: block !important;
}

.businessLink:hover .shangwu {
    display: block !important;
}

.shangwu {
    right: 0;
}

.shangwu p {
    color: #000 !important;
}

.storeItem {
    display: block;
    width: 100%;
    height: 100%;
}

.body {
    position: relative;
    margin: 0 auto;
    padding-top: 80px;
}

.imgItem {
    width: 100%;
}

/* //////////////////////// */

img {
    display: block;
    margin: 0 auto;
}

.outfooter {
    background-color: #000;
}

.footer {
    width: 1000px;
    margin: 150px auto 0;
    height: 130px;
    color: #666;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 230%;
}

.footer a {
    color: #666;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.headerItem {
    height: 80px;
    width: 80px;
    position: absolute;
    bottom: 0;
}

.code {
    /* left: 1115px; */
    left: 1180px;
}

.code:hover .erCode {
    display: block;
}

.wechat {
    left: 1000px;
}

.wechat:hover .erCodeW {
    display: block;
}

.headerItem .erCode {
    position: relative;
    top: 80px;
    right: 40px;
    display: none;
    width: 150px;
    height: 150px;
    z-index: 98;
}

.erCodeC {
    right: 26px;
}

.erCodeW {}

.headerSecond {
    position: relative;
}

.linkWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.headerEight {
    position: relative;
}

.headerEight .weiCode {
    position: absolute;
    bottom: 60px;
    left: 596px;
    width: 210px;
    height: 120rpx;
}

.linkItem {
    width: 140PX;
    height: 50px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 840px;
    bottom: 100px;
}

.appleLink {
    left: 830px;
}

.androidLink {
    left: 1000px;
}

/* 新加的登录 */

.loginWrap {
    float: right;
}

.loginWrap,
.commonCodeWrap,
.erCodeWrap {
    padding: 27px 24px 27px;
}

.businessLink {
    padding: 27px 24px 27px;
    float: right;
    display: block;
    position: relative;
}

.userInfo {
    margin-top: -9px;
}

.loginImg {
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 98;
}

.inputWrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    /* margin-top: 235px; */
    text-align: center;
    border-radius: 10px;
}

.download {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    /* border-radius: 10px; */
}

.tc2 {
    position: absolute;
    right: 50px;
    top: 153px;
}

.OTTtips {
    width: 186px;
    height: 260px;
    background: #e9e9e9;
    border-radius: 5px;
    position: absolute;
    right: 50px;
    top: 145px;
    opacity: 0;
}

.OTTtips2 {
    width: 184px;
    border-radius: 5px;
    position: absolute;
    right: 268px;
    top: 145px;
    opacity: 0;
}

.ANact {
    width: 184px;
}

.OTTtips p {
    letter-spacing: 2px;
    padding: 15px 18px 0;
}

.downOTT {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}

.downAN {
    position: absolute;
    width: 142px;
    height: 44px;
    border: 0;
    background: #fe4344;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    outline: none;
}

.loginOk {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    /* margin-top: 235px; */
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 120px;
}

.loginOk img {
    margin-left: 20px;
}

.loginOkTitle {
    font-size: 30px;
    color: #333;
    margin-left: 20px;
}

.title {
    font-size: 24px;
    margin-top: 56px;
    margin-bottom: 38px;
    line-height: 100%;
}

.inputItem {
    width: 427px;
    height: 48px;
    margin: 0 35px;
    border-radius: 24px;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}

/**去除clear按钮*/

.inputItem::-ms-clear {
    display: none;
}

.inputItem::::-ms-reveal {
    display: none;
}

.inputItem::-o-clear {
    display: none;
}

.inputItem::-webkit-input-placeholder {
    color: #999;
}

/* 使用webkit内核的浏览器 */

.inputItem:-moz-placeholder {
    color: #999;
}

/* Firefox版本4-18 */

.inputItem::-moz-placeholder {
    color: #999;
}

/* Firefox版本19+ */

.inputItem:-ms-input-placeholder {
    color: #999;
}

/* IE浏览器 */

.inputPhone {
    margin-bottom: 30px;
}

.codeWrap {
    width: 427px;
    margin: 0 auto;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
}

.inputCode {
    width: 200px;
    border: none;
    margin: 0 !important;
}

.getCode {
    border: none;
    padding-right: 20px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    padding-left: 18px;
    border-left: 1px solid #f3f3f3;
    outline: none;
    background: none;
    position: relative;
}

.line {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 1px;
    color: #000;
}

.beginLogin {
    font-size: 20px;
    width: 300px;
    height: 48px;
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 48px;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: #ea3b45;
    margin-bottom: 50px;
    cursor: pointer;
}

.close {
    position: absolute;
    width: 20px;
    right: 15px;
    top: 5px;
    font-size: 35px;
    color: #b1b1b1;
    text-align: center;
}

.close2 {
    position: absolute;
    width: 20px;
    right: 15px;
    top: 15px;
    font-size: 35px;
    color: #b1b1b1;
    text-align: center;
}

.infoWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.userIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.phoneText {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    cursor: default;
}

.logOutWrap {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999;
    color: #999;
    cursor: pointer;
    line-height: 100%;
}

.sureLogOutWrap {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    /* margin-top: 235px; */
    text-align: center;
    border-radius: 10px;
}

.logOutTitle {
    margin-top: 56px;
    font-size: 24px;
    color: #333;
    line-height: 100%;
}

.logOutBtnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 70px;
    margin-top: 35px;
    margin-bottom: 56px;
}

.logOutBtnItem {
    width: 161px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-radius: 24px;
    cursor: pointer;
}

.sure {
    color: #4d4d4d;
    background-color: #e6e6e6;
}

.cancle {
    color: #fff;
    background-color: #ea3b45;
    margin-left: 38px;
}

.videoWrap {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 95px;
}

.videoWrap_left {
    cursor: pointer;
}

.left_t {
    width: 500px;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: #e6e6e6;
    position: relative;
    border-radius: 12px;
}

.left_img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.item_font {
    font-size: 16px;
    color: #999;
}

.item_font:hover .mainTitle_l {
    color: #ff4344;
}

.videoWrap_right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 30px;
}

.right_itme {
    width: 212px;
}

.right_itme:hover .mainTitle {
    color: #ff4344;
}

.right_itme img {
    width: 100%;
}

.item_b {
    margin-right: 30px;
}

.mainTitle {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 100%;
    font-size: 18px;
    color: #222;
}

.mainTitle_l {
    font-size: 18px;
    color: #333;
    line-height: 100%;
    margin-top: 10px;
}

.right_t {
    height: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.right_t img {
    height: 100%;
    position: relative;
    z-index: 98;
}

.date {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 98;
    font-size: 14px;
    color: #fff;
    width: 56px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
}

.prism-player {
    width: 500px;
    height: 500px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 98;
}

.videoMask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 98;
    cursor: pointer;
}

.right_b {
    cursor: pointer;
}

.backg {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 14, 14, 0.61);
}

.buy_vip {
    background: #fff;
    width: 680px;
    height: 480px;
    margin: 10% auto;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #333;
    z-index: 99;
}

.box {
    width: 90%;
    height: 70%;
    display: flex;
    margin: 1% 5%;
    border: 1px solid #ddd;
}

.buy_vip #title {
    height: 10%;
    line-height: 3em;
    width: 100%;
    font-size: 1.3em;
    color: #777;
    text-align: center;
    padding-top: 2%;
}

.close_mask {
    cursor: pointer;
    float: right;
    padding-right: 20px;
    font-size: 1.5em;
    font-weight: normal;
    color: #aaa;
    line-height: 0.8em;
}

#count {
    float: right;
    padding-right: 10%;
    font-size: 16px;
    color: rgb(252, 101, 101);
}

.select {
    width: 40%;
    height: 100%;
    border-right: 0;
    background: #efefef;
}

.select ul {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    list-style: none;
}

.select ul li:nth-child(1) {
    color: #3BCA72;
}

.select ul li:nth-child(2) {
    color: #999;
}

.select ul li {
    height: 80px;
    line-height: 80px;
    text-align: left;
}

.select ul li img {
    float: left;
    height: 60%;
    margin: 6% 0 0 5%;
}

.payCode {
    position: relative;
    float: right;
    width: 60%;
    height: 100%;
    background: rgb(255, 255, 255);
    border-left: 0;
}

.payCode img {
    margin: 0;
}

#QRcode {
    height: 60%;
    margin: 10% auto 5%;
    width: 200px;
}

#buytip {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

#explain {
    height: 50px;
    line-height: 1.5em;
    text-align: center;
    font-size: 0.6em;
    color: #ccc;
    font-weight: normal;
    position: relative;
    padding-right: 44px;
}

#sum {
    /* position: absolute;
    right: 5%; */
    /* top: 0; */
    text-align: center;
    margin: 10px 0;
    color: #e5012b;
    font-size: 1rem;
}

#words {
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.outdevice {
    background: #f6f6f6;
}

.device {
    width: 1000px;
    height: 460px;
    margin: 0 auto;
    position: relative;
}

.device p {
    font-size: 18px;
    color: #999;
}

.device .arrow-left {
    position: absolute;
    left: 3%;
    top: 40%;
    height: 73px;
    outline: none;
}

.device .arrow-right {
    position: absolute;
    right: 3%;
    top: 40%;
    height: 73px;
    outline: none;
}

.swiper-container {
    width: 70%;
    /* height: 70%; */
}

.swiper-slide {
    transition: all 0.3s linear !important;
    opacity: 0;
    margin-top: 30px !important;
}

.swiper-slide-active {
    transition: all 0.3s linear !important;
    opacity: 1;
}

.swiper-slide-active .slide-box {
    /* background: #fff;
padding: 30px 30px 30px; */
    box-shadow: none;
}

.swiper-slide img {
    width: 98%;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.title {
    font-size: 25px;
    margin-bottom: 32px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.recommend h5,
.videobox h5 {
    padding-top: 96px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.recommend p,
.videobox .describe {
    text-align: center;
    margin: 30px 25% 60px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999;
}

.recommend img {
    width: 1000px;
}

.intimate img {
    width: 1000px;
}

.good_comment {
    background: #f6f6f6;
    padding-bottom: 75px;
}

.intimate {
    background: #fff;
}

.intimate p:nth-child(4) {
    font-size: 15px;
}

.preschool {
    background: #f6f6f6;
}

.preschool img {
    padding-bottom: 111px;
}

.copyright {
    background: #fff;
    padding-bottom: 130px;
}

#flex_boximg {
    padding-bottom: 50px !important;
}

.hover_img {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    padding: 0 0 50px;
}

.hover_img li {
    position: relative;
    width: 25%;
    list-style: none;
}

.hover_img li img {
    width: 100%;
}

.cover_img:hover {
    /* transition: all 0.3s linear; */
    opacity: 0;
}

.cover_img {
    /* transition: all 0.3s linear; */
    position: absolute;
    top: 0;
    left: 0;
}

.videobox {
    background: #f6f6f6;
}

.outself_AD {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    transition: all 0.3s linear !important;
}

.self_AD {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.self_AD .bag {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.send_vip {
    width: 60%;
    padding-top: 3%;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 3px;
    color: #ffffff;
    margin-left: 30%;
    z-index: 99;
}

.send_vip :nth-child(2) {
    margin-top: 0;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 2px;
    color: #ffffff;
}

.send_vip :nth-child(2) span {
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffb21c;
}

.sendvip_code {
    width: 22%;
    margin-bottom: 1%;
    float: right;
    margin-right: 4%;
    display: flex;
    position: relative;
}

.sendvip_code p {
    width: 100px;
    margin-top: 28%;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fefbf6;
}

.sendvip_code img {
    padding-top: 25px;
    padding-left: 19px;
    width: 150px;
}

.ercodebox {
    position: relative;
}

.ercode {
    width: 135px !important;
    height: 135px !important;
    position: absolute;
    left: 8px;
    top: 8px;
}

.bottom {
    display: flex;
    margin: 90px auto 98px;
    width: 1000px;
}

.iconbox {
    padding: 27px 0 32px;
    width: 30%;
    height: 100%;
    background: #f6f6f6;
    text-align: center;
    border-radius: 10px;
}

.iconbox img {
    width: 81px;
}

.iconbox :nth-child(2) {
    font-size: 30px;
    margin-top: 16px;
}

.iconbox :nth-child(3) {
    font-size: 18px;
    height: 50px;
    width: 90%;
    color: #666;
    margin: 10px auto 0;
}

.slide-box {
    border-radius: 20px;
    /* box-shadow: 0px 3px 68px 0px
    rgba(214, 214, 214, 0.32); */
}

.slide-box img {
    width: 100%;
    margin-left: 0;
}

.dis {
    width: 75%;
}

.dis p {
    color: #333;
}

.dis p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
}

.dis p:nth-child(2) {
    font-size: 18px;
    margin-bottom: 15px;
    color: #666;
}

.dis p:nth-child(3) {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 30px;
    height: 140px;
}

#close_er {
    padding: 0;
    position: absolute;
    width: 20px;
    right: -50px;
    top: 10%;
}

.flex4_title {
    width: 40%;
    margin: 0 auto;
    display: flex;
}

.flex4_title img {
    width: 22%;
    padding: 0;
}

#device_title {
    text-align: center;
    /* padding-top:96px; */
    font-size: 40px;
    color: #333;
}
.prism-fullscreen {
    left: 50% !important;
    top: 50% !important;
}

.footer {
    height: auto !important;
}

.trumpet {
    position: fixed;
    right: 0;
    top: 60%;
    width: 75px;
}

.s_body {
    position: fixed;
    left: 0%;
    top: 0%;
    background: #fff;
    width: 100%;
    height: 83%;
    display: none;
    z-index: 97;
    overflow: auto;
    padding: 210px 0 0;
}

.s_body .goods {
    height: auto;
    margin: 0 auto 30px;
}

.g_title {
    height: 2em;
    margin-top: 2em;
    width: 1200px;
    margin: 0 auto;
    font-size: 2em;
    font-weight: normal;
}

.g_list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.g_c {
    width: 14.8%;
    height: 193px;
    margin: 0 10px 20px 10px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    float: left;
}

.g_c:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px #ccc;
}

.g_img {
    height: 140px;
    padding-top: 15px;
    margin: 0 auto;
}

.g_img img {
    width: 140px;
    max-height: 140px;
    height: auto;
    margin: 0 auto;
}

.g_name {
    margin-top: 5px;
    padding: 0 10px;
    color: #666666;
    text-align: center;
}

.null {
    text-align: center;
    line-height: 193px;
    font-size: 0.6em;
    color: #999;
    background: #fafafa;
    cursor: pointer;
}

.anime {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    border: 0;
}

.mainpage {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    border: 0;
}

.mask {
    z-index: 100;
}

.backg {
    z-index: 100;
}

.outfooter {
    width: 100%;
    padding: 40px 0;
}

.footer {
    margin: 0 auto;
}

.body {}

.outself_AD {
    z-index: 110;
}

.commonCodeWrap {
    position: relative;
}

.shangwu {
    position: absolute;
    right: 0;
}