/*css reset start*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}

body {line-height: 1;font-size: 20px;color: #484848;}
:focus {outline: 1;}

article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary {display: block;}
nav ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}

a {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;background: transparent;}

ins {background-color: #ff9;color: #000;text-decoration: none;}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
    outline: none;
}

/*css reset end*/
* {
    font-family: "Microsoft Yahei";
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ccc;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

b, h1, h2, h3, h4, h5 {
    font-weight: normal;
}

.clear {
    zoom: 1;
}

input {
    -webkit-appearance: none;
}

.clear:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    overflow: hidden;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

/*common类start*/
html, body {
    width: 640px;
    overflow-x: hidden;
}

    body.pb_91 {
        padding-bottom: 91px;
    }

/*底部导航*/
.Bxiaotb {
    background: #fff;
    height: 91px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-top: 1px solid #DCDCDC;
}

    .Bxiaotb a {
        display: block;
        float: left;
        width: 128px;
        font-size: 20px;
        color: #4d4d4d;
        height: 91px;
    }

.Bxiaotb1 a {
    width: 152px;
}

.Bxiaotb a:before {
    display: block;
    content: "";
    width: 44px;
    height: 36px;
    margin: 12px auto;
}

.Bxiaotb a.nowa {
    color: #ff8000;
}

a.Shouye:before {
    background: url(../images/xfu-27.png) center no-repeat;
}

a.Dhzix:before {
    background: url(../img/dh_bg.png) center no-repeat;
}

a.Zxzix:before {
    background: url(../images/xfu-27.png) center no-repeat;
}

a.Gouwc:before {
    background: url(../images/xfu-29.png) center no-repeat;
}

a.Pingu:before {
    background: url(../images/xfu-28.png) center no-repeat;
}

a.Wdlc:before {
    background: url(../img/wd_bg.png) center no-repeat;
}

a.Shouye.nowa:before {
    background: url(../img/sy_bg1.png) center no-repeat;
}

a.Dhzix.nowa:before {
    background: url(../img/dh_bg1.png) center no-repeat;
}

a.Zxzix.nowa:before {
    background: url(../img/zx_bg1.png) center no-repeat;
}

a.Gouwc.nowa:before {
    background: url(../img/gwc_bg1.png) center no-repeat;
}

a.Wdlc.nowa:before {
    background: url(../img/wd_bg1.png) center no-repeat;
}

a.Pingu.nowa:before {
    background: url(../img/nav_044.png) center no-repeat;
}
/*图片+段落*/
.imgp {
    position: relative;
}

    .imgp img {
        display: block;
        margin: 0 auto;
    }

    .imgp p {
        text-align: center;
        line-height: 1.5;
        font-size: 20px;
        margin-top: 10px;
        color: #6c5244;
    }

/*底部导航栏*/
.nav {
    z-index: 99;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 640px;
    height: 90px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

    .nav a {
        display: inline-block;
        width: 145px;
        padding-top: 10px;
        color: #777;
    }

        .nav a p {
            font-size: 20px;
        }

        .nav a.active p {
            color: rgb(253,146,67);
        }

.nav_ctrl {
    z-index: 199;
    position: fixed;
    width: 40px;
    bottom: 10px;
    right: 15px;
}

    .nav_ctrl p {
        font-size: 16px;
    }

.nav_five a {
    width: 115px;
}

.goTop {
    display: none;
    z-index: 299;
    position: fixed;
    right: 10px;
    bottom: 120px;
    width: 76px;
    height: 76px;
    background: url(../img/sp.png) 0 -282px no-repeat;
}
/*common类end*/

.user_col {
    height: 50px;
    padding: 18px 22px;
}

.login_box {
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #676767;
}

    .login_box a {
        margin: 0 20px;
        color: #676767;
    }

.hd {
    font-size: 26px;
    padding: 30px 20px;
    line-height: 27px;
}

    .hd b {
        display: inline-block;
        width: 8px;
        height: 25px;
        margin-right: 10px;
    }

    .hd i {
        display: inline-block;
        width: 21px;
        height: 27px;
    }

.hd1 b {
    background: url(../img/sp.png) 0px 0px no-repeat;
}

.hd1 i {
    background: url(../img/sp.png) -32px 0px no-repeat;
}

.hd2 b {
    background: url(../img/sp.png) 0px -35px no-repeat;
}

.hd2 i {
    background: url(../img/sp.png) -20px -35px no-repeat;
}

.car {
    position: relative;
    width: 640px;
    height: 308px;
    overflow: hidden;
}

    .car li {
        float: left;
    }

.home_car_pic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1000%;
}

    .home_car_pic a, .home_car_pic img {
        display: block;
    }

.home_car_page {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

    .home_car_page span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 10px;
        background-color: #fff;
    }

        .home_car_page span.li_current {
            background-color: rgb(253,159,72);
        }

.info_btns {
    padding: 40px 0px;
    border-bottom: 18px solid #dedede;
}

    .info_btns a {
        display: inline-block;
        width: 25%;
    }

.getInfo {
    padding: 30px 15px;
    border-bottom: 18px solid #dedede;
}

    .getInfo > a {
        display: inline-block;
        position: relative;
    }

    .getInfo .fir {
        margin-right: 16px;
    }

    .getInfo .imgp {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 50px;
    }

        .getInfo .imgp p {
            color: #fff;
        }


.hotPlace .page {
    float: left;
    width: 640px;
}

    .hotPlace .page li {
        float: left;
        width: 160px;
        margin-bottom: 40px;
    }

.hp_inwrap {
    position: relative;
    height: 326px;
    overflow: hidden;
}

    .hp_inwrap > ul {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 1000%;
        padding-top: 20px;
    }

.hp_page {
    width: 640px;
    height: 34px;
    background-color: #dedede;
    text-align: center;
}

    .hp_page span {
        display: inline-block;
        margin: 0 8px;
        width: 12px;
        vertical-align: middle;
        height: 12px;
        margin-top: 11px;
        border-radius: 12px;
        background-color: #fff;
    }

        .hp_page span.li_current {
            background-color: rgb(253,159,72);
            ;
        }

.special {
    width: 640px;
}

.s_item {
    position: relative;
    width: 608px;
    margin: 0 auto 60px;
    overflow: hidden;
}

    .s_item a {
        display: block;
    }

    .s_item img {
        display: block; /*margin: 0px auto 60px;*/
    }

    .s_item .desc, .s_item .price {
        position: absolute;
        bottom: 20px;
    }

    .s_item .desc {
        left: 20px;
        color: #fff;
        line-height: 1.5;
    }

        .s_item .desc h2 {
            font-size: 22px;
        }

        .s_item .desc p {
            font-size: 20px;
        }

    .s_item .price {
        line-height: 1.2;
        right: 0px;
        width: 180px;
        height: 76px;
        color: rgb(95,50,20);
        text-align: center;
        background: url(../img/sp.png) -1100px 0px no-repeat;
    }

        .s_item .price p {
            text-decoration: line-through;
            font-size: 18px;
        }

        .s_item .price h3 {
            font-size: 24px;
            margin-top: 10px;
        }

.s_item_more {
    background-color: #ededed;
    width: 640px;
    text-align: center;
    color: #ccc;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}

    .s_item_more b {
        display: inline-block;
        width: 13px;
        height: 10px;
        background: url(../img/sp.png) -13px 0 no-repeat;
        margin-left: 8px;
    }


.newestInfo {
    border-bottom: 1px solid #ccc;
}

.ni_inwrap {
    width: 607px;
    margin: 0 auto;
}

.ni_item_wrap {
    margin: 20px auto;
}

.ni_item {
    line-height: 1.2;
}

    .ni_item img {
        display: block;
    }

    .ni_item h2 {
        font-size: 22px;
        margin-top: 10px;
        color: #000;
    }

    .ni_item p {
        margin-top: 8px;
        color: #ccc;
        font-size: 20px;
    }

.ni_item_wrap1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.ni_item2 {
    width: 297px;
}

.ni_news {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ni_news_c {
    margin: 30px 0;
}

    .ni_news_c > img {
        display: block;
        margin-right: 20px;
    }

    .ni_news_c h2 {
        line-height: 1.5;
        font-size: 22px;
        color: #262626;
    }

    .ni_news_c p {
        color: #ccc;
        line-height: 1.5;
        font-size: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.ni_news_c1 {
    width: 423px;
    height: 125px;
    position: relative;
}

.ni_more {
    margin: 30px 0px;
}

    .ni_more > a {
        color: #676767;
        display: block;
        height: 76px;
        line-height: 76px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 22px;
        margin-bottom: 15px;
    }

        .ni_more > a b {
            margin-right: 10px;
            display: inline-block;
            width: 29px;
            height: 31px;
            vertical-align: -7px;
            background: url(../img/sp.png) -59px 0px no-repeat;
        }

    .ni_more .many a {
        float: left;
        padding: 25px 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
        margin: 15px 26px 0 0px;
        font-size: 20px;
        color: #262626;
    }

.secBtns {
    height: 50px;
    line-height: 50px;
}

    .secBtns a {
        float: left;
        width: 127px;
        text-align: center;
        color: #353535;
        font-size: 22px;
    }

    .secBtns b {
        float: left;
        width: 1px;
        color: #c2c2c2;
    }

.copyright {
    color: #ccc;
    font-size: 20px;
    text-align: center;
    margin: 30px 0px 110px;
}


.nav_ctrl img {
    transition: all .8s cubic-bezier(0.19,1,0.22,1);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav_o img {
    transition: all .8s cubic-bezier(0.19,1,0.22,1);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}




/*澳大利亚专题页*/

/*commen类start*/
.inwrap_16 {
    width: 608px;
    margin: 0 auto;
}

.inwrap_20 {
    width: 600px;
    padding: 15px 0px;
    margin: 0 auto;
}

.inwrap_24 {
    width: 592px;
    margin: 0 auto;
}

.inwrap_36 {
    width: 568px;
    margin: 0 auto;
}

.inwrap_50 {
    width: 540px;
    margin: 0 auto;
}

.font_light_brown {
    color: rgb(212,197,186);
}

.font_dark_brown {
    color: rgb(135,109,95);
}

.advantage_newZealand {
    background: #f7f8f8;
    overflow: hidden;
}

.hd_flower {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin: 20px auto;
    font-size: 26px;
}

    .hd_flower > p {
        text-align: center;
        margin-bottom: 10px;
    }

        .hd_flower > p b {
            display: inline-block;
            width: 62px;
            height: 25px;
            background: url(../img/sp.png) -135px 0 no-repeat;
        }

    .hd_flower > div {
        line-height: 1.5;
    }

        .hd_flower > div span:before, .hd_flower div span:after {
            color: rgb(182,166,157);
            content: '———';
        }

        .hd_flower > div span b {
            margin: 0px 10px;
            vertical-align: middle;
            font-weight: normal;
            color: #484848;
        }

            .hd_flower > div span b:before, .hd_flower > div span b:after {
                content: '';
                display: inline-block;
                width: 56px;
                height: 17px;
                margin: 0px 10px;
            }

            .hd_flower > div span b:before {
                background: url(../img/sp.png) -211px 0px no-repeat;
            }

            .hd_flower > div span b:after {
                background: url(../img/sp.png) -267px 0px no-repeat;
            }

.hd_no_flower {
    text-align: center;
    line-height: 1.5;
    font-size: 26px;
}

    .hd_no_flower > span {
        vertical-align: middle;
        color: #6c5244;
    }

        .hd_no_flower > span:before, .hd_no_flower > span:after {
            content: '';
            display: inline-block;
            width: 56px;
            height: 17px;
            margin: 0px 10px;
        }

        .hd_no_flower > span:before {
            background: url(../img/sp.png) -211px -28px no-repeat;
        }

        .hd_no_flower > span:after {
            background: url(../img/sp.png) -267px -28px no-repeat;
        }

.hd_line {
    text-align: center;
    line-height: 1.5;
    margin: 20px auto;
}

    .hd_line > span {
        vertical-align: middle;
        font-size: 26px;
        color: #969696;
    }

        .hd_line > span:before, .hd_line > span:after {
            content: '————';
            display: inline-block;
            color: rgb(212,197,186);
        }

        .hd_line > span:before {
            margin: 0px 15px 0 0;
        }

        .hd_line > span:after {
            margin: 0px 0 0 15px;
        }

        .hd_line > span > b {
            display: inline-block;
            margin-right: 8px;
            vertical-align: -4px;
            width: 29px;
            height: 29px;
            background: url(../img/sp.png) -71px -78px no-repeat;
        }

.hd_square {
    text-align: center;
    line-height: 1.5;
    font-size: 26px;
    margin: 20px auto;
}

    .hd_square > span {
        vertical-align: middle;
        color: #484848;
    }

        .hd_square > span:before, .hd_square > span:after {
            content: '';
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0px 30px;
            background: url(../img/sp.png) -58px -41px no-repeat;
        }



.hotline > b {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/sp.png) 0 -78px no-repeat;
    margin-right: 10px;
}

.hotline > h3 {
    color: rgb(174,152,136);
    line-height: 1.5;
}

.hotline > p {
    color: rgb(95,50,20);
    line-height: 1.5;
}


.citySpecial > div {
    display: table;
    width: 640px;
    height: 382px;
    top: 0px;
    left: 0px;
}

    .citySpecial > div > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .citySpecial > div > div > div {
            display: inline-block;
            background-color: rgba(255,255,255,.7);
            color: rgb(74,40,16);
            padding: 15px 30px;
            border-radius: 10px;
            font-size: 30px;
            line-height: 1.4;
        }

.citySpecial > span {
    bottom: 20px;
    right: 0px;
    padding: 12px 20px;
    border-radius: 50px 0 0 50px;
    background-color: rgba(255,255,255,.7);
    color: rgb(74,40,16);
    font-size: 26px;
}

.isLast {
    text-align: center;
    color: #999;
    background-color: #dedede;
    line-height: 3;
}

    .isLast span:before, .isLast span:after {
        content: '——';
        margin: 0px 20px;
    }

/*commen类end*/

.a_aus_list li {
    display: inline-block;
    width: 142px;
    height: 136px;
    text-align: center;
    background: url(../img/sp.png) 0 -428px no-repeat;
}

.a_aus_list .imgp {
    top: 15px;
}

.advantage_aus {
    padding-bottom: 50px;
    border-bottom: 20px solid #ccc;
    background: #f7f8f8;
    overflow: hidden;
}

    .advantage_aus > p {
        text-align: center;
        font-size: 20px;
        margin: 25px 0;
        color: #fff;
    }

        .advantage_aus > p span {
            display: inline-block;
            padding: 12px 80px;
            background-color: rgb(190,166,154);
            border-radius: 10px;
        }

.degree_apply {
    margin-top: 30px;
}

.degree_apply_box {
    border: 2px solid rgb(190,166,154);
    border-radius: 12px;
    padding: 0px 30px;
}

    .degree_apply_box li {
        margin: 20px 0;
    }

        .degree_apply_box li h3 {
            text-indent: -10px;
            font-size: 22px;
            line-height: 1.4;
        }

            .degree_apply_box li h3 b {
                display: inline-block;
                margin-right: 5px;
                color: rgb(212,197,186);
            }

        .degree_apply_box li p {
            color: rgb(135,109,95);
            font-size: 24px;
            line-height: 1.4;
        }

        .degree_apply_box li a {
            display: inline-block;
            padding: 10px 20px 10px 10px;
            border-radius: 0 30px 30px 0;
            background-color: rgb(245,159,99);
            color: #fff;
            font-size: 26px;
        }

.special_application {
    padding-bottom: 20px;
    border-bottom: 20px solid #ccc;
    background: #fff;
    overflow: hidden;
}

    .special_application > img {
        display: block;
        margin: 0 auto;
    }

.s_a_item > span {
    display: inline-block;
    padding: 10px 20px 10px 10px;
    border-radius: 0 40px 40px 0;
    color: #6c5244;
    font-size: 24px;
    background-color: #dedede;
}

.s_a_item > p {
    line-height: 1.2;
    font-size: 24px;
    margin: 10px 0 15px 0;
}


.special_case {
    padding-bottom: 30px;
    border-bottom: 20px solid #ccc;
}

.spe_case_carousel1 {
    width: 608px;
    height: 290px;
    margin: 0 auto;
}

.spe_case_carousel {
    overflow: hidden;
    width: 608px;
    height: 282px;
}

.spe_car_pic {
    width: 1000%; /*height: 282px;*/
}

    .spe_car_pic li {
        float: left;
        width: 608px;
        height: 282px;
        background: #ccc;
        text-align: center;
        border-radius: 15px;
    }

    .spe_car_pic img {
        display: inline-block;
    }

    .spe_car_pic div {
        text-align: left;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 15px 20px;
        background-color: rgba(0,0,0,.6);
        line-height: 1.3;
        color: #fff;
        font-size: 20px;
        border-radius: 0 0 24px 24px;
    }

        .spe_car_pic div p {
            color: #fff;
        }

.spe_car_page {
    text-align: center;
    position: relative;
    top: 5px;
}

    .spe_car_page span {
        display: inline-block;
        margin-right: 8px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: #ccc;
    }

        .spe_car_page span.li_current {
            background-color: rgb(253,159,72);
        }

.s_o_btn {
    width: 558px;
    margin: 0 auto;
}

    .s_o_btn .imgp {
        top: 20px;
    }

    .s_o_btn li {
        float: left;
        width: 132px;
        height: 132px;
        margin: 0 10px 15px 0;
        background: url(../img/sp.png) 0 -136px no-repeat;
    }

    .s_o_btn ul {
        width: 568px;
        margin-right: -10px;
    }

    .s_o_btn .imgp p {
        line-height: 1.2;
        color: rgb(135,109,95);
    }

.s_o_pro_list li {
    padding: 30px 20px;
    background-color: rgb(233,238,242);
    border-radius: 110px;
    margin: 30px auto;
    position: relative;
}

    .s_o_pro_list li img {
        display: block;
        border-radius: 100px;
        position: absolute;
        top: 50%;
        margin-top: -80px;
        left: 30px;
    }

.s_o_pro_list div {
    width: 380px;
}

.s_o_pro_list li h3 {
    line-height: 1.5;
    font-size: 24px;
}

    .s_o_pro_list li h3 b {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 8px;
        vertical-align: 2px;
        background: url(../img/sp.png) -87px -38px no-repeat;
    }

.s_o_pro_list li p {
    line-height: 1.2;
    font-size: 22px;
}



.s_o_faq_list {
    padding: 20px 20px 20px 50px;
    border: 2px solid rgb(212,197,186);
    border-radius: 20px;
}

    .s_o_faq_list li {
        margin-bottom: 50px;
    }

    .s_o_faq_list h3, .s_o_faq_list p {
        text-indent: -19px;
        line-height: 1.2;
        color: #676767;
    }

        .s_o_faq_list h3 span, .s_o_faq_list p span {
            display: inline-block;
            margin-right: 12px;
            font-size: 24px;
        }

    .s_o_faq_list h3 {
        line-height: 1.2;
    }

        .s_o_faq_list h3 span {
            color: rgb(253,152,39);
        }

    .s_o_faq_list p {
        margin-top: 10px;
    }

    .s_o_faq_list .showMore {
        text-align: center;
        text-indent: 0px;
    }

        .s_o_faq_list .showMore b {
            display: inline-block;
            width: 13px;
            height: 10px;
            margin-left: 8px;
            vertical-align: 3px;
            background: url(../img/sp.png) -14px 0 no-repeat;
        }

.s_o_consult {
    text-align: center;
}

    .s_o_consult a {
        display: inline-block;
        padding: 20px 80px;
        margin: 50px 0;
        font-size: 26px;
        background-color: rgb(250,151,39);
        border-radius: 8px;
        color: #fff;
    }

/*新西兰专题页*/
.a_newZealand_list li {
    display: inline-block;
    width: 142px;
    height: 136px;
    text-align: center;
}

.a_newZealand_list .imgp {
    top: 6px;
}

.advantage_newZealand > p {
    text-align: center;
    margin-top: 20px;
}

    .advantage_newZealand > p:before {
        content: '';
        display: block;
        margin-bottom: 10px;
        width: 592px;
        height: 31px;
        background: url(../img/sp.png) 0px -677px no-repeat;
        text-align: center;
    }

    .advantage_newZealand > p b {
        font-weight: normal;
        color: rgb(243,145,139);
    }

.s_a_studyCondition h3, .s_a_sc_process h3 {
    display: inline-block;
    padding: 10px 20px 10px 10px;
    border-radius: 0 40px 40px 0;
    color: rgb(135,109,95);
    font-size: 24px;
    background-color: #dedede;
}

.s_a_sc_process h3 {
    margin-bottom: 20px;
}

.s_a_studyCondition ol {
    margin: 20px 0 30px 0;
}

    .s_a_studyCondition ol li {
        line-height: 1.3;
        font-size: 24px;
    }


/*美国专题页*/
.advantage_ame {
    border-bottom: 20px solid #ccc;
    background: #f7f8f8;
    overflow: hidden;
}

    .advantage_ame > p {
        text-align: center;
        line-height: 3;
        margin-top: 20px;
    }

        .advantage_ame > p > span {
            padding: 10px 70px;
            color: rgb(135,109,95);
            border: 1px solid rgb(135,109,95);
            border-radius: 30px;
        }

.degree_apply_item {
    margin: 40px auto;
}

    .degree_apply_item ul {
        margin-top: 10px;
    }

    .degree_apply_item h3 span {
        display: inline-block;
        padding: 10px 20px 10px 10px;
        background-color: #eee;
        border-radius: 0 20px 20px 0;
        color: rgb(135,109,95);
        font-size: 24px;
    }

    .degree_apply_item li {
        line-height: 1.5;
    }

        .degree_apply_item li span {
            color: #999;
        }

.a_ame_list ul {
    text-align: center;
}

.a_ame_list li {
    display: inline-block;
    width: 135px;
    height: 135px;
    margin: 15px 15px 0 15px;
    vertical-align: middle;
    background: url(../img/sp.png) -145px -428px no-repeat;
}

.a_ame_list .imgp img {
    margin-top: 15px;
}

.a_ame_list .imgp p {
    line-height: 1.2;
    color: rgb(135,109,95);
}

/*成功案例首页*/

.showAll_page {
    display: none;
    width: 100%;
    height: 100%;
    margin-top: 80px;
    padding-bottom: -80px;
    background-color: rgba(255,255,255,.9);
    z-index: 99;
}

.case_list_country {
    position: relative;
    padding-bottom: 150px;
}

.case_hd {
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}

    .case_hd b.fl {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-top: 9px;
        background: url(../img/sp.png) -116px -35px no-repeat;
    }

.case_ban img {
    display: block;
}

.c_l_c_icon li {
    width: 228px;
    height: 175px;
    margin: 30px 0;
}

    .c_l_c_icon li a {
        display: block;
        width: 228px;
        height: 175px;
    }

    .c_l_c_icon li h3, .c_l_c_icon li p {
        text-align: center;
    }

    .c_l_c_icon li h3 {
        line-height: 2.4;
        margin-top: 8px;
        font-size: 26px;
    }

    .c_l_c_icon li p {
        line-height: 1.3;
        font-size: 22px;
        color: #fff;
    }

.c_l_c_icon .icon_eng {
    background: url(../img/sp.png) -1052px -93px no-repeat;
}

.c_l_c_icon .icon_aus {
    background: url(../img/sp.png) -1052px -271px no-repeat;
}

.c_l_c_icon .icon_ame {
    background: url(../img/sp.png) -1052px -450px no-repeat;
}

.c_l_c_icon .icon_eng h3 {
    color: rgb(254,186,0);
}

.c_l_c_icon .icon_aus h3 {
    color: rgb(254,155,0);
}

.c_l_c_icon .icon_ame h3 {
    color: rgb(255,126,0);
}

.showAll, .case_goTop {
    position: absolute;
    bottom: 20px;
}

.closeAll {
    position: fixed;
}

    .closeAll span {
        text-shadow: 0 0 10px #eee;
    }

.showAll, .closeAll {
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 100px;
    box-shadow: 0px 5px 10px #aaaaaa;
    border-radius: 100px;
    background-color: rgb(254,155,0);
}

.closeAll {
    z-index: 100;
    bottom: 200px;
    left: 50px;
    font-size: 50px;
}

.case_goTop {
    right: -30px;
    width: 76px;
    height: 76px;
    background: url(../img/sp.png) 0 -282px no-repeat;
}

.showAll_icon {
    z-index: 100;
    position: fixed;
    bottom: 300px;
    left: 65px;
}
    /*.showAll_icon li{display: inline-block; width: 76px; height: 76px; background: url(../img/sp.png) -850px -4px no-repeat; border-radius: 100px; box-shadow: 0px 0px 10px #aaa;}*/
    .showAll_icon li {
        width: 71px;
        height: 71px;
        border-radius: 100px;
        box-shadow: 0px 5px 5px #bbb;
        margin: 20px 0;
    }

        .showAll_icon li a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        .showAll_icon li p {
            position: absolute;
            width: 500%;
            left: 90px;
            top: 12px;
            text-align: left;
        }

            .showAll_icon li p span {
                display: inline-block;
                padding: 10px 20px;
                background-color: #fff;
                color: #000;
                box-shadow: 0 5px 10px #bbb;
                border-radius: 8px;
            }

    .showAll_icon .icon_eng {
        background: url(../img/sp.png) -852px -6px no-repeat;
    }

    .showAll_icon .icon_aus {
        background: url(../img/sp.png) -931px -4px no-repeat;
    }

    .showAll_icon .icon_ame {
        background: url(../img/sp.png) -1009px -4px no-repeat;
    }

/*.showAll_div{display: none; position: fixed; bottom: 200px; left: 50px;}*/


/*成功案例——列表页*/
.case_details_link {
    padding: 30px 36px;
    border-bottom: 20px solid #eee;
}

    .case_details_link a {
        display: inline-block;
        margin-top: 8px;
        padding: 10px 20px 10px 10px;
        background-color: rgb(249,167,116);
        color: #fff;
        border-radius: 0 30px 30px 0;
    }

.case_ban > span {
    bottom: 20px;
    right: 0px;
    padding: 12px 20px;
    border-radius: 50px 0 0 50px;
    background-color: rgba(255,255,255,.7);
    color: rgb(74,40,16);
    font-size: 26px;
}

.case_list_select {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .case_list_select li {
        float: left;
        width: 160px;
        line-height: 80px;
        text-align: center;
    }

        .case_list_select li a {
            display: block;
            width: 100%;
            height: 75px;
            border-bottom: 5px solid transparent;
            font-size: 26px;
            color: #484848;
        }

            .case_list_select li a.active {
                border-bottom: 5px solid rgb(252,129,46);
            }

.case_list_select_case li {
    margin: 30px 0;
}

    .case_list_select_case li a {
        width: 282px;
        max-width: 282px;
        overflow: hidden;
    }

    .case_list_select_case li img {
        display: block;
        margin: 0 auto;
    }

    .case_list_select_case li p {
        margin-top: 10px;
        font-size: 26px;
        line-height: 1.2;
        color: #262626;
    }

.case_list_case .hd_line {
    background-color: rgb(247,248,248);
    margin: 0;
    padding: 20px 0;
}

/*成功案例——详情页*/
.case_hd .fr {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    background: url(../img/sp.png) -157px -31px no-repeat;
}

.case_details_car {
    position: relative;
    width: 640px;
    height: 327px;
    max-height: 327px;
    overflow: hidden;
}

.case_car_pic li {
    float: left;
    width: 640px;
    background: #f1f1f1;
    height: 329px;
}

.case_car_pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
}

    .case_car_pic a {
        display: block;
        text-align: center;
        line-height: 329px;
    }

        .case_car_pic a img {
            vertical-align: middle;
            /*max-width: 640px;
            max-height: 329px;  20180521 修改m站成功案例详情样式*/
            width: 100%;
        }

.case_car_page {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

    .case_car_page span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 6px;
        border-radius: 10px;
        background-color: #fff;
    }

        .case_car_page span.li_current {
            background-color: rgb(253,159,72);
        }

.case_details_case table {
    width: 100%;
}

    .case_details_case table td {
        font-size: 24px;
        border-top: 1px solid #ccc;
        line-height: 1.3;
        padding: 10px 15px 10px 15px;
        vertical-align: middle;
    }

    /*.case_details_case .hd{border-bottom: 1px solid #ccc;}*/
    .case_details_case table .itemName {
        font-size: 22px;
        border-right: 1px solid #ccc;
        ;
    }

    .case_details_case table .stress {
        color: rgb(245,125,49);
    }

.c_d_c_bb {
    border-bottom: 25px solid #ccc;
}

.case_details_teacher .hd {
    border-bottom: 1px solid #ccc;
}


.teacher_introduce {
    padding: 30px 20px;
    background-color: rgb(233,238,242);
    border-radius: 150px;
    margin: 30px auto;
}

    .teacher_introduce img {
        margin-right: 20px;
        border-radius: 100px;
    }

    .teacher_introduce div {
        width: 380px;
    }

    .teacher_introduce h3 {
        line-height: 1.5;
        font-size: 24px;
    }

        .teacher_introduce h3 b {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin-right: 8px;
            vertical-align: 2px;
            background: url(../img/sp.png) -87px -38px no-repeat;
        }

    .teacher_introduce p {
        line-height: 1.2;
        font-size: 22px;
    }

.teacher_comment {
    line-height: 1.3;
}

.iNeedConsult {
    padding: 20px 0;
    background-color: #eee;
    text-align: center;
}

    .iNeedConsult a {
        display: inline-block;
        padding: 20px 50px;
        border-radius: 12px;
        background-color: rgb(245,149,84);
        color: #fff;
    }

    .iNeedConsult b {
        vertical-align: -4px;
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-right: 5px;
        background: url(../img/sp.png) -110px -81px no-repeat;
    }

.product_recommend > h2 {
    font-size: 26px;
    line-height: 3;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.product_recommend ul {
    margin: 25px 0;
    width: 621px;
}

.product_recommend li {
    float: left;
    width: 178px;
    margin-right: 29px;
}

    .product_recommend li a {
        display: block;
    }

.product_recommend .price {
    color: rgb(135,109,95);
}

/*首页的搜索框*/
.search {
    height: 75px;
    background: #ebebeb;
    line-height: 75px;
    text-align: center;
    position: relative;
}

    .search input[type=text] {
        width: 490px;
        height: 50px;
        border-radius: 30px;
        border: 1px solid #dcdcdc;
        padding: 0 20px 0 60px;
        font-size: 18px;
    }

.submit_bu {
    width: 50px;
    height: 50px;
    background: url(../img/search_b.png) no-repeat center;
    border: 0;
    position: absolute;
    left: 42px;
    top: 15px;
}

/*排行榜——列表一*/
.header_box1 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    font-size: 30px;
}

.back, .search_bu, .search_hua {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/back.png) no-repeat center;
    position: absolute;
    top: 0;
}

.back {
    left: 0;
}

.search_bu {
    background: url(../img/search_b.png) no-repeat center;
    right: 0;
}

.search_hua {
    background: url(../img/hua.png) no-repeat center;
    right: 0;
}

.rank_content {
    font-size: 26px;
}

.rank_word1 {
    padding: 35px 0;
    background: #484848;
    line-height: 25px;
    color: #fff;
}

    .rank_word1 span {
        display: inline-block;
        width: 540px;
        float: right;
        margin-right: 10px;
    }

.ni_news1 {
    border-top: 0;
    border-bottom: 0;
}

.ni_news1_ul li {
    padding: 25px 20px;
    border-bottom: 1px solid #ebebeb;
}

    .ni_news1_ul li a {
        display: block;
    }

.ni_news1 .ni_news_c {
    margin: 0;
}

.rank_word2 {
    padding: 20px;
    background: #ebebeb;
}

.rank_word2_co {
    padding: 20px;
    border: 1px solid #f58734;
    font-size: 20px;
    color: #f58734;
    line-height: 25px;
}

.showMore1 {
    background: #ebebeb;
    height: 66px;
    line-height: 66px;
    text-align: center;
}

    .showMore1 a {
        color: #969696;
        font-size: 20px;
    }

    .showMore1 b {
        display: inline-block;
        width: 13px;
        height: 10px;
        margin-left: 8px;
        vertical-align: 3px;
        background: url(../img/sp.png) -14px 0 no-repeat;
    }

/*排行榜首页*/
.rank_home {
    border-top: 1px solid #ededed;
    text-align: center;
}

.rank_home_ul {
    display: inline-block;
    border: 1px solid #f7964c;
    border-radius: 30px;
    margin: 15px 0;
    overflow: hidden;
}

    .rank_home_ul li {
        float: left;
    }

        .rank_home_ul li a {
            display: block;
            color: #67676d;
            padding: 8px 25px;
        }

        .rank_home_ul li.nowb a {
            display: block;
            background: #f7964c;
            border-radius: 30px;
            color: #fff;
        }

.home_car_page1 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

    .home_car_page1 span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 10px;
        background-color: #fff;
    }

        .home_car_page1 span.li_current {
            background-color: rgb(253, 159, 72);
        }
/*排行榜详情页*/
.rank_de_box .rank_word1 {
    font-size: 20px;
    position: relative;
}

.quan1 {
    display: block;
    width: 63px;
    height: 63px;
    background: url(../img/quan.png) no-repeat center;
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -31px;
}

    .quan1::after {
        content: "";
        display: block;
        width: 1px;
        height: 145px;
        background: #ddd;
        position: absolute;
        left: 31px;
        top: 63px;
    }

.rank_detailes_ul li {
    padding: 40px 10px 40px 100px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.num_p {
    position: relative;
    display: block;
}

.rank_detailes_ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 53px;
    top: 0;
}

.school_intro {
    display: inline-block;
}
/*.num_p::before,.num_p::after{
	content: "";
	display: block;
	width: 1px;
	height: 47px;
	background: url(../img/shuxian.png) no-repeat center;
	position: absolute;
	left: -47px;
	top: -48px;
}
.rank_detailes_ul li:first-child .num_p::before{
	height: 55px;
	top: -59px;
}
.num_p::after{
	top: 45px;
}*/
.num_p i {
    display: block;
    font-style: normal;
    width: 45px;
    height: 45px;
    background: #84cf02;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    left: -69px;
    top: -2px;
    z-index: 9;
}

.school_i1 {
    margin-bottom: 10px;
}

.school_name {
    display: inline-block;
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #484848;
    font-size: 26px;
    overflow: hidden;
    vertical-align: middle;
}

.school_english {
    max-width: 330px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #979797;
    font-size: 22px;
    overflow: hidden;
    font-family: arial;
}

.hot_word {
    display: inline-block;
    padding: 0 4px;
    border: 1px solid #84cf02;
    border-radius: 2px;
    color: #84cf02;
    margin-left: 10px;
    vertical-align: middle;
}

.sh_now {
    display: block;
    width: 148px;
    height: 50px;
    background: #f7964c;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    border-radius: 5px;
}

.num_p1 i {
    border: 1px solid #dcdcdc;
    color: #979797;
    background: #fff;
}

.sh_now1 {
    background: #b4b4b4;
}
/*英国专题页*/
.a_aus_list1 ul li {
    background: url(../img/eng_li_bg.png) no-repeat center;
}

.a_aus_list1 .imgp {
    text-align: center;
    top: 5px;
}

    .a_aus_list1 .imgp p {
        margin-top: 0;
        font-size: 20px;
        color: #6C5244;
    }

.imgp i {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/spe_eng_icon_01.png) no-repeat center;
}

    .imgp i.english_li_bg2 {
        background: url(../img/spe_eng_icon_02.png) no-repeat center;
    }

    .imgp i.english_li_bg3 {
        background: url(../img/spe_eng_icon_03.png) no-repeat center;
    }

    .imgp i.english_li_bg4 {
        background: url(../img/spe_eng_icon_04.png) no-repeat center;
    }

.advantage_aus > p span.engli_word1 {
    background: #fff;
    color: #6c5244;
    border: 2px solid rgb(190,166,154);
    border-radius: 30px;
}


/*秋月*/
.My_Body {
    padding: 0 0 91px 0;
}

.Biaoti {
    background: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 1000;
}

    .Biaoti a {
        display: block;
        width: 100px;
        height: 80px;
        position: absolute;
        top: 0;
    }

a.xq_left {
    left: 0;
    background: url(../img/Fanhui.png) center no-repeat;
}

a.xq_right {
    right: 0;
    background: url(../img/xq_right.png) center no-repeat;
}

.Biaoti span {
    font-size: 30px;
    color: #484848;
}

.Sousuo {
    background: #fff;
    padding: 15px 35px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    position: relative;
    z-index: 1000;
}

    .Sousuo input {
        width: 471px;
        height: 56px;
        font-size: 20px;
        color: #979797;
        background: url(../img/Sousuo.png) 20px 15px no-repeat;
        background-color: #eeeeee;
        border-radius: 30px;
        border: none;
        outline: none;
        padding: 0 30px 0 67px;
    }

.Leixing {
    height: 72px;
    line-height: 72px;
    text-align: center;
    padding-bottom: 17px;
    background: #ebebeb;
    position: relative;
    z-index: 1000;
}

    .Leixing a {
        background-color: #fff;
        display: table-cell;
        width: 212px;
        float: left;
        font-size: 24px;
        color: #484848;
        position: relative;
        border-bottom: 3px solid #fff;
    }

        .Leixing a + a {
            border-left: 1px solid #ededed;
        }

.sq_Guojia {
    background: url(../img/guojia_bg.png) 26px 25px no-repeat;
}

.sq_Mubiao {
    background: url(../img/mubiao_bg.png) 26px 25px no-repeat;
}

.sq_Leixing {
    background: url(../img/leixing_bg.png) 26px 25px no-repeat;
}

.Leixing a:after {
    position: absolute;
    top: 34px;
    right: 30px;
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    background: url(../img/sanjiao.png) no-repeat;
}

a.sq_Guojia.aanow {
    border-bottom: 3px solid #49cef9;
}

a.sq_Mubiao.aanow {
    border-bottom: 3px solid #f77d21;
}

a.sq_Leixing.aanow {
    border-bottom: 3px solid #61c2b3;
}

.content_a {
    position: relative;
}

.xl_yc {
    background: #fff;
    position: absolute;
    top: 77px;
    left: 0;
    padding: 35px 25px;
    z-index: 1000;
}

    .xl_yc > div, .xl_yc {
        display: none;
    }

        .xl_yc a {
            display: block;
            font-size: 22px;
            text-align: center;
            width: 134px;
            height: 42px;
            line-height: 42px;
            border-radius: 10px;
            margin-bottom: 25px;
        }

.quanbu {
    color: #49cef9;
    border: 1px solid #49cef9;
}

.quanbu1 {
    color: #f77d21;
    border: 1px solid #f77d21;
}

.quanbu2 {
    color: #61c2b3;
    border: 1px solid #61c2b3;
}

.Gj_a a {
    float: left;
    margin-right: 10px;
    color: #676767;
    border: 1px solid #ededed;
}
/*新加star*/
.sqgj .Gj_a a.Ga_now {
    color: #49cef9;
    border: 1px solid #49cef9;
}

.sqmb .Gj_a a.Ga_now {
    color: #f77d21;
    border: 1px solid #f77d21;
}

.sqlx .Gj_a a.Ga_now {
    color: #61c2b3;
    border: 1px solid #61c2b3;
}
/*新加end*/
.Tmc_Zz {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 98px;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}

.Tuwenlb {
    padding: 30px 10px;
}

    .Tuwenlb a {
        display: block;
        margin-bottom: 40px;
    }

        .Tuwenlb a > span {
            display: block;
            width: 168px;
            height: 168px;
            border-radius: 25px;
            margin-right: 20px;
            overflow: hidden;
        }

            .Tuwenlb a > span img {
                width: 168px;
                height: 168px;
            }

        .Tuwenlb a > div {
            overflow: hidden;
        }

.Title {
    font-size: 24px;
    color: #262626;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 10px;
}

.fuwushang, .fangan {
    font-size: 20px;
    color: #676767;
    line-height: 25px;
}

.jiage span {
    display: inline-block;
    width: 79px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    color: #676767;
    background: #ebebeb;
    border-radius: 0 20px 20px 0;
    margin: 10px 10px 0 0;
}

.jiage {
    font-size: 28px;
    color: #f77d21;
}

.Dibu {
    height: 87px;
    background: #ebebeb;
    line-height: 87px;
    text-align: center;
    font-size: 20px;
    color: #969696;
}

.ShowMore {
    margin: 0;
}

    .ShowMore a {
        font-size: 20px;
        color: #969696;
    }

        .ShowMore a:after {
            content: "";
            display: inline-block;
            width: 13px;
            height: 13px;
            margin: 0 10px;
            background: url(../img/Sm_bg.png) center no-repeat;
        }

.Xq_Banner img {
    width: 640px;
}

.Xq_Banner p {
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    bottom: 22px;
    left: 35px;
    right: 35px;
}

.span1 {
    display: block;
    width: 175px;
    height: 28px;
    line-height: 28px;
    background: #ebebeb;
    border-radius: 0 20px 20px 0;
    font-size: 20px;
    color: #603210;
    position: relative;
    padding-left: 40px;
    margin: 20px 0 12px 0;
}

    .span1:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 35px;
        height: 19px;
        border-right: 2px solid #f77d21;
    }

