@font-face {
    font-family: 'MyCustomFont';
    src: url('../font/PingFang\ Medium.ttf') format('truetype');
}

.box {
    width: 100%;
    background-color: rgba(250, 250, 250, 1);
    margin: 0 auto;
    overflow: hidden;
}


nav {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    padding: 11.5px 0px 2.5px 0px;
    border-bottom: 1px solid #E5E5E5;
    color: #fff;
    /* 文本颜色 */
    position: relative;
    box-sizing: border-box;
}

.logo {
    /* Logo的样式 */
    font-size: 20px;
    font-weight: bold;
    width: 162px;
    height: 51px;
    margin-left: 20px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

.links {
    display: flex;
}

.links a:first-child {
    /* 链接的样式 */
    margin-right: 22px;
    /* 链接之间的间距 */
    padding: 5px;
    text-decoration: none;
    /* 去除下划线 */
    color: #56A0FD;
    /* 链接文本颜色 */
    font-weight: bolder;
    font-family: 'MyCustomFont';
    text-align: justify;
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
}

.links a {
    /* 链接的样式 */
    margin-right: 45px;
    /* 链接之间的间距 */
    padding: 5px;
    text-decoration: none;
    /* 去除下划线 */
    color: #7D8183;
    /* 链接文本颜色 */
    font-weight: bolder;
    font-family: 'MyCustomFont';
    text-align: justify;

}

.links a:first-child::after {
    content: '';
    /* 伪元素需要 content 属性，即使它是空的 */
    position: absolute;
    /* 绝对定位下划线 */
    width: 100%;
    /* 下划线的宽度与链接相同 */
    height: 2px;
    /* 下划线的高度 */
    bottom: -15px;
    /* 下划线位于链接的底部 */
    left: 0;
    /* 下划线从链接的左侧开始 */
    background-color: #56A0FD;
    ;
    /* 下划线的颜色，这里设置为红色 */
    transition: width 0.3s ease;
    /* 添加过渡效果，使下划线宽度变化时平滑过渡 */
}

.boxcontainer {
    width: 100%;
    margin: 0 auto;
    /* 水平居中 */
    display: flex;
    justify-content: space-between;
    /* 假设你想要的容器高度后期删除 */
}

.boxes {
    flex: 1;
    /* 使盒子占据可用空间的一半 */
    box-sizing: border-box;
    /* 包括padding和border在宽度内 */
    padding: 20px;
    /* 你可以添加更多样式，比如背景色、边框等 */
    flex: 1;
    /* 允许盒子在必要时缩小或扩展 */
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
    /* 包含padding和border在width内 */

}


.box1 {
    padding: 365px 0px 338px 0px;
    box-sizing: border-box;
}

.box2 {
    display: flex;
    padding: 212px 0 241px 0px;
    justify-content: space-between;

}

.box3 {
    box-sizing: border-box;
    width: 216px;
    height: 446px;
    margin-left: 22px;
    flex-grow: 1;
    flex-shrink: 1;

}

.box3 .boxinner {
    max-width: 100%;
    max-height: 100%;
    border-radius: 32px;
    box-shadow: 0px 6px 10px 0px rgba(93, 102, 116, 0.26);
}

.box4 {
    margin-left: 23px;
    width: 302px;
    /* height: 65px; */

}

.box img {
    max-width: 100%;
    max-height: 100%;
}

.wordone {
    margin-top: 25px;
    margin-left: 23px;
    overflow-wrap: break-word;
    color: rgba(138, 145, 149, 1);
    font-size: 24px;
    letter-spacing: 7.599999904632568px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.buttonbox {
    background-color: rgba(86, 160, 253, 1);
    border-radius: 12px;
    padding: 16px 31px 16px 31px;
    box-sizing: border-box;
    margin: 30px 0px 0px 23px;
}

.buttonbox p {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    letter-spacing: 2.5999999046325684px;
    font-weight: 500;
    text-align: left;
    /* white-space: nowrap; */
    line-height: 28px;
    font-family: 'MyCustomFont';

}

.buttonbox p span {
    margin-left: 11px;
}

.videos {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.videowh {
    max-width: 100%;
    max-height: 100%;
}

#myVideo {
    display: none;
}

.bigbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(239, 240, 242, 1);
    padding-top: 100px;
    overflow: hidden;
    /* height: 100px; */
    /* 后续删除 */
    padding-bottom: 80px;
}

.commitbingbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(250, 250, 250, 1);
    overflow: hidden;
    padding: 50px 129px 84px 129px;
    /* height: 100px; */
    /* 后续删除 */
}

.aboutbigbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* 删除可以不适应 */
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    /* height: 100px; */
    margin-top: 100px;
}

.aboutbigbox .aboutheader span {
    display: inline-block;
    width: 47px;
    /* height: 31px; */
    margin-right: 21px;
    margin-top: -10px;
}

