.top_banner .download {
    color: #0272f8;
}
.top_banner .download:hover {
    /* color: #fff; */
}

.banner_container {
    width: 100%;
    /* min-width: 1060px; */
    height: 868px;
    background-color: #f1f6fe;
}
.common_layout_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 50px;
    font-weight: 500;
    color: #000;
    padding-top: 80px;
    padding-bottom: 45px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 61px;
    line-height: 1;
    text-align: center;
}
.common_layout_title:after {
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    background: #0272f8;
    margin-left: -45px;
    width: 90px;
    height: 6px;
}

.fix_animate {
    height: 300px;
}

.header-download {
    width: 100%;
    /* min-width: 1060px; */
    height: 778px;
    background-color: #f1f6fe;
}

.banner-body {
    position: absolute;
    left: calc(50% - 600px);
    top: 90px;
    width: 1200px;
    color: white;
    text-align: center;
}

.banner-body .title-style2 {
    margin-bottom: 16px;
}

.banner-body .banner-info-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.banner-body .banner-info-wrap .left-part {
    padding-top: 88px;
}

.banner-body .banner-info-wrap .left-part .banner-img1 {
    background-image: url('../image/banner-img1.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 121px;
    height: 121px;
}

.banner-body .banner-info-wrap .left-part .txt1 {
    color: #000000;
    font-size: 40px;
    line-height: 1;
    margin-top: 32px;
    margin-bottom: 24px;
    text-align: left;
}

.banner-body .banner-info-wrap .left-part .txt2 {
    color: #000000;
    font-size: 40px;
    line-height: 1;
    text-align: left;
}

.banner-body .banner-info-wrap .right-part {
    background-image: url('../image/banner-img2.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 706px;
    height: 504px;
}

.down-type {
    height: 178px;
    width: 100%;
    position: relative;
}

.down-type .down-type-wrapper {
    position: absolute;
    top: -62px;
    left: calc(50% - 600px);
    width: 1200px;
    height: 239px;
    margin: 0 auto;
    position: absolute;
    background-color: #ffffff;
    box-shadow: -1px 2px 40px 3px rgba(8, 13, 38, 0.07);
}

.down-type .down-type-wrapper ul {
    display: flex;
}

.down-type .down-type-wrapper ul li {
    width: 33.3%;
    text-align: center;
    position: relative;
    padding-top: 68px;
    box-sizing: border-box;
}

.down-type .down-type-wrapper ul li .img-icon-name {
    font-size: 22px;
    color: #000000;
    padding-top: 27px;
    text-align: center;
}

.down-type .down-type-wrapper ul li span {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #e5e5e5;
    border: 2px solid #e5e5e5;
    margin: 36px auto 0;
}

.down-type .down-type-wrapper ul li .android-area {
    position: absolute;
    top: -98px;
    left: 50%;
    transform: translate(-50%, 0);
}

.down-type .down-type-wrapper ul li .android-area .down-app-div {
    width: 135px;
    height: 154px;
    background: #ffffff;
    box-shadow: -1px 2px 40px 3px rgba(8, 13, 38, 0.07);
}

.down-type .down-type-wrapper ul li .android-area .down-app-div img {
    width: 112px;
    height: auto;
    margin: 0 auto;
}

.down-type .down-type-wrapper ul li .android-area .img-txt {
    font-size: 14px;
    line-height: 1;
    color: #000000;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 7px;
}

.down-type .down-type-wrapper ul .android-icon {
    background-image: url('../image/android.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 52px;
    height: 57px;
    margin: 0 auto;
    cursor: pointer;
}

.down-type .down-type-wrapper ul .ios-icon {
    background-image: url('../image/ios.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 47px;
    height: 56px;
    margin: 0 auto;
    cursor: pointer;
}

.down-type .down-type-wrapper ul .windows-icon {
    background-image: url('../image/windows.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    cursor: pointer;
}
.down-type .down-type-wrapper ul .sub-li {
    cursor: pointer;
}
.down-type .down-type-wrapper ul .sub-li:hover .windows-icon {
    background-image: url('../image/windows-active.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.sub-li:hover + .android-area {
    display: block;
}
.android-area {
    display: none;
}
.down-type .down-type-wrapper ul .sub-li:hover .ios-icon {
    background-image: url('../image/ios-active.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.down-type .down-type-wrapper ul .sub-li:hover .android-icon {
    background-image: url('../image/android-active.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.down-type .down-type-wrapper ul .sub-li:hover .img-icon-name {
    color: #0272f8;
}

.background-1 {
    background: #ffffff;
    height: 1082px;
}

.background-1 .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 71px;
}

.background-1 .item {
    margin-bottom: 113px;
}

.background-1 .item:last-child {
    margin-bottom: 0;
}

.background-1 .item .item-title {
    color: #000000;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 24px;
    font-weight: 600;
}

.background-1 .item .item-desc {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

.background-1 .left-part {
    position: absolute;
    right: calc(50% + 264px);
    padding-top: 94px;
}

.background-1 .left-part .item-desc {
    text-align: right;
}

.background-1 .left-part .item-title {
    text-align: right;
}

.background-1 .right-part {
    position: absolute;
    left: calc(50% + 264px);
    padding-top: 94px;
}

.background-1 .right-part .item-desc {
    text-align: left;
}

.background-1 .right-part .item-title {
    text-align: left;
}

.background-1 .middle-part {
    background-image: url('../image/img1.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    height: 775px;
    width: 529px;
}

.background-2 {
    background: #f1f6fe;
}

.background-2 .wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.background-2 .title3 {
    background-image: url('../image/img2-2.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 166px;
    height: 56px;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    padding-top: 15px;
    text-align: center;
}

.background-2 .float-img {
    background-image: url('../image/img2.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    height: 732px;
    width: 703px;
}

.background-2 .left-part {
    padding-top: 171px;
    padding-bottom: 130px;
    padding-right: 60px;
}

.background-2 .left-part .item:first-child {
    margin-bottom: 74px;
}

.background-2 .left-part .item-title {
    font-size: 40px;
    color: #000000;
    margin-bottom: 24px;
}

.background-2 .left-part .item-desc {
    font-size: 18px;
    color: #000000;
}

.background-2 .right-part_container {
    flex: 1;
}

.background-2 .right-part {
    position: relative;
    z-index: 1;
}

.background-2 .right-part .float-img {
    position: absolute;
    top: 0;
    left: 0;
}

.background-2 .right-part .title3 {
    position: absolute;
    left: 417px;
    top: 3px;
}

.background-3 {
    background: #ffffff;
    padding-top: 170px;
    height: 1241px;
}

.background-3 .wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-bottom: 102px;
}

.background-3 .left-part {
    background-image: url('../image/img3.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    height: 733px;
    width: 361px;
}

.background-3 .right-part {
    padding-top: 175px;
    padding-left: 90px;
}

.background-3 .right-part .sub-item {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 88px;
}

.background-3 .right-part .sub-item::before {
    content: attr(data-index);
    font-size: 30px;
    color: #ffffff;
    background-color: #0272f8;
    margin-right: 11px;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
}

.download-1 {
    background-image: url('../image/down1_03.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    height: 160px;
    width: 50%;
}

.download-2 {
    background-image: url('../image/down2_03.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 center;
    height: 160px;
    width: 50%;
}

.download-3 {
    background-image: url('../image/down3_03.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    height: 160px;
    width: 50%;
}

.download-check-content-pc {
    font-size: 14px;
}

.download-check-content-pc .check-item {
    color: inherit;
}

.download-check-content-pc .check-link-item {
    text-decoration: underline;
    margin-right: 20px;
}

.metastock {
    width: 100%;
    padding-top: 80px;
    background: #f1f6fe;
    padding-bottom: 79px;
}
.metastock_wrapper {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    margin-top: -45px;
}
.metastock_center {
    width: 653px;
    margin-left: 40px;
    margin-right: 4px;
    position: relative;
}
.metastock_center img {
    width: 100%;
}
.metastock_tips {
    width: fit-content;
    font-size: 24px;
    color: #000000;
    position: absolute;
    left: 229px;
    top: 38px;
}
.metastock_left,
.metastock_right {
    align-items: center;
    padding-top: 48px;
}
.metastock_item {
    margin-top: 86px;
}
.square {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #0272f8;
    margin-right: 9px;
}
.metastock_name {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #000000;
    line-height: 26px;
}
.metastock_msg {
    width: 220px;
    height: 49px;
    font-size: 18px;
    font-family: PingFang SC;
    color: #000000;
    line-height: 1.5;
    margin-top: 20px;
}

.footer {
    text-align: center;
    color: #1b1a1a;
    padding: 50px 0;
}

.metastock_item_bottom {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}
.metastock_item_bottom .metastock_msg {
    width: fit-content;
    margin-top: 0;
    margin-left: 32px;
}
