html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 'Myriad Pro','helvetica Th', 'Segoe UI,' "Helvetica Neue", Helvetica, Arial, sans-serif;color:#333;outline:0;}
body{background:#fff;}
a,a:hover{color:#333;}

.cleafix:after {
    content:'';
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    clear: both;
}
.g-cnt{
    width: 1200px;
    margin: 0 auto;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    clear: both;
    text-align:center;
    padding: 0px 20px;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: auto;
    line-height: 1;
    font-size: 22px;
    min-width: 218px;
    height: 52px;
    line-height: 52px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all 0.3s;
}
.btn-car::before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/assets/images/icons/AT-allin-1.png) no-repeat -466px -585px;
    vertical-align: middle;
    margin: -4px 15px 0 0;
}
.btn.btn-sm {
    font-size: 16px;
    padding: 12px 30px;
}
.btn-yellow {
    background-color:  #FF8A00;
    color: #fff;
    background: linear-gradient(0deg, #FF6600, #FF8A00);
}
.btn-yellow:hover {
    background-color:#FF6600;
    background: linear-gradient(180deg, #FF6600, #FF6600);
}

img {
    max-width: 100%;
    height: auto!important;
}
.s-fc-org{
    color: #FF6000;
}

/* .banner */
.banner {
    background: url(/assets/marketing/images/backgrounds/banner-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 2;
}

.banner-logo {
    position: absolute;
    top:10px;
    left:110px;
    display: block;
}

.banner-inner {
    padding: 80px 0 90px 0;
    position: relative;
}

.banner-inner .h1 {
    position: relative;
    width: 844px;
    height: 243px;
    margin: auto;
    background: url(/assets/marketing/images/h1/banner-wenan.png) no-repeat center top;
}
.banner-inner .h1 .small-tips {
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 77px;
    right: 19px;
    font-size: 16px;
    font-weight: 100;
    transform: rotate(-5deg);
    display: block;
    width: 280px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
#McountdownY {
    position: absolute;
    width: 235px;
    height: 66px;
    bottom: 10px;
    left: 96px;
}
#McountdownY .countdown>div{
    background-color: #FF1F44;
    min-width: 60px;
    border-radius: 5px;
}
#McountdownY  .countdown>i{
    bottom: 12px;
}
#McountdownY  .countdown>div p{
    border-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}