.p1 {
    font-size: 26px;
    color: #484848;
    padding-left: 35px;
    line-height: 58px;
}

.change_school {
    padding: 0 35px 20px 35px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

    .change_school a {
        float: left;
        display: block;
        width: 243px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        color: #6a6a6a;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        margin: 24px 21px 0 0;
    }

        .change_school a.now {
            color: #f77d21;
            border: 1px solid #f77d21;
        }

.p2, .p3 {
    padding-left: 35px;
}

.p2 {
    margin-top: 30px;
    font-size: 26px;
    color: #484848;
}

.p3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #676767;
    line-height: 35px;
}

.box_p4 {
    padding: 0 20px;
    border-top: 1px solid #ebebeb;
    height: 85px;
    line-height: 85px;
}

    .box_p4 .Bott_left {
        margin: 18px 15px 0 0;
    }

.p4 {
    text-align: center;
    font-size: 26px;
    color: #484848;
}

    .p4 span {
        font-size: 30px;
        color: #f77d21;
    }

.gm_gwc {
    background: #ebebeb;
    padding: 20px 15px;
}

    .gm_gwc a {
        display: block;
        float: left;
        width: 297px;
        height: 85px;
        line-height: 85px;
        text-align: center;
        font-size: 28px;
        color: #fff;
        border-radius: 10px;
    }

