body, html {
    width: 100%;
    height: auto;
    background: #f6f6f6;
}

.header {
    height: 100px;
    background: #FFF;
}

.language-wrapper {
    padding: 10px 20px;
}

.language-wrapper {
    position: absolute;
    right: 70px;
    top: 100px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 4;
    display: none;
}

.language-item {
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.language-wrapper .language-item .radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/radio.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.language-wrapper .li_active .radio {
    border: none;
    background: url(../images/radio_active.png) no-repeat;
    background-size: contain;
}

.header > .auto-wrapper {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    position: relative;
}

.header .logo-wrapper {
    width: 180px;
    text-align: center;
}

    .header .logo-wrapper > .logo_img {
        width: 178px;
        height: 54px;
        background: url(../../common/images/header/logo.png) no-repeat;
        background-size: contain;
        margin: 0 auto;
    }

    .header .logo-wrapper > .logo_text {
        font-size: 14px;
        color: #ff7200;
        display: none;
    }

.header .h-menus {
    display: flex;
}

    .header .h-menus > .menu-item {
        margin-left: 16px;
        /*width: 90px;*/
    }

        .header .h-menus > .menu-item > .menu_icon {
            width: 20px;
            height: 20px;
            background: url(../../common/images/header/menu_icon1.png) no-repeat;
            background-size: contain;
            margin: 0 auto;
            margin-bottom: 10px;
        }

        .header .h-menus > .menu-item:nth-child(2) > .menu_icon {
            background: url(../../common/images/header/menu_icon2.png) no-repeat;
            background-size: contain;
        }

        .header .h-menus > .menu-item:nth-child(3) > .menu_icon {
            background: url(../../common/images/header/menu_icon3.png) no-repeat;
            background-size: contain;
        }

        .header .h-menus > .menu-item:nth-child(4) > .menu_icon {
            background: url(../../common/images/header/menu_icon4.png) no-repeat;
            background-size: contain;
        }

        .header .h-menus > .menu-item:nth-child(5) > .menu_icon {
            background: url(../../common/images/header/menu_icon5.png) no-repeat;
            background-size: contain;
        }

        .header .h-menus > .menu-item:nth-child(6) > .menu_icon {
            background: url(../../common/images/header/menu_icon6.png) no-repeat;
            background-size: contain;
        }

        .header .h-menus > .menu-item > .menu_name {
            font-size: 20px;
            color: #222222;
            font-family: 'SimSun', 'ËÎÌå', serif;
            width: 130px;
            font-weight: bold;
        }

.content-wrapper {
    margin-top: 50px;
    margin-bottom: 16px;
}

    .content-wrapper > .auto-wrapper {
        display: flex;
        justify-content: space-between;
    }

.left-wrapper {
    width: 180px;
    height: 800px;
    background: white;
    box-sizing: border-box;
}

.content-wrapper .right-wrapper {
    width: 1000px;
    min-height: 800px;
    position: relative;
}

.nav-item > .nav-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 17px 0;
    cursor: pointer;
    padding-left: 18px;
    padding-right: 10px;
}

    .nav-item > .nav-class > .nav_icon {
        width: 20px;
        height: 20px;
        background: url(../../common/images/header/nav_icon1.png) no-repeat;
        background-size: contain;
        margin-right: 18px;
    }

.nav-item:nth-child(2) > .nav-class > .nav_icon {
    background: url(../../common/images/header/nav_icon2.png) no-repeat;
    background-size: contain;
}

.nav-item:nth-child(3) > .nav-class > .nav_icon {
    background: url(../../common/images/header/nav_icon3.png) no-repeat;
    background-size: contain;
}

.nav-item:nth-child(4) > .nav-class > .nav_icon {
    background: url(../../common/images/header/nav_icon4.png) no-repeat;
    background-size: contain;
}

.nav-item > .nav-class > .nav_name {
    margin-right: 25px;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    line-height: 20px;
}

    .nav-item > .nav-class > .nav_name a {
        font-size: 16px;
        color: #222222;
        font-weight: bold;
        line-height: 20px;
    }