.aboutbigbox .aboutheader p {
    color: rgba(26, 28, 29, 1);
    font-size: 36px;
    letter-spacing: 1.125px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
    font-family: 'MyCustomFont';
}

.commitsmallbox {
    position: relative;
}

.commitsmallbox .commitheader span {
    display: inline-block;
    width: 47px;
    height: 31px;
    margin-right: 21px;
}

.commitsmallbox .commitheader span img {
    display: inline;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin-bottom: 6px;
}

.commitsmallbox .commitheader p {
    color: rgba(26, 28, 29, 1);
    font-size: 36px;
    letter-spacing: 1.125px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
    margin-bottom: 45px;
    font-family: 'MyCustomFont';
}

.smallbox .headers span {
    display: inline-block;
    width: 43px;
    height: 39px;
    margin-right: 21px;
}

.smallbox .headers span img {
    display: inline;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin-bottom: 8px;
}

.smallbox .headers p {
    color: rgba(26, 28, 29, 1);
    font-size: 36px;
    letter-spacing: 1.125px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
    font-family: 'MyCustomFont';
}

.box5 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 40px;
}

.images {
    max-width: 255px;
    flex: 1;
    height: auto;
    margin-right: 20px;
}

.text-box {
    flex: 2;
    /* padding: 20px; */
    background-color: rgba(255, 255, 255, 1);
    border-radius: 32px;
    padding: 73px 56px;
    font-family: 'MyCustomFont';

}

.text-box p:first-child {

    color: rgba(26, 28, 29, 1);
    font-size: 26px;
    letter-spacing: 0.8125px;
    font-weight: 600;
    text-align: left;
    /* white-space: nowrap; */
    margin-left: 5px;
}

.text-box p:last-child {
    color: rgba(79, 82, 84, 1);
    font-size: 20px;
    letter-spacing: 0.625px;
    text-align: left;
    margin-top: 15px;
}

.box6 {
    display: flex;
}

.text-box1 {
    flex: 2;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 32px;
    margin-top: 22px;
    margin-right: 20px;
    padding: 62px 57px 62px 57px;
    font-family: 'MyCustomFont';
}

.text-box1 p:first-child {

    color: rgba(26, 28, 29, 1);
    font-size: 26px;
    letter-spacing: 0.8125px;
    font-weight: 600;
    text-align: left;
    /* white-space: nowrap; */



}

.text-box1 p:last-child {
    color: rgba(79, 82, 84, 1);
    font-size: 20px;
    letter-spacing: 0.625px;
    text-align: left;
    margin-top: 15px;

}

.box6 img {
    flex: 1;
    margin-top: 22px;
}

.imagewh {
    max-width: 255px;
    flex: 1;
    height: auto;

}

.text-box2 {
    flex: 2;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 32px;
    /* margin-top: 22px; */
    /* margin-right: 20px; */
    padding: 62px 57px 55px 57px;
    font-family: 'MyCustomFont';
}

.text-box2 p:first-child {

    color: rgba(26, 28, 29, 1);
    font-size: 26px;
    letter-spacing: 0.8125px;
    font-weight: 600;
    text-align: left;
    /* white-space: nowrap; */


}

.text-box2 p:last-child {
    color: rgba(79, 82, 84, 1);
    font-size: 20px;
    letter-spacing: 0.625px;
    text-align: left;
    margin-top: 15px;

}

.box7 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 29px;
}

.aboutword {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    color: rgba(26, 28, 29, 1);
    font-size: 19.9px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 37px;
    margin-top: 29px;
    /* word-wrap: break-word; */
    padding-bottom: 80px;
    font-family: 'MyCustomFont';
}

.aboutword p {
    text-align: center;
}

.mediatwobox {
    display: flex;
}

.mediabingboxs {
    background: rgba(239, 240, 242, 0.5);
    border-radius: 32px;
}

.medialeft {
    padding: 61px 85px 66px 85px;
    display: flex;
    box-sizing: border-box;

}

.mediainnerboxleft {
    box-sizing: border-box;
    width: 121px;
    height: 121px;
    flex-shrink: 0;
}

.mediainnerboxright {
    box-sizing: border-box;
    width: 121px;
    height: 121px;
    flex-shrink: 0;
}

.mediainnerbox0 {
    box-sizing: border-box;
    margin-left: 0px;
}

.mediainnerbox1 {
    box-sizing: border-box;
    margin-left: 107px;
}

.mediainnerboxmiddle {
    width: 121px;
    height: 121px;
}

.mediainnerboxmiddle img {
    max-width: 100%;
    max-height: 100%;
}

.mediainnerboxleft img {
    max-width: 100%;
    max-height: 100%;
}

.mediainnerboxright img {
    max-width: 100%;
    max-height: 100%;
}

.outer {
    background-color: rgba(239, 240, 242, 0.5);
    margin-left: 36px;
    border-radius: 32px;
}

