*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html, body {
    font-family: "SF Pro SC","HanHei SC","SF Pro Text","Myriad Set Pro","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

i {
    font-style: normal;
}

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

.clearfix::after {
    content:" ";
    display:block;
    clear:both;
}

.hide {
    display: none;
}

/*头部开始*/
.fixbox {
    display: none;
}

.header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#header {
    width: 100%;
    min-height: 60px;
    position: fixed;
    top: 0;
    padding: 0 25px;
    z-index: 10;
    transition: background 1s;
    background: rgba(0, 0, 0, 0);
}

div#header.scrolledDown{
    /* background: rgba(0, 0, 0, 0.85); */
    background: #e60000;
}

div#header.kingDown {
    background: rgba(0, 0, 0, 0.85);
}

.indexpage #header {
    background: #DB352A;
}

.indexpage .circle font {
    background: #DB352A;
}

.red-arrows {
    display: none;
}

.indexpage .white-arrows {
    display: none;
}

.indexpage .red-arrows {
    display: block;
}

.indexpage .safebt {
    border-top: 1px solid #e1e1e1;
}

.align {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.logo-c {
    padding-top: 14px;
    float: left;
    width: 328px;
}

.logo-c a {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

.logo-c .logo {
    float: left;
    margin-right: 8px;
    width: 34px;
}

.logo-c p {
    color: #fff;
    margin: 0;
    height: 18px;
    position: relative;
    
}

.logo-c .logo-p1 img {
    height: 13px;
    /* padding: 2px 0 5px; */
    position: absolute;
    bottom: 3px;
}

.logo-c .logo-p2 {
    font-size: 10px;
    opacity: 0.9;
    font-weight: 300;
}

.pcimg {
    display: block;
}

.mbimg {
    display: none;
}

.nav {
    line-height: 60px;
    float: right;
} 

#language {
    float: right;
    width: 60px;
    height: 60px;
    color: #fff;
    padding-top: 19px;
    z-index: 111;
}

#menus {
    display: block;
}

.nav-lf:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}

#menus li a {
    color:#ffffff;
    padding:17px 0;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    text-decoration: none;
}

#menus li {
    float: left;
    font-size:14px;
    padding: 0 12px;
}

#menus li.account a {
    padding: 8px 15px;
    background: #e60000;
    border-radius: 5px;
}

.nav-menus {
    display: none;
    position: absolute;
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    z-index: 111;
    cursor: pointer;
}

.nav-meuns-text {
    font-size: 20px;
    display: none;
}

.nav-meuns-er {
    position: relative;
    width: 100%;
    height: 100%;
}

.nav-meuns-er i {
    width: 18px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 26px;
    left: 20px;
}

.nav-meuns-er i:last-child {
    top: 34px;
}

.nav-children-item {
    cursor: pointer;
}

.nav-link {
    font-size: 28px;
    position: relative;
    cursor: pointer;
}

.nav-link::after,.nav-link::before {
    position: absolute;
    content: "";
    display: block;
    height: 16px;
    width: 1px;
    background-color: #fff;
    left: 110px;
    top: 10px;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.nav-link::before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.nav-link::after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

#menus .nav-children {
    position: absolute;
    top: 100%;
    background-color: #222;
    min-width: 100%;
    left: 0;
    display: none;
}

#menus .nav-children .nav-children-item {
    padding: 0 17px;
}

#menus .nav-children .nav-children-item a {
    padding: 0;
}


#menuslist {
    display: block;
}

.nav-lf:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}

#menuslist li a {
    color:#ffffff;
    padding:17px 0;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
}

#menuslist li {
    float: left;
    font-size:14px;
    padding: 0 17px;
}

#menuslist li.account a {
    padding: 8px 15px;
    background: #E43031;
    border-radius: 5px;
}

#menuslist .nav-dropdown {
    position: relative;
}

#menuslist .nav-dropdown>.nav-link {
    padding-right: 20px;
}

#menuslist .nav-dropdown>.nav-link::after, #menuslist .nav-dropdown>.nav-link::before {
    position: absolute;
    content: "";
    display: block;
    height: 12px;
    width: 1px;
    background-color: #fff;
    right: 12px;
    top: 23px;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.nav-link::before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.nav-link::after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

#menuslist .nav-children {
    position: absolute;
    top: 100%;
    background-color: #222;
    min-width: 100%;
    left: 0;
    display: none;
}

#menuslist .nav-children .nav-children-item {
    padding: 0 17px;
}

#menuslist .nav-children .nav-children-item a {
    padding: 0;
}


/*头部结束*/

