* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    font-family: 思源黑体;
}

.fixed-header-box {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: rgba(255, 127, 41, 1);
}

.fixed-header-box p {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}

.fixed-header-box p a {
    float: right;
    color: #fff;
}

.footer {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    word-break: break-all;
    text-align: center;
    background-color: rgba(255, 127, 41, 1);
}

.footer .agree {
    margin-bottom: 10px;
}

.footer .agree a {
    margin: 10px;
    color: #fff;
}

.head {
    position: relative;
    /* margin-top: 50px; */
    padding-top: 110px;
    padding-bottom: 30px;
    background-image: url('../assets/head_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.head .logo {
    position: absolute;
    left: 60px;
    top: 30px;
    width: 199.05px;
    height: 58.44px;
}

.head .title {
    color: #fff;
    clear: both;
    overflow: hidden;
}

.head .title h1 {
    font-size: 40px;
    font-weight: 700;
}

.head .title h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

.head .tips {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(94, 94, 94, 1);
    text-align: center;
}

.download {
    width: 100%;
    margin-top: 53px;
    padding: 0 230px;

    /* background-color: antiquewhite; */
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.flex_end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.download .card {
    width: 200px;
    height: 255px;
    padding: 45px 0 26px 0;
    border-radius: 16px;
    color: rgba(255, 127, 41, 1);
    font-size: 16px;
    background-image: url('../assets/downCard.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 13px;
}

.downType {
    width: 67.84px;
    height: 67.84px;
}

.down_btn {
    color: #fff;
    width: 108.16px;
    height: 30.72px;
    border-radius: 101.6px;
    background: rgba(255, 127, 41, 1);
    cursor: pointer;
}

.down_btn.disabled {
    background: rgba(255, 127, 41, 0.7);
    cursor: not-allowed;
}

.communicate,
.advantage {
    width: 100%;
    height: 459.52px;
    background-color: #fff;
    padding: 50px;
    text-align: center;
}

.h1Txt {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 53px;
}

.com_card {
    width: 200px;
    height: 255px;
    position: relative;
    margin: 0 13px;
}

.com_card .desc {
    position: absolute;
    top: 185px;
    left: 15px;
    right: 15px;
    line-height: 20px;
    text-align: center;
}

.type_box {
    width: 100%;
    height: 169.52px;
    padding: 70px 10px 20px 10px;
    border-radius: 16px;
    background-color: rgba(247, 247, 247, 1);
}

.type_box img {
    /* width: 107.52px;
  height: 75.39px; */
    width: 137.52px;
    height: 105.39px;
    position: absolute;
    top: 30px;
}

.type_box .typetxt {
    font-size: 14px;
    font-weight: 550;
}

.desc {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    color: rgba(94, 94, 94, 1);
}

.advantage {
    /* height: 510px; */
    height: 540px;
    background-color: rgba(240, 240, 240, 1);
}

.traits1,
.traits2 {
    width: 100%;
    /* height: 139px; */
    height: 169px;
}

.traits2 {
    margin-top: 28px;
}

.traits1 .item,
.traits2 .item {
    padding: 0 25px;
    text-align: left;
    margin: 0 13px;
}

.traits1 .item {
    /* width: 190px;
  height: 139px; */
    width: 230px;
    height: 169px;
    background-image: url('../assets/adv1_186.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.traits2 .item {
    /* width: 135px;
  height: 139px; */
    width: 165px;
    height: 169px;
    background-image: url('../assets/adv1_132.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.item h3 {
    font-size: 14.4px;
    font-weight: 500;
    /* margin-left: 15px; */
    margin-top: 15px;
    /* margin-bottom: 15px; */
    margin-bottom: 30px;
    color: #fff;
}

/* .advantage .item .desc {
} */

.left,
.right {
    width: 250px;
    height: 288px;
}

.left h2,
.right h2 {
    width: 100%;
    height: 27px;
    line-height: 27px;
    text-align: left;
    padding-left: 20px;
    font-size: 14.4px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 125, 26, 1) 0%, rgba(246, 211, 101, 0.03) 100%);
}

.li {
    width: 100%;
    height: 60px;
    text-align: left;
}

.li h3 {
    font-size: 14.4px;
    font-weight: 600;
    position: relative;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 5px;
}

.li h3::before {
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(246, 211, 101, 1) 0%, rgba(255, 125, 26, 1) 100%);
}

.li p {
    font-size: 12px;
    font-weight: 400;
    margin-left: 20px;
    /* background-color: aqua; */
    color: rgba(94, 94, 94, 1);
}

.foot {
    width: 100%;
    height: 500px;
    background-color: #fff;
    padding-top: 50px;
    text-align: center;
}

.foot_bg {
    width: 325.12px;
    height: 288px;
    margin: 0 5px;
}