#McountdownY  .countdown>i,
#McountdownY .countdown>div span,
#McountdownY  .countdown>div p{
    color: #fff;
}
@media all and (max-width: 1200px) {
    body {
        width: 1200px;
    }
}
h2 {
    font-size:28px;
}
.bc-wrapper {
    display: table;
    margin: 30px auto 0 auto;
}
.banner .bc-wrapper {
    margin-top: 20px;
}
.banner .p-content {
    width: 870px;
    height: 416px;
    background: url(/assets/marketing/images/backgrounds/kuang-bg1.png) no-repeat center;
    margin: 30px auto 0 auto;
    padding-top: 35px;
}
.banner .p-content h2 {
    background: url(/assets/marketing/images/misc/line.png) no-repeat center bottom;
    padding-bottom: 15px;
    text-align: center;
}
.layout1 .img {
    display: table-cell;
    vertical-align: middle;
}
.layout1 .img img {
    margin-right: 50px;
}
.layout1 .info {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.layout1 .info h3 {
    font-size: 20px;
    font-weight: normal;
    /* font-family: 'helvetica Th', 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
.layout1 .info .price-row {
    margin: 10px 0 20px 0;
}
.layout1 .price-row .sale-price {
    /* font-family: 'Segoe UI', "Helvetica Neue", Helvetica, Arial, sans-serif; */
    color: #2f2f2f;
    font-size: 48px;
}
.layout1 .price-row .total-price {
    text-decoration: line-through;
    font-size: 24px;
    color: #999;
}
.banner .img{
    position: relative;
}
.banner .img .coup{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    width: 90px;
    height: 90px;
    position: absolute;
    text-align: center;
    bottom: 6px;
    left: 40px;
    border-radius: 50%;
    line-height: 1;
    padding: 25px 10px;
}
.banner .img .coup small{
    font-size: 20px;
    display: block;
}
/* cnt-featrue */
.cnt-featrue{
    background: url(/assets/marketing/images/backgrounds/tu.png) no-repeat center;
    background-size: cover;
    padding: 125px 0 110px;
    margin-top: -40px;
}
.cnt-featrue .guarantee{
    display: table;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 95px;
}
.cnt-featrue .guarantee li{
    display: table-cell;
    width: 25%;
}
.cnt-featrue .guarantee li img{
    margin-bottom: 30px;
    height: 67px!important;
    width: auto;
}
.featrue{
    background: #F2F2F2;
    border-radius: 20px;
    padding: 50px 0 18px;
}
.featrue h3{
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 55px;
    text-align: center;
}
.featrue .left,
.featrue .center,
.featrue .right{
    float: left;
    margin: 0 10px;
}
.featrue .left,
.featrue .right{
    width: 400px;
}
.featrue .center{
    width: 330px;
}
.featrue  .g-ls li{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 35px;
    font-size: 0;
    min-height: 140px;
    height: 140px;
    overflow: hidden;
    transition: all 0.5s;
}
.featrue  .g-ls li::after{
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    visibility: hidden;
    vertical-align: middle;
}
.featrue  .g-ls li .txt{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: calc(100% - 70px);
    padding-left: 25px;
}
.featrue  .g-ls h4{
    font-size: 22px;
    color: #1a1a1a;
}
.featrue  .g-ls .hide-tips{
    height: 0;
    opacity: 0;
    transition: margin 0.5s;
}
.featrue  .g-ls li:hover{
    background-color: #0765FF;
}
.featrue  .g-ls li:hover .hide-tips{
    height: auto;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
    margin-top: 5px;
}
.featrue  .g-ls li:hover h4{
    color: #fff;
}
.featrue .center{
    text-align: center;
}
.featrue .center .learn-more{
    margin-top: 55px;
}
.featrue  .g-ls li .ic{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    background: url(/assets/marketing/images/icons/icon.png);
}
.featrue  .g-ls li .ic1{
    background-position: 4px 4px;
}
.featrue  .g-ls li:hover .ic1{
    background-position: -96px 4px;
}
.featrue  .g-ls li .ic2{
    background-position: 10px -80px;
}
.featrue  .g-ls li:hover .ic2{
    background-position: -90px -80px;
}
.featrue  .g-ls li .ic3{
    background-position: 3px -162px;
}
.featrue  .g-ls li:hover .ic3{
    background-position: -99px -162px;
}
.featrue  .g-ls li .ic4{
    background-position: 5px -234px;
}
.featrue  .g-ls li:hover .ic4{
    background-position: -95px -234px;
}
.featrue  .g-ls li .ic5{
    background-position: 0px -303px;
}
.featrue  .g-ls li:hover .ic5{
    background-position: -101px -303px;
}
.featrue  .g-ls li .ic6{
    background-position: 7px -371px;
}
.featrue  .g-ls li:hover .ic6{
    background-position: -94px -371px;
}
.featrue  .g-ls li .ic7{
    background-position: 7px -438px;
}
.featrue  .g-ls li:hover .ic7{
    background-position: -93px -438px;
}
.featrue  .g-ls li .ic8{
    background-position: 4px -504px;
}
.featrue  .g-ls li:hover .ic8{
    background-position: -96px -504px;
}

/* cnt-featrue */

/* bg3-qd-giveaway */
.cnt-users {
    background: url(/assets/marketing/images/backgrounds/bg3.png) no-repeat center top;
    background-size: cover;
    text-align: center;
    padding: 90px 0 100px;
}
.cnt-users h2{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: url(/assets/marketing/images/backgrounds/title1.png) no-repeat center;
    height: 107px;
    line-height: 104px;
    margin-bottom: 60px;
}
.cnt-users h3{
    font-size: 24px;
    color: #1a1a1a;
}
.table {
    display: table;
    margin: auto;
    width: 100%;
}
.cell {
    display: table-cell;
}
.col-5 {
    width: 50%;
}
.col-3 {
    width: 33.33333%;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.comobox {
    display: inline-block;
    background-color: #fff;
    padding: 50px;
    vertical-align: top;
    border: 1px solid #025EF9;
    box-shadow: 1px 3px 16px 0px rgba(10, 24, 114, 0.28);
    border-radius: 20px;
}
.table .cell:first-child .comobox.patch {
    margin-right: 15px;
}
.table .cell:last-child .comobox.patch {
    margin-left: 15px;
}
.text-center {
    text-align: center;
}
.comobox h3 {
    margin-bottom: 20px;
}
.theinfo {
    margin-bottom: 35px;
}
.theinfo:last-child {
    margin-bottom: 0;
}
.theinfo img {
    margin-bottom: 15px;
}
.theinfo p {
    font-size: 14px;
}

.comobox.init {
    padding:0;
}
.comott {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}
.bg-info {
    background-color: #00aef4;
    color: #fff;
}
.bg-primary {
    background-color: #2e5aff;
    color: #fff;
}
.comobox.bd-primary {
    border: 1px solid #2e5aff;
}

.comobox.sm {
    width: 300px;
}
.comobox.lg {
    width: 380px;
}

.comobox.sm .btn {
    margin-bottom: 25px;
}
.comobox.lg .btn {
    margin-bottom: 45px;
}

.table .theinfo p {
    font-size: 16px;
}
.table .cell.va-md {
    vertical-align: middle;
}
.comobox.lg .theinfo > img {
    margin-top: 25px;
}
/* bg3-qd-giveaway */
/*modal*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 198000;
    width: 100%;
    height: 100%;
    display: none;
}
.modal:before {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 20;
}
.modal .close {
    position: absolute;
    top: -15px;
    right: -15px;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 24px;
    cursor: pointer;
    color: #0f3f98;
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 0.8;
    /* transition: transform 0.3s; */
    box-shadow: 5px 5px 10px rgba(23, 45, 66, 0.45);
}
.modal .close:hover,.modal .close:focus {
    color: #0C0C0C;
    font-weight: bold;
    opacity: 1;
    /* transform: rotate(180deg); */
}

.modal-content {
    position: absolute;
    z-index:100;
    width: 600px;
    background-color: #fff;
    top: 90px;
    left: 50%;
    margin-left: -300px;
    box-shadow:  8px 10px 10px rgba(3,3,3,0.2);
    border-radius: 20px;
}
.modal-title {
    padding: 25px 0 15px;
    text-align: center;
    color: #fff;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(180deg,#f0641c,#9813c1)
}
.modal-title h3 {
    font-size: 30px;
    margin-top: 5px;
}
.modal-title h3::before,
.modal-title h3::after{
    content: '';
    display: inline-block;
    width: 34px;
    height: 32px;
}
.modal-title h3::before{
    background: url(/assets/marketing/images/icons/left.png) no-repeat center;
    margin-right: 27px;
}
.modal-title h3::after{
    background: url(/assets/marketing/images/icons/right.png) no-repeat center;
    margin-left: 27px;
}
.modal-title p {
    font-size: 24px;
}
.modal .btm{
    padding: 35px 0;
}
.modal h4.s-fc-purple{
    color: #550599;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.modal .btm .p{
    font-size: 24px;
}
.modal .table {
    width: auto;
}
.modal .table .cell {
    vertical-align: middle;
}
.modal .cell img {
    margin-right: 40px;
}

.modal .cell .btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 35px;
    text-align: left;
}
.modal .a-bx{
    position: relative;
    display: inline-block;
}
.modal .cell .coup{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: url(/assets/marketing/images/icons/biaoqian.png) no-repeat center;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    padding: 25px 10px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: -48px;
}
.modal .cell .coup small{
    font-size: 17px;
    display: block;
}
.advanced{
    background: #eee;
}
.advanced .container{
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1200px;
    margin: auto;
}
.advanced h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #515a64;
    text-align: center;
    margin-bottom: 60px;
}
.advanced-list .table-cell{
    display: table-cell;
    width: 400px;
    vertical-align: top;
}
.advanced-list ul li{
    padding-left: 45px;
    position: relative;
    margin-bottom: 20px;

}
.advanced-list  .left ul li:before{
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url('/assets/marketing/images/icons/bu-all-icon2.png') no-repeat -356px -1241px;;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 999;


}
.advanced-list .right ul li{
    padding-left: 0;
    padding-right: 45px;
}
.advanced-list  .right ul li:after{
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url('/assets/marketing/images/icons/bu-all-icon2.png') no-repeat -701px -1241px;;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 999;
}
.advanced-list .left ul li:nth-of-type(2):before{
    background-position-x: -443px;
}
.advanced-list .left ul li:nth-of-type(3):before{
    background-position-x: -529px;
}
.advanced-list .left ul li:nth-of-type(4):before{
    background-position-x: -615px;
}
.advanced-list .right ul li:nth-of-type(2):after{
    background-position-x: -787px;
}
.advanced-list .right ul li:nth-of-type(3):after{
    background-position-x: -873px;
}
.advanced-list .right ul li:nth-of-type(4):after{
    background-position-x: -959px;
}
.advanced-list  h6{
    font-size: 16px;
    font-weight: bold;
    line-height:1;
    color: #091871;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c7cc;
}
.advanced-list  p{
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    position: relative;

}

@media all and (min-width: 992px) {
    .bg3-qd-giveaway .table {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.bg3-qd-giveaway .table > .cell > .comobox {
    height: 100%;
    min-height: 556px;
}
