* {
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333
}

body {
    margin: 0;
    padding: 0;
    background: #f7f4f3
}

img {
    border: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

p, h1 {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.rt {
    float: right
}

.lf {
    float: left
}

.clear {
    clear: both
}

.overflow {
    overflow: hidden
}

.plan_box .txt p img {
    width: 30px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px
}

#captchapng {
    width: 100px;
    height: 30px
}

.apply_form_box {
    padding-top: 40px
}

.apply_form_box .detial .form_box form ul li input[type="text"] {
    width: 225px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding-left: 5px
}

.apply_form_box .detial .form_box form ul li label, .apply_form_box .detial .form_box form ul li span {
    color: #fff;
    font-size: 14px
}

.apply_form_box .title {
    text-align: center;
    margin-bottom: 20px
}

.apply_form_box .title h1 {
    color: #fff;
    font-size: 30px
}

.apply_form_box .detial ul.step_list li {
    float: left
}

.apply_form_box .detial ul.step_list li img {
    width: 30%;
    margin: 0 auto;
    display: block
}

.apply_form_box .detial ul.step_list li p {
    color: #fff;
    margin-top: 10px
}

.apply_form_box .detial ul.step_list li p i {
    color: #3b3b3b;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 5px
}

.apply_form_box .detial .form_box {
    margin-top: 20px;
    border-radius: 3px;
    background: #2c2c2c;
    padding: 30px
}

.apply_form_box .detial .form_box form ul li select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    outline: 0;
    vertical-align: top
}

.apply_form_box .detial .form_box form ul li:first-child {
    margin-bottom: 20px
}

.apply_form_box .detial .form_box form ul li {
    margin-bottom: 18px
}

.apply_form_box .detial .form_box form ul li:nth-child(6) span {
    margin-right: 9px
}

.apply_form_box .detial .form_box form ul li:nth-child(5) span {
    margin-right: 14px
}

.apply_form_box .detial .form_box form ul li:nth-child(7) span {
    margin-right: 22px
}

.apply_form_box .detial .form_box form ul li:last-child .set_up {
    background: #ffc000;
    color: #fff
}

.apply_form_box .detial .form_box form ul li:last-child input {
    width: 108px;
    height: 35px;
    outline: 0;
    color: #666;
    border-radius: 3px;
    border: 0;
    background: #fff;
    font-size: 14px
}

.apply_form_box .detial .form_box form ul li:last-child input:hover {
    opacity: .9
}

.apply_form_box .detial .form_box form ul li:last-child p {
    font-size: 12px;
    color: #666;
    margin-top: 20px
}

.apply_form_box .detial .form_box .rt_box ul.one {
    margin-top: 30px
}

.apply_form_box .detial .form_box .rt_box ul.one a {
    margin-left: -100px;
    color: #999;
    font-size: 14px
}

.apply_form_box .detial .form_box .rt_box ul.one li i {
    font-size: 35px;
    color: #ffc000;
    font-weight: bold
}

.apply_form_box .detial .form_box .rt_box ul.one li b {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 5px 7%;
    border-radius: 3px;
    background: #202020;
    display: inline-block
}

.apply_form_box .detial .form_box .rt_box ul.one li:nth-child(2) {
    margin-bottom: 35px
}

.apply_form_box .detial .form_box .rt_box ul.one li:first-child {
    margin-bottom: 22px
}

.apply_form_box .detial .form_box .rt_box ul.two li {
    width: 32%;
    float: left;
    margin: 0 .5%;
    text-align: center
}

.apply_form_box .detial .form_box .rt_box ul.two li p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px
}

.apply_form_box .detial .form_box .rt_box ul.two li i {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto
}

.apply_form_box .detial .form_box .rt_box ul.two li:first-child i {
    background: url("../images/vip/vip_footer_qq.png") no-repeat
}

.apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) i {
    background: url("../images/vip/vip_footer_sina.png") no-repeat
}

.apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) i {
    background: url("../images/vip/vip_footer_wechat.png") no-repeat
}

.apply_form_box .detial .form_box .rt_box ul.two li:hover i {
    background-position: right top
}

.apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
    width: 100%;
    top: -200%;
    right: 0
}

.apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
    width: 100%;
    top: -200%;
    right: 0
}

.footer {
    background: #3b3b3b;
    padding-top: 30px;
    padding-bottom: 30px
}

.footer ul {
    width: 65%;
    margin: 0 auto
}

.footer ul li {
    float: left;
    border-right: 1px solid #999;
    width: 14%;
    text-align: center
}

.footer ul li a {
    color: #999;
    font-size: 14px
}

.footer .txt {
    text-align: center
}

.footer .txt p {
    color: #999;
    margin: 10px;
    font-size: 14px
}

.footer .txt img {
    margin-top: 15px
}

@media screen and (max-width: 1023px) {
    .ser_list_box .contact_way .lf_box {
        float: none;
        text-align: center
    }

    .ser_list_box .contact_way {
        position: relative;
        padding: 30px;
        background: #e6e6e6;
        border-radius: 3px;
        margin-top: 30px
    }

    .ser_list_box .contact_way .middle_box {
        padding-left: 10%;
        float: none;
        margin: 30px auto
    }

    .ser_list_box .contact_way .middle_box b {
        font-size: 24px;
        line-height: 50px
    }

    .ser_list_box .contact_way .middle_box p {
        line-height: 30px
    }

    .ser_list_box .contact_way .middle_box ul li {
        float: left;
        width: 50%;
        line-height: 26px
    }

    .ser_list_box .contact_way .middle_box span {
        color: #666
    }

    .ser_list_box .contact_way .middle_box .ask_now {
        text-align: center;
        margin-top: 20px;
        margin-left: -10%
    }

    .ser_list_box .contact_way .middle_box .ask_now p {
        font-size: 20px;
        color: #d12918;
        line-height: 45px;
        padding: 0 35px;
        border: 2px solid #d12918;
        border-radius: 3px;
        display: inline-block;
        font-weight: bold
    }

    .ser_list_box .contact_way .middle_box .ask_now:hover p {
        opacity: .7
    }

    .ser_list_box .contact_way > img {
        position: absolute;
        top: 0;
        right: 0
    }

    .ser_list_box .contact_way .rt_box {
        margin-right: 2%;
        float: none;
        text-align: center
    }

    .ser_list_box .contact_way .rt_box img {
        box-shadow: 4px 4px 4px #ccc
    }
}

@media screen and (max-width: 644px) {
    .ser_list_box .contact_way {
        padding: 15px
    }

    .ser_list_box .contact_way .middle_box {
        padding-left: 0
    }

    .ser_list_box .contact_way .middle_box ul li {
        float: none;
        width: 100%;
        line-height: 35px
    }

    .ser_list_box .contact_way .middle_box .ask_now {
        margin-left: 0
    }

    .ser_list_box .contact_way .middle_box .ask_now p {
        font-size: 18px;
        padding: 0 10px
    }
}

