.box {
    margin: 50px auto;
    width: 800px
}

.hidden-mobile {
    display: block;
}

.hidden-pc {
    display: none;
}

.swiperTab {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.swiper1 img {
    display: block;
    width: 100%;
    max-width: 257px;
    margin: 0 auto;
}

.swiper1 span {
    display: inline-block;
    font-size: 14px;
    color: #808080;
}

.swiper1 .swiper-slide {
    border: solid 1px #E6E6E6;
    padding-bottom: 20px;
    border-radius: 12px;
    cursor: pointer;
}

.swiper1 .swiper-slide .s-index {
    display: none;
}

.swiper1 .swiper-slide.active {
    border: solid 1px #D20A2C;
}

.triangle-content {
    z-index: 33;
}

.triangle {
    width: 43px;
    height: 21px;
    background-image: url(../img/triangle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: calc(50% - 21.5px);
    bottom: -50px;
    z-index: 33;
}

.swiper1 .swiper-slide.active span {
    color: #D20A2C;
}

.swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.swiper-pagination {
    position: relative;
    bottom: -10px;
}

.swiper-container {
    padding-bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -10px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 16vw;
    width: 36px;
    height: 36px;
    -moz-background-size: 36px 36px;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
}

.swiper-button-prev {
    left: -50px;
    background-image: url(../img/arrow-left.png);
}

.swiper-button-next {
    right: -50px;
    background-image: url(../img/arrow-right.png);
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}

.swiper-pagination-bullet-active {
    background: #D20A2C;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

#huawei-share .section {
    max-width: 1026px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 30px;
}

#huawei-share .section h1 {
    font-size: 48px;
    line-height: 1;
    color: #1E1E1E;
    text-align: center;
    font-weight: bold;
    padding: 60px 0 0;
}

#huawei-share .section h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    margin: 30px auto 20px;
}

#huawei-share .section h3 {
    font-size: 24px;
    line-height: 1.25;
}

#huawei-share .section h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
    text-align: left;
    margin-bottom: 20px;
}

#huawei-share .section p {
    font-size: 16px;
    line-height: 1.5;
    color: #1E1E1E;
    text-align: left;
    margin-bottom: 20px;
}

#huawei-share .section .disclaimer {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
}


/*section 0*/

.support-model {
    padding-top: 30px;
    font-size: 14px;
    line-height: 1.5;
}

.line {
    height: 1px;
    background-color: #D20A2C;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.support-model tr {
    border: solid 5px #ffffff;
}

.support-model td {
    padding: 10px;
    background-color: #FEF3F4;
    border: solid 5px #ffffff;
}

.support-model tr td:first-child {
    width: 128px;
    color: #D20A2C;
}

.support-model tr td span {
    color: #D20A2C;
    margin-top: 15px;
    display: block;
}

.unsupport {
    text-align: center;
    padding: 30px 0;
}

.unsupport p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}


/* section 2 */

#huawei-share .section2 #phone-select {
    width: 226px;
    height: 30px;
}

#huawei-share .section2 .phone-list {
    position: relative;
}

#huawei-share .section2 .phone-list img {
    max-width: 120px;
    padding: 20px 0;
}


/* section 3 */

.s-top {
    height: 70px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#huawei-share .section3 p {
    margin-bottom: 0;
}

#huawei-share .section3 .fitting-one ul li {
    list-style-type: decimal;
}

#huawei-share .section3 .nav {
    margin: 0 auto;
    width: 448px;
    border-bottom: 1px solid #c3c3c3;
}

#huawei-share .section3 .nav>li {
    font-size: 14px;
    color: #333333;
    margin-right: 64px;
    padding: 0 4px 20px;
    cursor: pointer;
    border-bottom: 2px solid rgba(200, 200, 200, 0.1);
    margin-bottom: -1px;
}

#huawei-share .section3 .nav>li:hover {
    border-bottom-color: #c9282c;
    color: #c9282c;
}

#huawei-share .section3 .nav>li span {
    display: none;
}

#huawei-share .section3 .nav .current {
    border-bottom-color: #c9282c;
    color: #c9282c;
}

#huawei-share .section3 .nav .last {
    margin-right: 0;
}

#huawei-share .section3 .pc-nav {
    margin: 0 auto;
    width: 448px;
    border-bottom: 1px solid #c3c3c3;
}

#huawei-share .section3 .pc-nav li {
    font-size: 14px;
    color: #333333;
    margin-right: 64px;
    padding: 0 4px 20px;
    cursor: pointer;
    border-bottom: 2px solid rgba(200, 200, 200, 0.1);
    margin-bottom: -1px;
}

#huawei-share .section3 .pc-nav li:hover {
    color: #c9282c;
}

