/* 1920 */


/**************************************************************************************
**************
************** login bar
**************
****************************************************************************************/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

*html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    min-height: 1%;
}

img {
    border: none;
}

.login-bar {
    width: 100%;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(223, 223, 223, 0.5);
    /*
    display: flex;
    justify-content: center; */
    opacity: 1;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.login-bar .content {
    width: 1680px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.login-bar .content .left {
    width: 475px;
}

.login-bar .content .left a {
    text-decoration: none;
}

.login-bar .content .left .logo1 {
    width: 333px;
    height: 67px; margin-left:20px;
}

.login-bar .content .left .logo2 {
    width: 336px;
    height: 254px;
    position: absolute;
    top: 0;
    left: 0;
}

.login-bar .content .left .logo {
    width: 369px;
    height: 69px;
    margin-bottom: 10px;
}

.login-bar .content .left img {
    width: 100%;
    height: 100%;
}

.login-bar .content .left .text {
    font-size: 18px;
    color: #222222;
    letter-spacing: 6.6px;
    text-align: justify;
    line-height: 22px;
}

.login-bar .content .center {
    width:524px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-bar .content .center li {
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    height: 130px;
    line-height: 130px;
    cursor: pointer;
}

.login-bar .content .center a {
    text-decoration: none;
    display: inline-block;
}

.login-bar .content .center li.active {
    color: #FF1240;
    position: relative;
    font-family: PingFangSC-Semibold;
}

.login-bar .content .center li:hover {
    color: #FF1240;
}

.login-bar .content .center .active::before {
    content: " ";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #FF1240;
}

.login-bar .content .right .login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 23px;
}

.login-bar .content .right .login span {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
}

.login-bar .content .right .login span:hover {
    color: #FF1240;
}

.login-bar .content .right .login span.active {
    color: #FF1240;
}

.login-bar .content .right .login .column {
    display: inline-block;
    background-color: #444444;
    margin: 0 11px;
    width: 1px;
    height: 8px;
}

.login-bar .content .right .login .to-old span {
    display: inline-block;
    background: url('icon.png') no-repeat -44px -41px;
    width: 13px;
    height: 14px;
    position: relative;
    top: 2px;
}

.login-bar .content .right .login .to-old {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin-left: 18px;
}

.login-bar .content .right .login .language {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    margin-left: 18px;
}

.login-bar .content .right .login .language i {
    display: inline-block;
    background: url('icon.png') no-repeat -147px -41px;
    width: 6px;
    height: 4px;
    position: relative;
    top: -2px;
}

.login-bar .content .right .login .join {
    color: #FF1240;
    margin-right: 30px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0;
    text-align: justify;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
}


/* .login-bar .content .right .login .join:hover{
    color: #FF1240;
} */

.login-bar .content .right .talk {
    display: flex;
    align-items: center;
}

.login-bar .content .right .talk span:nth-child(1) {
    font-size: 30px;
    color: #FF1240;
    white-space: nowrap;
    text-align: justify;
    min-width: 202px;
}

.login-bar .content .right .talk span:nth-child(2) {
    font-size: 14px;
    color: #444444;
    text-align: justify;
    margin: 0 11px;
    display: inline-block;
}

.login-bar .content .right .talk a:nth-child(3) {
    background: #FF1240;
    border-radius: 2px;
    color: #fff;
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.login-bar .content .right .talk a:nth-child(3) img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}


/*登录成功*/

.login_success {}

.login_success .sculpture {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
}

.login_success>span {
    float: left;
    height: 24px;
    line-height: 24px;
}

.login_success .sculpture>img {
    width: 100%;
    height: 100%;
}


/**************************************************************************************
 **************
 ************** login bar
 **************
****************************************************************************************/


/**************************************************************************************
 **************
 ************** fixed menu bar
 **************
****************************************************************************************/

.fixed-menu-bar {
    width: 100%;
    height: 42px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0 2px 2px 0 rgba(223, 223, 223, 0.5);
}

.fixed-menu-bar .view {
    width: 1680px;
    height: 42px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-menu-bar .view .l {
    width: 330px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.fixed-menu-bar .view .l2 {
    width: 680px;
}

.fixed-menu-bar .view .l .logo {
    display: inline-block;
    background: url('icon.png') no-repeat -37px -437px;
    width: 28px;
    height: 26px;
    vertical-align: middle;
}

.fixed-menu-bar .view .l .line {
    width: 1px;
    height: 20px;
    background-color: #999;
}

.fixed-menu-bar .view .l span {
    font-size: 22px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
}

.fixed-menu-bar .view .l .m {
    display: inline-block;
    background: url('icon.png') no-repeat -140px -442px;
    width: 20px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
}

.fixed-menu-bar .view .l .close {
    display: none;
    background: url('icon.png') no-repeat -242px -442px;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.fixed-menu-bar .view .r {
    /* width: 420px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fixed-menu-bar .view .r span:nth-child(1) {
    font-size: 30px;
    color: #FF1240;
    letter-spacing: 0;
    text-align: justify;
}

.fixed-menu-bar .view .r span:nth-child(2) {
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
    text-align: justify;
    padding: 0 5px;
}

.fixed-menu-bar .view .r a:nth-child(3) {
    width: 120px;
    height: 42px;
    font-size: 18px;
    background: #FF1240;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-menu-bar .view .r a:nth-child(3) img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.fixed-menu-bar .view .r .go_login {
    color: #222222;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
    margin-left: 20px;
    cursor: pointer;
}

.fixed-menu-bar .view .r .go_login:hover {
    color: #FF1240;
}

.fixed-menu-bar .view .r span.go_project {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: right;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
}

.fixed-menu-bar .view .r span.go_project:hover {
    color: #FF1240;
}

.fixed-menu-bar .view .r span.go_project_login {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: right;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
}

.fixed-menu-bar .view .r span.go_project i {}

.fixed-menu-bar .view .r .column {
    display: inline-block;
    background-color: #444444;
    margin: 0 11px 0px 11px;
    width: 1px;
    height: 8px;
}

.fixed-menu-bar .menu-box {
    position: absolute;
    top: 34px;
    left: 607px;
    width: 339px;
    height: 229px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.2s;
    display: none;
}

.fixed-menu-bar .menu-box ul {
    padding-left: 69px;
    padding-bottom: 20px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.fixed-menu-bar .menu-box ul li a {
    font-size: 30px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    text-decoration: none;
    font-family: PingFangSC-thin;
}

.fixed-menu-bar .menu-box ul li a:hover {
    font-size: 30px;
    color: #FF1240;
    letter-spacing: 0;
    text-align: justify;
}

.fixed-menu-bar .menu-box ul li a.active {
    color: #FF1240;
    position: relative;
}

.fixed-menu-bar .menu-box ul li a.active::before {
    content: " ";
    position: absolute;
    height: 27px;
    width: 5px;
    background-color: #FF1240;
    top: 8px;
    left: -15px;
}


/**************************************************************************************
 **************
 ************** fixed menu bar
 **************
****************************************************************************************/


/*activity-dah*/

.activity-dah {
    background: #E5012F;
    width: 100%;
    height: 500px;
    background-image: url(activity-dah-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.activity-dah img {
    display: block;
    margin: 0 auto;
}

.activity-dah div:nth-child(1) {
    height: 53px;
}

.activity-dah img:nth-child(2) {
    width: 432px;
    height: 54px;
    margin-bottom: 12px;
}

.activity-dah img:nth-child(3) {
    width: 817px;
    height: 138px;
    margin-bottom: 30px;
}

.activity-dah img:nth-child(4) {
    width: 853px;
    height: 68px;
}

.activity-dah .activity-dah-logo {
    width: 216px;
    height: 162px;
    position: absolute;
    right: 182px;
    top: 0;
}

.activity-dah .activity-dah-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.activity-dah .seeDah {
    width: 180px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    color: #E5012F;
    text-decoration: none;
    margin-top: 53px;
}

.fixed-menu-mobile {
    display: none;
}


/*activity-dah*/


/* 1920 */


/* 1919 1600 */

@media screen and (max-width: 1899px) and (min-width: 1580px) {
    .login-bar .content {
        width: 1520px;
    }
    .activity-dah .activity-dah-logo {
        width: 216px;
        height: 162px;
        position: absolute;
        right: 100px;
        top: 0;
    }
    .fixed-menu-bar .view {
        width: 1520px;
    }
}


/* 1919 1600 */


/* 1599 1366 */

@media screen and (max-width: 1579px) and (min-width: 1281px) {
    /**************************************************************************************
        **************
        ************** login bar
        **************
        ****************************************************************************************/
    .login-bar .content {
        width: 1246px;
    }
    .login-bar .content .left {
        width: 375px;
    }
    .login-bar .content .left .logo {
        margin-bottom: 2px;
    }
    .login-bar .content .left .logo1 {
        width: 372px;
        height: 52px;
    }
    .login-bar .content .left .logo2 {
        width: 270px;
        height: 203px;
        position: absolute;
    }
    .login-bar .content .right .login {
        margin-bottom: 10px;
    }
    /**************************************************************************************
        **************
        ************** login bar
        **************
        ****************************************************************************************/
    /**************************************************************************************
   **************
   ************** fixed menu bar
   **************
   ****************************************************************************************/
    .fixed-menu-bar .view {
        width: 1246px;
    }
    /**************************************************************************************
    **************
    ************** fixed menu bar
    **************
    **********************************/
    /*activity-dah*/
    .activity-dah {
        background: #E5012F;
        width: 100%;
        height: 420px;
        background-image: url(activity-dah-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }
    .activity-dah div:nth-child(1) {
        height: 43px;
    }
    .activity-dah img {
        display: block;
        margin: 0 auto;
    }
    .activity-dah img:nth-child(2) {
        width: 360px;
        height: 45px;
        margin-bottom: 12px;
    }
    .activity-dah img:nth-child(3) {
        width: 660px;
        height: 114px;
        margin-bottom: 20px;
    }
    .activity-dah img:nth-child(4) {
        width: 654px;
        height: 50px;
    }
    .activity-dah .activity-dah-logo {
        width: 216px;
        height: 162px;
        right: 52px;
    }
    .activity-dah .activity-dah-close {
        width: 44px;
        height: 44px;
    }
    .activity-dah .seeDah {
        width: 180px;
        height: 44px;
        margin-top: 33px;
    }
    /*activity-dah*/
}


/* 1599  1366 */


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    /**************************************************************************************
        **************
        ************** login bar
        **************
        ****************************************************************************************/
    .login-bar .content {
        width: 1200px;
    }
    .login-bar .content .left {
        width: 375px;
    }
    .login-bar .content .left .logo {
        margin-bottom: 2px;
    }
    .login-bar .content .left .logo1 {
        width: 372px;
        height: 52px;
    }
    .login-bar .content .left .logo2 {
        width: 270px;
        height: 203px;
        position: absolute;
    }
    .login-bar .content .right .login {
        margin-bottom: 10px;
    }
    /**************************************************************************************
    **************
    ************** login bar
    **************
    ****************************************************************************************/
    /**************************************************************************************
    **************
    ************** fixed menu bar
    **************
    ****************************************************************************************/
    .fixed-menu-bar .view {
        width: 1200px;
    }
    /**************************************************************************************
    **************
    ************** fixed menu bar
    **************
    **********************************/
    /*activity-dah*/
    .activity-dah {
        background: #E5012F;
        width: 100%;
        height: 420px;
        background-image: url(activity-dah-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }
    .activity-dah div:nth-child(1) {
        height: 43px;
    }
    .activity-dah img {
        display: block;
        margin: 0 auto;
    }
    .activity-dah img:nth-child(2) {
        width: 360px;
        height: 45px;
        margin-bottom: 12px;
    }
    .activity-dah img:nth-child(3) {
        width: 660px;
        height: 114px;
        margin-bottom: 20px;
    }
    .activity-dah img:nth-child(4) {
        width: 654px;
        height: 50px;
    }
    .activity-dah .activity-dah-logo {
        width: 216px;
        height: 162px;
        right: 52px;
    }
    .activity-dah .activity-dah-close {
        width: 44px;
        height: 44px;
    }
    .activity-dah .seeDah {
        width: 180px;
        height: 44px;
        margin-top: 33px;
    }
    /*activity-dah*/
}


/* 1280 */

@media screen and (max-width:1000px) {
    .login-bar,
    .fixed-menu-bar {
        display: none !important;
    }
    .first-screen {
        /* margin-top: 0.85rem; */
    }
    .nav-box-hidden {
        display: block;
        width: 100%;
        height: 50px;
        max-height: 85px;
        width: 100%;
        display: block;
    }
    .fixed-menu-mobile {
        height: 50px;
        max-height: 85px;
        width: 100%;
        display: block;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        box-shadow: 0px 1px 1px 0 rgb(230 230 230 / 50%);
    }
    .fixed-menu-mobile .view {
        height: 50px;
        max-height: 85px;
        width: 100%;
        background: #ffffff;
        display: flex;
        justify-content: space-between;
        padding: 0 0.26rem;
        position: relative;
        z-index: 11;
        display: flex;
        align-items: center;
    }
    .fixed-menu-mobile .view .l {
        font-size: 0.4rem;
    }
    .fixed-menu-mobile .view .l .logo-mobile {
        height: auto;
        width: 193px;
        max-width: 330px;
        max-height: 52.7px;
    }
    .fixed-menu-mobile .view .l .logo-mobile img {
        width: 100%;
        display: block;
    }
    .fixed-menu-mobile .view .r {
        width: 103px;
        max-width: 176px;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul {
        display: flex;
        width: 103px;
        justify-content: space-between;
        height: 24px;
        max-height: 40px;
        max-width: 176px;
        /* align-items: center; */
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li {
        max-width: 40px;
        width: 24px;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li:last-child {
        margin-right: 0;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li a {
        width: 100%;
        display: block;
        height: 100%;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li img {
        width: 100%;
        display: block;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li:nth-of-type(2) img {}
    .fixed-menu-mobile .view .r .menu-mobile ul li :nth-of-type(3) i {}
    .fixed-menu-mobile .view .r .menu-mobile ul li.menu {
        right: 15px;
        top: 50%;
        /* transform: translate(0, -50%); */
        z-index: 10002;
        cursor: pointer;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li.menu.clickDown {
        /* position: fixed; */
        /* z-index: 1000; */
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li.menu i {
        max-width: 40px;
        max-height: 40px;
        height: 24px;
        width: 24px;
        /* margin-left: 0.11rem; */
        display: block;
        position: relative;
        background: #000;
        transition: all .2s ease;
        cursor: pointer;
        background: url('menu.png') center center no-repeat;
        background-size: cover;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li.menu i.close {
        display: none;
        background: url('mobile_closr_black.png') center center no-repeat;
        background-size: cover;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li.menu.clickDown .close {
        display: block;
    }
    .fixed-menu-mobile .view .r .menu-mobile ul li.menu.clickDown .m {
        display: none;
    }
    .fixed-menu-mobile .mobile-nav-bar {
        background: #F9F9F9;
        padding: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* display: none; */
        transition: transform 0.5s ease-in-out;
        transform: translate(100%, 0);
        z-index: 10;
        padding-top: 0;
        min-height: 570px;
        overflow: auto;
        overflow-x: hidden;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-box {
        /* flex: 1; */
        padding: 50px 15px 10px;
        border-top: 1px solid #DDDDDD;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-box ul li {
        border-bottom: 1px solid #DDDDDD;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-box ul li a {
        width: 100%;
        display: block;
        text-align: center;
        line-height: 55px;
        color: #222222;
        font-size: 17px;
        text-decoration: none;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom {
        /* position: absolute;
        bottom: 0rem;
        left: 0; */
        width: 100%;
        padding: 0 15px 20px;
    }
    .menu-z {
        height: 50px;
        width: 100%;
        display: none;
        /* max-height: 85px; */
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home {}
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home ul {
        padding: 0.29rem 0.1rem 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home ul:nth-of-type(2) {
        padding-top: 0;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home ul li {
        margin-bottom: 16px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home ul li a {
        display: block;
        width: 50px;
        height: 50px;
        padding: 9px;
        background: #ffffff;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        border: 0.5px solid #dddddd;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home ul li p {
        color: #666666;
        font-size: 14px;
        line-height: 16px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home h3 {
        font-size: 12px;
        font-weight: normal;
        color: #222222;
        padding-bottom: 12px;
        border-bottom: 1px solid #DDDDDD;
        text-align: center;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login {
        padding: 21px 0 0rem;
        /* padding: 41px 0 0rem; */
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .menu-bottom-login-box,
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .login_success {
        display: flex;
        justify-content: space-between;
        border-radius: 11px;
        background: #ffffff;
        align-items: center;
        margin-bottom: 8px;
        border: 0.5px solid #dddddd;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login-left,
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .login_success span {
        width: 50%;
        text-align: center;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login-left span,
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .login_success span {
        font-size: 15px;
        color: #222222;
        display: flex;
        text-align: center;
        line-height: 55px;
        justify-content: center;
        align-items: center;
        height: 55px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .login_success span.sculpture {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .login_success span.outLogin img {
        width: 24px;
        height: 24px;
        display: block;
        margin-right: 8px;
        border-radius: 50%;
        overflow: hidden;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .login_success span.sculpture {
        font-size: 15px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login-left span.outLogin:before {
        content: '';
        height: 14px;
        width: 14px;
        display: block;
        background: url('mobile_add_login.png') center center no-repeat;
        background-size: 15px 15px;
        margin-right: 7px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login-left span.go_register:before {
        content: '';
        height: 14px;
        width: 14px;
        display: block;
        background: url('mobile_add_register.png') center center no-repeat;
        background-size: 15px 15px;
        margin-right: 7px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login-right span.go_login:before {
        content: '';
        height: 14px;
        width: 14px;
        display: block;
        background: url('mobile_add_login.png') center center no-repeat;
        background-size: 15px 15px;
        margin-right: 7px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .column,
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .login_success span.column {
        height: 0.43rem;
        max-height: 25px;
        width: 1px;
        background: #DDDDDD;
        display: block;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login-right {
        width: 50%;
        text-align: center;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login-right span {
        font-size: 15px;
        color: #222222;
        display: flex;
        text-align: center;
        line-height: 55px;
        justify-content: center;
        align-items: center;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .menu-bottom-recruit {
        width: 100%;
        margin-bottom: 0;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .menu-bottom-recruit a {
        display: block;
        width: 100%;
        height: 55px;
        background: #FF1240;
        color: #ffffff;
        font-size: 15px;
        line-height: 55px;
        text-decoration: none;
        padding: 0 20px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .menu-bottom-recruit a::after {
        content: '';
        height: 14px;
        width: 14px;
        display: block;
        background: url('mobile_right-point.png') center center no-repeat;
        background-size: cover;
        margin-right: 7px;
    }
    .dongao-pic {
        position: relative;
        width: 100%;
        padding: 0.79rem 0.34rem 0.36rem;
        position: relative;
        /* max-width: 366px; */
        margin: 0 auto;
    }
    .dongao-pic .close_dongao {
        width: 0.44rem;
        height: 0.44rem;
        display: block;
        position: absolute;
        right: 0.2rem;
        top: 0.17rem;
        background: url('close_header.png') center center no-repeat;
        background-size: cover;
        border-radius: 50%;
        cursor: pointer;
    }
    .dongao-img img {
        /* max-width: 366px; */
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    iframe {
        display: none;
    }
}

@media screen and (max-width:374px) {
    .fixed-menu-mobile .mobile-nav-bar .menu-box ul li a {
        font-size: 12px;
        line-height: 45px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login {
        padding-top: 21px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login-left span,
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .login_success span {
        font-size: 12px;
        line-height: 44px;
        height: 44px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login-right span {
        font-size: 12px;
        line-height: 44px;
        height: 44px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home ul:nth-of-type(2) li {
        margin-bottom: 0;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-login .menu-bottom-recruit a {
        font-size: 12px;
        height: 44px;
        line-height: 44px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home ul li a {
        height: 45px;
        width: 45px;
        padding: 6px;
    }
    .fixed-menu-mobile .mobile-nav-bar .menu-bottom .menu-bottom-home ul li p {
        font-size: 13px;
        line-height: 15px;
    }
    .fixed-menu-mobile .mobile-nav-bar {
        min-height: 500px;
    }
}