.goumai {
    background: #ff8278;
    margin-right: 9px;
}

.gouwche {
    background: #f7964c;
}

.gm_gwc a:before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0 5px;
}

.goumai:before {
    background: url(../img/ljgm.png) center no-repeat;
}

.gouwche:before {
    background: url(../img/jrgwc.png) center no-repeat;
}

.pingjia {
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 26px;
    color: #484848;
}

.D_pj {
    padding: 0 20px;
}

.pj1 {
    padding: 22px 0;
    border-top: 1px solid #ebebeb;
}

    .pj1 > span {
        float: left;
        display: block;
        width: 72px;
        height: 72px;
        border-radius: 40px;
        overflow: hidden;
        margin-right: 20px;
    }

        .pj1 > span img {
            width: 72px;
            height: 72px;
        }

.pj_right {
    overflow: hidden;
}

    .pj_right p {
        line-height: 30px;
        font-size: 20px;
        color: #646464;
    }

    .pj_right a {
        float: left;
        display: block;
        width: 155px;
        height: 122px;
        border-radius: 15px;
        overflow: hidden;
        margin: 20px 5px 20px 0;
    }

        .pj_right a img {
            width: 155px;
            height: 122px;
        }

    .pj_right span {
        display: block;
        font-size: 20px;
        color: #979797;
    }