#huawei-share .section3 .pc-nav li span {
    display: none;
}

#huawei-share .section3 .pc-nav .current {
    border-bottom-color: #c9282c;
    color: #c9282c;
}

#huawei-share .section3 .pc-nav .last {
    margin-right: 0;
}

#huawei-share .section3 .part li {
    padding: 60px 80px;
    border-bottom: 1px solid #dddddd;
}

#huawei-share .section3 .part .part-one {
    border-top: 1px solid #dddddd;
    margin-top: 80px;
}

#huawei-share .section3 .part .part-two .wrap {
    margin-top: -20px;
    margin-right: -80px;
}

#huawei-share .section3 .part li .h1 {
    font-size: 16px;
    color: #333333;
}

#huawei-share .section3 .slideUp {
    display: none;
}

#huawei-share .section3 .part-plating {
    display: none;
}

#huawei-share .section3 .part-plating .h1 p {
    margin-left: 58px;
    margin-top: 30px;
}

#huawei-share .section3 .part-plating .part-two .wrap {
    margin-top: 0;
    margin-right: 0;
}

#huawei-share .section3 .part-apparel {
    display: none;
}

#huawei-share .section3 .part-apparel .system {
    margin-top: 20px;
    font-size: 14px;
}

#huawei-share .section3 .part-apparel .system span {
    line-height: 25px;
}

#huawei-share .section3 .part-apparel p {
    width: 350px;
    line-height: 25px;
}

#huawei-share .section3 .part-apparel .part-two .wrap {
    margin-top: 0;
    margin-right: 0;
}

#huawei-share .section3 .part-apparel .part-four .handball {
    margin-top: 20px;
    font-size: 14px;
}

#huawei-share .section3 .part-apparel .handball {
    margin-top: 0;
    font-size: 14px;
}

#huawei-share .section3 .part-fitting {
    padding-bottom: 0;
}

#huawei-share .section3 .part-fitting div.h2 {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
}

#huawei-share .section3 .part-fitting div>p.fl {
    font-size: 14px;
    color: #333333;
    padding-left: 14px;
}

#huawei-share .section3 .part-fitting div .bnt {
    width: 15px;
    height: 21px;
    background: url("../img/icons.png") no-repeat -8px 8px;
    float: left;
}

#huawei-share .section3 .part-fitting div .bnts {
    width: 15px;
    height: 21px;
    background: url("../img/icons.png") no-repeat 5px 0;
    float: left;
}

#huawei-share .section3 .part-fitting li div.h2:hover .bnt {
    background-position: 5px 0;
}

#huawei-share .section3 .part-fitting li div.h2:hover {
    cursor: pointer;
}

#huawei-share .section3 .part-fitting .fitting-one ul {
    padding-left: 38px;
}

#huawei-share .section3 .part-fitting .fitting-one li {
    padding: 5px 0 10px 0;
    font-size: 14px;
    line-height: 1.75;
    color: #808080;
}

#huawei-share .section3 .part-fitting .fitting-one .h1 {
    font-size: 14px;
    color: #333333;
}

#huawei-share .section3 .part-fitting .fitting-one .fitting-one-three {
    padding-right: 0;
}

#huawei-share .section3 .part-fitting .fitting-one .fitting-one-three .h1 {
    line-height: 25px;
}

#huawei-share .section3 .part-fitting .fitting-one .fitting-one-three i {
    width: 350px;
}

#huawei-share .section3 .part-fitting .fitting-one .fitting-one-three .wrap {
    margin-top: -72px;
}

#huawei-share .section3 .part-fitting .fitting-one .fitting-one-four i {
    width: 370px;
}

#huawei-share .section3 .part-fitting .fitting-one .fitting-one-four .h1 {
    line-height: 25px;
}

#huawei-share .section3 .part-fitting .fitting-one .fitting-one-four {
    border: 0;
}

#huawei-share .section3 .part-fitting .b-b {
    border-bottom: 1px solid #e1e1e1;
}

#huawei-share .section3 .part-fitting .fitting-one {
    display: none;
}

#huawei-share .section3 .part-fitting .fitting-one .fitting-one-two {
    border-bottom: none;
}

#huawei-share .section3 .part-fitting .fitting-one .fitting-one-two .h3 {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    margin-left: 56px;
}

#huawei-share .section3 .part-fitting .m-t100 {
    margin-top: 120px;
}

