﻿@charset "utf-8";

html {
    color: #050B20;
    font-weight: 400;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: none;
}

html,
body {
    font-family: "Microsoft YaHei", sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
    max-width: 100%;
    display: block;
    height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

q:before,
q:after {
    content: ''
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

button {
    outline: none;
}

a {
    color: #181818;
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
        color: #181818;
    }

input {
    -webkit-appearance: none;
}

    input:focus {
        border: none;
    }

.header {
    position: fixed;
    z-index: 99;
    height: 1.2rem;
    width: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.4rem;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(34, 23, 20, 0.19);
}

    .header .header-logo {
        width: 6.693333rem;
    }

    .header .language {
        font-size: .36rem;
        color: #333;
        display: flex;
        align-items: center;
        padding: 0 .4rem;
    }

        .header .language > span {
            margin: 0 .12rem;
        }

            .header .language > span.line {
                width: 2px;
                height: .3rem;
                background-color: #333;
                display: inline-block;
            }

    .header .header-menu {
        width: .533333rem;
    }

.header-menu-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    top: 1.2rem;
    z-index: 98;
    background-color: #535353;
    transform: translateY(-120%);
    transition: all .3s ease-in-out;
    overflow-y: auto;
    max-height: calc(100vh - 2.54rem);
}

    .header-menu-dropdown.active {
        transform: translateY(0);
    }

    .header-menu-dropdown .menus {
        padding: 0 .4rem;
    }

        .header-menu-dropdown .menus .menu {
            display: flex;
            justify-content: center;
            flex-direction: column;
            position: relative;
            overflow: hidden;
        }

            .header-menu-dropdown .menus .menu + .menu {
                border-top: 1px solid #6A6A6A;
            }

            .header-menu-dropdown .menus .menu > a {
                font-size: .373333rem;
                color: #FFFFFF;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 1.2rem;
            }

            .header-menu-dropdown .menus .menu .nav-drawer {
                max-height: 0;
                overflow: hidden;
                transition: all .5s;
            }

                .header-menu-dropdown .menus .menu .nav-drawer.active {
                    max-height: 10rem;
                }

                .header-menu-dropdown .menus .menu .nav-drawer .menu-dropdown {
                    padding-bottom: .4rem;
                }

                .header-menu-dropdown .menus .menu .nav-drawer li {
                    height: 1rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }


                .header-menu-dropdown .menus .menu .nav-drawer a {
                    font-size: .32rem;
                    color: #D2D2D2;
                }


    .header-menu-dropdown.active + .mask {
        display: block;
        z-index: 97;
    }

.header-placeholder {
    height: 1.2rem;
}

.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 96;
    width: 10rem;
}

    .footer button,
    .footer a {
        flex: 1;
        height: 1.333333rem;
        display: flex;
        justify-content: center;
        align-items: center;
        outline: none;
        font-size: .346667rem;
        color: #FFFFFF;
    }

        .footer button:before,
        .footer a:before {
            content: "";
            width: .4rem;
            height: .4rem;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: .4rem .4rem;
            margin-right: 0.12rem;
        }

    .footer .btn-phone {
        background-color: #C49F75;
        border: 1px solid #C49F75;
    }

        .footer .btn-phone:before {
            background-image: url(/img/icon-phone.png);
        }

    .footer .btn-online {
        background-color: #535353;
        border: 1px solid #535353;
        border-radius: 0;
    }

        .footer .btn-online:before {
            background-image: url(/img/icon-online.png);
        }

.footer-placeholder {
    height: 1.333333rem;
}

.footer .btn-project-action {
    display: flex;
    width: 5.4rem;
    flex-shrink: 0;
    background-color: #fff;
}

    .footer .btn-project-action > a {
        flex: 1;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        align-items: center;
        border: none;
        color: #666666;
        font-size: .28rem;
    }

        .footer .btn-project-action > a::before {
            content: "";
            width: .4rem;
            height: .4rem;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: .4rem .4rem;
            margin: 0;
        }

        .footer .btn-project-action > a.btn-wechat::before {
            background-image: url(/img/icon-wechat.png);
        }

        .footer .btn-project-action > a.btn-whatsapp::before {
            background-image: url(/img/icon-whatsapp.png);
        }

        .footer .btn-project-action > a.btn-assess::before {
            background-image: url(/img/icon-assess.png);
        }

        .footer .btn-project-action > a.btn-share::before {
            background-image: url(/img/project/icon-share.png);
        }

        .footer .btn-project-action > a.btn-fav::before {
            background-image: url(/img/project/icon-fav.png);
        }

        .footer .btn-project-action > a.btn-online::before {
            background-image: url(/img/project/icon-online.png);
        }