.gengduo {
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    color: #676767;
    border-top: 1px solid #ebebeb;
}

.xxa {
    padding-top: 20px;
    height: 89px;
    line-height: 89px;
    border-bottom: 1px solid #ebebeb;
    background: #ebebeb;
}

    .xxa a {
        display: block;
        float: left;
        width: 213px;
        text-align: center;
        font-size: 26px;
        color: #484848;
        background: #fff;
        position: relative;
    }

        .xxa a + a:before {
            content: "";
            display: inline-block;
            height: 36px;
            border-left: 1px solid #ebebeb;
            position: absolute;
            top: 25px;
            left: 0;
        }

a.anow {
    color: #f77d21;
}

    a.anow:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 3px;
        background: #f77d21;
        position: absolute;
        bottom: 0;
        left: 26px;
    }

.xx_ms {
    padding-top: 35px;
}

    .xx_ms p {
        padding-left: 35px;
        line-height: 35px;
        font-size: 24px;
        color: #484848;
    }

    .xx_ms a {
        display: block;
        margin-top: 35px;
    }

    .xx_ms img {
        display: block;
        margin: 0 auto;
    }

.Cg_anli {
    background: #ebebeb;
    padding: 19px 0;
}

.anli_center {
    background: #fff;
    padding: 20px 15px;
}