#huawei-share .section3 .part-fitting .m-t100 .wrap img {
    margin-top: -12px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #huawei-share .section3 .mobile-wrap {
        display: none;
    }
    #huawei-share .section3 {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
    }
    #huawei-share .section3 .content {
        width: 100%;
        margin: 0 auto;
    }
    #huawei-share .section3 .part li {
        padding: 60px 20px;
        border-bottom: 1px solid #dddddd;
    }
    #huawei-share .section3 .part li .h1 {
        font-size: 18px;
        color: #333333;
        margin-right: 30px;
    }
    #huawei-share .section3 .part .part-two .wrap {
        margin-top: 20px;
        margin-right: -14px;
    }
    #huawei-share .section3 .part img {
        margin-top: 50px;
    }
    #huawei-share .section3 .part .part-apparel {
        margin-bottom: 100px;
    }
    #huawei-share .section3 .part-fitting .fitting-one .fitting-one-three .wrap {
        margin-top: 20px;
        float: right;
    }
    #huawei-share .section3 .part-fitting li div.h2:hover .bnt {
        background-position: -177px -452px;
    }
    #huawei-share .section3 .part-fitting li div.h2:hover p.fl {
        color: #333333;
    }
}

@media screen and (max-width: 767px) {
    .s-top {
        height: 57px;
    }
    /* #huawei-share .section3 .nav-wrap {
        display: block;
    }
    #huawei-share .section3 .pc-cnt {
        display: none;
    } */
    #huawei-share .section3 {
        background: #fbfbfb;
        padding-bottom: 20px;
    }
    #huawei-share .section3 .content {
        width: 100%;
        margin: 0 auto;
    }
    #huawei-share .section3 .title {
        text-align: center;
        padding: 50px 0 50px;
    }
    #huawei-share .section3 .nav-wrap {
        width: 100%;
    }
    #huawei-share .section3 .nav {
        width: 95%;
        border-top: 1px solid #dddddd;
    }
    #huawei-share .section3 .nav>li {
        padding: 20px 5%;
        border-bottom: 1px solid #dddddd;
        width: 90%;
    }
    #huawei-share .section3 .nav>li:hover {
        border-bottom: 1px solid #dddddd;
        color: #333333;
    }
    #huawei-share .section3 .nav>li .app-cnt>p {
        font-size: 14px;
        color: #333333;
    }
    #huawei-share .section3 .nav>li .app-cnt>p.active {
        color: #C9282C;
    }
    #huawei-share .section3 .nav>li span {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../imgs/support-icon2.svg") no-repeat -177px -452px;
    }
    #huawei-share .section3 .nav>li .subtract {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../imgs/support-icon2.svg") no-repeat -1065px -452px;
    }
    #huawei-share .section3 .nav .current {
        border-bottom-color: #dddddd;
        color: #333333;
    }
    #huawei-share .section3 .app-list {
        width: 100%;
        margin: 30px 0;
    }
    #huawei-share .section3 .app-list li {
        width: 100%;
    }
    #huawei-share .section3 .mobile>li {
        border-bottom: 1px solid #eaeae8;
        padding: 20px 0;
    }
    #huawei-share .section3 .mobile .part-one {
        border-top: none;
        margin-top: 0;
    }
    #huawei-share .section3 .mobile .s-text {
        text-align: center;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    #huawei-share .section3 .mobile .part-one img {
        width: 100%;
        margin-top: 20px;
    }
    #huawei-share .section3 .mobile .part-two img {
        width: 100%;
        margin-top: 20px;
    }
    #huawei-share .section3 .mobile .part-three img {
        width: 100%;
        margin-top: 20px;
    }
    #huawei-share .section3 .mobile .part-four img {
        width: 100%;
        margin-top: 20px;
    }
    #huawei-share .section3 .plating>li {
        border-bottom: 1px solid #eaeae8;
        padding: 20px 0;
    }
    #huawei-share .section3 .plating .part-one {
        border-top: none;
        margin-top: 0;
    }
    #huawei-share .section3 .plating .s-text {
        text-align: center;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    #huawei-share .section3 .plating .part-one img {
        width: 100%;
        margin-top: 20px;
    }
    #huawei-share .section3 .plating .part-two img {
        width: 80%;
        margin-top: 20px;
    }
    #huawei-share .section3 .plating .part-three img {
        width: 100%;
        margin-top: 20px;
    }
    #huawei-share .section3 .plating .part-four img {
        width: 70%;
        margin-top: 20px;
    }
    #huawei-share .section3 .apparel>li {
        border-bottom: 1px solid #eaeae8;
        padding: 20px 0;
    }
    #huawei-share .section3 .apparel .s-text {
        text-align: center;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    #huawei-share .section3 .apparel .s-tips {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-top: 30px;
    }
    #huawei-share .section3 .apparel .part-one img {
        width: 90%;
        margin-top: 20px;
    }
    #huawei-share .section3 .apparel .part-two img {
        width: 100%;
        margin-top: 20px;
    }
    #huawei-share .section3 .apparel .part-three img {
        width: 50%;
        margin: 20px auto;
        margin-top: 20px;
        display: block;
    }
    #huawei-share .section3 .apparel .part-four img {
        width: 50%;
        margin-top: 20px;
    }
    #huawei-share .section3 .fitting li {
        border-top: 1px solid #eaeae8;
        border-bottom: none;
        padding: 20px 0;
        width: 100%;
    }
    #huawei-share .section3 .fitting li span {
        margin-right: 8px;
        width: 11px;
        height: 12px;
        background: url("img/add.png") no-repeat;
        background-size: 12px 12px;
        margin-top: 3px;
    }
    #huawei-share .section3 .fitting li .subtract {
        display: inline-block;
        margin-right: 8px;
        width: 11px;
        height: 2px;
        background: url("img/subtract.png") no-repeat;
        background-size: 12px 2px;
        margin-top: 8px;
    }
    #huawei-share .section3 .fitting .part-one {
        border-top: 1px solid #eaeae8;
        margin-top: 18px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    #huawei-share .section3 .fitting li .h1>p {
        width: 30%;
        margin: 0 auto;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app li {
        border-top: none;
        margin-top: 0;
        border-bottom: 1px solid #eaeae8;
        padding: 30px 0 50px;
        width: 100%;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app .fitting-app-one {
        padding-top: 50px;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app .fitting-app-four {
        border-bottom: none;
        padding-bottom: 0;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app .fl h2 {
        text-align: center;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app p.s-text {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        text-align: center;
        margin: 10px 0;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app p.s-tips {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin: 30px 0;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app-one img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app-two img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app-three img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app-four img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #huawei-share .section3 .fitting-wrap .part-two .fitting-app-two {
        border-bottom: none;
        padding-bottom: 0;
        width: 100%;
    }
    #huawei-share .section3 .fitting-wrap .part-three {
        padding-bottom: 0;
    }
    #huawei-share .section3 .fitting-wrap .part-three .fitting-app-two img {
        width: 80%;
    }
    #huawei-share .section3 .fitting-wrap .part-three .fitting-app-two {
        border-bottom: none;
        padding-bottom: 0;
    }
    #huawei-share .section3 .fitting-wrap .part-three .fitting-app-two .h1 {
        margin-bottom: 25px;
    }
    #huawei-share .section3 .fitting-wrap .part-three .fitting-app-two .wrap {
        margin-top: 25px;
    }
    #huawei-share .section3 .fitting-wrap .part-three .fitting-app-two .fat-wrap-two {
        margin-top: 50px;
    }
    #huawei-share .section3 .fitting-wrap .m-t25 {
        margin-top: 25px;
    }
    #huawei-share .section3 .fitting-wrap .fitting-app-wrap {
        display: none;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1280px) {
    .swiper-button-next,
    .swiper-button-prev {
        top: 24vw;
    }
}