/*内容开始*/
#container {
    width: 100%;
    padding: 60px 0 0;
    position: relative;
    background: #fff;
}

.main {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

div.heading {
    font-size: 90px;
    text-align: center;
    width: 1000px;
    height: 100px;
    position: absolute;
    z-index: 8;
    top: 40%;
    left: 50%;
    margin: -50px -500px;
}

.heading .fs72 {
    font-size: 68px;
}

.heading .fs26 {
    font-size: 26px;
}

.banner {
    position: relative;
    margin-top: -60px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.banner-center {
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px -500px;
    z-index: 8;
}

.banner-center p {
    font-size: 48px;
    margin-bottom: 45px;
    font-weight: 500;
}

.banner-center img {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    width: 210px;
}

section.banner.download {
    text-align: left;
}

.banner .bg-img {
    min-height: 600px;
    min-width: 100%;
    display: block;
}

.choose, .download {
    width: 100%;
    padding: 100px 0;
    position: relative;
    color: #fff;
}

.download {
    overflow: hidden;
    padding: 0;
}

.safe, .features, .cooperation, .charge, .buynew, .proxy, .download-reason, .help-center, .answer {
    width: 100%;
    padding: 100px 0;
    position: relative;
    text-align: center;
    color: #1C1C1C;
    background: #ffffff;
}

.features h2, .team h2, .safe h2, .cooperation h2, .charge h2, .buynew h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.features h3, .team h3, .safe h3, .cooperation h3, .charge h3, .buynew h3 {
    font-size: 20px;
    font-weight: normal;
}

/*内容结束*/

/*尾部开始*/
#footer {
    width:100%;
    /* background-color: #0E0E0E; */
    overflow: hidden;
    color: #fff;
    font-size: 11px;
}

.footer {
    position: relative;
}

#footer .align {
    padding-top: 40px;
    padding-left: 40px;
}

#footer ul {
    float: left;
    margin-right: 110px;
}

#footer .contactnumber-tel {
    margin-right: 0px;
}

#footer .contactnumber-tel .fwnum {
    font-size: 40px;
    line-height: 40px;
    margin: 20px 0;
}

#footer .contactnumber-tel li {
    height: auto;
    line-height: inherit;
}

#footer ul h3 {
    height: 30px;
    font-size: 16px;
}

#footer ul li {
    height: 28px;
    line-height: 1.5;
}

#footer ul li a {
    color:#ffffff;
    font-size: 12px;
}

#footer .foot-copy-box a {
    color:#ffffff;
    font-size: 12px;
}

#footer div ul.contact {
    margin-right: 17px;
}

/* #footer div ul li.number {
    font-size: 18px;
    line-height: 26px;
} */

#footer div.foot-we-description {
    width: 100%;
    float: left;
    /* margin-top: 70px; */
    margin-bottom: 7px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

#footer div.foot-copy-box {
    width: 100%;
    float: left;
    padding: 12px 0 20px;
}

#footer div.foot-copy {
    float: left;
}

#footer div.share {
    float: right;
    padding-right: 20px;
    display: none;
}

#footer div.share img {
    margin-left: 26px;
}

/*尾部结束*/

.fixed-service-btn {
    width: 170px;
    height: 55px;
    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 100px;
    background: url("https://static-public.jesselauristonlivermore.com/hk-livermore/service.png");
}

#MEIQIA-before {
    height: 60px;
    line-height: 60px;
    background: #ff3b30;
    width: 91px;
    position: absolute;
    color: #fff;
    top: 0;
    left: -80px;
    text-align: right;
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
    cursor: pointer;
}

/* #MEIQIA-BTN-HOLDER::before {
    content: '在线客服';
    height: 60px;
    line-height: 60px;
    background: #ff3b30;
    width: 91px;
    position: absolute;
    color: #fff;
    left: -80px;
    text-align: right;
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
} */

#MEIQIA-BTN {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 67px !important;
}

#MEIQIA-BTN #MEIQIA-BTN-ICON {
    background-position: 0px -128px !important;
}

@media screen and (max-width: 1215px) {
    #menus li {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1172px) {
    #menus li {
        padding: 0 8px;
    }
}

@media screen and (max-width: 1130px) {
    #menus li {
        padding: 0 6px;
    }
}

@media screen and (max-width: 1082px) {
    #menus li {
        padding: 0 4px;
    }
}