.cganli {
    display: block;
    font-size: 26px;
    color: #484848;
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
    position: relative;
}

    .cganli:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: url(../img/al_bg.png) center no-repeat;
        position: absolute;
        top: 10px;
        left: 230px;
    }

    .cganli:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: url(../img/al_bg.png) center no-repeat;
        position: absolute;
        top: 10px;
        right: 230px;
    }

.anli_lb {
    width: 608px;
    height: 282px;
    overflow: hidden;
    position: relative;
}

    .anli_lb ul {
        height: 282px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .anli_lb ul li {
            float: left;
            width: 608px;
            height: 282px;
        }

.tm_a {
    width: 572px;
    height: 70px;
    padding: 15px 10px 15px 25px;
    display: block;
    background: rgba(0,0,0,0.65);
    border-radius: 0 0 25px 25px;
    bottom: 4px;
    left: 0;
}

    .tm_a p {
        font-size: 20px;
        color: #fff;
        line-height: 25px;
    }

.lb_anniu {
    width: 70px;
    margin: 0 auto;
    margin-top: 20px;
}

    .lb_anniu a {
        float: left;
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 10px;
        background: #ebebeb;
        margin-right: 10px;
    }

a.aan {
    background: #ff8000;
}

.Tuijian {
    text-align: center;
    font-size: 26px;
    color: #484848;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #ededed;
}

.Tj_content {
    padding: 20px 0 30px 0;
}

    .Tj_content a {
        float: left;
        display: block;
        width: 178px;
        margin-left: 25px;
    }

.img_span {
    display: block;
    width: 168px;
    height: 168px;
    border-radius: 20px;
    overflow: hidden;
}

.bt_p {
    font-size: 22px;
    color: #262626;
    line-height: 30px;
    margin: 20px 0;
}

.jg_span {
    font-size: 28px;
    color: #886d5e;
}

.xx_bz, .xx_wt {
    padding: 45px 35px 0 35px;
    display: none;
}

    .xx_bz span, .xx_wt span {
        display: block;
        font-size: 24px;
        color: #484848;
        line-height: 45px;
    }

    .xx_bz p, .xx_wt p {
        font-size: 22px;
        color: #676767;
        line-height: 35px;
        margin-bottom: 40px;
    }

span.Qz_sm {
    color: #f7964c;
}

.Lx_banner {
    display: block;
    width: 640px;
}

    .Lx_banner img {
        width: 640px;
    }

.Lx_gj {
    padding: 35px 20px;
}

    .Lx_gj tr {
        width: 595px;
        height: 70px;
        text-align: center;
        line-height: 70px;
    }

        .Lx_gj tr td {
            border: 1px solid #e5e5e5;
        }

        .Lx_gj tr a {
            display: block;
            width: 148px;
            font-size: 20px;
            color: #484848;
        }

.Lx_zx {
    margin: 30px auto;
    width: 280px;
    height: 2px;
    position: relative;
    background: #969696;
}

    .Lx_zx span {
        height: 30px;
        display: block;
        padding: 0 12px;
        font-size: 22px;
        color: #969696;
        position: absolute;
        bottom: -11px;
        left: 50%;
        margin-left: -99px;
        background: #fff;
    }

        .Lx_zx span:before {
            content: "";
            display: inline-block;
            width: 36px;
            height: 30px;
            background: url(../img/Lx_sbg.png) left center no-repeat;
            vertical-align: sub;
        }

.Zx_example {
    display: block;
}

    .Zx_example img {
        width: 640px;
        height: 232px;
    }

.Zx_div {
    top: 0;
    left: 0;
    width: 640px;
    height: 157px;
    text-align: center;
    padding-top: 75px;
}

    .Zx_div p {
        font-size: 24px;
        color: #fff;
        line-height: 35px;
    }

    .Zx_div span {
        display: block;
        font-size: 20px;
        color: #f7f7f7;
        margin-top: 20px;
    }

.Example_list {
    padding: 20px 20px 0 30px;
}

    .Example_list a {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
        padding: 30px 0;
    }

        .Example_list a img {
            float: right;
            width: 155px;
            height: 122px;
        }

.El_left {
    width: 400px;
}

    .El_left p {
        font-size: 24px;
        color: #262626;
        line-height: 35px;
        height: 105px;
        overflow: hidden;
    }

    .El_left span {
        font-size: 20px;
        color: #979797;
    }

.Lxl_a {
    padding: 25px 0;
}

    .Lxl_a a {
        display: block;
        float: left;
        width: 128px;
        font-size: 18px;
        color: #676767;
        text-align: center;
    }

        .Lxl_a a:before {
            content: "";
            display: block;
            margin: 0 auto;
            width: 45px;
            height: 45px;
            margin-bottom: 20px;
        }

a.Lxl_a1:before {
    background: url(../img/Gk_bg.png) center no-repeat;
}

a.Lxl_a2:before {
    background: url(../img/Ph_bg.png) center no-repeat;
}

a.Lxl_a3:before {
    background: url(../img/Zc_bg.png) center no-repeat;
}

a.Lxl_a4:before {
    background: url(../img/Fy_bg.png) center no-repeat;
}

a.Lxl_a5:before {
    background: url(../img/Qz_bg.png) center no-repeat;
}

.Lx_a {
    border-bottom: 1px solid #ededed;
    background: #ebebeb;
    padding-top: 20px;
    height: 213px;
    overflow: hidden;
}

.Lx_aa {
    height: 187px;
    top: 20px;
    left: 0;
    background: #fff;
    padding-top: 25px;
    padding-left: 20px;
}

    .Lx_aa a {
        display: block;
        float: left;
        margin-right: 20px;
        width: 162px;
        height: 181px;
        text-align: center;
        position: relative;
    }

        .Lx_aa a img {
            display: block;
            width: 162px;
            height: 162px;
            border-radius: 20px;
        }

        .Lx_aa a span {
            font-size: 22px;
            color: #fff;
            position: absolute;
            bottom: 35px;
            left: 50%;
            margin-left: -44px;
        }

a.Now_a {
    border-bottom: 5px solid #ff8000;
}

.more_Lx {
    padding: 30px 15px;
}

    .more_Lx a.more {
        display: block;
        height: 78px;
        line-height: 78px;
        border: 1px solid #dcdcdc;
        text-align: center;
        font-size: 24px;
        color: #676767;
    }

    .more_Lx a span {
        display: block;
    }

        .more_Lx a span:before {
            margin: 0 10px;
            content: "";
            display: inline-block;
            width: 31px;
            height: 31px;
            background: url(../img/Mlx_before.png) center no-repeat;
            vertical-align: sub;
        }

.Lx_Detail a {
    display: block;
    float: left;
    padding: 15px 18px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 22px;
    color: #262626;
    text-align: center;
    margin: 20px 15px 0 0;
}

.Jgc_color {
    height: 18px;
    background: #ebebeb;
}

.Article {
    padding: 40px 20px;
    border-top: 1px solid #ededed;
}

    .Article h1 {
        font-size: 28px;
        color: #484848;
    }

    .Article p {
        margin-top: 45px;
        font-size: 24px;
        color: #484848;
        line-height: 38px;
    }

    .Article span {
        display: block;
        font-size: 20px;
        color: #979797;
    }

.LaiY {
    margin-top: 40px;
}

.Img_lx {
    text-align: center;
    margin-top: 15px;
}

.Article img {
    width: 597px;
    margin-top: 40px;
}

.Article p a {
    font-size: 24px;
    color: #484848;
}

.Ddan_Ye {
    width: 640px;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 35px;
}

    .Ddan_Ye > a {
        display: block;
        width: 126px;
        height: 126px;
        border: 7px solid rgba(255,255,255,0.75);
        border-radius: 75px;
        margin: 0 auto;
    }

    .Ddan_Ye > span {
        display: block;
        font-size: 30px;
        color: #fff;
        line-height: 90px;
    }

.Ddan_a {
    height: 88px;
    line-height: 88px;
}

    .Ddan_a a {
        display: block;
        width: 320px;
        float: left;
        text-align: center;
        font-size: 24px;
        color: #fff;
    }

        .Ddan_a a:before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            margin: 0 10px;
            vertical-align: sub;
        }

        .Ddan_a a.Dd_nowa {
            color: #ff8000;
            background: url(../img/SanJ_bg.png) center bottom no-repeat;
        }