.simple-header .header-logo {
    width: 0.24rem;
    height: 0.4rem;
    flex-shrink: 0;
}

.simple-header {
    position: fixed;
    z-index: 99;
    height: 1.2rem;
    width: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.4rem;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(34, 23, 20, 0.19);
}

    .simple-header .header-back {
        width: 0.24rem;
        height: 0.4rem;
        flex-shrink: 0;
    }

        .simple-header .header-back img.go-back {
            width: 0.24rem;
            height: 0.4rem;
        }

    .simple-header .header-title {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .426667rem;
        font-weight: 500;
        color: #333333;
    }

    .simple-header .header-menu {
        width: 0.24rem;
        height: 0.4rem;
        flex-shrink: 0;
    }

.simple-header-placeholder {
    height: 1.2rem;
}

.btn-online {
    width: 2.4rem;
    height: 0.73rem;
    background-color: #C49F75;
    border: 1px solid #C49F75;
    border-radius: 4px;
    outline: none;
    font-size: 0.2933rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}


.pagenation {
    padding: .4rem 0;
    display: flex;
    justify-content: center;
}

.pager {
    display: flex;
}

    .pager li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .pager li + li {
            margin-left: 0.2rem;
        }

        .pager li a {
            display: flex;
            justify-content: center;
            align-items: center;
            flex: 1;
            padding: .16rem .28rem;
            border: 1px solid #E1E3EB;
            border-radius: 2px;
            font-size: .28rem;
            color: #BCBCBC;
        }

        .pager li.active a {
            border: 1px solid #C49F75;
            background-color: #C49F75;
            color: #ffffff;
        }

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

        input[type=checkbox] + label > i {
            width: .4rem;
            height: .4rem;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            background-color: #FFFFFF;
            border: 1px solid #CCCCCC;
            border-radius: 50%;
        }

    input[type=checkbox]:checked + label > i {
        border: 1px solid #C49F75;
        background-color: #C49F75;
    }

        input[type=checkbox]:checked + label > i:before {
            content: "";
            width: 50%;
            height: 25%;
            border: 2px solid #fff;
            border-radius: 1px;
            border-top: none;
            border-right: none;
            background: transparent;
            transform: rotate(-45deg);
        }

.form-required::before {
    display: inline-block;
    color: #D80922;
    font-family: SimSun,sans-serif;
    content: '*';
    margin: 0 .16rem;
}

select {
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/img/select-arrow.png);
    background-repeat: no-repeat;
    background-size: .24rem 0.1333rem;
    background-position: right 1em center;
}

.modal {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: none;
}

.modal-show {
    display: block;
}

.mask {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(1,1,1,0.6);
    position: fixed;
    z-index: 998;
    display: none;
}

.modal-show + .mask {
    display: block;
}

.cart-fixed {
    position: fixed;
    bottom: 2rem;
    right: .4rem;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 100;
    background-image: url(/img/cart.png);
    background-size: 1.2rem 1.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    visibility: hidden;
}

    .cart-fixed.empty {
        background-image: url(/img/cart-empty.png);
    }

main.container {
    width: 10rem;
}

.swiper {
    width: 10rem !important;
    overflow: hidden;
    position: relative;
}

