section.banner {
    background: #fff url(/images/about-banner.jpg) no-repeat center bottom;
    color:#fff;
    padding:50px 0;
    text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.banner .icon-success span {
    display: block;
    width: 83px;
    height: 83px;
    background: url(/images/icon-success.png) no-repeat;
    margin: 0 auto;
}
section.banner h1 {
    margin: 10px auto;
    font-size: 48px;
    line-height: 1.25;
}
section.banner .tips-1{
    font-size:18px;
    margin:20px auto;
    letter-spacing:0.5px;
}
section.banner .tips-1 span{
    color:#FFEB3B;
}
section.banner .tips-2{
    font-size:18px;
}
section.banner .tips-2 a{
    color:#fff;
}


section.buy-box{
    padding-top: 100px;
    padding-bottom: 90px;
    background: #f1f5f8;
}
section.buy-box h2{
    font-size: 36px;
    color: #333;
    text-align: center;
    padding-bottom: 80px;
    margin: 0;
}
section.buy-box .box{
    padding: 25px 0;
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 0 15px;
    -webkit-box-shadow: 0 5px 10px rgba(13,34,45,.1);
    box-shadow: 0 5px 10px rgba(13,34,45,.1);
}
section.buy-box .box .col-md-6{
    padding-left:75px;
}
section.buy-box .box p{
    margin:0 0 10px;
}
section.buy-box .font24{
    font-size:24px;
    color:#333;
}
section.buy-box .font20{
    font-size:20px;
    color:#555;
    padding-top: 20px;
    padding-bottom: 10px;
}
section.buy-box .font16{
    font-size:16px;
    color:#666;
}

.price-font {
    font-size: 24px;
    color: #ffcf8f!important;
}
.price-font>s {
    color: #666;
    font-size: 16px;
}
.price-line {
    border-left: 1px solid #f0f0f0;
    padding: 16px 0;
    text-align: center;
}
div.col-md-3>p:first-child {
    padding-top: 20px;
    padding-bottom: 10px;
}
#addproduct {
    background: #d8aa68;
    color: #fff;
    font-size: 14px;
    padding: 12.5px 26.5px;
    border: none;
    border-radius: 5px;
    outline: none;
    -webkit-transition: .4s;
    transition: .4s;
}


.buy-box .box:hover {
    background: #3aa1e4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.buy-box .box:hover div p, .buy-box .box:hover div p s {
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.service {
    padding:40px 0;
}
.service h2{
    text-align:center;
    font-size:36px;
    color:#666;
    margin-bottom:40px;
}
.service .services span {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 230px;
    text-align: center;
    margin:0 25px;
    padding: 0 5px;
}
.service .services span img {
    max-width: 60px;
    max-height: 55px;
    margin-bottom: 20px;
}
.service .services span .top {
    font-size: 17px;
    color: #4b4c4c;
    margin-bottom: 23px;
}
.buy-note{
   padding:40px 0;
}
.buy-note h1 {
    line-height: 24px;
    font-size: 24px;
    padding-bottom: 20px;
}
.buy-note ul {
    list-style: disc;
    margin-left: 20px;
}
.buy-note ul li {
    font-size: 14px;
    line-height: 27px;
    color: #606060;
}
.web-width {
    width: 1200px;
    margin: 0 auto;
    padding:0 15px;
}
.web-width h2{
    position:relative;
}
.web-width h2:before{
    content: '';
    display: block;
    width: 304px;
    height: 2.5px;
    background: #95ffea;
    position: absolute;
    left: 0;
    top: 50%;
}
.web-width h2:after{
    content: '';
    display: block;
    width: 304px;
    height: 2.5px;
    background: #95ffea;
    position: absolute;
    right: 0;
    top: 50%;
}
.buy-section {
    padding: 100px 0 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.web-width h2{
    color:#666;
    text-align:center;
    font-size:36px;
    margin-top:60px;
}
.recommend-box{
    text-align:center;
    border: 1px solid transparent;
    padding: 40px 20px;
    -webkit-box-shadow: 0 2px 4px rgba(13,34,45,.25);
    box-shadow: 0 2px 4px rgba(13,34,45,.25);
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 20px;
}
.recommend-box:hover{
    background:#3aa1e4;
}
.product-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.product-icon img{
    max-width:80px;
}
.product-name {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 30px;
}
.product-info {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    width: 92%;
    min-height: 96px;
    margin: 0 auto 30px;
    letter-spacing: 0.2px;
}
.recommend-box:hover .product-name,.recommend-box:hover .product-info{
    color: #fff;
}
.product-info, .product-name {
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}
div.buy-btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
div.buy-btn-block .btn-style:first-of-type {
    padding-right: 10px;
}
.buy-btn {
    background: #d8aa68;
    width: 150px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 9px 0;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.buy-btn i{
    margin-right:5px;
}


@media (max-width: 767px){
    section.buy-box .box{
    padding: 50px 15px;
    margin: 0 auto 12px;
    display: block;
    width: 90.6vw;
    }
    section.buy-box .box .col-md-6{
    padding:0;
    }
    section.buy-box .font24{
        font-size:20px;
        text-align: center;
    }
    section.buy-box .font-20{
        font-size:16px;
        text-align: center;
    }
    section.buy-box .font16{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 81.25vw;
    }
    .price-font {
    font-size: 20px;
    text-align: center;
    }
    .price-line{
    border-left:none;
    border-top: 1px solid #f0f0f0;
    }
    #addproduct {
    font-size: 16px;
    padding: 11.5px 0;
    width: 200px;
    display: block;
    margin: 0 auto;
    }
    .service .services span {
    width: 100%;
    margin: auto;
    }
    .web-width {
    width: 87.5vw;
    }
    .web-width h2{
    margin-top:0;
    }
}