@media screen and (min-width: 1190px) {
    .ser_list_box .contact_way {
        position: relative;
        padding: 30px;
        background: #e6e6e6;
        border-radius: 3px;
        margin-top: 30px
    }

    .ser_list_box .contact_way .middle_box {
        width: 60%;
        padding-left: 6%
    }

    .ser_list_box .contact_way .middle_box b {
        font-size: 24px;
        line-height: 50px
    }

    .ser_list_box .contact_way .middle_box p {
        line-height: 30px
    }

    .ser_list_box .contact_way .middle_box ul li {
        float: left;
        width: 50%;
        line-height: 26px
    }

    .ser_list_box .contact_way .middle_box span {
        color: #666
    }

    .ser_list_box .contact_way .middle_box .ask_now {
        text-align: center;
        margin-top: 20px
    }

    .ser_list_box .contact_way .middle_box .ask_now p {
        font-size: 20px;
        color: #d12918;
        line-height: 45px;
        padding: 0 35px;
        border: 2px solid #d12918;
        border-radius: 3px;
        display: inline-block;
        font-weight: bold
    }

    .ser_list_box .contact_way .middle_box .ask_now:hover p {
        opacity: .7
    }

    .ser_list_box .contact_way > img {
        position: absolute;
        top: 0;
        right: 0
    }

    .ser_list_box .contact_way .rt_box {
        margin-right: 2%
    }

    .ser_list_box .contact_way .rt_box img {
        box-shadow: 4px 4px 4px #ccc
    }

    .container {
        width: 100%
    }

    .container .content {
        width: 1190px;
        margin: 0 auto
    }

    .container .content p a {
        color: #999;
    }

    .computer_hide {
        display: none
    }

    .banner_box {
        width: 100%;
        background: url("../images/vip/vip_bannerbg.png") no-repeat center center;
        height: 400px;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .banner_box .logo_box img {
        vertical-align: middle
    }

    .banner_box .logo_box a {
        font-size: 12px;
        color: #fff;
        padding: 5px;
        background: rgba(225, 225, 225, 0.5);
        margin-left: 10px;
        border-radius: 5px;
        position: relative;
        z-index: 5
    }

    .banner_box .content {
        position: relative;
        height: 380px
    }

    .banner_box .content > img {
        display: block;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -357px;
        -webkit-transition: -webkit-transform .2s linear;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        transition: transform .2s linear
    }

    .banner_box .content > img:hover {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    .banner_box .content > span {
        font-size: 12px;
        color: #360001;
        position: absolute;
        bottom: 20px;
        right: 21%
    }

    .plan_box {
        margin-bottom: 20px
    }

    .plan_box .title {
        text-align: center
    }

    .plan_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .plan_box .txt {
        width: 981px
    }

    .plan_box .txt p {
        font-size: 18px;
        line-height: 30px
    }

    .plan_box .txt_box {
        padding: 20px;
        background: #e9e6e6;
        border-radius: 3px
    }

    .plan_box .txt .red_txt {
        text-align: center;
        margin-top: 27px
    }

    .plan_box .txt .red_txt b {
        font-size: 20px;
        color: #d12918;
        padding: 16px 20px;
        border: 2px solid #d12918;
        border-radius: 3px;
        display: inline-block
    }

    .plan_box .txt .red_txt b:hover {
        color: #ba291a;
        border-color: #ba291a
    }

    .service_box {
        margin-bottom: 36px
    }

    .service_box .title {
        text-align: center
    }

    .service_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .service_box .detial img {
        width: 24%;
        margin-right: .8%;
        box-shadow: 2px 2px 2px #aaa
    }

    .service_box .detial img:hover {
        box-shadow: 8px 8px 8px #aaa
    }

    .service_box .detial img.nomargin {
        margin-right: 0
    }

    .ser_list_box {
        margin-bottom: 20px
    }

    .ser_list_box .title ul li a{
        font-size: 24px;
        text-align: center;
        font-weight: bold;
    }

    .ser_list_box .title ul li {
        float: left;
        width: 20%;
        font-size: 24px;
        text-align: center;
        border: 1px solid #e9e9e9;
        border-left: 0;
        padding: 18px 0;
        font-weight: bold;
        color: #666;
        background: #fff
    }

    .ser_list_box .title ul li.font_w {
        font-weight: normal;
        background: #e7e7e7;
        border-top: 2px solid #e7e7e7;
        border-bottom: 1px solid #fff
    }

    .ser_list_box .title ul li.common {
        color: #072a51;
        border-top: 2px solid #072a51
    }

    .ser_list_box .title ul li.gold {
        color: #fe8208;
        border-top: 2px solid #fe8208
    }

    .ser_list_box .title ul li.planti {
        color: #972a5d;
        border-top: 2px solid #972a5d
    }

    .ser_list_box .title ul li.diamond {
        color: #762785;
        border-top: 2px solid #762785
    }

    .ser_list_box .title ul li.common a {
        color: #072a51;
    }

    .ser_list_box .title ul li.gold a {
        color: #fe8208;
    }

    .ser_list_box .title ul li.planti a {
        color: #972a5d;
    }

    .ser_list_box .title ul li.diamond a {
        color: #762785;
    }

    .ser_list_box .detial ul.title_list li.last_li {
        background: #fff;
        border-bottom-color: #e7e7e7
    }

    .ser_list_box .detial ul.title_list {
        border-left: 1px solid #e7e7e7
    }

    .ser_list_box .detial ul.title_list li img {
        width: 8%;
        vertical-align: middle;
        margin-right: 10px
    }

    .ser_list_box .detial ul.title_list li {
        background: #e7e7e7;
        border-bottom: 1px solid #fff;
        position: relative
    }

    .ser_list_box .detial ul.title_list li p {
        position: absolute;
        right: -80%;
        top: 50%;
        z-index: 10;
        display: block;
        width: 300px;
        line-height: 25px;
        background: #fff;
        border: 1px solid #ccc;
        text-align: left;
        padding: 5px;
        font-size: 14px;
        visibility: hidden
    }

    .ser_list_box .detial ul.title_list li i {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url("../images/vip/vip_listicon04.png") no-repeat
    }

    .ser_list_box .detial ul.title_list li.active p {
        visibility: visible
    }

    .ser_list_box .detial ul li {
        text-align: center;
        line-height: 52px;
        height: 50px;
        border: 1px solid #e7e7e7;
        border-left: 0;
        border-top: 0;
        background: #fff
    }

    .ser_list_box .detial ul {
        width: 20%
    }

    .ser_list_box .detial ul.common li a, .ser_list_box .detial ul.gold li a, .ser_list_box .detial ul.planti li a, .ser_list_box .detial ul.diamond li a {
        color: #fff;
        height: 33px;
        border: 0;
        border-radius: 3px;
        outline: 0;
        cursor: pointer;
        padding: 5px 10%
    }

    .ser_list_box .detial ul.common li a {
        background: #072a51
    }

    .ser_list_box .detial ul.gold li a {
        background: #fe8208
    }

    .ser_list_box .detial ul.common li a:hover, .ser_list_box .detial ul.gold li a:hover, .ser_list_box .detial ul.planti li a:hover, .ser_list_box .detial ul.diamond li a:hover {
        opacity: .8
    }

    .ser_list_box .detial ul.planti li a {
        background: #972a5d
    }

    .ser_list_box .detial ul.diamond li a {
        background: #762785
    }

    .ser_list_box .detial ul li span {
        color: #fe8208;
        font-size: 22px
    }

    .ser_list_box .detial ul li b {
        font-size: 20px
    }

    .ser_list_box .tip p {
        line-height: 24px;
        color: #666
    }

    .ser_list_box .tip {
        margin-top: 15px
    }

    .apply_form_box > img {
        width: 100%
    }

    .apply_form_box {
        background: #3b3b3b
    }

    .apply_form_box .detial ul.step_list li {
        height: 75px
    }

    .apply_form_box .detial ul.step_list li p i {
        width: 22px;
        height: 22px
    }

    .apply_form_box .detial ul.step_list li:nth-child(odd) {
        width: 12%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) {
        width: 10%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) img {
        margin-top: 20%
    }

    .apply_form_box .detial .form_box form ul li:nth-child(3) span, .apply_form_box .detial .form_box form ul li:nth-child(4) span {
        margin-right: 2px
    }

    .apply_form_box .detial .form_box form ul li:last-child .set_up {
        margin-left: 12%
    }

    .apply_form_box .detial .form_box form ul li:last-child input {
        margin-left: 10px
    }

    .apply_form_box .detial .form_box .lf_box {
        width: 60%;
        border-right: 1px dashed #fff
    }

    .apply_form_box .detial .form_box .rt_box {
        width: 40%;
        text-align: center
    }

    .apply_form_box .detial .form_box .rt_box ul.two {
        margin-top: 50px
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a {
        display: block;
        position: relative
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
        position: absolute;
        z-index: 10;
        border: 5px solid #fff;
        display: none
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2):hover a img {
        display: block
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a {
        display: block;
        position: relative
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
        position: absolute;
        z-index: 10;
        border: 5px solid #fff;
        display: none
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3):hover a img {
        display: block
    }

    .apply_form_box .detial .form_box form ul li span.company_label {
        margin-right: 1px
    }
}

@media screen and (max-width: 1189px) and (min-width: 1024px) {
    .ser_list_box .contact_way {
        position: relative;
        padding: 20px;
        background: #e6e6e6;
        border-radius: 3px;
        margin-top: 30px
    }

    .ser_list_box .contact_way .middle_box {
        width: 57%;
        padding-left: 2%
    }

    .ser_list_box .contact_way .middle_box b {
        font-size: 24px;
        line-height: 50px
    }

    .ser_list_box .contact_way .middle_box p {
        line-height: 30px
    }

    .ser_list_box .contact_way .middle_box ul li {
        float: left;
        width: 50%;
        line-height: 26px
    }

    .ser_list_box .contact_way .middle_box span {
        color: #666
    }

    .ser_list_box .contact_way .middle_box .ask_now {
        text-align: center;
        margin-top: 20px
    }

    .ser_list_box .contact_way .middle_box .ask_now p {
        font-size: 20px;
        color: #d12918;
        line-height: 45px;
        padding: 0 35px;
        border: 2px solid #d12918;
        border-radius: 3px;
        display: inline-block;
        font-weight: bold
    }

    .ser_list_box .contact_way .middle_box .ask_now:hover p {
        opacity: .7
    }

    .ser_list_box .contact_way > img {
        position: absolute;
        top: 0;
        right: 0
    }

    .ser_list_box .contact_way .rt_box {
        margin-right: 2%
    }

    .ser_list_box .contact_way .rt_box img {
        box-shadow: 4px 4px 4px #ccc
    }

    .container {
        width: 100%
    }

    .container .content {
        width: 100%
    }

    .mob_hide {
        display: none
    }

    .computer_hide {
        display: none
    }

    .banner_box {
        width: 100%;
        background: url("../images/vip/vip_bannerbg.png") no-repeat center center;
        height: 400px;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .banner_box .logo_box img {
        vertical-align: middle
    }

    .banner_box .logo_box a {
        font-size: 12px;
        color: #fff;
        padding: 5px;
        background: rgba(225, 225, 225, 0.5);
        margin-left: 10px;
        border-radius: 5px;
        position: relative;
        z-index: 5
    }

    .banner_box .content {
        position: relative;
        height: 380px
    }

    .banner_box .content > img {
        display: block;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -357px;
        -webkit-transition: -webkit-transform .2s linear;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        transition: transform .2s linear
    }

    .banner_box .content > img:hover {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    .banner_box .content > span {
        font-size: 12px;
        color: #360001;
        position: absolute;
        bottom: 20px;
        right: 21%
    }

    .plan_box {
        margin-bottom: 20px
    }

    .plan_box .title {
        text-align: center
    }

    .plan_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .plan_box .txt {
        width: 83%
    }

    .plan_box .txt p {
        font-size: 18px;
        line-height: 30px
    }

    .plan_box .txt_box {
        padding: 20px;
        background: #e9e6e6;
        border-radius: 3px
    }

    .plan_box .txt .red_txt {
        text-align: center;
        margin-top: 27px
    }

    .plan_box .txt .red_txt b {
        font-size: 20px;
        color: #d12918;
        padding: 16px 20px;
        border: 2px solid #d12918;
        border-radius: 3px;
        display: inline-block
    }

    .plan_box .txt .red_txt b:hover {
        color: #ba291a;
        border-color: #ba291a
    }

    .service_box {
        margin-bottom: 36px
    }

    .service_box .title {
        text-align: center
    }

    .service_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .service_box .detial img {
        margin-right: .8%;
        box-shadow: 2px 2px 2px #aaa;
        width: 24%
    }

    .service_box .detial img:hover {
        box-shadow: 8px 8px 8px #aaa
    }

    .service_box .detial img.nomargin {
        margin-right: 0
    }

    .ser_list_box {
        margin-bottom: 20px
    }

    .ser_list_box .title ul li {
        float: left;
        width: 20%;
        font-size: 24px;
        text-align: center;
        border: 1px solid #e9e9e9;
        border-left: 0;
        padding: 18px 0;
        font-weight: bold;
        color: #666;
        background: #fff
    }

    .ser_list_box .title ul li.font_w {
        font-weight: normal;
        background: #e7e7e7;
        border-top: 2px solid #e7e7e7;
        border-bottom: 1px solid #fff
    }

    .ser_list_box .title ul li.common {
        color: #072a51;
        border-top: 2px solid #072a51
    }

    .ser_list_box .title ul li.gold {
        color: #fe8208;
        border-top: 2px solid #fe8208
    }

    .ser_list_box .title ul li.planti {
        color: #972a5d;
        border-top: 2px solid #972a5d
    }

    .ser_list_box .title ul li.diamond {
        color: #762785;
        border-top: 2px solid #762785
    }

    .ser_list_box .detial ul.title_list li.last_li {
        background: #fff;
        border-bottom-color: #e7e7e7
    }

    .ser_list_box .detial ul.title_list {
        border-left: 1px solid #e7e7e7
    }

    .ser_list_box .detial ul.title_list li img {
        width: 8%;
        vertical-align: middle;
        margin-right: 10px
    }

    .ser_list_box .detial ul.title_list li {
        background: #e7e7e7;
        border-bottom: 1px solid #fff;
        position: relative
    }

    .ser_list_box .detial ul.title_list li p {
        position: absolute;
        right: -100%;
        top: 50%;
        z-index: 10;
        display: block;
        width: 300px;
        line-height: 25px;
        background: #fff;
        border: 1px solid #ccc;
        text-align: left;
        padding: 5px;
        font-size: 12px;
        visibility: hidden
    }

    .ser_list_box .detial ul.title_list li i {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url("../images/vip/vip_listicon04.png") no-repeat
    }

    .ser_list_box .detial ul.title_list li.active p {
        visibility: visible
    }

    .ser_list_box .detial ul li {
        text-align: center;
        line-height: 52px;
        height: 50px;
        border: 1px solid #e7e7e7;
        border-left: 0;
        border-top: 0;
        background: #fff
    }

    .ser_list_box .detial ul {
        width: 20%
    }

    .ser_list_box .detial ul.common li a, .ser_list_box .detial ul.gold li a, .ser_list_box .detial ul.planti li a, .ser_list_box .detial ul.diamond li a {
        color: #fff;
        height: 33px;
        border: 0;
        border-radius: 3px;
        outline: 0;
        cursor: pointer;
        padding: 5px 10%
    }

    .ser_list_box .detial ul.common li a {
        background: #072a51
    }

    .ser_list_box .detial ul.gold li a {
        background: #fe8208
    }

    .ser_list_box .detial ul.common li a:hover, .ser_list_box .detial ul.gold li a:hover, .ser_list_box .detial ul.planti li a:hover, .ser_list_box .detial ul.diamond li a:hover {
        opacity: .8
    }

    .ser_list_box .detial ul.planti li a {
        background: #972a5d
    }

    .ser_list_box .detial ul.diamond li a {
        background: #762785
    }

    .ser_list_box .detial ul li span {
        color: #fe8208;
        font-size: 22px
    }

    .ser_list_box .detial ul li b {
        font-size: 20px
    }

    .ser_list_box .tip p {
        font-size: 14px;
        line-height: 24px;
        color: #666
    }

    .ser_list_box .tip {
        margin-top: 15px
    }

    .apply_form_box > img {
        width: 100%
    }

    .apply_form_box {
        background: #3b3b3b
    }

    .apply_form_box .detial ul.step_list li {
        height: 75px
    }

    .apply_form_box .detial ul.step_list li p i {
        width: 22px;
        height: 22px
    }

    .apply_form_box .detial ul.step_list li:nth-child(odd) {
        width: 13%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) {
        width: 8%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) img {
        margin-top: 20%
    }

    .apply_form_box .detial .form_box form ul li:nth-child(3) span, .apply_form_box .detial .form_box form ul li:nth-child(4) span {
        margin-right: 2px
    }

    .apply_form_box .detial .form_box form ul li:last-child .set_up {
        margin-left: 14%
    }

    .apply_form_box .detial .form_box form ul li:last-child input {
        margin-left: 10px
    }

    .apply_form_box .detial .form_box .lf_box {
        width: 60%;
        border-right: 1px dashed #fff
    }

    .apply_form_box .detial .form_box .rt_box {
        width: 40%;
        text-align: center;
        padding-left: 30px
    }

    .apply_form_box .detial .form_box .rt_box ul.two {
        margin-top: 90px
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a {
        display: block;
        position: relative
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
        position: absolute;
        z-index: 10;
        border: 5px solid #fff;
        display: none
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a {
        display: block;
        position: relative
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
        position: absolute;
        z-index: 10;
        border: 5px solid #fff;
        display: none
    }
}

@media screen and (max-width: 1023px) and (min-width: 890px) {
    .container {
        width: 100%
    }

    .container .content {
        width: 100%
    }

    .mob_hide {
        display: none
    }

    .computer_hide {
        display: none
    }

    .banner_box {
        width: 100%;
        background: url("../images/vip/vip_bannerbg.png") no-repeat center center;
        height: 400px;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .banner_box .logo_box img {
        vertical-align: middle
    }

    .banner_box .logo_box a {
        font-size: 12px;
        color: #fff;
        padding: 5px;
        background: rgba(225, 225, 225, 0.5);
        margin-left: 10px;
        border-radius: 5px;
        position: relative;
        z-index: 5
    }

    .banner_box .content {
        position: relative;
        height: 380px
    }

    .banner_box .content > img {
        display: block;
        position: absolute;
        top: 5%;
        left: 50%;
        margin-left: -300px;
        -webkit-transition: -webkit-transform .2s linear;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        transition: transform .2s linear
    }

    .banner_box .content > img:hover {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    .banner_box .content > span {
        font-size: 12px;
        color: #360001;
        position: absolute;
        bottom: 20px;
        right: 5%
    }

    .plan_box {
        margin-bottom: 20px
    }

    .plan_box .title {
        text-align: center
    }

    .plan_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .plan_box .txt {
        width: 80%
    }

    .plan_box .txt p {
        font-size: 16px;
        line-height: 30px
    }

    .plan_box .txt_box {
        padding: 20px;
        background: #e9e6e6;
        border-radius: 3px
    }

    .plan_box .txt .red_txt {
        text-align: center;
        margin-top: 27px
    }

    .plan_box .txt .red_txt b {
        font-size: 20px;
        color: #d12918;
        padding: 16px 20px;
        border: 2px solid #d12918;
        border-radius: 3px;
        display: inline-block
    }

    .plan_box .txt .red_txt b:hover {
        color: #ba291a;
        border-color: #ba291a
    }

    .service_box {
        margin-bottom: 36px
    }

    .service_box .title {
        text-align: center
    }

    .service_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .service_box .detial img {
        margin-right: .8%;
        box-shadow: 3px 3px 3px #aaa;
        width: 23%
    }

    .service_box .detial img:hover {
        box-shadow: 8px 8px 8px #aaa
    }

    .service_box .detial img.nomargin {
        margin-right: 0
    }

    .ser_list_box {
        margin-bottom: 20px
    }

    .ser_list_box .title ul li {
        float: left;
        width: 20%;
        font-size: 24px;
        text-align: center;
        border: 1px solid #e9e9e9;
        border-left: 0;
        padding: 18px 0;
        font-weight: bold;
        color: #666;
        background: #fff
    }

    .ser_list_box .title ul li.font_w {
        font-weight: normal;
        background: #e7e7e7;
        border-top: 2px solid #e7e7e7;
        border-bottom: 1px solid #fff
    }

    .ser_list_box .title ul li.common {
        color: #072a51;
        border-top: 2px solid #072a51
    }

    .ser_list_box .title ul li.gold {
        color: #fe8208;
        border-top: 2px solid #fe8208
    }

    .ser_list_box .title ul li.planti {
        color: #972a5d;
        border-top: 2px solid #972a5d
    }

    .ser_list_box .title ul li.diamond {
        color: #762785;
        border-top: 2px solid #762785
    }

    .ser_list_box .detial ul.title_list li.last_li {
        background: #fff;
        border-bottom-color: #e7e7e7
    }

    .ser_list_box .detial ul.title_list {
        border-left: 1px solid #e7e7e7
    }

    .ser_list_box .detial ul.title_list li img {
        width: 8%;
        vertical-align: middle;
        margin-right: 10px
    }

    .ser_list_box .detial ul.title_list li {
        background: #e7e7e7;
        border-bottom: 1px solid #fff
    }

    .ser_list_box .detial ul.title_list li i, .ser_list_box .detial ul.title_list li p {
        display: none
    }

    .ser_list_box .detial ul li {
        text-align: center;
        line-height: 52px;
        height: 50px;
        border: 1px solid #e7e7e7;
        border-left: 0;
        border-top: 0;
        background: #fff
    }

    .ser_list_box .detial ul {
        width: 20%
    }

    .ser_list_box .detial ul.common li a, .ser_list_box .detial ul.gold li a, .ser_list_box .detial ul.planti li a, .ser_list_box .detial ul.diamond li a {
        width: 60%;
        color: #fff;
        height: 33px;
        border: 0;
        border-radius: 3px;
        outline: 0;
        cursor: pointer;
        padding: 5px 10%
    }

    .ser_list_box .detial ul.common li a {
        background: #072a51
    }

    .ser_list_box .detial ul.gold li a {
        background: #fe8208
    }

    .ser_list_box .detial ul.common li a:hover, .ser_list_box .detial ul.gold li a:hover, .ser_list_box .detial ul.planti li a:hover, .ser_list_box .detial ul.diamond li a:hover {
        opacity: .8
    }

    .ser_list_box .detial ul.planti li a {
        background: #972a5d
    }

    .ser_list_box .detial ul.diamond li a {
        background: #762785
    }

    .ser_list_box .detial ul li span {
        color: #fe8208;
        font-size: 22px
    }

    .ser_list_box .detial ul li b {
        font-size: 20px
    }

    .ser_list_box .tip p {
        font-size: 14px;
        line-height: 24px;
        color: #666
    }

    .ser_list_box .tip {
        margin-top: 15px
    }

    .apply_form_box > img {
        width: 100%
    }

    .apply_form_box {
        background: #3b3b3b
    }

    .apply_form_box .detial ul.step_list li p {
        font-size: 14px
    }

    .apply_form_box .detial ul.step_list li p i {
        width: 22px;
        height: 22px
    }

    .apply_form_box .detial ul.step_list li:nth-child(odd) {
        width: 13%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) {
        width: 8%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) img {
        margin-top: 20%
    }

    .apply_form_box .detial .form_box form ul li:nth-child(3) span, .apply_form_box .detial .form_box form ul li:nth-child(4) span {
        margin-right: 2px
    }

    .apply_form_box .detial .form_box form ul li:last-child .set_up {
        margin-left: 17%
    }

    .apply_form_box .detial .form_box form ul li:last-child input {
        margin-left: 10px
    }

    .apply_form_box .detial .form_box .lf_box {
        width: 60%;
        border-right: 1px dashed #fff
    }

    .apply_form_box .detial .form_box .rt_box {
        width: 40%;
        text-align: center;
        padding-left: 30px
    }

    .apply_form_box .detial .form_box .rt_box ul.two {
        margin-top: 20px
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a {
        display: block;
        position: relative
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
        position: absolute;
        z-index: 10;
        top: -155%;
        border: 5px solid #fff;
        display: none
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a {
        display: block;
        position: relative
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
        position: absolute;
        z-index: 10;
        top: -155%;
        border: 5px solid #fff;
        display: none
    }
}

@media screen and (max-width: 889px) and (min-width: 830px) {
    .container {
        width: 100%
    }

    .container .content {
        width: 100%
    }

    .mob_hide {
        display: none
    }

    .computer_hide {
        display: none
    }

    .banner_box {
        width: 100%;
        background: url("../images/vip/vip_bannerbg.png") no-repeat center center;
        height: 400px;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .banner_box .logo_box img {
        vertical-align: middle
    }

    .banner_box .logo_box a {
        font-size: 12px;
        color: #fff;
        padding: 5px;
        background: rgba(225, 225, 225, 0.5);
        margin-left: 10px;
        border-radius: 5px;
        position: relative;
        z-index: 5
    }

    .banner_box .content {
        position: relative;
        height: 380px
    }

    .banner_box .content > img {
        display: block;
        position: absolute;
        top: 5%;
        left: 50%;
        margin-left: -300px;
        width: 85%;
        -webkit-transition: -webkit-transform .2s linear;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        transition: transform .2s linear
    }

    .banner_box .content > img:hover {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    .banner_box .content > span {
        font-size: 12px;
        color: #360001;
        position: absolute;
        bottom: 20px;
        right: 5%
    }

    .plan_box {
        margin-bottom: 20px
    }

    .plan_box .title {
        text-align: center
    }

    .plan_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .plan_box .txt {
        width: 80%
    }

    .plan_box .txt p {
        font-size: 16px;
        line-height: 30px
    }

    .plan_box .txt_box {
        padding: 20px;
        background: #e9e6e6;
        border-radius: 3px
    }

    .plan_box .txt .red_txt {
        text-align: center;
        margin-top: 27px
    }

    .plan_box .txt .red_txt b {
        font-size: 20px;
        color: #d12918;
        padding: 16px 20px;
        border: 2px solid #d12918;
        border-radius: 3px;
        display: inline-block
    }

    .plan_box .txt .red_txt b:hover {
        color: #ba291a;
        border-color: #ba291a
    }

    .service_box {
        margin-bottom: 36px
    }

    .service_box .title {
        text-align: center
    }

    .service_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .service_box .detial img {
        margin-right: .8%;
        box-shadow: 3px 3px 3px #aaa;
        width: 23%
    }

    .service_box .detial img:hover {
        box-shadow: 8px 8px 8px #aaa
    }

    .service_box .detial img.nomargin {
        margin-right: 0
    }

    .ser_list_box {
        margin-bottom: 20px
    }

    .ser_list_box .title ul li {
        float: left;
        width: 20%;
        font-size: 24px;
        text-align: center;
        border: 1px solid #e9e9e9;
        border-left: 0;
        padding: 18px 0;
        font-weight: bold;
        color: #666;
        background: #fff
    }

    .ser_list_box .title ul li.font_w {
        font-weight: normal;
        background: #e7e7e7;
        border-top: 2px solid #e7e7e7;
        border-bottom: 1px solid #fff
    }

    .ser_list_box .title ul li.gold {
        color: #fe8208;
        border-top: 2px solid #fe8208
    }

    .ser_list_box .title ul li.common {
        color: #072a51;
        border-top: 2px solid #072a51
    }

    .ser_list_box .title ul li.planti {
        color: #972a5d;
        border-top: 2px solid #972a5d
    }

    .ser_list_box .title ul li.diamond {
        color: #762785;
        border-top: 2px solid #762785
    }

    .ser_list_box .detial ul.title_list li.last_li {
        background: #fff;
        border-bottom-color: #e7e7e7
    }

    .ser_list_box .detial ul.title_list {
        border-left: 1px solid #e7e7e7
    }

    .ser_list_box .detial ul.title_list li img {
        width: 8%;
        vertical-align: middle;
        margin-right: 10px
    }

    .ser_list_box .detial ul.title_list li {
        background: #e7e7e7;
        border-bottom: 1px solid #fff
    }

    .ser_list_box .detial ul.title_list li i, .ser_list_box .detial ul.title_list li p {
        display: none
    }

    .ser_list_box .detial ul li {
        text-align: center;
        line-height: 52px;
        height: 50px;
        border: 1px solid #e7e7e7;
        border-left: 0;
        border-top: 0;
        background: #fff
    }

    .ser_list_box .detial ul {
        width: 20%
    }

    .ser_list_box .detial ul.common li a, .ser_list_box .detial ul.gold li a, .ser_list_box .detial ul.planti li a, .ser_list_box .detial ul.diamond li a {
        width: 60%;
        color: #fff;
        height: 33px;
        border: 0;
        border-radius: 3px;
        outline: 0;
        cursor: pointer;
        padding: 5px 10%
    }

    .ser_list_box .detial ul.common li a {
        background: #072a51
    }

    .ser_list_box .detial ul.gold li a {
        background: #fe8208
    }

    .ser_list_box .detial ul.common li a:hover, .ser_list_box .detial ul.gold li a:hover, .ser_list_box .detial ul.planti li a:hover, .ser_list_box .detial ul.diamond li a:hover {
        opacity: .8
    }

    .ser_list_box .detial ul.planti li a {
        background: #972a5d
    }

    .ser_list_box .detial ul.diamond li a {
        background: #762785
    }

    .ser_list_box .detial ul li span {
        color: #fe8208;
        font-size: 22px
    }

    .ser_list_box .detial ul li b {
        font-size: 20px
    }

    .ser_list_box .tip p {
        font-size: 14px;
        line-height: 24px;
        color: #666
    }

    .ser_list_box .tip {
        margin-top: 15px
    }

    .apply_form_box > img {
        width: 100%
    }

    .apply_form_box {
        background: #3b3b3b
    }

    .apply_form_box .detial ul.step_list li p {
        font-size: 14px
    }

    .apply_form_box .detial ul.step_list li p i {
        width: 18px;
        height: 18px;
        font-style: normal
    }

    .apply_form_box .detial ul.step_list li:nth-child(odd) {
        width: 13%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) {
        width: 8%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) img {
        margin-top: 20%
    }

    .apply_form_box .detial .form_box form ul li:nth-child(3) span, .apply_form_box .detial .form_box form ul li:nth-child(4) span {
        margin-right: 2px
    }

    .apply_form_box .detial .form_box form ul li:last-child .set_up {
        margin-left: 17%
    }

    .apply_form_box .detial .form_box form ul li:last-child input {
        margin-left: 10px
    }

    .apply_form_box .detial .form_box .lf_box {
        width: 60%;
        border-right: 1px dashed #fff
    }

    .apply_form_box .detial .form_box .rt_box {
        width: 40%;
        text-align: center;
        padding-left: 30px
    }

    .apply_form_box .detial .form_box .rt_box ul.one {
        margin-top: 0
    }

    .apply_form_box .detial .form_box .rt_box ul.two {
        margin-top: 20px
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
        display: none
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
        display: none
    }
}

@media screen and (max-width: 829px) and (min-width: 780px) {
    .container {
        width: 100%
    }

    .container .content {
        width: 100%
    }

    .computer_hide {
        display: none
    }

    .mob_hide {
        display: none
    }

    .hide_829 {
        display: none
    }

    .banner_box {
        width: 100%;
        background: url("../images/vip/vip_bannerbg.png") no-repeat center center;
        height: 320px;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .banner_box .logo_box img {
        vertical-align: middle
    }

    .banner_box .logo_box a {
        font-size: 12px;
        color: #fff;
        padding: 5px;
        background: rgba(225, 225, 225, 0.5);
        margin-left: 10px;
        border-radius: 5px;
        position: relative;
        z-index: 5
    }

    .banner_box .content {
        position: relative;
        height: 300px
    }

    .banner_box .content > img {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -300px;
        width: 65%;
        -webkit-transition: -webkit-transform .2s linear;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        transition: transform .2s linear
    }

    .banner_box .content > img:hover {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    .banner_box .content > span {
        font-size: 12px;
        color: #360001;
        position: absolute;
        bottom: 10px;
        right: 5%
    }

    .plan_box {
        margin-bottom: 20px
    }

    .plan_box .title {
        text-align: center
    }

    .plan_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .plan_box .txt {
        width: 100%
    }

    .plan_box .txt p {
        font-size: 16px;
        line-height: 30px
    }

    .plan_box .txt_box {
        padding: 20px;
        background: #e9e6e6;
        border-radius: 3px
    }

    .plan_box .txt .red_txt {
        text-align: center;
        margin-top: 27px
    }

    .plan_box .txt .red_txt b {
        font-size: 20px;
        color: #d12918;
        padding: 16px 20px;
        border: 2px solid #d12918;
        border-radius: 3px;
        display: inline-block
    }

    .plan_box .txt .red_txt b:hover {
        color: #ba291a;
        border-color: #ba291a
    }

    .service_box {
        margin-bottom: 36px
    }

    .service_box .title {
        text-align: center
    }

    .service_box .title h1 {
        font-size: 32px;
        line-height: 72px
    }

    .service_box .detial img {
        margin-right: .8%;
        box-shadow: 3px 3px 3px #aaa;
        width: 48%
    }

    .service_box .detial img:hover {
        box-shadow: 8px 8px 8px #aaa
    }

    .service_box .detial img.nomargin {
        margin-right: 0
    }

    .ser_list_box {
        margin-bottom: 20px
    }

    .ser_list_box .title ul li {
        float: left;
        width: 20%;
        font-size: 24px;
        text-align: center;
        border: 1px solid #e9e9e9;
        border-left: 0;
        padding: 18px 0;
        font-weight: bold;
        color: #666;
        background: #fff
    }

    .ser_list_box .title ul li.font_w {
        font-weight: normal;
        background: #e7e7e7;
        border-top: 2px solid #e7e7e7;
        border-bottom: 1px solid #fff
    }

    .ser_list_box .title ul li.common {
        color: #072a51;
        border-top: 2px solid #072a51
    }

    .ser_list_box .title ul li.gold {
        color: #fe8208;
        border-top: 2px solid #fe8208
    }

    .ser_list_box .title ul li.planti {
        color: #972a5d;
        border-top: 2px solid #972a5d
    }

    .ser_list_box .title ul li.diamond {
        color: #762785;
        border-top: 2px solid #762785
    }

    .ser_list_box .detial ul.title_list li.last_li {
        background: #fff;
        border-bottom-color: #e7e7e7
    }

    .ser_list_box .detial ul.title_list {
        border-left: 1px solid #e7e7e7
    }

    .ser_list_box .detial ul.title_list li img {
        width: 8%;
        vertical-align: middle;
        margin-right: 10px
    }

    .ser_list_box .detial ul.title_list li {
        background: #e7e7e7;
        border-bottom: 1px solid #fff
    }

    .ser_list_box .detial ul.title_list li i, .ser_list_box .detial ul.title_list li p {
        display: none
    }

    .ser_list_box .detial ul li {
        text-align: center;
        line-height: 52px;
        height: 50px;
        border: 1px solid #e7e7e7;
        border-left: 0;
        border-top: 0;
        background: #fff
    }

    .ser_list_box .detial ul {
        width: 20%
    }

    .ser_list_box .detial ul.common li a, .ser_list_box .detial ul.gold li a, .ser_list_box .detial ul.planti li a, .ser_list_box .detial ul.diamond li a {
        width: 60%;
        color: #fff;
        height: 33px;
        border: 0;
        border-radius: 3px;
        outline: 0;
        cursor: pointer;
        padding: 5px 10%
    }

    .ser_list_box .detial ul.common li a {
        background: #072a51
    }

    .ser_list_box .detial ul.gold li a {
        background: #fe8208
    }

    .ser_list_box .detial ul.common li a:hover, .ser_list_box .detial ul.gold li a:hover, .ser_list_box .detial ul.planti li a:hover, .ser_list_box .detial ul.diamond li a:hover {
        opacity: .8
    }

    .ser_list_box .detial ul.planti li a {
        background: #972a5d
    }

    .ser_list_box .detial ul.diamond li a {
        background: #762785
    }

    .ser_list_box .detial ul li span {
        color: #fe8208;
        font-size: 22px
    }

    .ser_list_box .detial ul li b {
        font-size: 20px
    }

    .ser_list_box .tip p {
        font-size: 14px;
        line-height: 24px;
        color: #666
    }

    .ser_list_box .tip {
        margin-top: 15px
    }

    .apply_form_box {
        background: #3b3b3b
    }

    .apply_form_box .detial ul.step_list li p {
        font-size: 14px
    }

    .apply_form_box .detial ul.step_list li p i {
        width: 22px;
        height: 22px
    }

    .apply_form_box .detial ul.step_list li:nth-child(odd) {
        width: 13%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) {
        width: 8%
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) img {
        margin-top: 20%
    }

    .apply_form_box .detial .form_box form ul li:nth-child(3) span, .apply_form_box .detial .form_box form ul li:nth-child(4) span {
        margin-right: 10px
    }

    .apply_form_box .detial .form_box form ul li:last-child .set_up {
        margin-left: 17%
    }

    .apply_form_box .detial .form_box form ul li:last-child input {
        margin-left: 10px
    }

    .apply_form_box .detial .form_box .lf_box {
        width: 60%;
        border-bottom: 1px dashed #fff;
        float: none;
        margin: 0 auto
    }

    .apply_form_box .detial .form_box .rt_box {
        width: 60%;
        text-align: center;
        padding-left: 30px;
        float: none;
        margin: 0 auto
    }

    .apply_form_box .detial .form_box .rt_box ul.two {
        margin-top: 20px
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
        display: none
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
        display: none
    }
}

@media screen and (max-width: 779px) {
    .container {
        width: 100%
    }

    .container .content {
        width: 100%
    }

    .mob_hide {
        display: none
    }

    .hide_829 {
        display: none
    }

    .hide_779 {
        display: none
    }

    .banner_box {
        width: 100%;
        background: url("../images/vip/vip_bannerbg.png") no-repeat center center;
        height: 250px;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .banner_box .logo_box img {
        vertical-align: middle
    }

    .banner_box .logo_box a {
        font-size: 12px;
        color: #fff;
        padding: 5px;
        background: rgba(225, 225, 225, 0.5);
        margin-left: 10px;
        border-radius: 5px;
        position: relative;
        z-index: 5
    }

    .banner_box .content {
        position: relative;
        height: 230px
    }

    .banner_box .content > img {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -35%;
        width: 65%;
        -webkit-transition: -webkit-transform .2s linear;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        transition: transform .2s linear
    }

    .banner_box .content > img:hover {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    .banner_box .content > span {
        font-size: 12px;
        color: #360001;
        position: absolute;
        bottom: 10px;
        right: 5%
    }

    .plan_box {
        margin-bottom: 20px
    }

    .plan_box .title {
        text-align: center
    }

    .plan_box .title h1 {
        font-size: 18px;
        line-height: 72px
    }

    .plan_box .txt {
        width: 100%
    }

    .plan_box .txt p {
        font-size: 12px;
        line-height: 30px
    }

    .plan_box .txt_box {
        padding: 20px;
        background: #e9e6e6;
        border-radius: 3px
    }

    .plan_box .txt .red_txt {
        text-align: center;
        margin-top: 27px
    }

    .plan_box .txt .red_txt b {
        font-size: 16px;
        color: #d12918;
        padding: 16px 20px;
        border: 2px solid #d12918;
        border-radius: 3px;
        display: inline-block
    }

    .service_box {
        margin-bottom: 36px
    }

    .service_box .title {
        text-align: center
    }

    .service_box .title h1 {
        font-size: 18px;
        line-height: 72px
    }

    .service_box .detial img {
        box-shadow: 3px 3px 3px #aaa;
        width: 80%;
        display: block;
        margin: 30px auto
    }

    .ser_list_box {
        margin-bottom: 20px
    }

    .ser_list_box .title ul li {
        float: left;
        width: 25%;
        font-size: 16px;
        text-align: center;
        padding: 18px 0;
        font-weight: bold;
        color: #666;
        background: #fff
    }

    .ser_list_box .title ul li {
        color: #e7e7e7;
        border-top: 2px solid #e7e7e7
    }

    .ser_list_box .title ul li:nth-child(1).active {
        color: #072a51;
        border-top: 2px solid #072a51
    }

    .ser_list_box .title ul li:nth-child(2).active {
        color: #fe8208;
        border-top: 2px solid #fe8208
    }

    .ser_list_box .title ul li:nth-child(3).active {
        color: #972a5d;
        border-top: 2px solid #972a5d
    }

    .ser_list_box .title ul li:nth-child(4).active {
        color: #762785;
        border-top: 2px solid #762785
    }

    .ser_list_box .detial ul.title_list li.last_li {
        background: #fff;
        border-bottom-color: #e7e7e7
    }

    .ser_list_box .detial ul.title_list {
        border-left: 1px solid #e7e7e7
    }

    .ser_list_box .detial ul.title_list li img {
        width: 8%;
        vertical-align: middle;
        margin-right: 10px
    }

    .ser_list_box .detial ul.title_list li {
        background: #e7e7e7;
        border-bottom: 1px solid #fff
    }

    .ser_list_box .detial ul.title_list li i, .ser_list_box .detial ul.title_list li p {
        display: none
    }

    .ser_list_box .detial ul li {
        text-align: center;
        line-height: 52px;
        height: 50px;
        border: 1px solid #e7e7e7;
        border-left: 0;
        border-top: 0;
        background: #fff
    }

    .ser_list_box .detial ul {
        width: 50%
    }

    .ser_list_box .detial ul.common li a, .ser_list_box .detial ul.gold li a, .ser_list_box .detial ul.planti li a, .ser_list_box .detial ul.diamond li a {
        width: 60%;
        color: #fff;
        height: 33px;
        border: 0;
        border-radius: 3px;
        outline: 0;
        cursor: pointer;
        padding: 5px 10%
    }

    .ser_list_box .detial ul.common li a {
        background: #072a51
    }

    .ser_list_box .detial ul.gold li a {
        background: #fe8208
    }

    .ser_list_box .detial ul.common, .ser_list_box .detial ul.gold, .ser_list_box .detial ul.planti, .ser_list_box .detial ul.diamond {
        display: none;
        position: absolute;
        right: 0
    }

    .ser_list_box .detial ul.common.active, .ser_list_box .detial ul.gold.active, .ser_list_box .detial ul.planti.active, .ser_list_box .detial ul.diamond.active {
        display: block
    }

    .ser_list_box .detial ul.planti li a {
        background: #972a5d
    }

    .ser_list_box .detial ul.diamond li a {
        background: #762785
    }

    .ser_list_box .detial ul li span {
        color: #fe8208;
        font-size: 22px
    }

    .ser_list_box .detial ul li b {
        font-size: 20px
    }

    .ser_list_box .tip p {
        font-size: 12px;
        line-height: 24px;
        color: #666
    }

    .ser_list_box .tip {
        margin-top: 15px
    }

    .apply_form_box {
        background: #3b3b3b
    }

    .apply_form_box .title h1 {
        font-size: 18px
    }

    .apply_form_box .detial ul.step_list li {
        margin-bottom: 20px;
        height: 80px
    }

    .apply_form_box .detial ul.step_list li p {
        font-size: 12px
    }

    .apply_form_box .detial ul.step_list li p i {
        width: 18px;
        height: 18px
    }

    .apply_form_box .detial ul.step_list li:nth-child(odd) {
        width: 20%;
        text-align: center
    }

    .apply_form_box .detial ul.step_list li:nth-child(even) img {
        margin-top: 20%;
        width: 40px
    }

    .apply_form_box .detial .form_box form ul li input[type="text"]#name {
        width: 180px
    }

    .apply_form_box .detial .form_box form ul li:nth-child(3) span {
        margin-right: 4px
    }

    .apply_form_box .detial .form_box form ul li:nth-child(4) span {
        margin-right: 10px
    }

    .apply_form_box .detial .form_box form ul li:last-child .set_up {
        margin-right: 15%
    }

    .apply_form_box .detial .form_box .lf_box {
        float: none;
        border-bottom: 1px dashed #fff
    }

    .apply_form_box .detial .form_box .rt_box {
        text-align: center;
        float: none
    }

    .apply_form_box .detial .form_box .rt_box ul.one li i {
        font-size: 30px
    }

    .apply_form_box .detial .form_box .rt_box ul.two {
        margin-top: 90px
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
        display: none
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
        display: none
    }

    .footer .txt p {
        font-size: 12px
    }
}

@media screen and (max-width: 420px) {
    .banner_box .content > img {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -45%;
        width: 85%;
        top: 20%
    }

    .logo_box {
        display: block
    }

    .logo_box img {
        width: 130px
    }

    .ser_list_box .detial ul.title_list li img {
        width: 13%
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a {
        display: block;
        position: relative
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
        position: absolute;
        z-index: 10;
        top: -170%;
        border: 5px solid #fff;
        display: none
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a {
        display: block;
        position: relative
    }

    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
        position: absolute;
        z-index: 10;
        top: -170%;
        border: 5px solid #fff;
        display: none
    }

    #captchapng {
        margin: 5px 0 0 82px
    }
    .so_long{
        font-size: 12px!important;
    }
}
@media screen and (max-width: 375px) {
    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
        top: -145%
    }
    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
        top: -145%
    }
    .so_long{
        font-size: 12px!important;
    }
}

@media screen and (max-width: 320px) {
    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(2) a img {
        top: -100%
    }
    .apply_form_box .detial .form_box .rt_box ul.two li:nth-child(3) a img {
        top: -100%
    }
}