blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

a, a:active, a:hover {
    text-decoration: none
}

.wrapper {
    width: 1220px;
    margin: 0 auto
}

@media screen and (min-width: 1460px) {
    .wrapper {
        width: 1460px
    }
}

body {
    font: 12px/1.5 "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
    color: #333;
}

.aa {
    height: 900px;

}

.m {
    margin: 0 auto;
}

.c {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul li {
    list-style: none;
}

img {
    border: none;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;	/* Chrome 和 Safari */
    -moz-backface-visibility:hidden; 	/* Firefox */
    -ms-backface-visibility:hidden; 	/* Internet Explorer */
}

.header {
    position: fixed;
    height: 80px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 20;
    color: #fff;
}

.header .wrapper {
    position: relative;
}

.header .logo {
    width: 132px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    margin-top: 16px;
}

.header .logo a {
    color: #fff;
}

.header .nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.header .nav .navs {
    text-align: center;
}

.header .nav .navs li {
    display: inline-block;
    height: 80px;
    line-height: 80px;
}

.header .nav .navs li a {
    font-size: 16px;
    display: block;
    color: #fff;
    padding: 0 40px;
}

.header .nav .navs li:hover a {
    color: #0cb46a;
}

.header_user {
    float: right;
}

.header_user .login_btn {
    display: block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fff;
    border-radius: 14px;
    margin: 25px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.header_user .myscene {
    display: inline;
    float: left;
    width: 80px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fff;
    border-radius: 14px;
    margin: 24px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.movedown .header_user .myscene {
    margin: 15px 0 0 0;
    background: #0cb46a;
    color: #fff;
}

.header_user .user_controller {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 120px;
    position: relative;
}

.movedown .header_user .user_controller{
    margin-top: 12px;
}

.header_user .user_controller .user_face {
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.header_user .user_controller .user_face img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.header_user .user_controller .user_menu {
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 45px;
    width: 120px;
    display: none;

}

.header_user .user_controller .user_menu li {
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #333;
    overflow: hidden;
}

.header_user .user_controller .user_menu li a {
    display: block;
}

.header_user .user_controller .user_menu li a:hover {
    color: #0cb46a;
}

.movedown {
    height: 60px;
    background: #fff;
    color: #333;
}

.movedown .header_user .login_btn {
    margin: 15px 0 0 0;
    background: #0cb46a;
    color: #fff;
}

.movedown .logo {
    height: 40px;
    margin-top: 8px;
}

.movedown .logo a {
    color: #333;
}

.movedown .nav .navs li {
    height: 38px;
    line-height: 38px;
    padding-top: 11px;
}

.movedown .nav .navs li a {
    color: #333;
}

.headerbggreen {
    height: 60px;
    background: #0cb46a;
    color: #fff;
}

.headerbggreen .nav .navs li a {
    color: #fff;
}

.banner {
    width: 100%;
    overflow: hidden;
    min-width: 1220px;
    height: 500px;
}

.banner .swiper-slide {
    text-align: center;
    height: 500px;
    background: top center no-repeat;
    background-size: auto 100%;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.banner .swiper-slide a {
    display: block;
    height: 100%;
}

.characteristic {
    height: 150px;
    background: #f5f5f5;
    padding: 20px 0;
}

.characteristic li {
    display: inline;
    float: left;
    background: #fff;
    margin-left: 10px;
    box-shadow: 0 0 0 #fff;
    transform: all .3s ease;
    -webkit-transform: all .3s ease;
}

.characteristic li a {
    display: block;
    width: 230px;
    height: 70px;
    padding: 23px 30px;
    background-color: #fff
}

.characteristic li:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-radius: 2px
}

.characteristic li .title {
    font-size: 20px;
    line-height: 44px;
    color: #333;
    font-weight: 400
}

.characteristic li .desc {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #666
}

.characteristic li .icon {
    width: 50px;
    height: 78px;
    font-size: 50px;
    color: #38c185
}

.indexmuban {
    padding: 90px 0 60px;
    margin-bottom: 90px;
    overflow: hidden;
}

.index_ht {
    text-align: center
}

.index_ht .title {
    font-size: 42px;
}

.index_ht .title .after, .index_ht .title .before {
    display: inline-block;
    width: 57px;
    height: 1px;
    margin: 0 26px;
    background-color: #d8d8d8;
    vertical-align: middle
}

.index_ht .desc {
    font-size: 18px;
    padding: 6px 0;
    color: #999;
    text-align: center;
}

.index_muban {
    padding-bottom: 20px;
}

.index_muban .ht {
    margin: 20px auto 36px;
    overflow: hidden;
    text-align: center;
}

.index_muban .ht li {
    display: inline-block;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    padding: 0 12px;
}

.index_muban .ht li + li {
    border-left: none;
}

.index_muban .ht li.cur {
    background: #0cb46a;
    color: #fff;
    border-color: #0cb46a;
}

.index_muban .hd {
    width: 1240px;
    margin-left: -10px;
    overflow: hidden;
    padding: 0 0 20px;
}

.index_muban .hd .item {
    cursor: pointer;
    float: left;
    width: 290px;
    height: 450px;
    background-color: #fff;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    margin: 20px 10px 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.index_muban .hd .item:hover {
    border: 0;
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    /*box-shadow: 0 15px 30px rgba(0, 0, 0, .2);*/
    /*-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);*/
    /*-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);*/
}

.index_muban .item .free_icon {
    position: absolute;
    height: 25px;
    background-color: #0cb46a;
    line-height: 25px;
    padding: 0 15px;
    z-index: 3;
    right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 45px;
    top: 0px;
    color: #fff;
}

.free_v_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url("../images/vip_scene_icon.png");
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: block;
    z-index: 3;
}



.index_muban .hd .muban_cc {
    display: none;
}

.index_muban .hd .item .img {
    width: 100%;
    height: 290px;
    text-align: center;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
}

.index_muban .hd .item .img img {
    max-width: 100%;
    height: 100%;
    transition: all .5s;
}

.index_muban .hd .item:hover .img img {
    -webkit-transition: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transition: scale(1.1);
    -o-transition: scale(1.1);
    transform: scale(1.1)
}

.index_muban .hd .item .img .curyulan {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all .3s ease .1s;
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
}

.index_muban .hd .item .img .curyulan .iconfont {
    display: block;
    font-size: 25px;
    margin-top: 38%;
    margin-bottom: 10px;
}

.index_muban .hd .item .img .curyulan span {
    font-size: 18px;
}

.index_muban .hd .item:hover .curyulan {
    opacity: 1;
}



.index_muban .hd .item .img .yulan {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all .3s ease .1s;
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
}

.index_muban .hd .item .img .yulan .iconfont {
    display: block;
    font-size: 25px;
    margin-top: 38%;
    margin-bottom: 10px;
}

.index_muban .hd .item .img .yulan span {
    font-size: 18px;
}

.index_muban .hd .item:hover .yulan {
    opacity: 1;
}


.index_muban .hd .item .infos {
    padding: 20px 25px 25px;
}

.index_muban .hd .item:hover .infos {
    border: 0;
    *border: 1px solid #e8e8e8;
}

.index_muban .hd .item .infos .title {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_muban .hd .item .infos .title a {
    color: inherit;
}

.index_muban .hd .item .infos .params {
    overflow: hidden;
    margin-bottom: 25px;
    text-align: center;
}

.index_muban .hd .item .infos .params li {
    display: inline-block;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.index_muban .hd .item .infos .params li:first-child{
    margin-right: 15px;
}

.index_muban .hd .item .infos .params li em {
    font-style: normal;
}

.index_muban .hd .item .infos .params li span {
    color: #ff5a00;
}

.index_muban .hd .item .infos .make {
    width: 93px;
    height: 40px;
    display: block;
    line-height: 41px;
    text-align: center;
    margin: 15px auto;
    color: #333;
    border: 1px solid #7c7c7c;
    border-radius: 3px;
}

@media screen and (min-width: 1460px) {
    .index_muban .hd {
        width: 1480px;
    }
    .index_muban .hd .item {
        width: 350px;
        height: 532px;
    }
    .index_muban .hd .item .img {
        height: 350px;
    }

    .characteristic li a {
        width: 280px;
        padding: 35px
    }
    .index_muban .ht li {
        display: inline-block;
        height: 42px;
        font-size: 16px;
        line-height: 42px;
        border: 1px solid #e8e8e8;
        cursor: pointer;
        padding: 0 15px;
    }
}

.h5month {
    width: 100%;
}

.scene_layer_box {
    box-shadow: none !important;
}

.scene_layer_box .layui-layer-setwin {

}

.scene_layer_create {

}

.scene_layer_create .layui-layer-title {
    background-color: #f7f7f7;
    color: #76838f;
    font-size: 18px;
    line-height: 60px;
    border-bottom: none;
    height: 60px;
}

.layui-form-item-scenetype {
    width: 360px;
    color: #76838f;
    margin: 40px auto 80px;
}

.layui-form-item-scenetype .layui-select-title input {
    color: #76838f;
}

.layui-form-item-scenetype .layui-form-label {
    width: 60px;
}

.layui-form-item-scenetype .layui-input-block {
    margin-left: 90px;
}

.layui-form-item-scenetype .layui-form-select {
    font-size: 14px;
    color: #76838f;
}

.layui-form-item-scenetype .layui-form-select dl dd.layui-this {

}

.layui-form-item-scenebtn {
    text-align: right;
    width: 510px;
    margin: 0 auto;
}

.layui-btn-primary-quxiao {
    border: none;
}

.store_banner {
    min-width: 1220px;
    background: #0d255e url('../images/stroebanner.jpg') no-repeat center top;
    height: 240px;
    overflow: hidden;
}

.article_banner {
    background: url("../images/article_banner1.jpg");
    height: 350px;
    line-height: 360px;
}

.article_banner .article_title {
    font-size: 45px;
    margin-top: 30px;
    color: #fff;
    text-align: left;
    text-align: center;
}

.store_banner_vip {
    background: url('/assets/v2/images/stroebannervip.jpg') no-repeat center top;
    height: 340px;
}

.store_banner_vip .store_banner_vip_serarch {
    width: 325px;
    height: 45px;
    margin: 239px auto 15px;
    border: 1px solid #e4d70d;
}

.store_banner_vip .store_banner_vip_serarch input {
    width: 240px;
    margin-left: 20px;
    height: 45px;
    line-height: 45px;
}

.store_banner_vip .store_banner_vip_serarch span {
    margin-top: 2px;
}

.store_banner .wrapper {
    position: relative;
    height: 240px;
    margin-top: 80px;
}

.store_banner .store_banner_box {
    margin: 80px auto 0;
    overflow: hidden;
}

.store_banner_serarch {
    width: 400px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 21px;
    margin: 40px auto 15px;
}

.store_banner_serarch input {
    float: left;
    width: 290px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 30px;
    border: 0;
    background: none;
    color: #fff;
}

.store_banner_serarch input::-webkit-input-placeholder {
    color: #fff;
}

.store_banner_serarch input::-moz-placeholder {
    color: #fff;
}

.store_banner_serarch input:-moz-placeholder {
    color: #fff;
}

.store_banner_serarch input:-ms-input-placeholder {
    color: #fff;
}

.store_banner_serarch span {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 0 0 20px;
    background: url(../images/search_icon.png) no-repeat center;
    cursor: pointer
}

.store_banner_hotkeyrowds {
    text-align: center;
}

.store_banner_hotkeyrowds a {
    color: #fff;
    margin: 0 3px;
    white-space: nowrap;
}

.recommend_icon {
    overflow: hidden;
    margin: 20px 0;
}

.recommend_icon ul {

}

.recommend_icon ul li {
    display: inline;
    float: left;
    width: 220px;
    height: 60px;
    margin-right: 30px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.recommend_icon ul li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 1460px) {
    .recommend_icon ul li {
        width: 268px;
        height: 77px;
    }
}

.recommend_icon ul li img {
    width: 100%;
}

.scene_type {
    padding: 16px 30px;
    background-color: #fff;
    overflow: hidden;
    color: #333;
}

.scene_type dl {
    overflow: hidden;
    line-height: 35px;
    margin-bottom: 10px;
}

.scene_type dl dt {
    width: 90px;
    font-size: 15px;
    float: left;
}

.scene_type dl dt .iconfont {
    font-size: 18px;
}

.scene_type dl dd {
    float: left;
    font-size: 15px;
}

.scene_type dl dd a {
    padding: 3px 18px;
}

.scene_type dl dd a.cur {
    background-color: #0cb46a;
    color: #fff;
    border-radius: 5px;
}

.scene_type dl:last-child {
    margin-bottom: 0;

}

.scene_store_list .fenci {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

.scene_store_list .fenci span {
    margin-right: 10px;
    color: #a09c9c;
}

.scene_store_list .fenci a {
    margin-left: 15px;
    color: #0cb46a;
    text-decoration: underline;
}

.scene_store_list .kw {
    overflow: hidden;
    font-size: 12px;
    padding: 20px 0;
}

.scene_store_list .kw p {
    color: #a09c9c;
}

.scene_store_list .kw a {
    display: inline-block;
    margin: 10px 15px 0 0;
    color: #0cb46a;
    white-space: nowrap;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 5px 10px;
    transition: all .3s;
}

.scene_store_list .kw a:hover {
    background: #0cb46a;
    color: #fff;
}


.pages {
    margin: 20px 0 30px;
    text-align: center;
}

.pages a, .pages span {
    padding: 4px 12px;
    font-size: 15px;
    display: inline-block;
    background-color: #fff;
    color: #666;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.pages a:hover {
    color: #0cb46a;
}

.pages .current {
    background-color: #0cb46a;
    color: #fff;
}

.footer_desc {
    height: 80px;
    padding: 70px 0;
    background: url("../images/footer_desc_bg.jpg") no-repeat center top #0cb46a;
    background-size: cover;
    overflow: hidden;
}

.footer_desc .footer_logo {
    color: #fff;
    float: left;
}

.footer_desc .footer_logo h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.footer_desc .footer_logo p {
    font-size: 18px;
}

.footer_desc .footer_data {
    float: right;
    color: #fff;
    overflow: hidden;
    margin-top: 15px;
}

.footer_desc .footer_data .item {
    float: left;
    padding: 0 42px;
}

.footer_desc .footer_data .number {
    font-size: 20px;
    margin-bottom: 5px;
}

.footer_desc .footer_data .title {
    font-size: 15px;
    text-align: center;
}

.footer_nav {
    background-color: #1f1f1f;
    color: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #313131;
    overflow: hidden;
}

.footer_nav a {
    color: #fff;
}

.footer_nav dl {
    width: 20%;
    display: inline;
    float: left;

}

.footer_nav dl dt {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer_nav dl dd {
    margin-bottom: 15px;
    font-size: 14px;
    color: #83888a;
}

.footer_nav dl dd a {
    color: #83888a;
}

.footer_copyright {
    background-color: #1f1f1f;
    padding: 25px 0 15px;
    color: #83888a;
}

.footer_copyright p {
    margin-bottom: 15px;
}

.footer_copyright p a {
    color: inherit;
}

.footer_copyright p span {
    margin-left: 20px;
}

.index_news {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.index_news .news_container {
    margin: 50px 0;
}

.index_news .news_container .item {
    float: left;
    position: relative;
    width: 393px;
    border: 1px solid #e8e8e8;
    margin-left: 17px;
    box-shadow: 0 0 0 #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    overflow: hidden;
    background: #fff;
}

.index_news .news_container .item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-radius: 2px;
    border-color: transparent
}

.index_news .news_container .item_content .img img {
    width: 393px;
    height: 249px;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

@media screen and (min-width: 1460px) {
    .index_news .news_container .item {
        width: 476px;
        margin-left: 13px;
    }

    .index_news .news_container .item_content .img img {
        width: 476px;
        height: 300px
    }
}

.index_news .news_container {
    margin-left: -17px
}

.index_news .news_container .item_content .title {
    height: 70px;
    margin: 15px 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.index_news .news_container .item_footer {
    position: relative;
    padding: 17px;
    border-top: 1px solid #e8e8e8
}

.index_news .news_container .item_footer .item_logo {
    height: 30px
}

.index_news .news_container .item:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.index_news .news_container .item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-radius: 2px;
    border-color: transparent
}

.index_news .news_container .item:hover .img img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.index_qiye {
    background-color: #fff;
    padding: 80px 0;
}

.index_qiye .index_hd {
}

.index_qiye .index_hd ul {
    overflow: hidden;
}

.index_qiye .index_hd ul li {
    width: 10%;
    display: inline;
    float: left;
}

.index_qiye .index_hd ul li img {
    width: 150px;
}

.indexmuban_new {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.vip_page {
    background: url("../images/vipbg.jpg") no-repeat top center #5d0ccb;
    min-height: 2000px;
    padding-top: 80px;
    padding-bottom: 80px;
    min-width: 1220px;
}

.vip_page .vip_tt {
    text-align: center;
    margin-top: 50px;
    color: #fff;
    font-size: 25px;
}

.vip_page .vip_tt p {
    margin-bottom: 25px;
    color: #ffd800;
}

.vip_page .vip_t2 {
    margin-bottom: 110px;
}

.vip_page .vip_t2 .viplogo {
    width: 300px;
    margin: 0 auto 50px;
}

.vip_page .vip_t2 .viplogo img {
    width: 300px;
}

.vip_page .vip_t2 .vip_btn {
    display: block;
    width: 270px;
    height: 60px;
    margin: 0 auto;
    background: linear-gradient(top, rgb(255, 207, 0) 1%, rgb(255, 119, 0) 100%);
    background: -o-linear-gradient(top, rgb(255, 207, 0) 1%, rgb(255, 119, 0) 100%);
    background: -ms-linear-gradient(top, rgb(255, 207, 0) 1%, rgb(255, 119, 0) 100%);
    background: -moz-linear-gradient(top, rgb(255, 207, 0) 1%, rgb(255, 119, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 207, 0) 1%, rgb(255, 119, 0) 100%);
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.vip_page .vip_t2 .vip_btn:hover {
    background: linear-gradient(top, rgb(255, 238, 0), rgb(255, 136, 0) 100%);
    background: -o-linear-gradient(top, rgb(255, 238, 0), rgb(255, 136, 0) 100%);
    background: -ms-linear-gradient(top, rgb(255, 238, 0), rgb(255, 136, 0) 100%);
    background: -moz-linear-gradient(top, rgb(255, 238, 0), rgb(255, 136, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 238, 0), rgb(255, 136, 0) 100%);

}

.vip_page .vip_t3 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.vip_page .vip_t4 {
    margin-top: 30px;
    text-align: center
}

.vip_page .vip_t4 .item {
    display: inline-block;
    position: relative;
    width: 290px;
    height: 330px;
    margin: 0 10px;
}

.vip_page .vip_t4 .item .tips.vip-title {
    background-color: #8600f2;
    color: #fff;
    width: 120px;
    font-size: 14px;
    position: absolute;
    height: 24px;
    line-height: 24px;
    top: -18px;
    left: 50%;
    margin-left: -60px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.vip_page .vip_t4 .item .name {
    text-align: center;
    color: #1bc7b1;
    font-size: 26px;
    line-height: 30px;
    padding-top: 18px;
}

.vip_page .vip_t4 .item .month-price {
    font-size: 20px;
    color: #1bc7b1;
}

.vip_page .vip_t4 .item .bannian {
    color: #ffb243;
}

.vip_page .vip_t4 .item .niandu {
    color: #ff2a6a;
}

.vip_page .vip_t4 .item .price {
    font-size: 18px;
    margin-bottom: 15px;
    color: #dec6f7;
}

.vip_page .vip_t4 .item .price del {
    font-size: 12px;
}

.vip_page .vip_t4 .item .quanyi {
    text-align: center;
    margin: 0 auto;
}

.vip_page .vip_t4 .item .quanyi li {
    line-height: 20px;
    font-size: 13px;
    color: #b772ff;
}

.vip_page .vip_t4 .item .kaitong {
    background-color: #ffb603;
    color: #fff;
    width: 120px;
    height: 35px;
    border-radius: 15px;
    margin: 15px auto 0;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.vip_t5 {
    margin-top: 130px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.vip_t6 {
    width: 880px;
    margin: 50px auto 0px;
}

.vip_t6 li {
    padding: 16px 0 0;
    font-size: 16px;
    line-height: 30px;
}

.vip_t6 li b {
    display: block;
    color: #dec6f7;
    font-weight: normal
}

.vip_t6 li p {
    display: block;
    color: #b772ff;
}

.article_container {
    background: #fff;
    padding: 50px 0;
}

.article_container .article_title {
    font-size: 35px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
}

.article_container .article_content {
    font-size: 15px;
    width: 980px;
    margin: 0 auto;
    text-align: justify;
}

.article_container .article_content p, .article_container .article_content div {
    line-height: 1.5;
    margin-bottom: 20px;
}

.notpl {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    color: #666;
}

.des-no-result {
    margin-bottom: 25px;
}

.noresult_item {
    text-align: center;
}

.noresult_item a {
    display: inline-block;
    padding: 5px 25px;
    background-color: #0cb46a;
    border-radius: 5px;
    color: #fff;
}

.recommend_acs {
    width: 100%;
    margin-bottom: 20px;
}

.recommend_acs ul {
    overflow: hidden;
}

.recommend_acs ul li {
    width: 20%;
    display: inline;
    float: left;
    height: 125px;
    background-size: 100% 125px;
}

.recommend_acs ul li a {
    display: block;
    width: 100%;
    height: 125px;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 125px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.recommend_acs ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.recommend_icon .swiper-slide img {
    width: 100%;
}

.home_more_a {
    width: 220px;
    height: 45px;
    display: block;
    margin: 0 auto;
    background-color: #0cb46a;
    color: #fff;
    border-radius: 24px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    margin-top: 50px;
}

.home_more_a:hover {
    background-color: #0ba762;
    color: #fff;
}

.index-search {
    background-color: #f5f5f5;
    padding: 15px 0 40px 0;
}

.index-search .wrapper {
    /*background-color: #fff;*/
}

.index-search .search-box {
    width: 630px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.index-search .search-box input {
    height: 50px;
    padding: 0 70px 0 20px;
    width: 500px;
    border-radius: 20px;
    border: 1px solid #DEE3F0;
    font-size: 15px;
}

.index-search .search-box #searchbtn {
    cursor: pointer;
    height: 52px;
    width: 100px;
    padding: 0 45px;
    border-radius: 30px;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #0cb46a;
    display: block;
    position: absolute;
    left: 430px;
    top: 0;
}

.index-search .search-box #searchbtn:hover {
    box-shadow: 0 3px 16px 0 rgba(12, 180, 106, 0.5);
}

.index-search .search-box #gototemplates {
    width: 120px;
    height: 48px;
    background-color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 0 45px;
    position: absolute;
    right: 0px;
    top: 4px;
    border-radius: 30px;
}

.index-search .hot-search {
    text-align: center;
    line-height: 20px;
}

.index-search .hot-search span {
}

.index-search .hot-search a {
    margin-left: 10px;
    white-space: nowrap;
}

#shortcut {
    position: fixed;
    top: 40%;
    right: 15px;
    z-index: 999999;
    font-size: 12px;
    line-height: 1.2;
}

#shortcut a {
    display: block;
    width: 50px;
    background: #0cb46a;
    color: #fff;
    box-sizing: content-box;
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #fff;
}

#shortcut a + a {
    border-top: none;
}