@media screen and (max-width: 1050px) {

    #menus li {
        padding: 0 7px;
    }

    .logo-c {
        width: 170px;
    }

    .logo-c .logo-p1 {
        padding-top: 7px;
        
    }

    .logo-c .logo-p2 {
        display: none;
    }

    .logo-c .logo-p1 img {
        position: relative;
        bottom: 0;
    }
    

    /* .famousbox .famous-list {
        width: 900px;
        height: 450px;
    } */

    .download-list {
        width: 900px;
    }

    .charge-content {
        width: 900px;
    }

    .new-list {
        width: 900px;
    }

    .new-list .fees {
        width: 420px;
    }

    .new-list .fees h1 {
        font-size: 30px;
    }

    .fee-table {
        width: 900px;
    }

    .agency-service {
        width: 900px;
    }

    .service-fees {
        width: 900px;
    }

    .help-list {
        width: 900px;
    }

    .help-list .question {
        width: 300px;
        padding: 0 40px 40px;
    }

    .help-list .question.list2 {
        padding: 40px 40px 0;
    }

    .answer-list {
        width: 900px;
    }

    .answer-list .answer-tab {
        width: 680px;
    }

    #footer .contactdetail {
        margin-right: 50px;
    }


}

@media screen and (max-width: 980px) {

    .logo-c {
        width: 170px;
    }

    .logo-c .logo-p1 {
        padding-top: 7px;
        
    }

    .logo-c .logo-p2 {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    #menus li {
        padding: 0 4px;
    }

    #container .helpbanner .bg-img {
        height: 555px;
    }

    #container .banner .bg-img {
        min-height: 555px;
    }

    /* .famousbox .famous-list {
        width: 750px;
        height: 375px;
    } */

    .download-list {
        width: 750px;
    }

    .download-list .reason-image {
        width: 360px;
    }

    .download-list .reason-word {
        width: 280px;
        margin-top: 0;
    }

    .download-list .reason-word h1 {
        font-size: 30px;
    }

    .download-list .reason-word h3 {
        font-size: 18px;
    }

    .feebanner .heading .fs72 {
        font-size: 56px;
    }

    .feebanner .heading .fs26 {
        font-size: 20px;
    }

    .charge-content {
        width: 750px;
    }

    .charge-content .charge-list ul li span {
        font-size: 22px;
    }

    .fee-table {
        width: 750px;
    }

    .new-list {
        width: 750px;
    }

    .new-list .fees {
        width: 330px;
    }

    .new-list .fees h1 {
        font-size: 24px;
    }

    .new-list .fees h4 {
        margin-top: 20px;
    }

    .new-list .fees.new_addfee h4 {
        margin-top: 20px;
    }

    .agency-service {
        width: 750px;
    }

    /* .agency-service .service-word {
        width: 500px;
    } */

    .agency-service .service-word h1 {
        font-size: 36px;
    }

    .service-fees {
        width: 750px;
    }

    .help-list {
        width: 750px;
    }

    .help-list .question {
        width: 250px;
        padding: 0 30px 30px;
    }

    .help-list .question.last, .help-list .question.list2 {
        padding: 15px 30px;
    }

    .help-list .question-list {
        font-size: 14px;
    }

    .answer-list {
        width: 750px;
    }

    .answer-list .answer-tab {
        width: 480px;
    }

    #footer ul {
        margin-right: 45px;
    }

    #footer .contactdetail {
        margin-right: 0px;
    }

    #footer .contactnumber .fwnum {
        font-size: 32px;
    }

    .nav-link::after, .nav-link::before {
        right: 120px;
    }

}

@media screen and (max-width: 880px) {
    #menus li {
        font-size: 12px;
        padding: 0 4px;
    }

}

@media screen and (max-width: 850px) {
    #menus li {
        padding: 0 4px;
        font-size: 13px;
    }

}

@media screen and (max-width: 780px) {

    .logo-c .logo-p1 img {
        position: relative;
        bottom: 0;
    }

    #MEIQIA-BTN-HOLDER {
        bottom: 60px!important;
        right: 15px!important;
        left: inherit!important;
    }

    #MEIQIA-BTN {
        width: 50px !important;
        height: 50px !important;
        border-top-left-radius: 31px !important;
        border-bottom-left-radius: 31px !important;
    }

    #MEIQIA-BTN .MEIQIA-ICON-CHAT1 {
        background-position: 0 -128px !important;
        margin: 8px !important;
    }

    #MEIQIA-BTN .MEIQIA-ICON-CHAT5 {
        left: 9px !important;
        top: 9px !important;
    }

    #MEIQIA-BTN-HOLDER::before {
        display: none;
    }

    .mbimg {
        display: block;
    }

    .pcimg {
        display: none;
    }

    .famousbox {
        padding-top: 60px;
    }
