html,
body {
    background: #fff;
    font-family: "Arial, Helvetica, sans-serif";
    font-weight: 400;
    font-display: swap;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    outline: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
}
.qw-main {
    width: 100%;
    height: auto;
    min-height: 500px;
}
.qw-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0.32rem;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 10;
}
.header-box {
    width: calc(100% - 1.47rem);
    height: 0.32rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header-logo {
    width: 0.23rem;
    height: 0.23rem;
}
.header-title {
    margin-left: 0.07rem;
    font-size: 0.15rem;
    font-weight: 600;
    color: #2f2e2e;
}
.qw-content {
    width: 100%;
    height: auto;
    min-height: 500px;
}
.content-banner {
    background-image: url("./images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    width: 100%;
    height: 4.63rem;
}

.banner-box {
    width: 100%;
    height: 100%;
    /* background-image: url("./images/media/banner.png"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.banner-image {
    position: absolute;
    bottom: 0;
    right: 20%;
    /* transform: translate(-50%, -50%); */

}
.banner-image img {
    width: 25vw;
}
.text-font {
    font-size: 0.3rem;
    font-weight: 700;
    margin-bottom: 0.19rem;
    text-align: left;
}
.text-remark {
    font-size: 0.15rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0.312rem;
}
.text-bt {
    text-align: left;
}
.border-img {
    width: 10vw;
    border: 1.6px solid black;
    border-radius: 10px;

}

.btn-a {
    width: 1.5rem;
    height: 0.29rem;
    line-height: 0.29rem;
    text-align: center;
    display: inline-block;
    background-color: #ff546a;
    border-radius: 0.2rem;
    font-size: 0.104rem;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.media-remark {
    position: relative;
    width: 100%;
    height: 4.63rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}


.media-left {
    position: absolute;
    bottom: 0;
    left: 20%;
}

.media-left img {
    width: 25vw;
}

.media-left-2 {
    position: absolute;
    bottom: 0;
    left: 20%;
}

.media-left-2 img {
    width: 35vw;
}

.media-right {
    position: absolute;
    top: 50%;
    right: 10%;
}

.left-title {
    color: #2a2b2c;
    font-size: 0.145rem;
}
.left-title-remark {
    color: #767b80;
    font-size: 0.083rem;
    margin-top: 0.145rem;
}
.media-type {
    width: 100%;
    height: 4.63rem;
    background-image: url("./images/bg2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.type-title {
    color: #2a2b2c;
    font-size: 0.145rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.22rem;
}
.type-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.type-box {
    width: 1.47rem;
    height: 1.77rem;
    border-radius: 0.04rem;
    background: #fff;
    border: 0px solid rgba(255, 84, 106, 0.3);
    box-shadow: 0px 0.04rem 0.104rem 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.type-box:hover {
    border: 1px solid rgba(255, 84, 106, 0.3);
}
.type-icon {
    text-align: center;
    width: 100%;
    margin-top: 0.083rem;
}
.type-ul {
    width: 100%;
    text-align: center;
    margin-top: 0.3125rem;
}
.type-ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #767b80;
    font-size: 0.083rem;
}
.type-ul ul li {
    margin-bottom: 0.05rem;
}
.li-title {
    font-size: 0.104rem;
    color: #000;
    margin-bottom: 0.07rem;
}
.advantages-box {
    width: 100%;
    height: 2.42rem;
    background-image: url("./images/media/youshi-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0.3125rem;
}
.advantages-title {
    padding-top: 0.416rem;
    text-align: center;
    color: #2a2b2c;
    font-size: 0.145rem;
    font-weight: 400;
    margin-bottom: 0.3125rem;
}
.advantages-content-box {
    width: calc(100% - 3.76rem);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.advantages-cont-box {
    width: 3rem;
    height: 1.04rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(7.5px);
}
.cont-box {
    width: calc(100% - 0.364rem);
    height: auto;
    margin: 0 auto;
}
.advantages-box-title {
    color: #2a2b2c;
    font-size: 0.104rem;
    font-weight: 400;
    padding-top: 0.156rem;
    margin-bottom: 0.093rem;
}
.advantages-box-remark {
    color: #767b80;
    font-size: 0.083rem;
    letter-spacing: 1px;
}
.media-bottom {
    width: 100%;
    height: auto;
}
.bottom-media-box {
    width: calc(100% - 3.76rem);
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.28rem;
}
.media-bottom-left {
    display: flex;
    align-items: center;
}
.left-code {
    width: 0.72rem;
    height: 0.72rem;
}
.img-code {
    width: 100%;
    height: 100%;
}
.left-ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 0.145rem;
    color: #767b80;
    font-size: 0.083rem;
}
.left-ul ul li {
    margin-bottom: 0.043rem;
}
.left-ul ul li:last-child {
    margin-bottom: 0px;
}
.media-right-img {
    text-align: right;
}
.right-margin-top {
    margin-top: -0.62rem;
}
.media-text-title {
    color: #242424;
    font-weight: 700;
    font-size: 0.104rem;
    letter-spacing: 0.02rem;
    margin-bottom: 0.052rem;
    text-align: right;
}
.media-text-time {
    text-align: right;
    color: #666;
    font-size: 0.072rem;
}
.btn-bg-a {
    display: inline-block;
    width: 0.406rem;
    height: 0.125rem;
    background-image: url("./images/media/time-btn.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 0.07rem;
    text-align: center;
}
.bottom-media-line {
    width: calc(100% - 3.76rem);
    height: 1px;
    background-color: #767b80;
    margin: 0 auto;
}
.bottom-media-company {
    width: calc(100% - 3.76rem);
    height: 0.33rem;
    line-height: 0.33rem;
    margin: 0 auto;
    text-align: center;
    color: #767b80;
    font-size: 0.1rem;
    font-weight: 400;
}
