*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
h2{
    font-weight: bold;
    font-size: 40px;
    color: #0c8c05;
    line-height: 2;
}
p{
    font-size: 20px;
    line-height: 1.5;
}
.container{
    width: 996px;
    margin: 0 auto;
    overflow: hidden;
}
.control{
    display: block;
}
.small{
    /*width: 90%;*/
    display: flex;
    margin-top: 28px;
    justify-content: center;
    /*margin: 0 auto;*/
}
/* =============== 统一样式结束，内容样式开始 =============== */
.banner{
    width: 100%;
}
.banner img{
    display: block;
    width: 100%;
}
.bg{
    padding: 5rem 0 9.2rem;
    /*background-color: #0c8c05;*/
}
.bg img{
    width: 55%;
}
.bg h2{
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 2;
    font-weight: bold;
}
.bg span{
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #000;
   /* margin-top: 2rem;*/
}
.one{
    padding: 35px 0;
}
.two{
    padding: 58px 0;
}
.three{
    padding: 58px 0;
    background: #ECF4FF;
}
.three .bag{
   background: linear-gradient(221deg, #00B0FF 0%, #0066FF 100%);
    border-radius: 10px;
    width: 176px;
    height: 263px;
    color: #fff;
margin-left: 37px;
}
.bag-one{
    font-size: 60px;
    margin-top: 42px;
    text-align: center;
}
.bag-two{
    font-size: 16px;
    /* margin-right: 35px; */
    text-align: center;
    margin-top: 45px;}
.four{
    padding: 92px 0;
}
.bg .flex{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.bg .flex li{
    width: 21%;
    text-align: center;
}
.bg .flex li p{
    font-weight: bold;
    color: #000;
    font-size: 22px;
}
.bg1{
    background: #ECF4FF;
}
.bg1 h2{
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 2;
    font-weight: bold;
}
.bg1 span{
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #000;
   /* margin-top: 2rem;*/
}
.bg1 .content{
    /*float: left;*/
    /*width: 100%;*/
}
.bg1 .content .shop-font{
    margin-top: 40px;
}
.bg1 .content .shop-two{
    /*margin-top: 35px;*/
     margin: 65px 0;
}
.bg1 .content h3{
    font-size:20px;
    color: #000; 
    font-weight: bold;
}
.bg1 .content p{
    font-size:14px;
    color: #666; 
}
/*.bg1 .content h2{
    font-weight: bold;
    font-size: 2.5rem;
    color: #0c8c05;
    line-height: 2;
}*/
.bg1 img{
    width: 418px;
    /*float: right;*/
}
.bg2 .content{
   /* float: right;
    width: 75%;*/
}
.bg2 img{
    width: 50%;
}
.bg2 h2{
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 2;
    font-weight: bold;
}
.bg2 .content h2{
    text-align: right;
    font-weight: bold;
    font-size: 2.5rem;
    color: #0c8c05;
    line-height: 2;
}
.bg2 .content p{
    text-align: right;
}
/*.control-5{
    background-color: rgb(30,203,171);
    padding: 0 0 5rem;
}*/
.title-5{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 2.5rem;
    /* margin-top: 5rem; */
}
.sub-title{
    font-size: 1rem;
    color: #000;
    text-align: center;
    margin: 1rem 0 2rem 0;
}
.form-content{
    position: relative;
    width: 100%;
}
.f-wrap{
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
}
.f-ipt{
    width: 45%;
    float: left;
}
.f-ipt-right{
    float: right;
}
.f-ipt input{
    width: 79%;
    line-height: 3rem;
    float: left;
    text-indent: 0.5rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #d2d2d2;
    background-color: #ffffff;
}
.label{
    font-size: 1.2rem;
    line-height: 2.7;
    float: left;
    margin-right: 0.7rem;
    color: #fff;
}
.f-text{
    width: 90%;
    height: 8rem;
    border: 0.01rem solid #d2d2d2;
    border-radius: 0.8rem;
    text-indent: 0.6rem;
    padding: 0.2rem 0;
    float: left;
}
.submit{
    width: 33%;
    line-height: 3.5;
    background: #fff;
    text-align: center;
    color: #000;
    margin: 1.5rem auto 1.2rem;
    border-radius: 0.8rem;
    font-weight: bold;
    cursor: pointer;
}
.f-xq{
    position: relative;
}
.f-items{
    position: absolute;
    border-radius: 5px;
    overflow-y: scroll;
    top: 45.4%;
    left: 62%;
    height: 0;
    width: 29%;
}
.f-items li{
    font-size: 14px;
    line-height: 3;
    text-indent: .7rem;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
}
.selectbtn{
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-20%);
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    background: #e8e8e8;
    border-radius: 0.1rem;
    cursor: pointer;
}
.selectbtn img{
    margin-top: 1.3rem;
    width: 1rem;
    height: 0.8rem;
}
