@font-face {
    font-family: "Fredericka the Great";
    src: url("../font/FrederickatheGreat-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

body,
ul,
li,
p,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-family: Poppins, Poppins;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.container {
    position: relative;
}

/* 特效选择器 */
.choose-ul {
    display: none;
}

/* 特效选择器 */

.showtech {
    position: relative;
    width: 100%;
    height: 11rem;
    background: #6A6E70;
    overflow: hidden;
}

.showtech-title {
    width: 10.11rem;
    height: 2.44rem;
    font-weight: bold;
    font-size: 1.74rem;
    color: #ADAFB0;
    line-height: 2.11rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 1.2rem;
    padding-left: 7.75rem;
    position: relative;
    z-index: 0;
}

.showtech-img {
    position: absolute;
    top: 2.14rem;
    z-index: 1000;
    padding: 0 1.6rem;
    width: 100%;
    box-sizing: border-box;
}

.showtech-img ul {
    display: flex;
    justify-content: space-between;
}

.showtech-img ul li {
    width: 3rem;
    height: 3rem;
}

.showtech-img ul li img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.showtech-img ul li img:hover {
    transform: scale(1.2);
}

.showtech-text {
    position: absolute;
    top: 5.44rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.6rem;
}

.showtech-text ul {
    display: flex;
}

.showtech-text ul li {
    flex: 1;
}

.showtech-text ul li p:nth-child(1) {
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;

    text-align: left;
    font-style: normal;
    text-transform: none;

}

.showtech-text ul li p:nth-child(2) {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.showtech-text ul li p:nth-child(4) {
    font-weight: 400;
    font-size: 0.28rem;
    color: #D8D8D8;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.showtech-text ul li .scrollNum {
    display: flex;
}


.showtech-text ul li div {
    margin: 0.54rem 0 0.28rem 0;
}

.products {
    width: 100%;
    /* height: 16.34rem; */
    background: #131217;
    border-radius: 0rem 0rem 0rem 0rem;
    color: #777;
    padding: 1.2rem 1.6rem 0 1.6rem;
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 0.6rem;
}

.products .products-title {
    font-weight: 500;
    font-size: 0.24rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.3rem;
}

.products .products-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
}

.products .products-content .left {
    font-weight: bold;
    font-size: 0.65rem;
    color: #FFFFFF;
    line-height: 0.7rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.products .products-content .right {
    font-weight: 400;
    font-size: 0.22rem;
    color: #777777;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 9.18rem;
    height: 1.11rem;
    box-sizing: border-box;
}

.products-list ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 100%;
    margin-bottom: 0.52rem;
}

.products-list ul li {
    width: 5rem;
    margin-right: 0.5rem;
}

.products-list ul li:last-child {
    margin-right: 0;
}

.products-list ul li a .imgList {
    width: 5rem;
    height: 3rem;
}

.products-list ul li img {
    width: 5rem;
    height: 3rem;
}

.imgList img:nth-child(1) {
    display: none;
}

.products-list ul li .pro-tit {
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0.2rem 0 0.3rem
}

.products-list ul li .pro-text {
    font-weight: 400;
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 5rem;
}

.products-list ul li .products-nav {
    display: flex;
    flex-direction: column;
    margin-top: 0.4rem;
}

.products-list ul li .products-nav .pro-a {
    font-weight: 500;
    font-size: 0.16rem;
    color: #777;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 0.16rem;
}

.products-list ul li .products-nav .bor-bot {
    width: 1rem;
    height: 0.03rem;
    background-color: #777;
    border-radius: 0.05rem;
}

.showtech-text ul li .scrollNum .counter {
    margin: 0;
    line-height: 1.81rem;
    margin-right: 0.1rem
}

.scrollNum {
    height: 1.53rem;
    box-sizing: border-box;
}

.scrollNum .counter .scroll_num {
    font-family: Fredericka the Great, Fredericka the Great;
    font-weight: 400;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.81rem;
}

.scrollNum_right {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.showtech-text .scrollNum .scrollNum_right .add {
    font-family: Fredericka the Great, Fredericka the Great;
    font-size: 0.65rem;
    color: #FFFFFF;
    -webkit-text-stroke: 0.02rem #FFFFFF;
}

.scrollNum_right p:nth-child(2) {
    font-family: Poppins;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.3rem;
}

/* 第五板块 */
.choose {
    width: 100%;
    /* height: 9.9rem; */
    background: url('../img/choose/ashbg.png') no-repeat;
    background-size: 100% 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 0.9rem;
}

.choose .choose-top {
    display: flex;
    justify-content: space-between;
    padding-top: 1.06rem;
}

.choose .choose-top .choose-top-left p:nth-child(1) {
    font-weight: 500;
    font-size: 0.24rem;
    color: #777777;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.3rem;
}

.choose .choose-top .choose-top-left p:nth-child(2) {
    font-weight: bold;
    font-size: 0.65rem;
    color: #000000;
    line-height: 0.72rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.choose .choose-top .choose-top-right {
    font-weight: 400;
    font-size: 0.22rem;
    color: #777777;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 6.5rem;
    padding-top: 0.24rem;
}

.choose .choose-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.choose .choose-bottom .backChoose {
    background: url('../img/choose/blackbg.png') no-repeat;
    background-size: 100% 100%;
    width: 5.1rem;
    height: 5.7rem;
    margin-top: 0.53rem;
    padding: 0.53rem 0.4rem 0;
    box-sizing: border-box;
    padding-bottom: 0.4rem;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box; */
}

.choose-bottom .backChoose .choose-img {
    display: flex;
    justify-content: center;
}

.choose-bottom .backChoose .round-margin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(0, 0, 0, 0.43);
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    border: 0.01rem solid rgba(229, 229, 229, 0.16)
}

.choose-bottom .backChoose .round-margin .round-border {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    background: rgba(71, 70, 74, 0.43);
    border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
    border: 0.01rem solid rgba(229, 229, 229, 0.16);
}

.choose-bottom .backChoose .round-margin .round-border .round-padding {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.96rem;
    height: 0.96rem;
    background: #48474A;
    border-radius: 0.48rem 0.48rem 0.48rem 0.48rem;
    background-size: 0.96rem 0.96rem;
}

.imgUl img {
    width: 4.3rem;
    height: 2.25rem;
}

.choose-bottom .backChoose p {
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0.29rem 0 0.5rem;
}

.choose-bottom .backChoose ul {
    padding-left: 0.2rem;
    box-sizing: border-box;
    width: 4.3rem;
    /* 调整左内边距 */
}

.choose-bottom .backChoose ul li {
    font-weight: 400;
    font-size: 0.16rem;
    color: #9F9F9F;
    line-height: 0.24rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.12rem;
    box-sizing: border-box;
}

.choose-bottom .backChoose ul li::before {
    content: ' ';
    color: #fff;
    display: inline-block;
    width: 0.07rem;
    height: 0.07rem;
    background: #fff;
    border-radius: 50%;
    margin-left: -0.16rem;
    margin-right: 0.1rem;
}

.choose-bottom .backChoose .choose-img2 {
    width: 4.3rem;
    height: 2.25rem;
}

.message {
    display: flex;
    justify-content: space-between;
    background: url("../img/message/message.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 7.7rem;
    padding: 1.46rem 1.6rem 0;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    font-weight: bold;
}

.message .message-left {}

.message .message-left .message-left-title {
    font-weight: bold;
    font-size: 0.65rem;
    line-height: 0.7rem;
}

.message .message-left ul {
    margin-top: 0.61rem;
}

.message .message-left ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.message-left ul li img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.2rem;
}

.message-left ul li p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.35rem;
}

.message .message-right {
    text-align: center;
    width: 7.2rem;
}

.message .message-right .message-right-text {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.5rem;
}

.message .message-right .message-input {
    display: flex;
    justify-content: space-between;
    height: 0.4rem;
    margin-top: 0.4rem;
}

.message .message-right .message-input input,
.message .message-right .message-textarea textarea {
    display: block;

    width: 3.5rem;
    height: 0.4rem;
    background: rgba(255, 255, 255, 0.39);
    border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
    border: 0.01rem solid #E9E9E9;
    padding-left: 0.15rem;
    box-sizing: border-box;
    outline: none;
    color: #fff;
}

.placemail{
        position: relative;
}

.message-input .place{
    position: absolute;
    left: 0.15rem;
    color: #fff;
    font-size: 0.18rem;
    top: 0.1rem;
    font-weight: 400;

}

.message-input .place span{
    color:#EB1717;
}

.message-textarea{
    position: relative;
}

.message-textarea .content{
    position: absolute;
    left: 0.15rem;
    color: #fff;
    font-size: 0.18rem;
    top: 0.13rem;
    font-weight: 400;
}

.message-textarea .content span{
    color:#EB1717;
}

.message .message-right .message-textarea textarea {
    display: flex;
    width: 100%;
    height: 1.25rem;
    margin: 0.2rem 0;
    padding-top: 0.13rem;
    outline: none;
}

.message .message-right .message-input input:nth-child(1)::placeholder {
    content: "Your Name:";
    color: #fff;
}

.message .message-right .message-input input:nth-child(2)::placeholder {
    content: "E-mail:*";
    color: #fff;
}

.message .message-right .message-textarea textarea::placeholder {
    content: "Content:*";
    color: #fff;
}

.message .message-right .button-a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(46, 46, 46, 0);
    border: 0.01rem solid #E9E9E9;
    width: 1.58rem;
    height: 0.4rem;
    cursor: pointer;
    color: #fff;
    font-size: 0.16rem;
}

.sw2-btn {
    width: 0.48rem;
    height: 0.48rem;
    transform: translateY(-1rem);
}

.sw2-btn img {
    width: 0.48rem;
    height: 0.48rem;
}