body,
html {
    width: 100%;
    height: 100%;
    font-family: SourceHanSansCN;
}

.moblie_width {
    width: 1920px;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

.head {
    width: 100%;
    background-color: #f5f7fa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
}

.container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_left {
    cursor: pointer;
}

.container_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_right>li>a {
    font-size: 18px;
    color: #333;
}

.container_right>li {
    padding: 0 30px;
}

.head .container_right>li:hover a {
    color: #f62442;
}

.download_btn:hover {
    border-color: #f62442;
}

.download_btn {
    border: 1px solid #333;
    border-radius: 20px;
    padding: 5px 20px !important;
}

.title {
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    width: 338px;
}

.title>P {
    color: #eee;
    font-weight: bold;
    font-size: 55px;
    position: absolute;
    top: -40px;
    z-index: -1;
    left: -48px;
}

.title>h1 {
    text-align: center;
    font-size: 0.4rem;
    /*1.8rem;*/
    font-weight: bold;
    color: #333;
}

.desc {
    padding-top: 50px;
    margin: 0 auto;
    width: 920px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: left;
    padding-bottom: 70px;
}

.title .line {
    width: 60px;
    height: 2px;
    background-color: #FF6736;
    margin: 0 auto;
    margin-top: 20px;
}

.advantage {
    width: 100%;
    /* background-color: #f5f7fa;*/
    padding-top: 70px;
    min-width: 1200px;
}

.advantage_content {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantage_content>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    width: 310px;
    height: 235px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}

.advantage_content>div:hover {
    cursor: pointer;
}

.advantage_content>div>img {
    width: 86px;
    height: 86px;
}

.advantage_content>div>p:nth-child(2) {
    padding-top: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.advantage_content_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f62442;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
}

.advantage_content_box>h3 {
    text-align: center;
    margin-bottom: 10px;
}

.advantage_content_box p {
    line-height: 30px;
}

.rect {
    width: 10px;
    height: 30px;
    background-color: #FF6736;
    margin-right: 20px;
}

.save_money {
    /* width: 1300px;*/
    width: 100%;
    margin: 0 auto;
    margin-top: 130px;
    min-width: 1200px;
}

.save_money_title {
    display: flex;
    align-items: center;
}

.save_money .content {
    margin: 0 auto;
    /*width: 1100px;*/
    width: 1000px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.save_money .content .left>p {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 60px;
}

.left_item {
    display: flex;
    align-items: center;
    margin-bottom: 58px;
    cursor: pointer;
    transition: transform 0.3s;
    color: #333;
    font-size: 30px;
    font-weight: bold;
}

.left_item.active {
    transform: scale(1.3) translateX(30px);
    color: #f62442 !important;
}

.left_item img {
    margin-right: 30px;
}

.left_item p {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
}

.left_item .small_text {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
}

.content .right img {
    width: 350px;
    height: 700px;
}

.brand_wrap {
    /*background-color: #f5f7fa;*/
    width: 100%;
    padding: 80px 0;
    min-width: 1200px;
}

.brand {
    width: 1200px;
    margin: 0 auto;
}

.brand_content {
    margin-top: 80px;
    width: 100%;
    box-shadow: 0px 3px 10px 2px #DBDBDB;
    box-sizing: border-box;
    padding: 30px;
}

.brand_content>img {
    width: 150px;
    height: 80px;
    margin: 37px;
    cursor: pointer;
    transition: transform 0.3s;
}

.brand_content>img:hover {
    transform: scale(1.5);
}

.hidden {
    display: none;
}

.download {
    margin-bottom: 100px;
    width: 100%;
    margin-top: 80px;
    min-width: 1200px;
}

.download .img_box {
    width: 1200px;
    margin: 0 auto;
    /* padding: 80px 0;*/
}

.download .img_box>img {
    width: 100%;
    /* height: 740px;*/
}

.download_btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_btns>.btn {
    width: 171px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6736;
    color: #fff;
    margin: 20px;
    border-radius: 40px;
}

.download_btns>.btn img {
    width: 25px;
    height: 30px;
    margin-right: 10px;
}

.code>img {
    width: 180px;
    height: 180px;
}

.code>p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
}

.download_btns>.code {
    margin: 20px;
}

.row_line {
    width: 0px;
    height: 2px;
    background-color: #f62442;
    margin-top: 5px;
    transition: width 0.5s;
    margin-bottom: 5px;
}

.row_line.active {
    width: 128px !important;
}

.container_left {
    display: flex;
    align-items: center;
}

footer {
    width: 100%;
    background-color: #434343;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    font-family: SourceHanSansCN;
    min-width: 1200px;
}

footer a {
    color: #fff;
    font-family: SourceHanSansCN;
}

footer .container {
    width: 900px;
    margin: 0 auto;
    display: block;
}

.footerUp {
    display: flex;
    align-items: center;
}

.footerUp_left {
    width: 410px;
    height: 200px;
}

.footerUp_left>p {
    font-size: 20px;
    margin-bottom: 10px;
}

.footerUp_left_box {
    width: 410px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footerUp_left_box p {
    text-align: left;
    width: 180px;
    margin: 15px;
    font-size: 14px;
    margin-left: 0;
}

.footerUp_right {
    width: 490px;
}

.footerUp_right>p {
    font-size: 20px;
    margin-bottom: 20px;
}

.footerUp_right_box,
.footerUp_right_box1 {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.footerUp_right_box2 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    width: 165px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 25px;
    cursor: pointer;
}

.footerUp_right_box1>div:nth-child(1) {
    margin-right: 20px;
}

.footerUp_right_box1>div:nth-child(2) {
    margin-right: 50px;
}

.footer_row_line {
    width: 900px;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    margin-top: 60px;
    margin-bottom: 50px;
}

.footerDown {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerDown>p:nth-child(1) {
    font-size: 24px;
    margin-right: 98px;
}

.footerDown>p:nth-child(2) {
    font-size: 20px;
}

.footerDown span {
    color: #FF8810;
}

.desc_box {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
    height: 475px;
}

.desc_box .rect {
    width: 700px;
    height: 475px;
    background: #f62442;
    position: absolute;
    right: 0;
    top: 0;
}

.desc_box_content {
    width: 958px;
    height: 377px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 10;
    display: flex;
    align-items: center;
}

.desc_box_contents {
    width: 598px;
    height: 100%;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    box-sizing: border-box;
    padding: 30px;
}

.desc_box_contents p {
    margin-bottom: 25px;
}

.desc_box_contents>.btn {
    width: 76px;
    height: 30px;
    border: 2px solid #f62442;
    border-radius: 15px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #f62442;
    text-align: center;
    line-height: 30px;
}

.desc_box_contents>.btn>a {
    color: #f62442;
}

.footerUp_left_box p a:hover {
    text-decoration: underline;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.lunbo1 .btn1 {
    position: absolute;
    /*width: 260px;
    height: 80px;
    left: 1390px;
    bottom: 245px;*/
    width: 2.6rem;
    height: 0.8rem;
    /* left: 13.9rem;
     bottom: 2.45rem;*/
    left: 73%;
    bottom: 33%;
    cursor: pointer;
}

.lunbo1 .btn2 {
    position: absolute;
    /*width: 260px;
    height: 80px;
    left: 1390px;
    bottom: 125px;*/
    width: 2.6rem;
    height: 0.8rem;
    left: 73%;
    bottom: 17%;
    cursor: pointer;
}

.lunbo2 .btn1 {
    position: absolute;
    /*width: 230px;
    height: 64px;
    left: 513px;
    bottom: 321px;*/
    width: 2.3rem;
    height: 0.64rem;
    left: 27%;
    bottom: 44%;
    cursor: pointer;
}

.lunbo2 .btn2 {
    position: absolute;
    /* width: 230px;
      height: 64px;*/
    width: 2.3rem;
    height: 0.64rem;
    /*left: 513px;
     bottom: 213px;*/
    left: 27%;
    bottom: 29%;
    cursor: pointer;
}

.lunbo2 .btn3 {
    position: absolute;
    width: 2.3rem;
    height: 0.64rem;
    left: 17.5%;
    bottom: 13%;
    cursor: pointer;
}

.lunbo3 .btn1 {
    position: absolute;
    width: 2rem;
    height: 0.64rem;
    left: 17.5%;
    bottom: 16%;
    cursor: pointer;
}

.swiper-container {
    margin-top: 100px;
    width: 100%;
    min-width: 1200px;
}

.jianjie {
    width: 100%;
    min-width: 1200px;
}

.img_item {
    width: 50px;
    height: 50px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}