@media screen and (max-width: 1024px) {
    #huawei-share .section {
        width: 90%;
        margin: 0 auto;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 32vw;
    }
}

@media screen and (max-width:768px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .hidden-mobile {
        display: none;
    }
    .hidden-pc {
        display: block;
    }
    .support-model td {
        background-color: transparent;
    }
    .support-model tr td:first-child {
        color: #000;
        border-right: solid 1px #FEF3F4;
        border-left: solid 1px #FEF3F4;
    }
    #huawei-share .section {
        width: 90%;
        margin: 0 auto;
    }
    #huawei-share .section3 {
        background-color: transparent;
    }
    .support-model tr {
        border-top: transparent;
    }
    .support-model td {
        border: none;
        border-spacing: 0;
        padding-left: 10px;
        border: solid 1px #FEF3F4;
        border-top: transparent;
        border-left: transparent;
    }
    .stitle-mob {
        border-spacing: 0;
        height: 40px;
        width: auto;
        line-height: 40px;
        background-color: #FEF3F4;
        padding-left: 15px;
        color: #D20A2C;
    }
    .stitle-mob .toggle {
        background-image: url(../img/arrow.png);
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        width: 30px;
        height: 28px;
    }
    .stitle-mob .toggle.active {
        background-position: center left;
    }
    .hidden-pc table {
        display: none;
    }
    #huawei-share .section3 .part-fitting div>p.fl {
        width: 90%;
    }
}

@media screen and (max-width:420px) {
    #huawei-share .section h1 {
        font-size: 16px;
        line-height: 24px;
    }
    #huawei-share .section {
        font-size: 11px;
        line-height: 18px;
    }
    .swiper1 span {
        font-size: 11px;
        line-height: 18px;
    }
    .swiper1 .swiper-slide {
        height: 210px;
    }
}