.success-box {
    width: 7.3333rem;
    background-color: #fff;
    border-radius: 0.2666rem;
    padding: .8rem 0;
    position: relative;
}

    .success-box .img {
        width: 2.85rem;
        margin: 0 auto;
    }

    .success-box .success-title {
        font-size: 0.53333rem;
        font-weight: 500;
        color: #666666;
        text-align: center;
        padding: .6rem 0 .48rem;
    }

    .success-box .success-subtitle {
        font-size: 0.37333333rem;
        font-weight: 500;
        color: #666666;
        text-align: center;
        padding: 0 .6rem .6rem;
        line-height: .6rem;
    }

    .success-box .btn-success-confirm {
        width: 3.13333333rem;
        height: 0.93333rem;
        background: #C49F75;
        border-radius: 0.4666rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.3733333rem;
        font-weight: 500;
        color: #FFFFFF;
        outline: none;
        border: none;
        margin: 0 auto;
    }

    .success-box .success-close {
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        z-index: 9;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .success-box .success-close::before {
            content: "";
            width: 1px;
            height: 1.2rem;
            background-color: #fff;
        }

        .success-box .success-close .btn-success-close {
            width: .6rem;
            height: .6rem;
        }

.login-modal-box {
    width: 7.68rem;
    background-color: #fff;
    border-radius: 0.2666rem;
    padding: .8rem 0;
    position: relative;
}

    .login-modal-box .img {
        width: 100%;
        border-radius: 0.2666rem 0.2666rem 0 0;
    }

    .login-modal-box .login-title {
        font-size: .48rem;
        font-weight: 500;
        color: #333;
        text-align: center;
        padding: .5rem 0 .2rem;
    }

    .login-modal-box .login-subtitle {
        font-size: 0.34666666rem;
        font-weight: 500;
        color: #666;
        text-align: center;
        padding: 0 .6rem .6rem;
        line-height: .6rem;
    }

    .login-modal-box .btn-modal-login {
        width: 6.56rem;
        height: 0.93333rem;
        background: #C49F75;
        border-radius: 0.13333rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.4rem;
        font-weight: 500;
        color: #FFFFFF;
        outline: none;
        border: none;
        margin: 0 auto;
    }

    .login-modal-box .btn-flex {
        text-align: center;
    }

    .login-modal-box .btn-modal-register {
        font-size: .4rem;
        font-weight: 400;
        color: #C49F75;
        margin: 0 auto;
    }

    .login-modal-box .login-modal-close {
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        z-index: 9;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .login-modal-box .login-modal-close::before {
            content: "";
            width: 1px;
            height: 1.2rem;
            background-color: #fff;
        }

        .login-modal-box .login-modal-close .btn-login-close {
            width: .6rem;
            height: .6rem;
        }

.country-dropdown {
    flex: 1;
}

    .country-dropdown .country-picker {
        display: none;
    }

    .country-dropdown .country-picker-mask {
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(1,1,1,0.6);
        position: fixed;
        z-index: 998;
        display: none;
    }

    .country-dropdown.active .country-picker-mask {
        display: block;
    }


    .country-dropdown .country-picker-dropdown {
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        height: 10rem;
        padding: 0 .4rem;
        overflow: hidden;
        display: none;
    }

    .country-dropdown.active .country-picker-dropdown {
        display: block;
    }

    .country-dropdown .country-picker-dropdown .picker-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #E5E5E5;
        font-size: 0.4267rem;
        height: 1.2rem;
    }

        .country-dropdown .country-picker-dropdown .picker-title::before {
            content: "";
            width: 1.3333rem;
        }

        .country-dropdown .country-picker-dropdown .picker-title .btn-picker {
            width: 1.3333rem;
            height: .64rem;
            background-color: #C5A076;
            border: 1px solid #C5A076;
            border-radius: 4px;
            outline: none;
            font-size: 0.3733rem;
            color: #fff;
        }

    .country-dropdown .country-picker-dropdown .dropdown-options {
        height: 8.8rem;
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .country-dropdown .country-picker-dropdown .dropdown-options li {
            font-size: 0.3733rem;
            font-weight: bold;
            color: #999999;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 1.2rem;
        }

            .country-dropdown .country-picker-dropdown .dropdown-options li.active {
                font-size: 0.4267rem;
                font-weight: 400;
                color: #333;
            }

.dropdown-options::-webkit-scrollbar {
    display: none
}



.input-box > input[type=text] {
    height: .92rem;
    flex: 1;
    background-color: #F8F8F8;
    border: 1px solid #DCDCDC;
    border-radius: .08rem;
    outline: none;
    padding: 0 1em;
    font-size: 0.3733rem;
}

.input-box .country-code {
    height: .92rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #F8F8F8;
    border: 1px solid #DCDCDC;
    border-radius: .08rem;
    outline: none;
    padding: 0 1em;
    display: block;
    font-size: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(/img/select-arrow.png);
    background-repeat: no-repeat;
    background-size: .24rem 0.1333rem;
    background-position: right 1em center;
}


.copy-modal {
    background-color: #fff;
    width: 7.68rem;
    border-radius: 0.1333rem;
}

    .copy-modal .modal-icon {
        border: .16rem solid #000;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: .8rem auto 0;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
    }

        .copy-modal .modal-icon::before {
            content: "";
            width: 0.52rem;
            height: .24rem;
            border-left: .12rem solid #C49F75;
            border-bottom: .12rem solid #C49F75;
            transform: rotate(-45deg);
        }

    .copy-modal .modal-title {
        font-size: .48rem;
        font-weight: bold;
        color: #333333;
        text-align: center;
        padding: .12rem 0 .3rem;
    }

    .copy-modal .modal-wechat {
        font-size: 0.3733rem;
        font-weight: 500;
        color: #666666;
        text-align: center;
    }

    .copy-modal .sub-title {
        font-size: 0.3733rem;
        font-weight: 500;
        color: #666666;
        text-align: center;
        padding: .12rem 0;
    }

    .copy-modal .sub-desc {
        font-size: 0.32rem;
        font-weight: 500;
        color: #666666;
        text-align: center;
    }

    .copy-modal .btn-weixin {
        width: 6.56rem;
        height: 0.9333rem;
        background: #C49F75;
        border-radius: 0.1333rem;
        font-size: 0.3733rem;
        color: #FFFFFF;
        margin: .4rem auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copy-modal .modal-close {
        position: absolute;
        top: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
    }

        .copy-modal .modal-close::before {
            content: "";
            width: 0.0267rem;
            height: 1.3333rem;
            background: #FFFFFF;
        }

        .copy-modal .modal-close .close {
            position: relative;
            width: .6rem;
            height: .6rem;
            text-align: center;
            color: #fff;
            border: 0.0267rem solid #fff;
            border-radius: 50%;
        }

            .copy-modal .modal-close .close:before {
                content: "";
                width: 0.48rem;
                height: 0.0267rem;
                background: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%) rotate(45deg);
            }

            .copy-modal .modal-close .close:after {
                content: "";
                width: 0.48rem;
                height: 0.0267rem;
                background: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%) rotate(-45deg);
            }

.calc-ad {
    cursor: pointer;
    padding: .4rem .4rem;
}

    .calc-ad img {
        width: 100%;
    }

.breadcrumb {
    height: 10vmin;
    display: flex;
    align-items: center;
    padding: 0 4vmin;
    background-color: #F8F8F8;
}

    .breadcrumb ul {
        display: flex;
        align-items: center;
        overflow: hidden;
    }

        .breadcrumb ul > li {
            display: flex;
            align-items: center;
            font-size: 2.9333vmin;
            font-weight: 400;
            color: #666;
        }

            .breadcrumb ul > li > a {
                font-size: 2.9333vmin;
                font-weight: 400;
                color: #666;
            }

            .breadcrumb ul > li::after {
                color: #666;
                content: " > ";
            }

            .breadcrumb ul > li:last-child::after {
                content: none;
            }

            .breadcrumb ul > li.active {
                color: #666;
            }

            .breadcrumb ul > li:last-child {
                display: block;
                flex: 1;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

.immigrant-country {
    background: #535353;
}

    .immigrant-country .immigrant-title {
        padding: .4rem;
        font-size: .32rem;
        font-weight: 400;
        color: #FFFFFF;
    }

    .immigrant-country .immigrant-list {
        display: flex;
        flex-wrap: wrap;
        padding: .2rem 0;
    }

        .immigrant-country .immigrant-list li {
            width: 25%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: .2rem 0;
        }

            .immigrant-country .immigrant-list li a {
                font-size: .28rem;
                font-weight: 400;
                color: #8F8F8F;
            }

.copyright {
    padding: .4rem 0;
    background: #4F4F4F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    font-weight: 400;
    color: #8F8F8F;
    line-height: .4rem;
}

    .copyright a {
        font-size: .24rem;
        color: #8F8F8F;
    }

.footer .flex-btns {
    width: 100%;
    height: 1.6rem;
    padding: 0 .4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

    .footer .flex-btns .btn-online {
        width: 3.8133rem;
        height: 1.1733rem;
        flex: none;
        background-image: url(/img/btn-online.png);
        background-size: cover;
        background-color: transparent;
        border: none;
    }

        .footer .flex-btns .btn-online::before {
            content: none;
        }

    .footer .flex-btns .btn-phone {
        width: 5.0666rem;
        height: 1.1733rem;
        flex: none;
        background-image: url(/img/btn-hotline.gif);
        background-size: cover;
        background-color: transparent;
        border: none;
    }

        .footer .flex-btns .btn-phone::before {
            content: none;
        }