/* 
    .famousbox .famous-list {
        width: 100%;
        height: 188px;
    } */

    #header {
        padding: 0;
        background: rgba(0, 0, 0, 0.85);
        /* background: rgba(14,14,14,1); */
    }

    .banner-center {
        margin: -140px -500px;
    }

    .banner-center p {
        font-size: 24px;
    }

    #menus li {
        height: 50px;
        float: inherit;
        border-bottom: 1px solid #333333;
    }

    #menus li a {
        border-bottom: 0;
        display: inline-block;
        height: 50px;
        padding: 0;
        width: 100%;
    }

    .nav {
        display: none;
        height: 100%;
        line-height: 50px;
        width: 100%;
        position: fixed;
        top: 60px;
        padding: 0 60px;
        background: rgba(14,14,14,1);
        z-index: 40;
    }

    .nav #menus li.account a {
        background: content-box;
        padding: 0;
        color: #fff;
    }

    .nav-menus {
        display: block;
    }

    .logo-c {
        width: 100%;
        text-align: center;
    }

    .logo-c .logo {
        float: none;
        margin-right: 0;
    }

    .logo-c .logo-p1 {
        display: inline-block;
        position: relative;
        top: -11px;
        left:8px;
    }

    .logo-c .logo-p2 {
        display: none;
    }

    #language {
        position: absolute;
        right: 10px;
    }

    #container {
        width: 100%;
        padding: 60px 0 0;
        position: relative;
    }

     .choose .choose-main {
        padding-left: 0;
        width: 570px;
    }
    
    .main {
        width: 88%;
        margin: 0 auto;
        position: relative;
    }

    .safe {
        padding: 0 0 40px;
    }

    .cooperation, .charge, .buynew, .proxy, .download-reason, .help-center, .answer {
        padding: 40px 0;
    }

    .choose, .download {
        padding: 40px 0;
    }

    .download {
        padding: 0 0 40px;
    }

    section.banner.download {
        padding-bottom: 0;
    }

    .banner .bg-img {
        min-height: auto;
        height: 500px;
    }

    section.banner.download {
        text-align: center;
    }

    .features {
        padding: 15px 0 50px;
    }

    .features h2, .team h2, .safe h2, .cooperation h2, .charge h2, .buynew h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .fixed-service-btn {
        display: none;
    }

    .feebanner .heading {
        width: 100%;
        height: 50px;
        margin: -20px -50%;
    }

    .feebanner .heading .fs72 {
        font-size: 42px;
    }

    .feebanner .heading .fs26 {
        font-size: 18px;
    }

    /*尾部开始*/

    #footer div.align {
        padding-top: 30px;
        padding-left: 0;
        width: 88%;
    }

    .aboutus {
        display: none;
    }

    #footer ul {
        margin-right: 0;
    }

    .aboutus {
        width: 30%;
    }

    .contact {
        width: 20%;
    }

    .contactdetail {
        width: 50%;
    }

    #footer div ul.contact {
        margin-right: 0;
    }

    .contactnumber {
        width: 100%;
        margin-top: 15px;
        padding: 20px 0 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.45); 
        border-bottom: 1px solid rgba(255, 255, 255, 0.45); 
    }

    #footer div ul li.number {
        line-height: 18px;
        margin-top: 10px;
    }

    #footer div.foot-we-description {
        margin-top: 20px;
    }

    #footer div.share img {
        margin-left: 15px;
    }

    /*尾部结束*/
    
}


@media (max-width: 580px) {

    .features h3, .team h3, .safe h3, .cooperation h3, .charge h3, .buynew h3 {
        font-size: 16px;
    }

    #footer div.align {
        width: 100%;
        padding-left: 20px;
    }

    #footer div ul.contact {
        margin-right: 10px;
        width: 90px;
    }

    .contactdetail {
        width: 200px;
    }

    #footer div.foot-copy {
        margin-bottom: 10px;
    }

    .download-list .reason-word h1 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .download-list .reason-word h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .feebanner .heading .fs72 {
        font-size: 24px;
    }

    .feebanner .heading .fs26 {
        font-size: 16px;
        padding: 0 10px;
    }

    .new-list .fees {
        width: 280px;
        padding: 30px 20px 20px;
    }

    .agency-service .service-word h1 {
        font-size: 24px;
    }

    #container .banner .bg-img {
        min-height: 500px;
    }



    .answer-list .answer-tab {
        width: 100%;
    }

    .logo-c .logo-p1 img {
        position: relative;
        bottom: 0;
    }

}