* {
    font-family: -apple-system, system-ui, 'Microsoft YaHei';
}

#head {
    width: 100%;
    background-color: #6F1685;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    background: url(../images/arrow_left.png) no-repeat center;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    background: url(../images/arrow_right.png) no-repeat center;
}


/*pcç«¯å¤´éƒ¨*/

.head-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 40px;
}

.head-main {
    z-index: 100;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-logo {
    display: block;
    width: 493px;
    height: 81px;
}

.head-logo>img {
    width: 100%;
    height: 100%;
}

.head-search input.notxt1 {
    width: 30px;
    height: 30px;
    cursor: pointer;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    background: url(../images/icon_search.png);
    border: 0px;
    margin-left: -8px;
    border: 0px;
    margin-left: -8px;
    float: right;
    position: relative;
    z-index: 99;
}

.head-search {
    display: flex;
    align-items: center;
}

.input-box {
    display: flex;
    align-items: center;
}

.input-box input.notxt {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    border: none;
    min-width: 200px;
    line-height: 18px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.head-nav-box {
    box-shadow: 0px 0px 20px #333333;
    width: 100%;
    position: absolute;
    top: calc(100% + 20px);
    left: 0px;
    background-color: #6F1685;
}

.head-nav {
    width: 1100px;
    margin: 0 auto;
    padding: 0px 50px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.small-logo {
    display: none;
    width: 56px;
    height: 60px;
}

.head-nav>li {
    flex-grow: 1;
    text-align: center;
}

.head-nav>li>a {
    display: inline-block;
    padding: 23px 9px;
    font-size: 18px;
    color: #FFF100;
}

.head-nav>li:hover>a {
    font-weight: 700;
}

.head-nav>.head-nav-this a {
    font-weight: 700;
}

.head-nav>li:hover>.head-detail-box {
    display: block;
}


/*å¯¼èˆªå±•å¼€*/

.head-detail-box {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: calc(100% - 15px);
    background-color: white;
    border-radius: 0px 0px 10px 10px;
}

.head-detail {
    padding: 20px 80px;
    min-height: 143px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-detail-img {
    width: 259px;
    height: 111px;
}

.head-detail-img>img {
    width: 100%;
    height: 100%;
}

.head-detail-font {
    width: 50%;
    text-align: left;
}

.head-detail-item {
    display: inline-block;
    width: 33%;
    text-align: right;
    font-size: 18px;
    margin-left: -2px;
    padding: 10px 0;
    color: #666666;
}

.head-detail-item:hover {
    font-weight: 700;
    color: #6F1685;
}

.head-detail-font>.select {
    font-weight: 700;
    color: #6F1685;
}


/*å¯¼èˆªä¸¤ä¾§çš„å°ä¸‰è§’å½¢*/

.triangle-top {
    position: absolute;
    left: 0px;
    top: -15px;
    width: 0;
    height: 0;
    border-bottom: 15px solid #550568;
    border-left: 15px solid transparent;
}

.triangle-bottom {
    position: absolute;
    right: 0px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid #550568;
    border-right: 15px solid transparent;
}


/*ç”¨äºŽå›¾ç‰‡å¤§å°å£°æ˜Ž*/

.head-mobile-btn {
    width: 22px;
    height: 18px;
}

.head-mobile-search-box img {
    height: 50px;
    width: 50px;
}

.language-btn {
    height: 25px;
    width: 25px;
}


/*å±å¹•å°äºŽ1200æ—¶*/

@media screen and (max-width: 1200px) {
    .head-box {
        width: 800px;
    }
    .head-nav {
        width: 760px;
        padding: 0 20px;
    }
    .head-nav>li>a {
        font-size: 12px;
    }
    .head-logo {
        width: 300px;
        height: 56px;
    }
    .head-nav>li>a {
        padding: 20px 6px;
    }
    .head-detail-img {
        width: 200px;
        height: 85.7px;
    }
    .head-detail {
        padding: 20px 40px;
    }
    .head-detail-item {
        font-size: 12px;
    }
}

@media screen and (min-width: 800px) {
    .head-block {
        display: none !important;
    }
    .head-mobile-box {
        display: none !important;
    }
    .head-nav-mobile {
        display: none !important;
    }
}


/*å±å¹•å°äºŽ800æ—¶*/

@media screen and (max-width: 800px) {
    .head-box {
        display: none !important;
    }
    .head-mobile-box {
        border-top: 9px solid #333333;
        z-index: 100;
        width: 100%;
        position: fixed;
        top: 0px;
        display: flex;
        height: 49px;
        align-items: center;
        justify-content: space-between;
        background-image: url(../images/logo-mobile.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #6F1685;
    }
    .head-mobile-img {
        display: block;
        width: 265px;
        height: 46px;
        margin-left: 10px;
    }
    .head-block {
        display: block;
        height: 58px;
    }
    .head-mobile-btn {
        width: 22px;
        height: 18px;
        cursor: pointer;
        margin-right: 10px
    }
    .head-nav-mobile {
        z-index: 99;
        display: none;
        position: fixed;
        top: 49px;
        bottom: 0px;
        width: 100%;
    }
    .head-nav-mobile-box {
        z-index: 20;
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 150%;
        transition: all 0.3s;
        background-color: white;
    }
    .head-mobile-search-box {
        padding: 20px 30px;
        display: flex;
    }
    .search2 {
        width: 100%;
    }
    .wrap_input {
        margin: 0 50px 0 0
    }
    .head-mobile-search-box input {
        padding: 10px;
        line-height: 28px;
        font-size: 14px;
        border: 1px solid #6F1685;
        border-radius: 5px 0px 0px 5px;
        flex-grow: 1;
        width: 100%;
        /*! margin: 0 0% 0 0; */
    }
    .head-mobile-search-box input.notxt1 {
        height: 50px;
        width: 50px;
        cursor: pointer;
        background: url(../images/icon_search_big.png);
        border-radius: 0px;
        padding: 0px;
        background-size: cover;
        float: right;
    }
    .head-mobile-language-box {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #6F1685;
    }
    .language-btn {
        height: 25px;
        width: 25px;
        padding-right: 20px;
    }
    .head-mobile-nav-box {
        border-top: 1px solid rgb(219, 219, 219);
        position: absolute;
        width: 100%;
        top: 91px;
        bottom: 65px;
        overflow-y: auto;
    }
    .head-mobile-nav-outer {
        padding: 10px 20px;
    }
    .head-mobile-nav-item {
        display: block;
        cursor: pointer;
        padding-top: 10px;
    }
    .head-mobile-nav-item .head-mobile-nav-item {
        padding: 10px 0;
    }
    .head-mobile-nav-item>div {
        display: none;
    }
    .head-mobile-nav-item * {
        color: #666666;
        font-size: 16px;
    }
    .head-mobile-nav-item:hover>p>span {
        color: #6F1685;
        font-weight: 700;
    }
    .select>p>span {
        color: #6F1685 !important;
        font-weight: 700 !important;
    }
    .head-mobile-nav-item>.head-mobile-nav-title {
        display: flex;
        padding-bottom: 10px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgb(219, 219, 219);
    }
    .head-mobile-nav-item .head-mobile-nav-item>.head-mobile-nav-title {
        border-bottom: 1px solid rgba(219, 219, 219, 0);
    }
    .head-mobile-nav-outer>.head-mobile-nav-item:last-child>.head-mobile-nav-title {
        border-bottom: 1px solid rgba(219, 219, 219, 0);
    }
    .head-mobile-nav-item .head-mobile-nav-item {
        border-bottom: 0px;
    }
}