.mediaright {
    display: flex;
    flex: 1;

    box-sizing: border-box;
    justify-content: center;

}

.innermediaright img {
    padding-left: 20px;
}

.medisinners {
    color: rgba(26, 28, 29, 1) !important;
    font-size: 12px !important;
    letter-spacing: 0.20000000298023224px !important;
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 17px !important;
}

.mediainnerbox0 p {
    color: rgba(156, 163, 167, 1);
    font-size: 16px;
    letter-spacing: 0.2666666805744171px;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 8px;
}

.mediainnerbox1 p {
    color: rgba(156, 163, 167, 1);
    font-size: 16px;
    letter-spacing: 0.2666666805744171px;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 8px;
}

.mediainnerbox2 p {
    color: rgba(156, 163, 167, 1);
    font-size: 16px;
    letter-spacing: 0.2666666805744171px;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 8px;
}

.innermediaright {

    border-radius: 32px;
    padding: 61px 133px 0px 133px;
    box-sizing: border-box;
}

.happytheme {
    color: rgba(26, 28, 29, 1);
    font-size: 16px;
    letter-spacing: 0.2666666805744171px;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 20px;
    box-sizing: border-box;
    text-align: center;
}

.shejiaomedia {
    display: block;
    flex: auto;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 1.3333333730697632px;
    text-align: center;
    white-space: nowrap;
    margin: 71px 0 18px 0px;
}

.mediashejiao {
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 1.3333333730697632px;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
    margin: 90px 0 18px 0px;
}

.touchbox {
    background-color: rgb(250, 250, 250);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* 删除可以不适应 */
    width: 100%;
    overflow: hidden;
    /* height: 100px; */
    margin-top: 100px;

}

.touchsmallbox {
    margin-top: 100px;
}

.copysinput {
    padding: 0px 0 370px 0px;
    /* border-bottom: 1px solid #ccc; */
    position: relative;
    width: 55%;
    margin: 0 auto;
}

.copysinput::after {
    content: '';
    /* 伪元素内容为空 */
    position: absolute;
    /* 绝对定位 */
    left: 50%;
    /* 从容器宽度的一半开始 */
    transform: translateX(-50%);
    /* 调整位置，使下划线在文本下方居中 */
    width: calc(100% + 300px);
    /* 下划线宽度比容器大 */
    height: 1px;
    /* 下划线高度 */
    background-color: #ddd;
    /* 下划线颜色 */
    bottom: 0px;
    /* 下划线距离文本底部的距离 */
}

.touchbox .touchheader span {
    display: inline-block;
    width: 47px;
    /* height: 31px; */
    margin-right: 21px;
    /* margin-top: -4px; */
}

.touchbox .touchheader span img {
    max-width: 100%;
}

.touchbox .touchheader p {
    color: rgba(26, 28, 29, 1);
    font-size: 36px;
    letter-spacing: 1.125px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
    font-family: 'MyCustomFont';
}

.copy-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0px 11px 28px;
    border: 2px solid rgba(210, 210, 210, 1);
    border-radius: 20px;
}

.copy-text {
    font-size: 18px;
    letter-spacing: 0.6875px;
    text-align: center;
    white-space: nowrap;
    line-height: 30px;
    /* user-select: none; */
    font-weight: 600;
    color: #1A1C1D;
    font-style: normal;
    /* 禁止用户选择文本 */
    pointer-events: none;
    /* 禁止鼠标事件 */
    font-family: 'MyCustomFont';
}

.copy-image {
    width: 100px;
    /* 设置图片宽度 */
    height: auto;
    /* 保持图片比例 */
}

.innercopy {
    /* padding: 11px 17px 11px 17px; */
    display: flex;
    vertical-align: center;

}

.imageswh {
    width: 26px;
    height: 27px;
    margin-right: 30px;
}

.imageswh img {
    width: 26px;
    height: 27px;
}

.icp {
    margin-top: 20px;
    padding-bottom: 10px;
}

.commitesbox {
    display: flex;
    flex-direction: column;
    height: 600px;
}

.commitesbox0 {
    padding-top: 40px;
    box-sizing: border-box;
}

.committop {
    display: flex;
}

.onecommit {
    /* flex: 1; */
    background: url(../images/s.png) -10px -10px no-repeat;
    /* background-size: 350px 225px;
     */
    width: 330px;
    padding: 20px 26px 66px 26px;
    /* width: 320px; */
    /* margin-left: 20px */
}