a.Wd_Dd:before {
    background: url(../img/Wd_dd.png) center no-repeat;
}

a.Ye_Gl:before {
    background: url(../img/Ye_gl.png) center no-repeat;
}

a.Wd_Dd.Dd_nowa:before {
    background: url(../img/Wd_dd1.png) center no-repeat;
}

a.Ye_Gl.Dd_nowa:before {
    background: url(../img/Ye_gl1.png) center no-repeat;
}

.Dingdan span {
    display: block;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 26px;
    color: #484848;
}

    .Dingdan span:before {
        display: inline-block;
        content: "";
        width: 30px;
        height: 30px;
        background: url(../img/Wd_dd2.png) center no-repeat;
        margin: 0 10px;
        vertical-align: text-bottom;
    }

.Yue {
    padding: 26px 35px;
    display: none;
}

.Ye_left span {
    display: block;
    line-height: 48px;
}

.Zh_yue {
    font-size: 20px;
    color: #484848;
}

.Zh_money {
    font-size: 40px;
    color: #f7964c;
}

.Yue a {
    display: block;
    width: 148px;
    height: 52px;
    line-height: 52px;
    background: #f7964c;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-top: 42px;
}

.dd_ye {
    background: #ebebeb;
}

.dd_div, .ye_div {
    overflow: hidden;
}