.nav-item > .nav-class > .nav_down {
    width: 15px;
    height: 10px;
    background: url(../../common/images/header/down.png) no-repeat;
    background-size: contain;
    transform: rotate(0deg);
}

.nav-item > .nav-class > .nav_none {
    background: none;
}

.n_active > .nav-box {
    display: block;
}

.nav-box {
    display: none;
}

.nav-item > .nav-box > .nb_item {
    text-align: center;
    cursor: pointer;
}

    .nav-item > .nav-box > .nb_item a {
        display: block;
        width: 100%;
        padding: 15px 0;
        font-size: 16px;
        color: #666666;
    }

.nav-item .c_active a {
    color: #ff7200 !important;
}

.nav-item > .nav-box > .c_active a {
    box-sizing: border-box;
    border-left: 5px solid #FF7200;
    background: #FFE3CC;
    color: #FF7200;
}

.c_active > .nav-class > .nav_name {
    color: #ec404d;
}

.n_active > .nav-class > .nav_down {
    /*background: url(../../common/images/header/up.png) no-repeat;
    background-size: contain;*/
    transform: rotate(180deg);
}

.footer {
    height: 140px;
    background: #fff;
}

    .footer > .auto-wrapper {
        display: flex;
        align-items: center;
    }

        .footer > .auto-wrapper > .codeimg {
            width: 100px;
            height: 100px;
            background: url(../../common/images/header/erweima.png) no-repeat;
            background-size: contain;
        }

        .footer > .auto-wrapper > div {
            text-align: center;
            font-size: 14px;
            color: #999;
        }

            .footer > .auto-wrapper > div > .tel {
                color: #FF7200;
                font-weight: bold;
            }

            .footer > .auto-wrapper > div:nth-child(2) {
                margin-left: 220px;
                margin-right: 80px;
            }

            .footer > .auto-wrapper > div:nth-child(3) {
                text-align: right;
            }

            .footer > .auto-wrapper > div > div:nth-child(2) {
                margin-top: 12px;
            }

.iframe-box {
    width: 100%;
    height: auto;
}

.ib_mt {
    margin-top: -30px;
}

.button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #ff7200;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
}

    .button a {
        color: #fff;
    }

.right-container-wrapper {
    width: 100%;
    /*height: 100%;*/
    min-height: 800px;
    background: #fff;
}

.page_title {
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

    .page_title > .bigtitle {
        font-size: 20px;
        color: rgba(34,34,34,1);
        line-height: 20px;
        font-weight: bold;
    }

    .page_title > .smalltitle {
        font-size: 14px;
        color: rgba(34,34,34,1);
        line-height: 14px;
        margin-top: 10px;
    }

.pop-up-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    overflow: auto;
}

    .pop-up-wrapper > .frame_box {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 500px;
        background: #fff;
    }