.onecommit p {
    width: 100%;
    overflow-wrap: break-word;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.twocommit {
    /* flex: 1; */
    background: url(../images/huawei/two.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 151px 26px;
    margin-left: 20px;
}

.twocommit p {
    overflow-wrap: break-word;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: left;
    /* white-space: nowrap; */
}

.threecommit {
    background: url(../images/huawei/three.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 121px 26px;
    margin-left: 20px;
}

.threecommit p {
    overflow-wrap: break-word;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.fourcommit {
    background: url(../images/huawei/four.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 91px 26px;
    margin-left: 20px;
}

.fourcommit p {
    overflow-wrap: break-word;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.commitbottom {
    display: flex;
    margin-top: 60px;
}

.onescommit {
    background: url(../images/huawei/five.png) -10px -10px no-repeat;
    /* background-size: 350px 173px; */
    width: 330px;
    padding: 20px 26px 121px 26px;
    /* margin-left: 20px; */
}

.onescommit p {
    width: 100%;
    overflow-wrap: break-word;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.twoscommit {
    background: url(../images/huawei/six.png) -10px -10px no-repeat;
    /* background-size: 350px 173px; */
    width: 330px;
    padding: 20px 26px 121px 26px;
    margin-left: 20px;
}

.twoscommit p {
    overflow-wrap: break-word;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.threescommit {
    background: url(../images/huawei/seven.png) -10px -10px no-repeat;
    /* background-size: 350px 173px; */
    width: 330px;
    padding: 20px 26px 121px 26px;
    margin-left: 20px;
}

.threescommit p {
    overflow-wrap: break-word;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.fourscommit {
    background: url(../images/huawei/eight.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 91px 26px;
    margin-left: 20px;
}

.fourscommit p {
    overflow-wrap: break-word;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.juzhong {
    margin: 0 auto;
}

.boxcommite span {
    color: rgba(156, 163, 167, 1);
    font-size: 18px;
    letter-spacing: 0.5625px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 25px;
    margin: 0 auto;
    margin-left: 40px;
}

.boxcommite .onese {
    color: rgba(156, 163, 167, 1);
    font-size: 18px;
    letter-spacing: 0.5625px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 30px;
}

.boxcommite p {
    font-family: 'MyCustomFont';
    font-weight: bolder;
}

.slide.active {
    display: block;
}

.none {
    display: none;
}

.onecommits {
    background: url(../images/oppo/one.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 121px 26px;
    /* margin-left: 20px; */
}

.twocommits {
    background:
        url(../images/oppo/two.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 121px 26px;
    margin-left: 20px;
}

.threecommits {
    background:
        url(../images/oppo/three.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 151px 26px;
    margin-left: 20px;
}

.fourcommits {
    background:
        url(../images/oppo/four.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 121px 26px;
    margin-left: 20px;
}

.boxcommite p {
    overflow-wrap: break-word;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.commitbottoms {
    display: flex;
    margin-top: 60px;
}

.onescommits {
    background:
        url(../images/oppo/five.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 81px 26px;
    /* margin-left: 20px; */
}

.twoscommits {
    background:
        url(../images/oppo/six.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 81px 26px;
    margin-left: 20px;
}

.threescommits {
    background:
        url(../images/oppo/seven.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 111px 26px;
    margin-left: 20px;
}

.fourscommits {
    background:
        url(../images/oppo/eight.png) -10px -10px no-repeat;
    /* background-size: 350px 225px; */
    width: 330px;
    padding: 20px 26px 91px 26px;
    margin-left: 20px;
}

.onecommitss {
    background:
        url(../images/vivo/one.png) -10px -10px no-repeat;
    /* background-size: 350px 253px; */
    width: 330px;
    padding: 20px 26px 71px 26px;
    /* margin-left: 20px; */
}

.twocommitss {
    background:
        url(../images/vivo/two.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    width: 330px;
    padding: 20px 26px 80px 26px;
    margin-left: 20px;
}

.threecommitss {
    background:
        url(../images/vivo/three.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    margin-left: 20px;
    width: 330px;
    padding: 20px 26px 80px 26px;
}

.fourcommitss {
    background:
        url(../images/vivo/four.png) -10px -10px no-repeat;
    /* background-size: 350px 287px; */
    width: 330px;
    padding: 20px 26px 81px 26px;
    margin-left: 20px;
}

.onescommitsss {
    background:
        url(../images/vivo/five.png) -10px -10px no-repeat;
    /* background-size: 350px 225px; */
    width: 330px;
    padding: 20px 26px 81px 26px;
    /* margin-left: 20px; */
}

.twoscommitsss {
    background:
        url(../images/vivo/six.png) -10px -10px no-repeat;
    /* background-size: 350px 225px; */
    width: 330px;
    padding: 20px 26px 75px 26px;
    margin-left: 20px;
}

.threescommitsss {
    background:
        url(../images/vivo/seven.png) -10px -10px no-repeat;
    /* background-size: 350px 197px; */
    padding: 20px 26px 131px 26px;
    width: 330px;
    margin-left: 20px;
}

.fourscommitsss {
    background:
        url(../images/vivo/eight.png) -10px -10px no-repeat;
    /* background-size: 350px 281px; */
    width: 330px;
    padding: 20px 26px 81px 26px;
    margin-left: 20px;
}

.zhixie {
    width: 100%;
    color: rgba(26, 28, 29, 1);
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'MyCustomFont';
    font-weight: normal;
    text-align: center;
    white-space: normal;
    line-height: 37px;
    word-wrap: break-word;
    padding: 15px 0px;
    margin: 0 auto;
}

.circle {
    background-color: rgba(239, 240, 242, 1);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: relative;
}

.arror {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}

.circle_0 {
    position: absolute;
    top: 50%;
    left: -5%;
    cursor: pointer;
    /* margin-left: -80px;
   margin-top: 120px; */
}

.circle_1 {
    position: absolute;
    top: 50%;
    right: -5%;
    cursor: pointer;
}

.commitbottomsss {
    display: flex;
    margin-top: 40px;
}

.aboutheader span {
    vertical-align: middle;
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.loader {
    border: 8px solid #f3f3f3;
    /* 白色边框 */
    border-top: 8px solid #3498db;
    /* 蓝色顶部边框 */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    /* 使用旋转动画 */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    /* 初始角度为0度 */
    100% {
        transform: rotate(360deg);
    }

    /* 最终角度为360度 */
}

@media(max-width:1800px) {
    .copysinput {
        width: 62%;
    }
}

@media(max-width:1600px) {
    .four {
        display: none;
    }

    .twocommit {
        margin-left: 70px;
    }

    .threecommit {
        margin-left: 70px;
    }

    .fourcommit {
        margin-left: 70px;
    }

    .twoscommit {
        margin-left: 70px;
    }

    .threescommit {
        margin-left: 70px;
    }

    .fourscommit {
        margin-left: 70px;
    }

    .twocommits {
        margin-left: 70px;
    }

    .threecommits {
        margin-left: 70px;
    }

    .fourcommits {
        margin-left: 70px;
    }

    .twoscommitss {
        margin-left: 70px;
    }

    .twoscommits {
        margin-left: 70px;
    }

    .threescommits {
        margin-left: 70px;
    }

    .threescommitss {
        margin-left: 70px;
    }

    .fourscommitss {
        margin-left: 70px;
    }

    .twocommitss {
        margin-left: 70px;
    }

    .threecommitss {
        margin-left: 70px;
    }

    .fourcommitss {
        margin-left: 70px;
    }

    .twoscommitss {
        margin-left: 70px;
    }

    .threescommitss {
        margin-left: 70px;
    }

    .fourscommitss {
        margin-left: 70px;
    }

    .twoscommitsss {
        margin-left: 70px;
    }

    .threescommitsss {
        margin-left: 70px;
    }

    .boxcommite span {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin: 0 auto;
        margin-left: 100px;
    }

    .copysinput {
        width: 70%;
    }
}

@media(max-width:1400px) {

    /* .threecommit{
        display: none;
    } */
    .four {
        display: none;
    }

    .twocommit {
        margin-left: 70px;
    }

    .threecommit {
        margin-left: 70px;
    }

    .fourcommit {
        margin-left: 70px;
    }

    .twoscommit {
        margin-left: 70px;
    }

    .threescommit {
        margin-left: 70px;
    }

    .fourscommit {
        margin-left: 70px;
    }

    .twocommits {
        margin-left: 70px;
    }

    .threecommits {
        margin-left: 70px;
    }

    .fourcommits {
        margin-left: 70px;
    }

    .twoscommits {
        margin-left: 70px;
    }

    .threescommits {
        margin-left: 70px;
    }

    .fourscommits {
        margin-left: 70px;
    }

    .boxcommite span {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin: 0 auto;
        margin-left: 100px;
    }

    .boxcommite .onese {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin-left: 0px;
    }

    /* .faceones {
        margin-left: 40px !important;
    }

    .facetwos {
        margin-left: 40px !important;
    } */

    /* .vones {
        margin-left: 40px !important;
    } */

    .zhixie {
        width: 100%;
    }

    .copysinput {
        /* border-bottom: 1px solid #ccc; */
        position: relative;
        width: 82%;
        margin: 0 auto;
    }

}

@media (max-width:1300px) {

    .box2 {
        display: flex;
        padding: 212px 0 241px 0px;
        justify-content: space-between;

    }

    .box3 {
        flex: auto;
        display: inline;
    }

    .box3 .boxinner {
        border-radius: 32px;
        box-shadow: 0px 6px 10px 0px rgba(93, 102, 116, 0.26);
        float: left;
        margin-left: 0px;
        height: inherit;
    }

    .minboxinner_2 {
        display: none;
    }

}

@media(max-width:1200px) {
    .circle_0 {
        position: absolute;
        top: 50%;
        left: -5%;

        /* margin-left: -80px;
       margin-top: 120px; */
    }

    .circle_1 {
        position: absolute;
        top: 50%;
        right: -6%;
    }

    .four {
        display: none;
    }

    .onecommit {
        margin-left: -40px;
    }

    .twocommit {
        margin-left: 40px;
    }

    .threecommit {
        margin-left: 40px;
    }

    .fourcommit {
        margin-left: 40px;
    }

    .onescommit {
        margin-left: -40px;
    }

    .twoscommit {
        margin-left: 40px;
    }

    .threescommit {
        margin-left: 40px;
    }

    .fourscommit {
        margin-left: 40px;
    }

    .onecommits {
        margin-left: -40px;
    }

    .twocommits {
        margin-left: 40px;
    }

    .threecommits {
        margin-left: 40px;
    }

    .fourcommits {
        margin-left: 40px;
    }

    .onescommits {
        margin-left: -40px;
    }

    .twoscommits {
        margin-left: 40px;
    }

    .threescommits {
        margin-left: 40px;
    }

    .fourscommits {
        margin-left: 40px;
    }

    .onecommitss {
        margin-left: -40px;
    }

    .twocommitss {
        margin-left: 40px;
    }

    .threecommitss {
        margin-left: 40px;
    }

    .fourcommitss {
        margin-left: 40px;
    }

    .onescommitsss {
        margin-left: -40px;
    }

    .twoscommitsss {
        margin-left: 40px;
    }

    .threescommitsss {
        margin-left: 40px;
    }

    .fourscommitsss {
        margin-left: 40px;
    }


    .boxcommite span {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin: 0 auto;
        margin-left: 70px;
    }

    .boxcommite .onese {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin-left: 0px;
    }

    .aboutword {
        width: 80%;
        margin: 0 auto;
    }

    .zhixie {
        width: 80%;
    }

    .copysinput {
        /* border-bottom: 1px solid #ccc; */
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

    .circle_0 {
        left: -12%;
    }

    .circle_1 {
        right: -12%;
    }

    .containers {
        width: 100%;
        margin-left: -60px;
    }

    .boxcommite .onessn {
        margin-left: -40px;
    }
}

@media(max-width:1100px) {
    .circle_0 {
        position: absolute;
        top: 50%;
        left: -5%;

        /* margin-left: -80px;
       margin-top: 120px; */
    }

    .circle_1 {
        position: absolute;
        top: 50%;
        right: -5%;
    }

    .medialeft {
        padding: 61px 65px 66px 65px;
    }

    .mediainnerbox1 {
        margin-left: 70px;
    }

    .innermediaright {
        padding: 61px 103px 0px 103px;
    }

    .four,
    .three {
        display: none;
    }

    .onecommit {
        margin-left: 50px;
    }

    .twocommit {
        margin-left: 95px;
    }

    .threecommit {
        margin-left: 95px;
    }

    .fourcommit {
        margin-left: 95px;
    }

    .onescommit {
        margin-left: 50px;
    }

    .twoscommit {
        margin-left: 95px;
    }

    .threescommit {
        margin-left: 95px;
    }

    .fourscommit {
        margin-left: 95px;
    }

    .aboutword p {
        width: 80%;
        margin: 0 auto;
    }

    .onecommits {
        margin-left: 50px;
    }

    .twocommits {
        margin-left: 95px;
    }

    .threecommits {
        margin-left: 95px;
    }

    .fourcommits {
        margin-left: 95px;
    }

    .onescommits {
        margin-left: 50px;
    }

    .twoscommits {
        margin-left: 95px;
    }

    .threescommits {
        margin-left: 95px;
    }

    .fourscommits {
        margin-left: 95px;
    }

    .onecommits {
        margin-left: 50px;
    }

    .twocommits {
        margin-left: 95px;
    }

    .threecommits {
        margin-left: 95px;
    }

    .fourcommits {
        margin-left: 95px;
    }

    .onescommits {
        margin-left: 50px;
    }

    .twoscommits {
        margin-left: 95px;
    }

    .threescommits {
        margin-left: 95px;
    }

    .fourscommits {
        margin-left: 95px;
    }

    .onecommitss {
        margin-left: 50px;
    }

    .twocommitss {
        margin-left: 95px;
    }

    .threecommitss {
        margin-left: 95px;
    }

    .fourcommitss {
        margin-left: 95px;
    }

    .onescommitsss {
        margin-left: 50px;
    }

    .twoscommitsss {
        margin-left: 95px;
    }

    .threescommitsss {
        margin-left: 95px;
    }

    .fourscommitsss {
        margin-left: 95px;
    }

    .boxcommite .onese {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin-left: 85px;
    }

    .boxcommite span {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin: 0 auto;
        margin-left: 125px;
    }
}


@media(max-width:1000px) {
    .images {
        display: none;
    }

    .minboxinner_1 {
        display: none;
    }

    .box3 .boxinner {
        margin-left: 100px;
    }

    .imagewh {
        display: none;
    }

    .text-box1 {
        flex: 2;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 32px;
        margin-top: 22px;
        margin-right: 0px;
        padding: 62px 57px 62px 57px;
    }

    .four,
    .three {
        display: none;
    }

    .onecommit {
        margin-left: -30px;
    }

    .twocommit {
        margin-left: 95px;
    }

    .threecommit {
        margin-left: 95px;
    }

    .fourcommit {
        margin-left: 95px;
    }

    .onescommit {
        margin-left: -30px;
    }

    .twoscommit {
        margin-left: 95px;
    }

    .threescommit {
        margin-left: 95px;
    }

    .fourscommit {
        margin-left: 95px;
    }

    .aboutword p {
        width: 80%;
        margin: 0 auto;
    }

    .onecommits {
        margin-left: -30px;
    }

    .twocommits {
        margin-left: 95px;
    }

    .threecommits {
        margin-left: 95px;
    }

    .fourcommits {
        margin-left: 95px;
    }

    .onescommits {
        margin-left: -30px;
    }

    .twoscommits {
        margin-left: 95px;
    }

    .threescommits {
        margin-left: 95px;
    }

    .fourscommits {
        margin-left: 95px;
    }

    .boxcommite .onese {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin-left: 0px;
    }

    .zhixie {
        width: 60%;
    }

    .circle_0 {
        left: -10%;
    }

    .circle_1 {
        right: -10%;
    }
}

@media(max-width:991px) {

    .four,
    .three {
        display: none;
    }

    .onecommit {
        margin-left: 25px;
    }

    .twocommit {
        margin-left: 15px;
    }

    .threecommit {
        margin-left: 15px;
    }

    .fourcommit {
        margin-left: 15px;
    }

    .onescommit {
        margin-left: 25px;
    }

    .twoscommit {
        margin-left: 15px;
    }

    .threescommit {
        margin-left: 15px;
    }

    .fourscommit {
        margin-left: 15px;
    }

    .onecommits {
        margin-left: 25px;
    }

    .twocommits {
        margin-left: 15px;
    }

    .threecommits {
        margin-left: 15px;
    }

    .fourcommits {
        margin-left: 15px;
    }

    .onescommits {
        margin-left: 25px;
    }

    .twoscommits {
        margin-left: 15px;
    }

    .threescommits {
        margin-left: 15px;
    }

    .fourscommits {
        margin-left: 15px;
    }

    .onecommitss {
        margin-left: 25px;
    }

    .twocommitss {
        margin-left: 15px;
    }

    .threecommitss {
        margin-left: 15px;
    }

    .fourcommitss {
        margin-left: 15px;
    }

    .onescommitsss {
        margin-left: 25px;
    }

    .twoscommitsss {
        margin-left: 15px;
    }

    .threescommitsss {
        margin-left: 15px;
    }

    .fourscommitsss {
        margin-left: 15px;
    }

    .boxcommite span {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin: 0 auto;
        margin-left: 50px;
    }

    .boxcommite .onese {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin-left: 50px;
    }
}


@media(max-width:900px) {
    .minboxinner_0 {
        display: none;
    }

    .medialeft {
        padding: 61px 35px 66px 35px;
    }

    .mediainnerbox1 {
        margin-left: 40px;
    }

    .innermediaright {
        padding: 61px 43px 0px 43px;
    }

    .aboutword p {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:800px) {
    .aboutword p {
        width: 80%;
        margin: 0 auto;
    }

    .four,
    .three {
        display: none;
    }

    .onecommit {
        margin-left: 40px;
    }

    .twocommit {
        margin-left: 5px;
    }

    .threecommit {
        margin-left: 5px;
    }

    .fourcommit {
        margin-left: 5px;
    }

    .onescommit {
        margin-left: 40px;
    }

    .twoscommit {
        margin-left: 5px;
    }

    .threescommit {
        margin-left: 5px;
    }

    .fourscommit {
        margin-left: 5px;
    }


    .aboutword p {
        width: 80%;
        margin: 0 auto;
    }

    .mediatwobox {
        display: flex;
        flex-direction: column;

    }

    .medialeft {
        padding: 61px 35px 66px 35px;
        display: flex;
        flex-direction: column;
    }

    .mediainnerbox0 {
        margin: 0 auto;
    }

    .mediainnerbox1 {
        margin: 0 auto;
    }

    .mediainnerbox1 {
        margin-top: 60px;
    }

    .mediaright {
        padding: 61px 35px 66px 35px;
        display: flex;
        flex-direction: column;

    }

    .outer {
        margin-left: 0px;
    }

    .innermediaright {
        margin: 0 auto;
        padding: 0px;
    }

    .mediashejiao {
        color: rgba(26, 28, 29, 1);
        font-size: 20px;
        letter-spacing: 1.3333333730697632px;
        font-weight: NaN;
        text-align: center;
        white-space: nowrap;
        line-height: 28px;
        margin: 20px 0 18px 0px;
    }

    .innercopy {
        padding: 9px 17px 9px 17px;
        display: flex;
        vertical-align: center;

    }

    .imageswh {
        width: 26px;
        height: 27px;
        padding-left: 109px;
        padding-right: 40px;
    }

    .onecommits {
        margin-left: 40px;
    }

    .twocommits {
        margin-left: 5px;
    }

    .threecommits {
        margin-left: 5px;
    }

    .fourcommits {
        margin-left: 5px;
    }

    .onescommits {
        margin-left: 40px;
    }

    .twoscommits {
        margin-left: 5px;
    }

    .threescommits {
        margin-left: 5px;
    }

    .fourscommits {
        margin-left: 5px;
    }

    .onecommitss {
        margin-left: 40px;
    }

    .twocommitss {
        margin-left: 5px;
    }

    .threecommitss {
        margin-left: 5px;
    }

    .fourcommitss {
        margin-left: 5px;
    }

    .onescommitsss {
        margin-left: 40px;
    }

    .twoscommitsss {
        margin-left: 5px;
    }

    .threescommitsss {
        margin-left: 5px;
    }

    .fourscommitsss {
        margin-left: 5px;
    }


    .boxcommite span {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin: 0 auto;
        margin-left: 20px;
    }

    .boxcommite .onese {
        color: rgba(156, 163, 167, 1);
        font-size: 18px;
        letter-spacing: 0.5625px;
        font-family: 'MyCustomFont';
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        line-height: 25px;
        margin-left: 70px;
    }


    .copysinput {
        /* border-bottom: 1px solid #ccc; */
        position: relative;
        width: 70%;
        margin: 0 auto;
    }

    .imageswh {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:767px) {
    .onecommit {
        margin-left: -50px;
    }

    .twocommit {
        margin-left: 5px;
    }

    .onescommit {
        margin-left: -50px;
    }

    .twoscommit {
        margin-left: 5px;
    }

    .onecommits {
        margin-left: -50px;
    }

    .twocommits {
        margin-left: 5px;
    }

    .onescommits {
        margin-left: -50px;
    }

    .onecommitss {
        margin-left: -50px;
    }

    .twocommitss {
        margin-left: 5px;
    }

    .onescommitsss {
        margin-left: -50px;
    }

    .twoscommitsss {
        margin-left: 5px;
    }

    .boxcommite .onese {
        margin-left: -10px;
    }

    .circle_0 {
        left: -25%;
    }

    .circle_1 {
        right: -25%;
    }
}

@media(max-width:766px) {
    .onecommit {
        margin-left: -50px;
    }

    .twocommit {
        margin-left: 5px;
    }

    .onescommit {
        margin-left: -50px;
    }

    .twoscommit {
        margin-left: 5px;
    }

    .onecommits {
        margin-left: -50px;
    }

    .twocommits {
        margin-left: 5px;
    }

    .onescommits {
        margin-left: -50px;
    }

    .onecommitss {
        margin-left: -50px;
    }

    .twocommitss {
        margin-left: 5px;
    }

    .onescommitsss {
        margin-left: -50px;
    }

    .twoscommitsss {
        margin-left: 5px;
    }

    .boxcommite .onese {
        margin-left: -10px;
    }

    .circle_0 {
        left: -25%;
    }

    .circle_1 {
        right: -25%;
    }
}

@media(max-width:700px) {


    .aboutword p {
        width: 80%;
        margin: 0 auto;
    }

    .mediatwobox {
        display: flex;
        flex-direction: column;

    }

    .medialeft {
        padding: 61px 35px 66px 35px;
        display: flex;
        flex-direction: column;
    }

    .mediainnerbox0 {
        margin: 0 auto;
    }

    .mediainnerbox1 {
        margin: 0 auto;
    }

    .mediainnerbox1 {
        margin-top: 60px;
    }

    .mediaright {
        padding: 61px 35px 66px 35px;
        display: flex;
        flex-direction: column;

    }

    .outer {
        margin-left: 0px;
    }

    .innermediaright {
        margin: 0 auto;
        padding: 0px;
    }

    .mediashejiao {
        color: rgba(26, 28, 29, 1);
        font-size: 20px;
        letter-spacing: 1.3333333730697632px;
        font-weight: NaN;
        text-align: center;
        white-space: nowrap;
        line-height: 28px;
        margin: 20px 0 18px 0px;
    }

    .innercopy {
        padding: 11px 17px 11px 17px;
        display: flex;
        vertical-align: center;

    }

    .imageswh {
        width: 26px;
        height: 27px;
        padding-left: 109px;
        padding-right: 40px;
    }

}

@media(max-width:500px) {
    .imageswh {
        width: 26px;
        height: 27px;
        padding-left: 79px;
        padding-right: 40px;
    }
}