.ye_div {
    display: none;
}

.Dd_list {
    background: #fff;
    margin-top: 20px;
}

.Dd_Ma {
    display: block;
    padding: 0 20px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #484848;
    border-bottom: 1px solid #ebebeb;
    background: url(../img/Dd_Detail.png) 600px no-repeat;
}

.Dd_Ma1 {
    background: none;
}

.Dd_Ma:before {
    margin: 0 10px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 25px;
    background: url(../img/Xx_massage.png) center no-repeat;
    vertical-align: sub;
}

.Xx_xx > div {
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #ebebeb;
}

    .Xx_xx > div span {
        display: block;
        float: left;
    }

.Span_01 {
    font-size: 22px;
    color: #676767;
    padding-left: 35px;
    width: 130px;
    border-right: 1px solid #ebebeb;
}

.Span_02 {
    font-size: 24px;
    color: #484848;
    padding-left: 50px;
}

.Span_021 {
    color: #ff8000;
}

.Span_022 {
    color: #ee1616;
}

.Fk_a {
    padding: 10px 25px;
}

.Dd_Fk {
    display: block;
    width: 148px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #f7964c;
    border-radius: 10px;
}

.Dd_Fk1 {
    display: block;
    width: 148px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    color: #676767;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}

.dd_div1, .Xx_xx1 {
    background: url(../img/No_Dd.png) center no-repeat;
}

.dd_div1 {
    height: 470px;
}

.ye_div1 {
    height: 395px;
}

.Dd_list1 {
    margin-bottom: 20px;
    height: 354px;
}

.Xx_xx1 {
    height: 190px;
}

    .dd_div1 p, .Xx_xx1 p {
        font-size: 22px;
        color: #676767;
        text-align: center;
    }

.dd_div1 p {
    margin-top: 120px;
}

.Xx_xx1 p {
    margin-top: 40px;
}

/*余额支付页样式*/
.Gray_area {
    height: 80px;
    line-height: 80px;
    background: #ebebeb;
}

    .Gray_area p {
        font-size: 24px;
        color: #969696;
        padding-left: 35px;
    }

.Massage_Tx li + li, .Tongji p + p, .Zhifu li + li {
    border-top: 1px solid #ebebeb;
}

.Massage_Name {
    padding: 27px 35px;
    line-height: 30px;
}

    .Massage_Name > span {
        display: block;
        float: left;
        font-size: 26px;
        color: #484848;
    }

.Other {
    float: left;
    position: relative;
}

.Mp1 i, .Gray_area i {
    color: #ff0000;
    font-size: 28px;
}

.Mp1 {
    width: 121px;
    border-right: 1px solid #dcdcdc;
    margin-right: 45px;
}

span.Mp3 {
    font-size: 22px;
}

span.Mp_span {
    margin-right: 45px;
    width: 121px;
    line-height: 78px;
}

.Dd_Detail {
    background: #ebebeb;
    padding: 20px 0;
}

.Dd_content {
    overflow: hidden;
    background: #fff;
    padding: 25px 22px;
    border-bottom: 1px solid #ebebeb;
}

    .Dd_content img {
        float: left;
        width: 168px;
        height: 168px;
        border-radius: 20px;
        margin-right: 25px;
    }

.Bti_p {
    font-size: 24px;
    color: #3f3f3f;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
}

.Jge_p {
    margin-top: 40px;
    font-size: 26px;
    color: #484848;
}

.YuanJia {
    font-size: 22px;
    color: #afafaf;
    margin: 0 10px;
    text-decoration: line-through;
}

.ShuLiang {
    font-size: 22px;
    color: #676767;
    margin: 0 40px;
}

.Dd_youhuiquan {
    background: #fff;
    padding: 20px 22px;
}

    .Dd_youhuiquan span {
        text-align: center;
        font-size: 26px;
        color: #676767;
        display: inline-block;
        width: 142px;
        border-right: 1px solid #dcdcdc;
    }

    .Dd_youhuiquan input {
        padding: 15px;
        width: 208px;
        line-height: 42px;
        border: 1px solid #dcdcdc;
        border-radius: 20px;
        outline: none;
        font-size: 24px;
        color: #484848;
        margin: 0 15px 0 40px;
    }

    .Dd_youhuiquan a {
        text-align: center;
        display: inline-block;
        width: 131px;
        height: 72px;
        line-height: 72px;
        background: #f7964c;
        border-radius: 20px;
        font-size: 26px;
        color: #fff;
        vertical-align: middle;
    }

.Tongji {
    background: #fff;
}

    .Tongji p {
        height: 68px;
        line-height: 68px;
        padding: 0 22px;
        text-align: right;
        font-size: 24px;
        color: #747474;
    }

        .Tongji p span {
            display: inline-block;
            width: 160px;
        }

.Count {
    text-align: left;
    padding: 0 22px;
    font-size: 30px;
    color: #ff8000;
}

.price1 {
    font-size: 26px;
    color: #484848;
}

.TiJiao {
    background: #ebebeb;
    padding: 65px 70px;
}

    .TiJiao input {
        width: 508px;
        height: 85px;
        line-height: 85px;
        text-align: center;
        background: #f7964c;
        border: none;
        border-radius: 20px;
        font-size: 28px;
        color: #fff;
        -webkit-appearance: none;
    }

    .TiJiao p {
        font-size: 20px;
        color: #969696;
        line-height: 35px;
        margin-top: 40px;
    }

p.Gray_area_p {
    font-size: 20px;
    text-align: center;
}

.Zhifu li {
    padding: 25px 35px;
}

.Zhifu_span1 {
    display: inline-block;
    width: 185px;
    font-size: 22px;
    color: #676767;
    text-align: left;
    overflow: hidden;
}

.Zhifu_span2 {
    font-size: 24px;
    color: #484848;
}

.Zhifu_span3 {
    font-size: 26px;
    color: #ff8000;
}

.Zhifu input, .Yzm_input {
    font-size: 24px;
    color: #484848;
    width: 196px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 24px 10px;
    outline: none;
    -webkit-appearance: none;
}
/*.Fk_fs{
	background: #ebebeb;
	padding-top:25px;
}
.Fk_fs li{
	padding: 20px 35px;
	background: #fff;
	position: relative;
}
.Fkfs{
	font-size: 22px;
	color: #747474;
}*/
/*.Zfb,.Lcqb{
	display: block;
	font-size: 26px;
	color: #5a5a5a;
	height: 46px;
	line-height: 46px;
	padding-left: 60px;
}
.Zfb{
	background: url(../img/Zfb_zf.png) left center no-repeat;
}
.Lcqb{
	background: url(../img/Lcqb_zf.png) left center no-repeat;
}
.Fk_fs label{
	float: right;
	width: 37px;
	height: 37px;
	border: 1px solid #c2c2c2;
	border-radius: 20px;
	position: absolute;
	top: 20px;
	right: 22px;
}
.Fk_fs input{
	position: absolute;
	top: 20px;
	right: 22px;
	z-index: -1;
}
.Fk_fs label.clabel{
	background: url(../img/Gou.png) center no-repeat;
	background-color:#81c337;	
}*/
.YanZhengMa {
    display: inline-block;
    width: 130px;
    height: 50px;
    background: url(../img/Yzm.png) no-repeat;
    vertical-align: middle;
    margin-left: 30px;
}

/*我要评估页面样式*/
.Massage_bottom {
    background: #ebebeb;
    padding: 50px 22px;
    text-align: center;
}

.Lji_Tj {
    width: 508px;
    height: 85px;
    font-size: 28px;
    color: #fff;
    background: #f7964c;
    border-radius: 20px;
    margin: 0 auto;
    border: none;
    outline: none;
    -webkit-appearance: none;
}

.GuWen {
    border: 1px solid #d5c5ba;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 55px 0;
    text-align: left;
    font-size: 20px;
    color: #969696;
    line-height: 30px;
}

.Sj_Gw {
    color: #ff8000;
}

.Copy_last {
    font-size: 20px;
    color: #969696;
}

.O_input {
    border: none;
    font-size: 24px;
    color: #d4d4d4;
    outline: none;
}

.Other select {
    width: 390px;
    border: none;
    font-size: 24px;
    color: #d4d4d4;
    outline: none;
    -webkit-appearance: none;
    background: transparent;
    position: relative;
    z-index: 1000;
}

    .Other select option {
        font-size: 22px;
        color: #676767;
    }

.Other i {
    display: block;
    position: absolute;
    top: 1px;
    right: 0px;
    width: 35px;
    height: 35px;
    background: url(../img/Select_down.png) center no-repeat;
    z-index: 999;
}

/*订单详情页样式*/
.Dd_neirong {
    background: #ebebeb;
    overflow: hidden;
}

    .Dd_neirong > div {
        margin-top: 20px;
        background: #fff;
    }

.Nr_span {
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
}

.Nr_span1 {
    display: block;
    font-size: 24px;
    color: #484848;
    background: url(../img/Dd_zt.png) left center no-repeat;
    padding-left: 30px;
    line-height: 52px;
}

.Nr_span2 {
    display: block;
    font-size: 24px;
    color: #d90c0c;
    padding: 0 30px;
    line-height: 52px;
}

.Nr_span a {
    display: block;
    float: right;
    width: 148px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #f7964c;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
}

/*空购物车页面样式*/
.Gwc_center {
    background: #ebebeb;
    text-align: center;
    padding: 150px 0;
}

.Empty_gwc {
    display: block;
    font-size: 30px;
    color: #676767;
}

    .Empty_gwc:before {
        margin: 45px auto;
        content: "";
        display: block;
        width: 155px;
        height: 155px;
        background: url(../img/Gwc_gwc.png) center no-repeat;
    }

.Qgg {
    margin: 110px auto;
    display: block;
    width: 298px;
    height: 83px;
    line-height: 83px;
    font-size: 34px;
    color: #f7964c;
    border: 1px solid #ff8000;
    border-radius: 5px;
}
/*购物车页面样式*/
.My_Body1 {
    padding: 0 0 177px 0;
}

.Jiesuan {
    width: 640px;
    height: 84px;
    line-height: 84px;
    border-top: 1px solid #f7964c;
    border-bottom: 1px solid #f7964c;
    position: fixed;
    bottom: 91px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
}

    .Jiesuan > span {
        float: left;
        display: block;
    }

.He_Ji {
    font-size: 26px;
    color: #676767;
    padding: 0 35px;
}

.Zong_E {
    font-size: 34px;
    color: #ff8000;
}

.Jiesuan a {
    float: right;
    display: block;
    height: 84px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    width: 174px;
    background: #f7964c;
}

.Shu_Liang {
    font-size: 20px;
}

.Dd_Jj {
    background: #fff;
    padding: 35px;
}

.Dd_Jj_img {
    width: 168px;
    height: 168px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 30px;
}

    .Dd_Jj_img img {
        width: 168px;
        height: 168px;
    }

.Dd_cright {
    overflow: hidden;
}

.Bti_pp {
    font-size: 24px;
    color: #262626;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-align: left;
}

.Dd_cright_middle {
    margin: 20px 0;
}

    .Dd_cright_middle span {
        display: block;
    }

.Jge_sapn {
    font-size: 28px;
    color: #f77d21;
    float: left;
}

.YuanJia1 {
    float: left;
    line-height: 28px;
}

.ShuLiang1 {
    float: right;
    line-height: 28px;
}

.Bott_right a {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 19px;
    background: url(../img/Ljt.png) center bottom no-repeat;
}

.Gwc_center1 {
    padding: 0;
    border-top: 1px solid #ededed;
    overflow: hidden;
}

.Dd_Jj {
    margin-bottom: 20px;
}

.Bott_left a {
    display: block;
    width: 48px;
    height: 47px;
    line-height: 47px;
    border: 1px solid #a0a0a0;
    font-size: 26px;
    color: #333436;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.Jian {
    border-radius: 5px 0 0 5px;
}

.Jia {
    border-radius: 0 5px 5px 0;
}

.Bott_left input {
    float: left;
    padding: 13px;
    width: 46px;
    height: 21px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
    outline: none;
    text-align: center;
    font-size: 28px;
    color: #646464;
    -webkit-appearance: none;
}

/*直接支付样式*/
.Jianyi {
    display: block;
}

.TiJiao1 {
    padding: 65px 0;
    text-align: center;
}

.Jianyi {
    display: block;
    margin: 0 auto;
    width: 569px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    color: #f58734;
    border: 1px solid #f7964c;
    border-radius: 5px;
}

.Zaixian {
    margin: 70px 0 40px 0;
}

.TiJiao_p {
    margin: 0 auto;
    width: 495px;
}

/*秋月-end*/








/* 没有搜索到相关产品提示样式 */

.Tuwenlb .nocptis {
    border: 1px dashed #dedede;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
}

    .Tuwenlb .nocptis img {
        vertical-align: middle;
    }

    .Tuwenlb .nocptis span {
        color: #999999;
        line-height: 32px;
        font-weight: bold;
        margin-left: 25px;
    }

/*支付宝微信支付弹出层*/
.modal {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
}

.modal {
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform .25s,opacity 1ms .25s;
    -moz-transition: -moz-transform .25s,opacity 1ms .25s;
    transition: transform .25s,opacity 1ms .25s;
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

    .modal.active {
        display: block;
        height: 100%;
        opacity: 1;
        -webkit-transition: -webkit-transform .25s;
        -moz-transition: -moz-transform .25s;
        transition: transform .25s;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .modal .content {
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
    }

        .modal .content .content-inner {
            background: #FFF;
            height: 100px;
            text-align: center;
            padding: 50px 30px 30px 30px;
        }

        .modal .content .android, .modal .content .ios {
            display: none;
        }

/* 登录注册   ***********2016-08-02 修改日***********/
#liangs {
    line-height: 55px;
    font-size: 21px;
}

    #liangs span {
        font-size: 62px;
        width: 2px;
        color: #9f9fa0;
        height: 56px;
        background-color: #9f9fa0;
        display: inline-block;
        margin: 0 10px;
    }

    #liangs a.logindl, .login_box a.logonzc {
        position: relative;
        margin: 0 0px;
    }

        #liangs a.logindl:before {
            display: block;
            content: "";
            width: 32px;
            height: 32px;
            margin: 12px auto;
            background: url(../img/dllogin-04.png) center no-repeat;
            position: absolute;
            top: -50px;
            left: 4px;
        }

    #liangs a.logonzc:before {
        display: block;
        content: "";
        width: 32px;
        height: 32px;
        margin: 12px auto;
        background: url(../img/bianji-05.png) center no-repeat;
        position: absolute;
        top: -50px;
        left: 4px;
    }


/* 退出 */
.clear:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    overflow: hidden;
}

.login_boxtui {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #676767;
    width: 210px;
    margin-left: 108px;
}

.login_boxtui a {
    color: #575757;
}
