*, img, ul, li, a, p {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: Arial, Arial;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    font-style: normal;
    text-transform: none;
    margin-top: 70px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

.clear_both {
    clear: both;
}


.header{
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header .header-content{
    width: 100%;
}
.header .header-top-warp{
     background-color: #1A1A1A;
 }
.header .header-top{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #FFFFFF;
}
.header .header-top .header-top-link{
    float: right;
    margin-left: 20px;
}
.header .header-top .header-top-link .header-top-link-item{
    float: left;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    margin-top: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.header .header-top .header-top-link .header-top-link-item.header-top-link-item-facebook{
    background-image: url(../images/header-facebook.webp);
}
.header .header-top .header-top-link .header-top-link-item.header-top-link-item-youtube{
    background-image: url(../images/header-youtube.webp);
}
.header .header-top .header-top-link .header-top-link-item.header-top-link-item-linkedin{
    background-image: url(../images/header-linkedin.webp);
}
.header .header-top .header-top-contact{
    float: right;
}
.header .header-top .header-top-contact .header-top-contact-item{
    float: left;
    margin-left: 30px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
}
.header .header-top .header-top-contact .header-top-contact-item.header-top-contact-item-wechat{
    background-image: url(../images/header-wechat.webp);
}
.header .header-top .header-top-contact .header-top-contact-item.header-top-contact-item-whatsapp{
    background-image: url(../images/header-whatsapp.webp);
    cursor: pointer;
}
.header .header-top .header-top-contact .header-top-contact-item.header-top-contact-item-tel{
    background-image: url(../images/header-tel.webp);
    cursor: pointer;
}


.header-bottom{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    height: 80px;
    background-color: transparent;
    border-bottom: 2px solid #FFFFFF;
}
.header-bottom .header-logo{
    float: left;
    margin-top: 21px;
    width: 213px;
}
.header-bottom .header-logo img{
    width: 100%;
}
.header-bottom .header-logo img.normal{
    display: block;
}
.header-bottom .header-logo img.active{
    display: none;
}
.header-bottom .header-nav{
    float: right;
}
.header-bottom .header-nav .header-nav-item{
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    line-height: 80px;
    height: 80px;
    margin-right: 30px;
}
.header-bottom .header-nav .header-nav-item:last-child{
    margin-right: 0;
}
.header-bottom .header-nav .header-nav-item a{
    color: #FFFFFF;
}
.header-bottom .header-nav .header-nav-item:hover{
    border-bottom: 2px solid #E60012;
}

.sub-nav{
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 150px;
    left: 0;
    z-index: -1;
    display: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.sub-nav .sub-nav-content{
    width: 1200px;
    margin: 60px auto 30px;
    font-size: 14px;
    color: #262626;
    text-align: center;
    display: flex;
    align-items: center;
}
.sub-nav .sub-nav-content .sub-nav-title{
    font-weight: bold;
    font-size: 40px;
    color: #262626;
    line-height: 28px;
}
.sub-nav .sub-nav-content .sub-nav-line{
    width: 2px;
    height: 206px;
    background: #D8D8D8;
    margin: 0 50px;
}
.sub-nav .sub-nav-content .sub-nav-list{

}
.sub-nav .sub-nav-content .sub-nav-list{
    display: flex;
    flex-wrap: wrap;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
    width: 150px;
    margin-right: 30px;
    margin-top: 20px;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item:nth-child(5n){
    margin-right: 0;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item:nth-child(-n+5){
    margin-top: 0;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item img{
    width: 100%;
    aspect-ratio: 1/1;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item .sub-nav-item-title{
    font-size: 14px;
    color: #262626;
    line-height: 16px;
    margin-top: 10px;
}
.header-nav-product:hover .product-nav{
    display: block;
}


/** header active styles **/
.header.header-active{
    background-color: #fff;
}
.header.header-active .header-bottom-warp{
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.header.header-active .header-bottom .header-logo img.normal{
    display: none;
}
.header.header-active .header-bottom .header-logo img.active{
    display: block;
}
.header.header-active .header-bottom .header-nav .header-nav-item a{
    color: #1A1A1A;
}

@media screen and (min-width: 1000px) and (max-width: 1440px){
    .header .header-top,
    .header-bottom,
    .sub-nav .sub-nav-content{
        width: 900px;
    }
    .header-bottom .header-nav .header-nav-item{
        margin-right: 20px;
    }
    .sub-nav .sub-nav-content .sub-nav-title{
        font-size: 30px;
    }
    .sub-nav .sub-nav-content .sub-nav-line{
        margin: 0 30px;
        height: 180px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
        width: 120px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1000px){
    .header .header-top,
    .header-bottom,
    .sub-nav .sub-nav-content{
        width: 700px;
    }
    .header-bottom .header-logo{
        width: 180px;
        margin-left: 10px;
        margin-top: 28px;
    }
    .header-bottom .header-nav .header-nav-item{
        margin-right: 10px;
    }
    .sub-nav .sub-nav-content .sub-nav-title{
        font-size: 24px;
    }
    .sub-nav .sub-nav-content .sub-nav-line{
        margin: 0 20px;
        height: 140px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
        width: 96px;
        margin-right: 10px;
    }
}

.title{
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    color: #1A1A1A;
    text-align: center;
}
.description{
    font-size: 16px;
    color: #666666;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
}

@media screen and (min-width: 1000px) and (max-width: 1440px){
    .title{
        font-size: 30px;
        line-height: 33px;
    }
    .description{
        font-size: 14px;
    }
}
@media screen and (max-width: 1000px){
    .title{
        font-size: 24px;
        line-height: 27px;
    }
    .description{
        font-size: 12px;
    }
}



/**** footer styles ****/

.footer-warp{
    width: 100%;
    background-color: #1F1F1F;
}
.footer{
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-contact{
    width: 100%;
    height: 70px;
    background: #111111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
.footer .footer-contact .footer-contact-item{
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
}
.footer .footer-contact .footer-contact-item .footer-contact-item-img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.footer .footer-contact .footer-contact-item .footer-contact-item-img img{
    width: 100%;
    height: 100%;
}
.footer .footer-contact .footer-contact-item .footer-contact-item-text{

}
.footer .footer-contact .footer-contact-item .footer-contact-item-text .footer-contact-item-title{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 16px;
}
.footer .footer-contact .footer-contact-item .footer-contact-item-text .footer-contact-item-content {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.footer .footer-contact .footer-contact-item .footer-contact-item-text .footer-contact-item-content a{
    color: #FFFFFF;
}

.footer .footer-content{
    width: 100%;
    margin-top: 30px;
}
.footer .footer-content .footer-left{
    width: 33%;
    float: left;
}
.footer .footer-content .footer-left .footer-logo{
    width: 213px;
    height: 40px;
}
.footer .footer-content .footer-left .footer-logo img{
    width: 100%;
    height: 100%;
}
.footer .footer-content .footer-left .footer-description{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 18px;
    margin-top: 20px;
}
.footer .footer-left .footer-link{
    display: flex;
    margin-top: 30px;
}
.footer .footer-left .footer-link .footer-link-item{
    margin-right: 20px;
}


.footer .footer-content .footer-products{
    width: 21%;
    float: left;
    margin-left: 5.8%;
}
.footer .footer-content .footer-products .footer-products-title,
.footer .footer-content .footer-form .footer-form-title{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 20px;
}
.footer .footer-content .footer-products .footer-products-list{
    width: 100%;
}
.footer .footer-content .footer-products .footer-products-list .footer-products-item{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    background: url("../images/footer-more.webp") no-repeat 100% center;
    cursor: pointer;
    opacity: 0.6;
}
.footer .footer-content .footer-products .footer-products-list .footer-products-item:hover {
    font-weight: bold;
}


.footer .footer-content .footer-form{
    width: 33%;
    float: right;
}
.footer .footer-content .footer-form .footer-form-item{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    float: left;
}
.footer .footer-content .footer-form .footer-form-item.footer-form-item-name,
.footer .footer-content .footer-form .footer-form-item.footer-form-item-email{
    width: 49%;
    margin-top: 0;
}
.footer .footer-content .footer-form .footer-form-item.footer-form-item-email{
    margin-left: 2%;
}
.footer .footer-content .footer-form .footer-form-item.footer-form-item-message{
    height: 140px;
}
.footer .footer-content .footer-form .footer-form-item input{
    width: 100%;
    height: 40px;
    border: none;
    background-color: #3A3A3A;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    padding-left: 10px;
}
.footer .footer-content .footer-form .footer-form-item textarea{
    width: 100%;
    height: 140px;
    border: none;
    outline: none;
    background-color: #3A3A3A;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    padding-left: 10px;
    resize: none;
}
.footer .footer-content .footer-form .footer-form-item input::placeholder,
.footer .footer-content .footer-form .footer-form-item textarea::placeholder{
    color: #FFFFFF;
}
.footer .footer-content .footer-form .footer-form-item input:focus{
    outline: none;
}
.footer .footer-content .footer-form .footer-form-item .intl-tel-input{
    width: 70%;
}
.footer .footer-content .footer-form .footer-form-item .intl-tel-input input{
    width: 100%;
    padding-left: 50px;
}
.footer .footer-content .footer-form .footer-form-item .footer-form-item-btn{
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}


.footer .footer-nav{
    height: 56px;
    margin-top: 20px;
    border-top: 1px solid #727272;
}
.footer .footer-nav .footer-nav-item{
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    margin-right: 30px;
}
.footer .footer-nav .footer-nav-item a{
    color: #FFFFFF;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .footer{
        width: 900px;
    }
    .footer .footer-contact{
        padding: 0 20px;
    }
    .footer .footer-contact .footer-contact-item .footer-contact-item-img{
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .footer{
        width: 700px;
    }
    .footer .footer-contact{
        padding: 0 5px;
    }
    .footer .footer-contact .footer-contact-item .footer-contact-item-img{
        margin-right: 2px;
    }
    .footer .footer-contact .footer-contact-item .footer-contact-item-text .footer-contact-item-content{
        font-size: 12px;
        word-break: break-all;
    }
}




.banner {
    width: 100%;
    position: relative;;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner .banner-text {
    position: absolute;
    top: calc(50% + 45px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    z-index: 1;
    line-height: 60px;
}

.crumb{
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #CECECE;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
}
.crumb a{
    color: #666666;
}
.crumb span{
    color: #E60012;
}

.pagination{
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination .page-item{
    margin: 0 5px;
}
.page-link{
    color: #999999;
    border-color: #999999;
    border-radius: 8px!important;
}
.page-item.active .page-link{
    color: #FFFFFF!important;
    background: linear-gradient( 90deg, #E60012 0%, #F39800 100%);
}
.page-item:hover .page-link{
    color: #999999;
}

@media screen and (min-width: 1000px) and (max-width: 1440px) {
    .banner .banner-text {
        font-size: 40px;
        line-height: 60px;
    }
    .crumb{
        width: 900px;
    }
}
@media screen and (max-width: 1000px) {
    .banner .banner-text {
        font-size: 30px;
        line-height: 45px;
    }
    .crumb{
        width: 700px;
    }
}



.right_fix {
    width: 64px;
    height: 243px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -143px;
    z-index: 99999;
}

.right_fix .right_fix_connect {
    width: 64px;
}

.right_fix .right_fix_connect .right_fix_box {
    width: 64px;
    height: 60px;
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    position: relative;
}

.right_fix .right_fix_connect .right_fix_box:last-child {
    border: none;
}

.right_fix .right_fix_connect .right_fix_box img {
    width: 24px;
    height: 24px;
    margin-top: 11px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_title {
    margin-top: 4px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect {
    display: none;
    width: 180px;
    height: 60px;
    position: absolute;
    left: 68px;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email .right_fix_box_connect {
    width: 224px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 10px;
    margin-bottom: 0;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p.right_fix_box_connect_text {
    font-size: 16px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p:first-child {
    margin-top: 7px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p a {
    color: #333333;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect .right_fix_box_connect_arrow {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FFFFFF;
    position: absolute;
    left: -11px;
    width: 0;
    height: 0;
    top: 16px;
}
.right_fix .right_fix_connect .right_fix_box:hover .right_fix_box_connect {
    display: block;
}
.right_fix .right_fix_connect .right_fix_line {
    width: 50px;
    height: 1px;
    background: #F2F2F2;
    margin: 0 auto;
}


/*弹窗*/
.popover_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

.popover_wrap .popover_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1212px;
    height: 586px;
    margin-top: -273px;
    margin-left: -606px;
    background: linear-gradient(180deg, #FFE8EA 0%, #FFFFFF 30%);
    border-radius: 24px;
    overflow: hidden;
    z-index: 1000;
}

.popover_wrap .popover_container .popover_close {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.popover_wrap .popover_container .popover_content {
    width: 1050px;
    margin-left: 80px;
    margin-top: 40px;
}

.popover_wrap .popover_container .popover_content .popover_title h1 {
    width: 100%;
    font-family: Arial-BoldMT, Arial-BoldMT;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 40px;
}

.popover_wrap .popover_container .popover_content .popover_contact{
    width: 40%;
    height: 340px;
    float: left;
    padding: 20px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #F0F0F0;
}
.popover_wrap .popover_container .popover_content .popover_contact h1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 24px;
    color: #262626;
}
.popover_wrap .popover_container .popover_content .popover_contact p{
    font-family: Arial, Arial;
    font-size: 20px;
    color: #262626;
    line-height: 28px;
    margin-top: 20px;
    padding-left: 40px;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_email{
    background: url("../images/popover-email.webp") no-repeat left center;
    cursor: pointer;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_address{
    background: url("../images/popover-location.webp") no-repeat left 5px;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_tel{
    background: url("../images/popover-tel.webp") no-repeat left center;
    cursor: pointer;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_wechat{
    background: url("../images/popover-wechat.webp") no-repeat left center;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_whatsapp{
    background: url("../images/popover-whatsapp.webp") no-repeat left center;
    cursor: pointer;
}

.popover_wrap .popover_container .popover_content .popover_form {
    width: 57%;
    float: left;
    margin-left: 3%;

}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone{
    width: 47%;
    float: left;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone{
    margin-left: 6%;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    padding-left: 20px;
    border: 1px solid #F0F0F0;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email{
    width: 100%;
    margin-top: 20px;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    padding-left: 20px;
    border: 1px solid #F0F0F0;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 16px;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    padding: 10px 20px;
    border: 1px solid #F0F0F0;
    resize: none;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit {
    width: 220px;
    margin-top: 30px;
    margin-left: 30px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button {
    width: 220px;
    height: 60px;
    background: linear-gradient( 90deg, #E60012 0%, #F39800 100%);
    border-radius: 30px 30px 30px 30px;
    border-width: 0;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}


@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .popover_wrap .popover_container{
        width: 960px;
        height: 480px;
        margin-top: -240px;
        margin-left: -480px
    }
    .popover_wrap .popover_container .popover_content .popover_contact{
        height: 260px;
        padding: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_contact p{
        margin-top: 7px;
        font-size: 16px;
    }
    .popover_wrap .popover_container .popover_content .popover_contact{
        height: 260px;
    }
    .popover_wrap .popover_container .popover_content{
        width: 900px;
        margin-left: 30px;
        margin-top: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_title h1{
        font-size: 30px;
        line-height: 33px;
    }
    .popover_wrap .popover_container .popover_content .popover_title .popover_title_description{
        font-size: 18px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email{
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 140px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 180px;
        margin-top: 20px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 180px;
        height: 50px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1080px) {
    .popover_wrap .popover_container{
        width: 680px;
        height: 360px;
        margin-top: -180px;
        margin-left: -340px
    }
    .popover_wrap .popover_container .popover_content{
        width: 640px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .popover_wrap .popover_container .popover_content .popover_title h1{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_contact{
        height: 230px;
        padding: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_contact p{
        margin-top: 5px;
        font-size: 12px;
        line-height: 24px;
    }
    .popover_wrap .popover_container .popover_content .popover_form{
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
        height: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email{
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 120px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 130px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 130px;
        height: 40px;

    }
}


@media only screen and (max-width: 900px) {
    .header .header-up .header-up-left{
        display: none;
    }
    .header-down{
        width: 100%;
    }
}