.frame_title {
    padding: 30px 0;
    margin: 0 30px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .frame_title > .ft_name {
        font-size: 20px;
        font-weight: bold;
        color: rgba(34,34,34,1);
    }

.close_btn {
    width: 23px;
    height: 23px;
    background: url(../images/guanbi.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.frame-container {
    padding: 30px;
}

.fc-list {
    display: flex;
    margin-bottom: 20px;
}

    .fc-list > .fcl_title {
        width: 122px;
        text-align: right;
        margin-right: 20px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: rgba(34,34,34,1);
    }

    .fc-list > .fcl_container > input {
        width: 300px;
        height: 40px;
        background: rgba(255,255,255,1);
        border: 1px solid #ddd;
        border-radius: 20px;
        font-size: 14px;
        line-height: 40px;
        box-sizing: border-box;
        padding: 0 20px;
        outline: none;
    }

        .fc-list > .fcl_container > input:focus {
            border: 1px solid rgba(255,114,0,1);
        }

    .fc-list > .errtips > input {
        background: #FFE8E8;
        border: 1px solid rgba(255,65,65,1)
    }

    .fc-list > .fcl_container > .errmsg {
        font-size: 14px;
        color: rgba(255,65,65,1);
        margin-top: 9px;
        margin-left: 20px;
        display: none;
    }

    .fc-list > .errtips > .errmsg {
        display: block;
    }

.setdefault {
    display: flex;
    align-items: center;
}

    .setdefault span {
        font-size: 14px;
        color: rgba(102,102,102,1);
    }

    .setdefault .set-btn {
        width: 16px;
        height: 16px;
        background: url(../../common/images/checked_off.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-left: 30px;
        margin-right: 10px;
    }

    .setdefault .set-btn_on {
        background: url(../../common/images/checked.png) no-repeat;
        background-size: contain;
    }

.pay-wrapper {
    width: 100%;
}

    .pay-wrapper > .pay-item {
        display: flex;
        align-items: center;
        padding: 10px 20px;
        margin-bottom: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .pay-wrapper > .pay-item .radio {
            width: 16px;
            height: 16px;
            background: url(../../common/images/radio.png) no-repeat;
            background-size: contain;
        }

        .pay-wrapper > .pay-item .pay_icon {
            width: 90px;
            height: 42px;
            font-size: 0;
            margin: 0 20px;
        }

            .pay-wrapper > .pay-item .pay_icon img {
                width: 100%;
                height: 100%;
            }

        .pay-wrapper > .pay-item .pay_text {
            font-size: 14px;
            color: rgba(34,34,34,1);
        }

    .pay-wrapper > .pi_active {
        border: 1px solid #FF7200;
        background: #F6F6F6;
    }

        .pay-wrapper > .pi_active .radio {
            background: url(../../common/images/radio_active.png) no-repeat;
            background-size: contain;
        }

.padding-wrapper {
    padding: 20px;
}

.address_table {
    width: 100%;
}

    .address_table tr, .address_table td, .address_table th {
        height: 40px;
        border: 1px solid rgb(221, 221, 221);
        font-size: 14px;
        color: rgba(102,102,102,1);
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        padding: 5px;
    }

    .address_table th {
        background: #EBECF0;
    }

    .address_table .address_td {
        width: 180px;
        line-height: 20px;
    }

    .address_table .td305 {
        width: 305px;
        line-height: 26px;
    }

    .address_table td .cz_box {
        display: flex;
        justify-content: center;
    }

        .address_table td .cz_box div {
            cursor: pointer;
        }

            .address_table td .cz_box div:hover {
                color: #FF7200;
            }

        .address_table td .cz_box .bianji {
            border-right: 1px solid #666;
            padding-right: 6px;
            margin-right: 6px;
        }

    .address_table td .setAddress {
        cursor: pointer;
    }

        .address_table td .setAddress:hover {
            color: #FF7200;
        }

.tab-wrapper {
    height: 530px;
    overflow: auto;
}

.select-wrappper {
    display: flex;
    margin-bottom: 10px;
}

    .select-wrappper > .select-item {
        width: 100px;
        height: 40px;
        background: rgba(246,246,246,1);
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        font-size: 16px;
        color: rgba(102,102,102,1);
        margin-right: 10px;
    }

    .select-wrappper > .si_active {
        background: #F0EFCB;
        color: #FF7200;
    }

.selectinput-wrapper {
    position: relative;
}

.selectinput-wrapper {
    width: 240px;
}

    .selectinput-wrapper input {
        width: calc(100% - 44px);
        color: rgba(156,156,156,1);
        height: 38px;
        box-sizing: border-box;
        font-size: 14px;
        padding: 13px 18px;
        position: absolute;
        left: 1px;
        top: 1px;
        z-index: 3;
        border-radius: 4px;
    }

.search-wrapper .metro, .search-wrapper .metro div {
    width: 100%;
}

.open div {
    max-height: 300px !important;
    min-height: 150px !important;
}

    .open div ul {
        max-height: 300px !important;
        min-height: 150px !important;
        overflow: auto;
    }
