@font-face {
    font-family: 'P';
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'pb';
    src: url('../fonts/Poppins-Bold.ttf');
}

* {
    margin: 0;
    padding: 0;
    font-family: Poppins;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

body {
    max-width: 19.2rem;
    margin: 0 auto;
}

.mySwiperbnae {
    width:100%;
    height: auto;
    aspect-ratio: 1920/800;
}
.banner {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/800;
    background: url(../img/banner.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.bannerbottom {
    width: 100%;
    height: 2.24rem;
    background: url(../img/bannerbottom.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.bannerbottomcenter {
    width: 14rem;
    height: 2.24rem;
    margin: 0 auto;
}

.bannerbottomcenter h2 {
    font-size: 0.36rem;
    background: linear-gradient(to right, #000, #c92912);
    -webkit-background-clip: text;
    /*使用了这个属性的意思是，以区块内的文字作为裁剪区域向外裁剪，
19  * 文字的背景即为区块的背景，文字之外的区域都将被裁剪掉。*/
    color: transparent;
    /*定义文本颜色为透明*/
    font-weight: bolder;
    font-family: pb;
    padding-top: 0.5rem;
}

.bannerbottomcenter ul {
    width: 14rem;
    height: 0.46rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.24rem;
}

.bannerbottomcenter ul li {
    width: auto;
    height: 0.46rem;

}

.ulbox {
    /* width: 3.5rem; */
    height: 0.46rem;
    float: left;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    z-index: 1;
    margin-left: 0.23rem;
    font-size: 0.22rem;
    line-height: 0.46rem;
    color: #000;
    font-family: p;
    text-align: left;
    text-indent: 0.4rem;
}

.bannerbottomcenter ul li img {
    width: 0.46rem;
    height: 0.46rem;
    float: left;
    z-index: 99;
    position: absolute;
}

.models {
    width: 100%;
    height: auto;
    background: url(../img/a.jpg) repeat;

    margin: 0 auto;
}

.modelscenter {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.modelbox {
    width: 14rem;
    height: 3.73rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.modelbox li {
    width: 4.5rem;
    height: 3.73rem;
    background: #20314f;
    position: relative;
    transition: 0.4s;
}

.modeltitle {
    width: 14rem;
    height: 1.8rem;
    font-size: 0.42rem;
    font-weight: 600;
    font-family: pb;
    text-align: center;
    line-height: 1.8rem;
}

.modeltitle span {
    color: #b22410;

}

.modelbox li img {
    width: 4.5rem;
    height: 3.06rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
    display: block;
}

.modeltitle1 {
    width: 4.5rem;
    height: 0.67rem;
    background: transparent;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    color: #fff;
    font-size: 0.24rem;
    font-family: pb;
    text-align: center;
    line-height: 0.77rem;
}

.modelbox li:hover {
    background: #ffcc33;
    transition: 0.4s;
    cursor: pointer;
}

.swiperbox {
    width: 14rem;
    height: 4.71rem;
    margin: 0 auto;
    position: relative;
}

.swiperul {
    width: 13.97rem;
    height: 4.71rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
}

.swiperul li {
    width: 3.38rem;
    height: 4.71rem;
    background: url(../img/yin.webp) no-repeat;
    background-size: 100% 100%;
}

.swiperdiv {
    width: 3.38rem;
    height: 3.5rem;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}

.swiperdiv img {
    width: 3.38rem;
    height: 2.83rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.swipertitle {
    width: 3.38rem;
    height: 0.68rem;
    font-size: 0.22rem;
    color: #000;
    font-family: pb;
    text-align: center;
    line-height: 0.68rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}

.swiper-button-next img {
    width: 0.6rem;
    height: 0.6rem;
}

.swiper-button-prev img {
    width: 0.6rem;
    height: 0.6rem;
}

.swiper-button-prev {
    left: -0.3rem !important;
    top: 2rem !important;

}

.swiper-button-next {
    right: -0.3rem !important;
    top: 2rem !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 0.53rem !important;
    height: 0.12rem !important;

    border-radius: 0.12rem !important;
    background: #ffcc33 !important;
}

.swiper-pagination-bullet {
    width: 0.12rem !important;
    background: #ffcc33 !important;
    height: 0.12rem !important;
    opacity: 1 !important;
}

.makes {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 0.3rem;
}

.makescenter {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.makescenter h2 {
    font-size: 0.42rem;
    height: 0.48rem;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
    text-align: center;
    width: 14rem;
    line-height: 0.48rem;
    font-weight: 600;
    font-family: pb;
}

.makestitle {
    width: 14rem;
    height: auto;
    font-size: 0.2rem;
    color: #666;
    font-family: p;
    text-align: left;
    margin-bottom: 0.5rem;
}

.k3000 {
    width: 100%;
    height: auto;
    background: url(../img/3000.webp) no-repeat;
    background-size: 100% 100%;
}

.lunbo1 {
    width: 100%;
    height: auto;
}

.one {
    margin: 0.2rem auto;
    height: 3.42rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.one ul {
    height: 3.42rem;
    width: 100000px;
    position: absolute;
    right: 0;
}

/*ul widthçš„å®½ä¸èƒ½è¿‡å°*/
.one ul li {
    display: block;
    float: right;
    margin: 5px;
    height: 3.42rem;
    border-radius: 5px;
    position: relative;
}

.one ul li a {
    display: inline-block;
    height: 3.42rem;
}

.one ul li img {
    border-radius: 5px;
    display: block;
    width: 6.11rem;
    height: 3.42rem;
}

.one ul li a span {
    height: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 0px;
}

.one ul li a:hover span {
    height: 150px;
    line-height: 150px;
    font-size: 20px;
    text-align: center;
    transition: all 0.7s;
}

.ccc {
    margin: 0.2rem auto;
    height: 3.42rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ccc ul {
    height: 3.42rem;
    width: 100000px;
    position: absolute;
    left: 0;
}

/*ul widthçš„å®½ä¸èƒ½è¿‡å°*/
.ccc ul li {
    display: block;
    float: left;
    margin: 5px;
    height: 3.42rem;
    border-radius: 5px;
    position: relative;
}

.ccc ul li a {
    display: inline-block;
    height: 3.42rem;
}

.ccc ul li img {
    border-radius: 5px;
    display: block;
    width: 6.11rem;
    height: 3.42rem;
}

.ccc ul li a span {
    height: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 0px;
}

.ccc ul li a:hover span {
    height: 150px;
    line-height: 150px;
    font-size: 20px;
    text-align: center;
    transition: all 0.7s;
}

.hole {
    width: 100%;
    height: 2.99rem;
    background: url(../img/299.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.holecenter {
    width: 14rem;
    height: 2.99rem;
    margin: 0 auto;
    position: relative;
}

.holecenter h2 {
    font-size: 0.36rem;
    color: #fff;
    font-family: pb;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    padding-top: 0.89rem;
    padding-bottom: 0.28rem;
}

.holebox {
    width: auto;
    padding: 0.13rem 0.26rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #20314e;
    text-align: center;
    font-weight: 600;
    font-family: p;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    border-top-left-radius: 0.26rem;
    border-bottom-left-radius: 0.26rem;
    display: table;
    margin-left: 0.95rem;
    font-family: pb;
}

.buttons {
    width: 3.06rem;
    height: 0.6rem;
    background: url(../img/fasong.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1.47rem;
    right: 0.91rem;
    font-size: 0.22rem;
    color: #000;
    line-height: 0.6rem;
    text-align: center;
    font-family: pb;
    text-indent: 0.2rem;
}

.choose {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.choosecenter {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.choosecenter h2 {
    width: 14rem;
    height: 1.8rem;
    font-size: 0.48rem;
    font-weight: 600;
    font-family: pb;
    text-align: center;
    line-height: 1.8rem;
}

.chooseul {
    width: 14rem;
    height: 4.87rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.chooseul li {
    width: 4.38rem;
    height: 4.85rem;
    background: #fff;
    border-radius: 0.2rem;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0px 1px 6px #ccc;
}

.chooseul li img {
    width: 100%;
    height: 2.79rem;
    display: block;
}

.chooseul li h3 {
    width: 100%;
    height: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #000;
    font-family: pb;
    padding-top: 0.5rem;
    padding-bottom: 0.23rem;
}

.chooseulbox {
    width: 3.8rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.35rem;
    text-align: center;
    font-family: p;
    color: #666;
    display: table;
    margin: 0 auto;

}

.chooseul li:hover {
    background: #ffcc33;
    transition: 0.4s;
}

.threes {
    width: 100%;
    height: 8.71rem;
    margin: 0 auto;
    background: url(../img/871.webp) no-repeat;
    background-size: 100% 100%;
}

.threescenter {
    width: 14rem;
    height: 8.71rem;
    margin: 0 auto;
}

.threescenter h2 {
    font-size: 0.48rem;
    font-family: pb;
    height: 0.48rem;
    padding-top: 1.34rem;
    padding-bottom: 0.6rem;
    text-align: left;
    line-height: 0.48rem;
    color: #fff;
}

.hts {
    width: 8.55rem;
    height: auto;
    font-size: 0.22rem;
    color: #eee;
    text-align: left;
    line-height: 0.36rem;

}

.threescenter ul {
    width: 8.75rem;
    height: 1.85rem;
    display: flex;
    justify-content: space-between;
    padding-top: 1.1rem;
}

.threescenter ul li {
    width: 2.9rem;
    height: 1.99rem;
    background: url(../img/qqq.webp) no-repeat;
    background-size: 100% 100%;
}

.threescenter ul li h2 {
    width: 100%;
    font-size: 0.6rem;
    background: linear-gradient(to right, #a46d30, #ca975e);
    -webkit-background-clip: text;
    /*使用了这个属性的意思是，以区块内的文字作为裁剪区域向外裁剪，
19  * 文字的背景即为区块的背景，文字之外的区域都将被裁剪掉。*/
    color: transparent;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    padding-top: 0.51rem !important;
    padding-bottom: 0.1rem !important;
    -webkit-text-stroke: 0.0001rem #fff;
}

.threescenter ul li h2 span {
    font-weight: 400;
    font-family: p;
    font-size: 0.36rem;
    -webkit-text-stroke: 0rem #fff !important;
}

.cccs {
    width: 100%;
    font-size: 0.24rem;
    color: #efb778;
    text-align: center;
    line-height: 0.5rem;
}

.buy {
    width: 100%;
    height: 3rem;
    background: url(../img/409.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.buycenter {
    width: 14rem;
    height: 4.09rem;
    margin: 0 auto;
    position: relative;
}

.buycenter h2 {
    width: 14rem;
    height: 0.48rem;
    font-size: 0.36rem;
    font-family: pb;
    text-align: center;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
}

.two {
    width: 100%;
    max-width: 19.2rem;
    background: #fff;
    height: auto;
    padding-bottom: 1.12rem;
}

.two_center {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.two_left {
    width: 6.3rem;
    height: 7.45rem;
    background: #f2f2f4;
    float: left;

}

.two_left ul {
    width: 6.3rem;
    height: auto;
}

.two_left ul li {
    width: 6.3rem;
    height: 0.55rem;
    margin-top: 0.45rem;

}

.two_left ul li img {
    width: 0.44rem;
    height: 0.44rem;
    float: left;
    margin-right: 0.12rem;
}

.twotitleft {
    width: 5rem;
    float: left;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.24rem;
}

.twotitleft span {
    color: #000;
    font-size: 0.2rem;
}

.two_right {
    width: 7rem;
    height: 7.45rem;
    float: right;
}

.input_two {
    width: 7rem;
    height: 0.62rem;
    display: flex;
    justify-content: space-between;
}

.input_two input {
    width: 3.4rem;
    height: 0.6rem;
    border: 2px solid #ccc;
    border-radius: 7px;
    font-size: 0.24rem;
    background: rgba(104, 104, 104, 0.4);
    text-indent: 0.2rem;
    color: #fff;
}

input::-webkit-input-placeholder {

    color: #fff;
    font-size: 0.18rem;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #fff;
    font-size: 0.18rem;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #fff;
    font-size: 0.18rem;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #fff;
    font-size: 0.18rem;

}

textarea::-webkit-input-placeholder {

    color: #fff;
    font-size: 0.18rem;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #fff;
    font-size: 0.18rem;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #fff;
    font-size: 0.18rem;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #fff;
    font-size: 0.18rem;
}

.phones {
    width: 6.96rem;
    height: 0.6rem;
    border: 2px solid #ccc;
    border-radius: 7px;
    font-size: 0.24rem;
    background: rgba(104, 104, 104, 0.4);
    text-indent: 0.2rem;
    color: #fff;
    display: flex;
    margin-top: 0.2rem;
}

.textares {
    width: 6.96rem;
    height: 1.85rem;
    border: 2px solid #ccc;
    border-radius: 7px;
    font-size: 0.24rem;
    background: rgba(104, 104, 104, 0.4);
    text-indent: 0.2rem;
    color: #fff;
    display: flex;
    margin-top: 0.2rem;
    line-height: 0.36rem;

}

/*.submit{*/
/*    width: 7rem;*/
/*    height: 0.6rem;*/
/*    border-radius: 7px;*/
/*    background: #da0000;*/
/*    color: #fff;*/
/*    font-size: 0.24rem;*/
/*    font-weight: 600;*/
/*    text-align: center;*/
/*    line-height: 0.6rem;*/
/*  margin-top: 0.2rem;*/
/*}*/
.secbottom {
    width: 100%;
    max-width: 19.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: url(../img/b1.webp) no-repeat;
    background-size: 100% 100%;
}

.secbottomcenter {
    width: 14.5rem;
    height: auto;
    margin: 0 auto;
    display: flex;
}

.bottomlist1 {
    width: 2.82rem;
    height: auto;
    margin-right: 1.67rem;
}

.bottomlist1 ul {
    width: 2.82rem;
    height: 3rem;
    float: left;
}

.bottomlist1 ul li {
    width: 2.82rem;
    height: 0.4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: rgba(255, 255, 255, 0.8);
}

.boxju {
    width: 4px;
    height: 16px;
    float: left;
    background: #ea5405;
    margin-top: 0.12rem;
    margin-right: 0.18rem;
}

.bottomlist1 ul li:nth-child(1) {
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #fff;
    margin-bottom: 0.3rem;
}

.bottomlist1 ul li img {
    width: 0.14rem;
    height: 0.14rem;
    float: left;
    margin-top: 0.13rem;
    margin-right: 0.18rem;
}



.bottomlist2 {
    width: 4.75rem;
    height: auto;
    margin-right: 1.01rem;
}

.bottomlist2 ul {
    width: 4.75rem;
    height: 3rem;
    float: left;
}

.bottomlist2 ul li {
    width: 4.75rem;
    height: 0.4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: rgba(255, 255, 255, 0.8);
}

.boxju {
    width: 4px;
    height: 16px;
    float: left;
    background: #ea5405;
    margin-top: 0.12rem;
    margin-right: 0.18rem;
}

.bottomlist2 ul li:nth-child(1) {
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #fff;
    margin-bottom: 0.3rem;
}

.bottomlist2 ul li img {
    width: 0.3rem;
    height: 0.3rem;
    float: left;
    margin-top: 0.05rem;
    margin-right: 0.18rem;
}

.bottomlist2 ul li span {
    float: right;
    display: inline-block;
    width: 4.25rem;
}

.bottomlist3 {
    width: 5.2rem;
    height: 3rem;
    float: left;
}

.bottomlist3 ul li:nth-child(1) {
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #fff;
    margin-bottom: 0.3rem;
}

.bottomlist3 ul li:nth-child(2) img {
    width: 4.8rem;
    height: 1.35rem;
}

.bottomlist3 ul li:nth-child(2) {
    width: 4.8rem;
    height: 1.35rem;
}

.bottomlist3 ul li {
    width: 4.75rem;
    height: 0.4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: rgba(255, 255, 255, 0.8);
}

.bottoms {
    width: 100%;
    height: 0.77rem;
    line-height: 0.77rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 0.2rem;
    background: url(../img/b2.webp) no-repeat;
    background-size: 100% 100%;
    border-top: 2px solid #373737;
}

.swiper2 .swiper-slide img {
    width: 100%;
}

.offter_box2 .swiper-slide img {
    width: 100%;
}

.feature_button img {
    width: 0.22rem;
    height: 0.22rem;
    float: right;
    margin-top: 0.15rem;
    margin-right: 0.2rem;
}


.tables_center {
    width: 14.05rem;
    height: 8.48rem;
    margin: 0 auto;
    position: relative;
}

.tableboxs {
    width: 7.63rem;
    height: 6.39rem;
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
    background: #fff;
    position: absolute;
    top: 0.5rem;
    right: 0rem;
}

.dengs {
    width: 6rem;
    height: 0.68rem;
    font-size: 0.22rem;
    line-height: 0.68rem;
    color: #000;
    border: 2px dashed #33cccc;
    border-radius: 24px;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.dengs img {
    width: 0.16rem;
    height: 0.2rem;
    float: left;
    margin: 0.24rem 0.17rem 0.24rem 0.43rem;
}

.about_button {
    margin: 0 auto;
    width: 2.2rem;
    height: 0.5rem;
    background: #33cccc;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 600;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 50px;
    margin-top: 1rem;
}

.about_button1 {
    margin: 0 !important;
    float: left;
}

.about_button2 {
    width: 3.65rem;
    background: #fff;
    border: 2px solid #0c9140;
    color: #0c9140;
    height: 0.46rem;
    line-height: 0.46rem;
}

.hovers .qiutitdiv {
    width: 0.91rem;
    height: 0.91rem;
    background: url(../img/11.webp) !important;
    background-size: 100% 100% !important;
}

.hovers .qiutitdiv2 {
    width: 0.91rem;
    height: 0.91rem;
    background: url(../img/22.webp) !important;
    background-size: 100% 100% !important;
}

.hovers .qiutitdiv3 {
    width: 0.91rem;
    height: 0.91rem;
    background: url(../img/33.webp) !important;
    background-size: 100% 100% !important;
}

.hovers .qiutitdiv4 {
    width: 0.91rem;
    height: 0.91rem;
    background: url(../img/44.webp) !important;

    background-size: 100% 100% !important;
}

.biaodan {
    width: 14rem;
    height: 7.9rem;

    margin-top: 0.43rem;
}

.biaodantop {
    width: 14rem;
    height: 1.3rem;
}

.biaodantitle {
    width: 14rem;
    height: 0.48rem;
    line-height: 0.48rem;
    color: #000;
    text-align: center;
    padding-top: 0.26rem;
    padding-bottom: 0.19rem;
    font-size: 0.42rem;
    font-weight: 600;
    font-family: pb;
}

.biaodanbottoms {
    font-size: 0.22rem;
    height: 0.22rem;
    color: #666;
    text-align: center;
    line-height: 0.22rem;
}

.five {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-shadow: 0px 0px 6px #ccc;
    margin-top: 0.2rem;
    padding-bottom: 0.6rem;

}

.five1 {
    width: 12.7rem;
    height: 2.7rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
}

.five2 {
    width: 4.05rem;
    height: 1.35rem;
}

.five2 p {
    width: 100%;
    height: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #000;
}

..five2 span {
    color: red;
    font-size: 0.2rem;
}

.five2 input {
    width: 3.6rem;
    height: 0.42rem;
    float: left;
    margin-top: 0.24rem;
    border: 1px solid #ccc;
    padding-left: 0.2rem;
    background: #fafafa;
    font-size: 0.2rem;
}

.five3 {
    width: 12.75rem;
    margin: 0 auto;
    height: 2rem;
    margin-top: 0.4rem;
}

.five3 p {
    width: 12.75rem;
    margin: 0 auto;
    height: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #000;
}

.five3 span {
    color: red;
    font-size: 0.2rem;
    clear: both;
}

.buttons1 {
    width: 5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
    border-radius: 0.65rem;
    background: #1db6b5;
    margin-top: 0.5rem;
    border-radius: 0.65rem;
}

.five3 textarea {
    width: 12.2rem;
    height: 1.55rem;
    background: #fafafa;
    float: left;
    margin-top: 0.24rem;
    resize: none;
    border: 1px solid #ccc;
    padding-top: 0.1rem;
    line-height: 0.3rem;
    color: #666;
    font-size: 0.2rem;
    padding-left: 0.2rem;
}

input::-webkit-input-placeholder {

    color: #000;
    font-size: 0.18rem;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #000;
    font-size: 0.18rem;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #000;
    font-size: 0.18rem;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #000;
    font-size: 0.18rem;

}

textarea::-webkit-input-placeholder {

    color: #000;
    font-size: 0.18rem;
}

.bb {
    width: 4.5rem;
    height: 3.06rem;
    overflow: hidden;
    position: absolute;
    top: 0rem;
    left: 0rem;
    overflow: hidden;
}

.bb img {
    transition: 0.4s;
}

.ccsm .bb img {
    transition: 0.4s;
    transform: scale(1.05);
}