@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Titillium+Web:wght@200;300;400;600;700&display=swap');
 @import url(bootstrap.min.css);
 @import url(fontawesome.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1 !important; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
  border: 0; }

:focus {
  outline: 0; }

a:active,
a:focus,
input,
button {
  background-color: transparent;
  outline: 0;
  outline-style: none;
  outline-width: 0; }

a:hover {
  text-decoration: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
input[type=submit] {
  cursor: pointer;
  border: 0;
  padding: 0; }

img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

em {
  font-style: italic; }

a,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

body{
    font-family: 'Titillium Web', sans-serif;
    position: relative;
}
body.overflow{
    overflow: hidden;
}
/*
body.fda:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #000000c7;
    z-index: 900;
    width: 100%;
    height: 100vh;
}*/
header{
    width: 100%;
    float: left;
    padding: 25px 0;
    position: relative;
    z-index: 1000;
    background: #fff;
}
header .logo{
    float: left;
}
header .menu{
    float: right;
    margin-right: 20px;
}
header .menu ul li{
    float: left;
    padding: 15px;
}
header .menu ul li a{
    color: #000;
    font-size: 16px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
header .menu ul li a:hover{
    color: #1039a8;
}
header .menu-toggle{
    display: none;
    float: right;
    padding: 5px 0 0 10px;
}
header .right{
    float: right;
    position: relative;
}
header .right a{
    padding: 14px 0px;
    width: 110px;
    color: #fff;
    display: inline-block;
    background-color: #1039a8;
    text-align: center;
    border-radius: 4px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
header .right a:hover{
    background-color: #042274;
}
header .right a i{
    margin-right: 5px;
}
header .right a.forgot{
    font-size: 12px;
    margin: 7px 0 0 0;
    color: #5c7e8d;
    text-align: left;
    background-color: #fff;
}
header .right .member-box h4{
    font-size: 18px;
    background: #5c7e8d;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 15px 25px;
}
header .right .member-box{
    position: absolute;
    top: 189%;
    left: 0;
    z-index: 50;
    background: white;
    width: 250px;
    display: none;
    box-shadow: 0px 0px 54px -18px #0000002b;
}
header .right .member-box .box{
    padding: 0 25px;;
}
header .right .member-box:before{
    content: '';
    position: absolute;
    left: 15px;
    top: -16px;
    border-color: transparent transparent #5c7e8d transparent;
    border-style: solid;
    border-width: 0px 10px 16px 10px;
    width: 0px;
    height: 0px;
}
header .right .member-box ul li{
    width: 100%;
    float: left;
}
header .right .member-box ul li a{
    width: 100%;
    height: 40px;
    background-color: #1039a8;
    margin-bottom: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}




header .right .login-box h4{
    font-size: 18px;
    background: #5c7e8d;
    color: #fff;
    margin-bottom: 20px;
    padding: 15px 25px;
    font-weight: 600;
}
header .right .login-box{
    position: absolute;
    top: 189%;
    left: 0;
    z-index: 50;
    background: white;

    width: 250px;
    display: none;
    box-shadow: 0px 0px 54px -18px #0000002b;
}
header .right .login-box:before{
    content: '';
    position: absolute;
    left: 155px;
    top: -16px;
    border-color: transparent transparent #5c7e8d transparent;
    border-style: solid;
    border-width: 0px 10px 16px 10px;
    width: 0px;
    height: 0px;
}
header .right .login-box .box{
    padding: 0 25px;;
}
header .right .login-box ul li{
    width: 100%;
    float: left;
}
header .right .login-box ul li a{
    width: 100%;
    height: 40px;
    background-color: #1039a8;
    margin-bottom: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .right .login-box input{
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 0px 15px;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
header .right .login-box input::placeholder{
    font-size: 14px;
}
header .right .login-box button{
    background: #1039a8;
    color: #fff;
    padding: 10px 15px;
    float: right;
    font-size: 14px;
    margin: 10px 0 20px 0;
}
.follow{
    float: left;
    width: 100%;
    display: none;
    background: radial-gradient(circle, rgb(29 76 203) 0%, rgb(0 33 121) 100%);
}
.follow .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.follow  img{
    margin-right: 15px;
}
.follow h5{
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}
.follow p{
    font-size: 14px;
    color: #fff;
}
.follow form{
    position: relative;
    margin-left: 50px;
}
.follow form input{
    width: 300px;
    height: 50px;
    padding: 0 20px;
    border-radius: 8px;
    background-color: #fff;
}
.follow form button{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    padding: 0 15px;
    background: #1039a8;
    border-radius: 8px;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.follow form button:hover{
    background: #02237d;
}
.main-slider{
    width: 100%;
    float: left;
    background-color: #f6f6f69c;
    position: relative;
}
.main-slider .slider-images{
    width: 100%;
    float: left;
        object-position: 0 35px;
}
.main-slider .info{
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
   
    text-align:center;
}
.main-slider .info h3{
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}
.main-slider .info h4{
    margin-bottom: 20px;
    font-size: 20px;
}
.main-slider .info h4 br{
    display: none;
}
.main-slider .info p{
    font-size: 16px;
}
.main-slider .info p br{
    display: none;
}
.main-slider .slider-boxs{
        width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}
.main-slider .box{
    padding: 40px;
    float: left;
    width: 550px;
    background: #ebeef0;
    display: table;
    margin-top: 50px;
}
.main-slider .box h3{
    font-size: 20px;
    text-align: left;
}
.main-slider .box form{
    display: flex;
}
.main-slider .box .nice-select{
        float: left!important;
    text-overflow: ellipsis;
    margin-right: 15px;
    width: 100px;

}
.main-slider .box .nice-select .current{
        text-overflow: ellipsis;
    width: 52px;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}
.main-slider .box .nice-select .list{
    height: 250px;
    overflow-y: scroll;
}
.main-slider .box .nice-select .list::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.main-slider .box .nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.main-slider .box .nice-select .list::-webkit-scrollbar-thumb {
  background: #888;
}


.main-slider .box button{
    padding: 0 20px;
    background: #1039a8;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.main-slider .box button:hover{
    background: #042274;
}
.main-slider .info-slider{
    width: 200px;
    float: left;
    margin-left: 15px;
    height: 165px;
    background: #ebeef0;
    margin-top: 50px;
    overflow: hidden;
}
.main-slider .info-slider .mySwiper{
    height: 165px;
}
.main-slider .info-slider .mySwiper .info-box{
    width: 100%;
    padding: 23px 23px 0 25px;
    border-top: 1px solid gainsboro;
}
.main-slider .info-slider .mySwiper .info-box img{
    width: 50px;
    margin-right: 10px;
    float: left;
}
.main-slider .info-slider .mySwiper .info-box .right{
    float: left;
    text-align: left;
}
.main-slider .info-slider .mySwiper .info-box .right h6{
    font-size: 14px;
    margin-bottom: 3px;
}
.main-slider .info-slider .mySwiper .info-box .right p{
    font-size: 14px;
}
.main-slider .container{
    position: relative;
}
.main-slider .cargo-btn{
    position: absolute;
    right: 15px;
    top: 0;
    color: white;
    cursor: pointer;
    background-color: #1039a8;
    padding: 15px 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.main-slider .cargo-btn:hover{
    background-color: #022580;
}
.main-about{
    margin-top: 150px;
    float: left;
    width: 100%;  
}
.main-about h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}
.main-about p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 150%;
}
.vip{
       float: left;
    width: 100%;
    margin-top: 150px;
    height: 500px;
    background: #f6f6f69c;
    position: relative;
}
.vip img{
       width: 400px;
    float: left;
    position: absolute;
    bottom: 50px;
}
.vip .right{
    float: right;
    margin-top: 130px;
}
.vip .right h4{
    font-size: 60px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #3a3939;
}
.vip .right a{
    background: #1039a8;
    padding: 15px 40px;
    border-bottom: 4px;
    color: #fff;
    font-weight: 700;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.vip .right a:hover{
    background: #042274;
}
.information{
    width: 100%;
    float: left;
    margin: 150px 0;
}
.information h4{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.information p{
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 150%;
}
.information .box{
    width: 100%;
    float: left;
    background: white;
    height: 250px;
    padding: 20px;
    box-shadow: 0px 0px 44px -10px #00000014;
}
.information .box .icon{
    background: #1039a8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.information .box .icon img{
    width: 70%;
}
.information .box h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.information .box p{
    font-size: 14px;
}
.news{
    width: 100%;
    float: left;
    margin-bottom: 150px;
    background: #f6f6f69c;
    padding: 100px 0;
}
.news .box{
    border: 1px solid #f2f2f2;
    padding: 20px;
    background-color: #fff;
}
.news .box span{
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.news .box:hover span{
    margin-left: 15px;
}
.news .title{
    float: left;
    margin-bottom: 50px;
}
.news .swiper-button{
    float: right;
    margin-top: 15px;
}
.news .swiper-button div{
    width: 40px;
    height: 40px;
    margin-left: 15px;
    font-size: 25px;
    background: #fff;
    border-radius: 50%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.news .swiper-button div:hover{
    background: #1039a8;
    color: #fff;
}
.news .mySwiper{
    width: 100%;
    float: left;
}
.news h3{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}


.news p{
    font-size: 16px;
    margin-bottom: 0px;
}
.news .images{
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    margin-left: 0!important;
}
.news img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.news .box:hover img{
    transform: scale(1.1);
    -wekbit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news .box h4{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.news .box p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}
.news .box a{
    color: #000;
    font-size: 16px;
}
.news .all{
    width: 100%;
    float: left;
    margin-top: 100px;
    text-align: center;
}
.news .all a{
    padding: 15px 40px;
    background: #1039a8;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.news .all a:hover{
    background-color:#042274;
}
footer{
    width: 100%;
    float: left;

}
footer .left img{
    margin-bottom: 20px;
}
footer .left p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}
footer .left a{
    font-size: 16px;
    color: #000;
    float: left;
    display: block;
    line-height: 150%;
    width: 100%;
    margin-bottom: 5px;
}
footer .left a i{
    margin-right: 10px;
}
footer .left ul{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
footer .left ul li{
    float: left;
    margin-right: 10px;
}
footer .left ul li a{
    font-size: 18px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
footer .left ul li a:hover{
    color: #1039a8;
}
footer .menu ul{
    margin-top: 80px;
    float: left;
    margin-right: 60px;
}
footer .menu ul li{
    display: block; 
    margin-bottom: 15px;
}
footer .menu ul li a{
    color: #000;
    margin-bottom: 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
footer .menu ul li a:hover{
    color: #1039a8;
}
footer .right h4{
     font-size: 20px;
    font-weight: 600;
     margin-bottom: 10px;
}
footer .right p{
    font-size: 16px;
    margin-bottom: 25px;
}
footer .right input{
    background: #f6f6f6;
    height: 50px;
    padding: 0 15px;
}
footer .right button{
    height: 50px;
    background: #1039a8;
    padding: 0 20px;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
footer .right button:hover{
    background: #042274;
}
footer .footer-bottom{
    padding: 15px 0;
    float: left;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #ececec;
}
footer .footer-bottom p{
    font-size: 14px;
    float: left;
    padding-top: 25px;
}
footer .footer-bottom  img{
    float: right;
    width:300px ;
	height:auto;
}
.contact-page{
        width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 150px 0;
    margin-bottom: 150px;
}
.contact-page .boxs{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}
.contact-page .box{
    width: 400px;
    float: left;
    margin-right: 50px;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 49px -30px #0000001a;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.contact-page .box:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.contact-page .box h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #555; 
}
.contact-page .box p{
    font-size: 16px;
    line-height: 150%;
    color: #555;
    margin-bottom: 10px;
}
.contact-page .box p i{
    width: 20px;
}
.contact-page .box a{
   font-size: 16px;
    line-height: 150%;
    color: #555; 
}
.contact-page .map{
    margin-top: 100px;
    float: left;
    width: 100%;
}
.about-page{
      width: 100%;
    float: left;
    padding: 150px 0;
    margin-bottom: 150px;
    background: #f9f9f9;
}
.about-page .about-boxs{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}
.about-page .about-boxs .box{
    padding: 0 50px;
    text-align: center;
}
.about-page .about-boxs .box p{
       font-size: 16px;
    margin-top: 30px;
    line-height: 150%;
}
.about-acordion{
        float: left;
    width: 100%;
    margin-top: 150px;
    background: #fff;
}
.about-acordion h4{
    font-size: 20px;
    padding: 15px 30px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    font-weight: 600;
}
.about-acordion h4.active{
    background: #1039a8;
    color: #fff;
}
.about-acordion h4.active .plus{
    float: right;
    display: block;
}
.about-acordion h4 .plus{
    display: none;
}
.about-acordion h4 .min{
    float: right;
    display: block;
}
.about-acordion h4.active .min{
    display: none;
}
.about-acordion .content{
    padding: 15px 30px;
    display: none;
}
.about-acordion .content p{
    font-size: 16px;
    line-height: 150%;
}
.how{
    background: #f9f9f9;
    float: left;
    width: 100%;
    padding: 100px 0 50px 0;
    margin-bottom: 150px;
}
.security{
        float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 150px 0;
    margin-bottom: 150px;
}
.security .box{
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px;
}
.security h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.security p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
.question{
      float: left;
    width: 100%;
    background: #f9f9f9;
    padding:50px 0;
    /*margin-bottom: 50px;*/
}
.question .about-acordion{
    margin-top: 0;
    margin-bottom: 50px;
}
.question h2{
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}
.price-popup{
    position: fixed;
    background: #0000007a;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    display: none;
}
.price-popup .price-box{
        position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 10px);
    background: #fff;
    width: 60%;
    height: 65vh;
    padding: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

.price-popup .price-box::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.price-popup .price-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.price-popup .price-box::-webkit-scrollbar-thumb {
  background: #ddd;
}
.price-popup .price-box .box{
    width: 100%;
    height: 100%;
    position: relative;
}
.price-popup .price-box .box .cls{
   width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    background: #1039a8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
.price-popup .price-box .box h3{
    text-align: center;
    font-size: 22px;
    padding: 30px 0;
}
.price-popup .price-box .box input[type="text"]{
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    padding: 0 15px;
}
.price-popup .price-box .box label{
    font-size: 14px;
    margin-bottom: 10px;
}
.price-popup .price-box .box .row{
    justify-content: center;
}
.price-popup .price-box .box input[type="radio"]{
    margin-top: 37px;
}
.price-popup .price-box .box .text{
    margin: 25px 88px;
    padding: 25px 0 0 0;
    border-top: 1px solid #ececec;
}
.price-popup .price-box .box p{
    line-height: 150%;
    margin-bottom: 15px;
}
.price-popup .price-box .box .price-btn{
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.price-popup .price-box .box .price-btn button{
    background: #1039a8;
    padding: 15px 35px;
    color: #fff;
    font-weight: 600;
}
.price-popup .price-box .box.box-two{
    display: none;
}
.price-popup .price-box .box.box-two p{
    font-size: 14px;
}

.price-popup .price-box .box .campany-box{
        width: 100%;
    float: left;
    border: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.price-popup .price-box .box .campany-box .top{
        background: #1039a8;
    padding: 20px;
    float: left;
    width: 100%;
}
.price-popup .price-box .box .campany-box .top.yellow{
    background: #FFCC00;
}
.price-popup .price-box .box .campany-box h4{
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.price-popup .price-box .box .campany-box h6{
    float: left;
    font-size: 16px;
    color: #fff;
}
.price-popup .price-box .box .campany-box span{
    float: right;
    font-size: 16px;
    color: #fff;
}
.price-popup .price-box .box .campany-box .text{
    FLOAT: LEFT;
    WIDTH: 100%;
    BORDER: NONE;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.price-popup .price-box .box .campany-box .text p{
    margin-bottom: 5px;
}
.price-popup .price-box .box .campany-box form{
    float: left;
    width: 100%;
    text-align: center;
}
.price-popup .price-box .box .campany-box form input{
    width: 200px;
    border: 1px solid #ececec;
    margin: 10px auto;
    height: 40px;
    display: block;
    padding: 0 15px;
}
.price-popup .price-box .box .campany-box form  button{
        background: #1039a8;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    padding: 15px 35px;
}
.price-popup .price-box .box .back{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    cursor: pointer;
}
.price-popup .popup-info{
    padding: 0 88px;
    text-align: center;
    float: left;
    width: 100%;
    display: none;
}
.price-popup .popup-info i{
    font-size: 30px;
    margin-bottom: 10px;
}
.price-popup .popup-info h5{
    font-size: 16px;
    margin-bottom: 5px;
}
.price-popup .popup-info p{
    font-size: 14px;
}
.cargo-form-1{
    width: 100%;
    float: left;
    padding: 150px 0;
    margin-bottom: 150px;
    background: #f9f9f9 0;
}
.blog-page{
    padding: 150px 0;
    float: left;
    width: 100%;
    margin-bottom: 150px;
    background: #f9f9f9;

}
.blog-page h3{
        font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.blog-page p{
    font-size: 16px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 100px;
}
.blog-page .box{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.blog-page .box:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.blog-page .box .text{
    background: #fff;
    padding: 20px 20px 40px 20px;
}
.blog-page .box img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    float: left;
    margin-bottom: 15px;
}
.blog-page .box h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-page .box p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
    text-align: left;
}
.blog-page .box a{
    font-size: 14px;
    background: #1039a8;
    padding: 10px 20px;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.blog-page .box a:hover{
    background: #042274;
}
.blog-page.detail-page{
    padding: 0;
    margin: 0;
}
.blog-page.detail-page h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.blog-detail{
   padding: 150px 0;
    float: left;
    width: 100%;
    margin-bottom: 150px;
    background: #f9f9f9;
}
.blog-detail .left{
    padding: 40px;
    background: #fff;
}
.blog-detail img{
    margin-bottom: 40px;
}
.blog-detail h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-detail p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
.cargo-form-1 h2{
    background: #1039a8;
    padding: 20px 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.cargo-form-1 form .box{
    padding: 20px 50px;
    width: 100%;
    background: #fff;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.cargo-form-1 form .box .title-btn{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 50;
}
.cargo-form-1 .ftr-box{
    /*display: none;*/
}
.cargo-form-1 .ftr-box.active{
    display: flex;
}
.cargo-form-1 .ftr-btn{
    /*display: none;*/
}
.cargo-form-1 form h3{
        font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #05060c;
}
.cargo-form-1 form h4{
   font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #05060c;
}
.cargo-form-1 form label{
    font-size: 16px;
    margin-bottom: 5px;
}
.cargo-form-1 .human-box{
    margin-top: 25px;
}
.cargo-form-1 .collection{
   margin-top: 40px; 
}
.radio-box .box2{
    display: none;
}
.cargo-form-1 form input{
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 45px;
    padding: 0 15px;
}
.cargo-form-1 .tab-content{
    width: 100%;
    float: left;
}
.cargo-form-1 .tab-content .content-box{
   width: 100%;
    float: left; 
    display: none;
}
.cargo-form-1 form textarea{
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 100px;
    padding: 15px;
    margin-bottom: 20px;
}
.cargo-form-1 form button{
    padding: 15px 35px;
    background: #229400;
    font-weight: 600;
    color: #fff;
}
.cargo-form-1 .form-group{
    width: 100%;
    float: left;
}
.cargo-form-1 .form-group.half{
    width: 48%;
    margin-right: 2%;
    float: left;
}
.cargo-form-1 .form-group.half2{
    margin-right: 0;
    float: right;
}
.cargo-form-1 form input[type="checkbox"]{
      width: auto;
    float: left;
    height: auto;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.cargo-form-1 form #insurance{
    margin-bottom: 10px;
}
.cargo-form-1 form input[type="radio"]{
    width: auto;
    float: left;
    height: auto;
     position: relative;
    top: 4px;
    margin-right:5px;
}
.cargo-form-1 form p{
    font-size: 14px;
    line-height: 150%;
}
.cargo-form-1 form .vertifice{
        background: #f0f0f0;
    padding: 25px;
    width: 100%;
    float: left;
    margin-top: 25px;
}
.cargo-form-1 form .vertifice p{
    line-height: 150%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}
.cargo-form-1 form .vertifice p a{
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}
.cargo-form-1 form .finish{
    text-align: center;
    margin: 20px 0;
}

.cargo-form-1 .basket ul li{
    padding: 20px;
    background: #fff;
    width: 100%;
}
.cargo-form-1 .basket ul li h5{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.cargo-form-1 .basket ul li p{
    font-size: 14px;   
}
.cargo-form-1 .basket form{
    background: white;
    padding: 20px;
}
.cargo-form-1 .basket form p a{
    color: #000;
    text-decoration: underline;
}
.cargo-form-1 .basket form button{
    width: 100%;
    margin-top: 20px;
}
.cargo-form-1 .warning{
    position: relative;
    cursor: pointer;
}
.cargo-form-1 .warning .toggle{
        position: absolute;
    left: 20px;
    top: 0;
    padding: 10px;
    border: 1px solid #e0e0e0;
    line-height: 150%;
    font-size: 12px;
    z-index: 50;
    background: #fff;
    display: none
}
.cargo-form-1 .warning:hover .toggle{
    display: block;
}
.tab-link{
       padding: 0px 50px;
    float: left;
    width: 100%;
    background: white;
}
.tab-link li{
        width: 50%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
    cursor: pointer;
}
.tab-link li.active{
    color: #1039a8;
    font-weight: 600;
    background: #f7f7f7;
}
.tab-link li a{
    font-size: 18px;
    color: #000;   
}
.cargo-form-1 .content-box .row{ 
    margin-bottom: 40px;
}
.cargo-form-1 .human p{
    width: 50%;
    float: left;
}
.cargo-form-1 form .nice-select{
    width: 100%;
}
.cargo-form-1 form .nice-select .list{
    width: 100%;
}
.cargo-form-1 form .human label{
    width: auto;
}
.cargo-form-1 .payment-box{
        border: 1px solid #d8d8d8;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 100%;
}
.cargo-form-1 .payment-box h5{
    font-size: 18px;
    font-weight: 600;
}
.cargo-form-1 .payment-box .top{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.cargo-form-1 .payment-box .top h5{
    float: left;
}
.cargo-form-1 .payment-box .top span{
    float: right;
}
.cargo-form-1 .payment-box .bottom{
    width: 100%;
    float: left;
}
.cargo-form-1 .payment-box .bottom h5{
    float: left;
}
.cargo-form-1 .payment-box .bottom span{
    float: right;
}
.cargo-form-1 .payment-box .right-icon{
    margin-bottom: 10px;
    float: right;
}
.cargo-form-1 .payment-box .left-icon{
    margin-bottom: 10px;
    float: left;
}
.payment{
        width: 100%;
    float: left;
    margin: 15px 15px;
    padding: 15px;
    background: #f3f3f3;
}
.payment input{
    background: #fff;
}
.payment .boxs{
    display: none;
}

.pay input[type="radio"]{
    position: relative!important;
    top: 2px!important;
}
.account{
        width: 100%;
    float: left;
    padding: 150px 0;
    margin-bottom: 150px;
    background: #f9f9f9;
}
.account .account-sidebar ul{
    width: 100%;
    background: #fff;
}
.account .account-sidebar ul li a{
    display: block;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    color: #05060c;
}
.account .account-sidebar ul li:last-child a{
    border-bottom: none;
}
.account .account-sidebar ul li a i{
    margin-right: 5px;
}
.account-right{
    width: 100%;
    float: left;
}
.account-right h2{
        background: #1039a8;
    padding: 20px 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.account-right .box{
     background: #fff;
    padding: 40px 40px 0 40px;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.account-right .title{
        width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.account-right .title p{
    line-height: 150%;
    font-size: 16px;
}
.account-right .title a{
        padding: 15px 25px;
    background: #229400;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
    display: inline-block;
}
.account-right .center {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.account-right .center p{
    margin-bottom: 15px;
}
.account-right .center .account-card{
    padding: 10px 0;
    float: left;
    width: 100%;
}
.account-right .center .account-card input{
    margin-right: 10px;
}
.account-right .center form{
        float: left;
    width: 100%;
    margin-top: 20px;
}
.account-right .center form label{
    width: 100%;
    margin-bottom: 5px;
}
.account-right .center form input{
      border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
}
.account-right .center form textarea{
     border: 1px solid #e2e2e2;
padding: 15px;
    width: 100%;
    height: 100px; 
}
.account-right .center form button{
        padding: 15px 25px;
    background: #229400;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
    float: right;
    display: inline-block;
}
.account-right .center h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.account-right .center form span{
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
.account-right .center form .nice-select{
    width: 100%;
}
.account-right .center .vip-box{
        border: 1px solid #e8e8e8;
    width: 300px;
    float: left;
    margin-right: 20px;
}
.account-right .center .vip-box .top{
        padding: 30px 0px;
    background: #FFCC00;
    text-align: center;
    color: #fff;
    height: 100px;
    width: 100%;
}
.account-right .center .vip-box.green .top{
    background: #64BF2B;
}
.account-right .center .vip-box.green .bottom a{
    background: #64BF2B;
 
}
.account-right .center .vip-box.green .top strong{
    font-size: 24px;
}
.account-right .center .vip-box .top h4{
    font-weight: 700;
}
.account-right .center .vip-box .bottom{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    
}
.account-right .center .vip-box .bottom a{
    background: #FFCC00;
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
}
.account-right .center table{
    width: 100%;
    margin-top: 50px;
    float: left;
}
.account-right .center table tr{
        display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.account-right .center table th{
    float: left;
    padding: 0;
    text-align: center;
    
}
.account-right .title-btm{
    margin-top: 30px;
}
.account-right .center .address-box{
        border: 1px solid #e8e8e8;
    padding: 40px;
}
.account-right .center .address-box h5{
    font-size: 18px;
    font-weight: 600;
}
.account-right .center .address-box button{
       padding: 10px 25px;
    background: #229400;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
    display: inline-block;
}
.address-popup{
        position: fixed;
    background: #0000007a;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    display: none;
}
.address-popup .box{
        position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, 10px);
    background: #fff;
    width: 60%;
    height: 65vh;
    padding: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.address-popup h3{
 margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}
.address-popup label{
    width: 100%;
    float: left;
    margin-bottom: 5px;
     display: block;
}
.address-popup input{
        width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    padding: 0 15px;
}
.address-popup textarea{
        width: 100%;
    height: 100px;
    border: 1px solid #e8e8e8;
    padding: 15px;
}
.address-popup .nice-select{
    width: 100%;
}
.address-popup button{
        background: #1039a8;
    padding: 15px 35px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    float: right;
}
.address-popup .cls{
        width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    background: #1039a8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
.address-popup .box::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.address-popup .box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.address-popup .box::-webkit-scrollbar-thumb {
  background: #ddd;
}



.distribution-popup{
        position: fixed;
    background: #0000007a;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    display: none;
}
.distribution-popup .box{
        position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, 10px);
    background: #fff;
    width: 60%;
    height: 65vh;
    padding: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.distribution-popup h3{
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}
.distribution-popup label{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 5px;
}
.distribution-popup input{
        width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    padding: 0 15px;
}
.distribution-popup textarea{
        width: 100%;
    height: 100px;
    border: 1px solid #e8e8e8;
    padding: 15px;
}
.distribution-popup .nice-select{
    width: 100%;
}
.distribution-popup button{
        background: #1039a8;
    padding: 15px 35px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    float: right;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.distribution-popup .cls{
        width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    background: #1039a8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
.distribution-popup .box::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.distribution-popup .box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.distribution-popup .box::-webkit-scrollbar-thumb {
  background: #ddd;
}
.form-credit{
    display: none;
}
.distribution-popup button:hover{
    background: #229400;
}
.address-popup button:hover{
    background: #229400;
}
.vip-top{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.vip-top{
    display: none;
}
.vip-form{
    display: none;
}
@media screen and (max-width:1100px){
    html{
        overflow-x: hidden;
    }
    body{
        overflow-x: hidden;
    }
    header{
        padding-bottom: 0;
    }
    header .logo{
        width: 40%;
        position: relative;
        top: -13px;
    }
    header .logo img{
        width: 100%!important;
        margin-top: 12px;
    }
    header .right a{
        font-size: 12px;
        width: 70px;
        padding: 8px 0;
    }
    header .right a i{
        margin-right: 2px;
    }
    header .menu{
    position: absolute;
    right: -10px;
    top: 70%;
    width: 150px;
    height: 150px;
    background: white;
    box-shadow: 0px 0px 26px 5px #00000012;
        display: none
    }
    header .menu ul li{
        width: 100%;
        padding: 10px;
    }
    header .menu ul li a{
        font-size: 14px;
    }
    header .menu-toggle{
        display: block;
    }
    header .right .member-box{
        right: -30px;
        left: inherit;
        top: 189%;
        width: 200px;
    }
    header .right .member-box:before{
        left: 50px;
    }
    header .right .member-box .box{
        padding: 0 15px;
    }
    header .right .login-box{
        right: -30px;
        top: 189%;
        width: 200px;
        left: inherit;
    }
    header .right .login-box:before{
        left: 123px;
    }
    .main-slider .box{
        width: 100%;
    }
    .main-slider .info-slider{
        display: none;
    }
    header .right .login-box .box{
        padding: 0 15px;
    }
    .main-slider{
        background-color: #f9f9f9;
        height: 550px;
    }
    .main-slider .info{
        transform: translate(0);
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 70px;
    }
    .main-slider .box{
        width: 95%;
        margin: 50px 2.5%;
        background: #fff;
        padding: 25px;
    }
    .main-slider .box form{
            flex-wrap: wrap;
    }
    .main-slider .box form .nice-select{
          width: 45%;
    margin-right: 0;
    margin: 0 2%;
    margin-bottom: 5%;
    }
    .main-slider .box button{
        width: 45%;
    height: 42px;
        margin: 0 2%;
    }
    .main-slider img{
        display: none;
    }
    .main-slider .info h3{
            font-size: 26px;
    color: #000;
    }
    .main-slider .info .box h3{
        font-size: 16px;
        margin-bottom: 20px;
        color: #000;
    }
    .main-slider .info h4{
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 10px;
        color:#000;
    }
    .main-slider .info h4 br{
        display: inherit;
    }
    .main-slider .info p{
        font-size: 14px;
        line-height: 150%;
        color:#000;
    }
    .main-slider .info p br{
        display: inherit;
    }
    .main-slider .info .box h3{
        color: #000;
    }
    .main-slider .cargo-btn{
        z-index: 450;
        font-size: 14px;
    padding: 10px 20px;
    }
    .about-acordion{
        margin-top: 50px;
    }
    .follow .img1{
       display: none;
    }
    .follow .text1{
       display: none;
    }
    .follow {
        padding: 20px 0;
    }
    .follow form{
        margin-left: 0;
    }
    .follow form input{
        width: 250px;
    }
    .main-about{
        margin-top: 80px;
    }
    .main-about img{
        width: 250px;
    }
    .main-about h3{
        font-size: 18px;
    }
    .main-about p{
        font-size: 14px;
    }
    .vip{
        margin-top: 80px;
        position: relative;
    }
    .vip img{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70%;
    }
    .vip .right{
        margin-top: 50px;
        width: 100%;
        margin-bottom: 350px;
    }
    .vip .right h4{
        font-size: 42px;
        margin-bottom: 30px;
    }
    .vip .right a{
        padding: 15px 25px;
        font-size: 14px;
    }
    .information{
        margin: 80px 0;
    }
    .information h4{
        font-size: 18px;
    }
    .information p{
        font-size: 14px;
    }
    .information .box{
        margin-bottom: 20px;
    }
    .news{
        margin-bottom: 80px;
        padding: 50px 0;
    }
    .news h3{
        font-size: 18px;
    }
    .news p{
        font-size: 14px;
    }
    .news .title{
        margin-bottom: 20px;
    }
    .news .swiper-button{
        margin: 15px 0;
    }
    footer .menu ul{
        margin: 80px 50px 80px 0 ;
    }
    footer .footer-bottom p{
        font-size: 12px;
        line-height: 150%;
    }
    footer .footer-bottom img{
        display: none;
    }
    .contact-page{
        padding: 50px 0;
        margin-bottom: 80px;
    }
    .contact-page .boxs{
        display: inherit;
    }
    .contact-page .box{
        padding: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    .contact-page .map{
        margin-top: 50px;
        
    }
    .about-page .about-boxs{
        display: inherit;
    }
    .about-page .about-boxs .box{
        margin-bottom: 40px;
    }
    .about-page{
        padding: 80px 0;
    }
    .about-page img{
        width: 125px;
    }
    .about-page .about-boxs .box p br{
        display: none;
    }
    .about-acordion h4{
        font-size: 16px;
        padding: 15px;
    }
    .about-acordion .content p{
        font-size: 14px;
    }
    .how{
        padding: 50px 0;
        margin-bottom: 80px;
    }
    .how img{
        width: 100%;
    }
    .information .box p{
        margin-bottom: 0;
    }
    .information .box{
        height: auto;
    }
    .security{
        padding: 80px 0;
    }
    .security .box{
        padding: 15px;
    }
    .security p{
        font-size: 14px;
    }
    .security h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .question{
        padding: 80px 0;
        margin-bottom: 20px;
    }
    .question h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .question .about-acordion{
        margin-bottom: 40px;
    }
    .price-popup .price-box{
        width: 90%;
        padding: 20px;
        top: 5%;
            height: 88vh;
         overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .price-popup .price-box .box{
       
    }
    .price-popup .price-box .box h3{
        font-size: 16px;
            text-align: left;

    line-height: 150%;
    padding: 30px 0 10px 0;
    }
    .price-popup .price-box .box .cls{
        background: #fff;
        color: #000;
        right: -10px;
        top: -10px;
    }
    .price-popup .price-box .box .back{
        background: #fff;
        color: #000;
        left: -10px;
        top: -10px;
    }
    .price-popup .price-box .box .text{
        margin: 10px 0;
        padding: 10px 0;
        
    }
    .price-popup .price-box .box p{
        font-size: 14px;
    }
    .price-popup .price-box .box.box-two p{
        padding: 0 15px;
    }
    .price-popup{
        z-index: 5000;
    }
    .price-popup .price-box .box .price-btn{
        margin-bottom: 0;
    }
    .price-popup .price-box .box .campany-box{
        margin-bottom: 20px;
    }
    .price-popup .popup-info{
        padding: 50px 0;
    }
    .price-popup .popup-info i{
        font-size: 24px;
    }
    .cargo-form-1{
        padding: 60px 0;
    }
    .cargo-form-1 form .box{
        padding: 20px;
    }
    .cargo-form-1 form button{
        margin-bottom: 20px;
    }
    .cargo-form-1 form p{
        margin-bottom: 20px;
    }
    .cargo-form-1 form textarea::placeholder{
        font-size: 14px;
    }
    .cargo-form-1 form input::placeholder{
        font-size: 14px;
    }
    .cargo-form-1 h2{
        padding: 15px;
        font-size: 16px;
    }
    .blog-page{
        padding: 60px 0;
        margin-bottom: 60px;
    }
    .blog-page h3{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .blog-page p{
        font-size: 14px;
        margin-bottom: 50px;
    }
    .blog-page p br{
        display: none;
    }
    .blog-detail{
        padding: 60px 0;
    }
    .blog-detail .left{
        padding: 20px;
        margin-bottom: 30px;
    }
    .blog-detail .left img{
        max-width: 200px;
    }
    .blog-detail h4{
        font-size: 18px;
    }
    .blog-detail p{
        font-size: 14px;
    }
    .account{
        padding: 50px 0;
    }
    .account-sidebar{
        margin-bottom: 25px;
    }
    .account-right .box{
        padding: 15px;
    }
    .account-right .center .address-box{
        padding: 20px;
        margin-bottom: 20px;
    }
    .account-right .title a{
        padding: 10px 20px;
    }
    .account-right .center form button{
        padding: 10px 20px;
    }
    .account-right .center form .form-box{
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .account-right .center .vip-box{
        width: 100%;
        margin-bottom: 20px;
    }
    .address-popup{
        z-index: 5000;
    }
    .address-popup h3{
        font-size: 20px;
    }
    .address-popup form .form-box{
        margin-bottom: 10px;
    }
    .address-popup .box{
            width: 90%;
    padding: 20px;
    top: 5%;
    height: 88vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    }
    .distribution-popup{
        z-index: 5000;
    }
    .distribution-popup h3{
        font-size: 20px;
    }
    .distribution-popup form .form-box{
        margin-bottom: 10px;
    }
    .distribution-popup .box{
            width: 90%;
    padding: 20px;
    top: 5%;
    height: 88vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    }
    .table-box{
            width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    float: left;
    }
    .table-box table{
            width: 100%;
    overflow-y: hidden; 
    overflow-x: scroll;
    }
    .account-right .center table{
        width: 700px;
    }
    .account-right .center table tr{
            display: block;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    }
    .account-right .center table tr th{
        padding: 0 15px;
    }
    
    
    
    
    
}