@charset "utf-8";
@import "iconfont.css";

/*包含以下四种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}
html,body{
    height: 100%;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,b,blockquote,th,td,em,span,img {
    padding: 0;
    margin: 0;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
}

input {
    border: none;
    outline: none
}

address,caption,cite,code,dfn,em,th,var,i {
    font-weight: normal;
    font-style: normal
}

ol,ul {
    list-style: none
}

:focus {
    outline: none
}

.clear:after {
    display: block;
    content: ".";
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden
}


.index-banner {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 70px;
    border-color: rgba(255,255,255,.01);
    transition: background-color .3s;
    box-shadow: 0 5px 30px -15px rgb(0 0 0 / 20%);
}

.index-header {
    background-color: #2381ff;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-width: 1200px;
    display: flex;
    justify-content: space-around;
}

.header-logo {
    display: inline-block;
    width: 200px;
    height: 100%;
    transition: background .3s;
}

.index-header-max {
    text-align: center;
    display: inline-block;
    width: 40%;
    line-height: 70px;
    height: 70px;
    vertical-align: top;
}
.index-header-max .on{
    background: rgb(255 255 255 / 15%);
    position: relative;
}

.index-header-max .on a::after {
    display: block;
    content: "";
    height: 2px;
    background: #FFF;
    position: absolute;
    bottom: 0px;
    width: 30%;
    left: 35%;
}

.index-header-max li:hover{
    background: rgb(255 255 255 / 15%);
    position: relative;
}

.index-header-max li:hover a::after{
    display: block;
    content: "";
    height: 2px;
    background: #FFF;
    position: absolute;
    bottom: 0px;
    width: 30%;
    left: 35%;
}

.index-header-max ul{
    display: flex;
    justify-content: space-evenly;
}

.index-header-max li{
        padding: 0 18px;
        min-width: 66px;
}
.index-header-max ul li a{
    color: #FFF;
    height: 70px;
    display: block;
}

.header-login{
   /* width: 200px;*/
}

.hide{
    display: none;
}

.header-login{
    display: flex;
    align-items: center;
}

.index-login{
    display: flex;
    justify-content: space-around;
}

.index-login a,.index-loginto a{
    color: #FFF;
    margin: 0 15px;
    background: rgb(255 255 255 / 15%);
    padding: 8px 15px;
    border-radius: 5px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    min-width: 1240px;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-bottom: 30px;
}
.owl-controls{
    margin-top:15px;
}

.panel-bggray {
    background-color: #f8fafc;
    box-shadow: inset 0 0 10px -3px rgba(86,127,165,.1);
}
.panel-cards {
    position: relative;
    padding: 20px 0 70px 0;
    background-attachment: fixed;
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-group:after, .form-group:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.cards-tabs {
    margin-bottom: 25px;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
}
.cards-tabs > li {
    position: relative;
    display: inline-block;
    width: 10%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.cards-tabs > li > a {
    display: block;
    position: relative;
}
.cards-tabs > li.active a {
    color: #fd7400;
}
.cards-tabs > li .iconfont {
    font-size: 28px;
    vertical-align: -4px;
    font-weight: 400;
    margin-right: 3px;
}

.cards-tabs > li .cover {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.cards-tabs > li > a:hover .cover, .cards-tabs > li.active .cover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cards-tabs img{
    margin-right:10px;
}
.cards-content {
    position: relative;
}

.cards-group {
    padding: 5px 0 20px 0;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}
.owl-theme {
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
    padding: 20px 0 20px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer {
    padding: 0;
    height: 100%;
}



.owl-carousel .owl-wrapper {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    cursor: pointer;
    transition: all 0.6s;
}
.owl-wrapper-outer .owl-wrapper {
    height: 100%;
}


.owl-carousel .owl-item {
    float: left;
}

.owl-wrapper .owl-item {
    height: 100%;
}

.cards-group .item, .cards-group > li {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
}
.owl-carousel .owl-item .item {
    width: 100%;
}
.cards-group .cards-cover {
    margin: 0 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid\9;
    border-color: #f5f5f5;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px rgba(50,50,50,.05);
    transition: .3s;
}
.cards-group .cards-cover > a {
    display: block;
    width: 140px;
    height: 100px;
    line-height: 120px;
    margin: auto;
}
.cards-group img {
    display: inline-block;
    height: 36px;
}
.cards-group .title {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
}
.cards-group .title a{
    color: #000;
}
.cards-group .discounts {
    color: #ff5c38;
    font-size: 14px;
}


.cards-group .actions {
    font-size: 0;
    padding: 12px 0 5px 0;
}
.cards-group .actions .btn {
    padding: 6px 20px;
    font-size: 13px;
}
.iconleft::before{
    display: inline-block;
    transform: rotate(-90deg);
}
.iconright::before{
    display: inline-block;
    transform: rotate(90deg);
}
.owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.owl-pagination > .owl-page {
    display: inline-block;
}

.owl-pagination > .owl-page > span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 3px;
    opacity: .5;
    filter: Alpha(Opacity=50);
    border-radius: 20px;
    background-color: #999;
    cursor: pointer;
    transition: .3s;
}
.owl-pagination > .owl-page.active span, .owl-pagination > .owl-page .owl-page:hover span {
    width: 20px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background-color: #007dfe;
}



.owl-buttons > div {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 3;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    overflow: hidden;
    color: #ccc;
    cursor: pointer;
}
.owl-buttons > .disabled {
    color: #ddd!important;
    cursor: default;
}
.owl-buttons > .owl-prev {
    left: -30px;
}
.cards-group .owl-buttons > div {
    margin-top: -27px;
}
.owl-buttons > .owl-next {
    right: -30px;
}
.btn {
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #4c5161;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 100px;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cards-tabs .active::after{
    display: block;
    content: "";
    height: 2px;
    background: #007aff;
    position: absolute;
    bottom: 0px;
    width: 30%;
    left: 35%;
}

.cards-tabs li:hover::after{
    display: block;
    content: "";
    height: 2px;
    background: #007aff;
    position: absolute;
    bottom: 0px;
    width: 30%;
    left: 35%;
}

.btn-default{ color: #666; border-color: #eee; background-color: #fafafa; box-shadow: 1px 3px 13px rgba(200,200,200,.2); }
.btn-default:hover { color: #333; border-color: #ccc; background-color: #f9f9f9; }
.btn-default:active{ color: #333; border-color: #ccc; background-color: #f3f3f3; }

.btn-blue{ color: #4aa1ff; border-color: #4aa1ff; background-color: #fafafa; box-shadow: 1px 3px 13px rgba(200,200,200,.2); }
.btn-blue:hover { color: #007aff; border-color: #007aff; background-color: #f9f9f9; }
.btn-blue:active{ color: #007aff; border-color: #007aff; background-color: #f3f3f3; }

.join-step-index .w1400 {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center
}
.join-step-index ul {
    display: inline-block;
    padding: 50px 0;
    text-align: center;
    white-space: nowrap;
}

.join-step-index li {
    display: inline-block;
    vertical-align: middle;
    height: 114px
}

.join-step-index li.first {
    margin-left: 38px
}

.join-step-index li.last {
    margin-right: 38px
}

.join-step-index li.txt {
    text-align: center
}

.join-step-index li i {
    display: block;
    width: 109px;
    height: 115px;
    margin: 0 auto;
    border: 1px #b3b3b3 dashed;
    margin-bottom:8px;
}

.join-step-index li .s1 {
    background: url("../images/youshi/l1.png") no-repeat;
}

.join-step-index li .s2 {
    background: url("../images/youshi/l4.png") no-repeat;
}

.join-step-index li .s3 {
    background: url("../images/youshi/l3.png") no-repeat;
}

.join-step-index li .s4 {
    background: url("../images/youshi/l2.png") no-repeat;
}

.join-step-index li .s5 {
    background: url("../images/youshi/l5.png") no-repeat;
}

.join-step-index li .s6 {
    background: url("../images/youshi/l6.png") no-repeat;
}

.join-step-index li b {
    font-size: 16px
}

.join-step-index li em {
    display: block;
    width: 5px;
    height: 5px;
    font-size: 0;
    position: absolute;
    right: 2px;
    top: 45%;
    background: #434343;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.join-step-index li .line {
    width: 136px;
    margin: 45px 8px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    position: relative
}

.join-step-index li .line:before,
.join-step-index li .line:after {
    content: "";
    width: 20px;
    height: 0;
    position: absolute;
    top: 50%;
    border-top: 1px dashed #434343
}

.join-step-index li .line:before {
    left: 0
}

.join-step-index li .line:after {
    right: 3px
}

.title {
    padding-top: 60px;
    text-align: center;
}
.title p {
    color: #999;
}

.right-bar {
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 25%;
    z-index: 8;
    background: #fff;
    box-shadow: 1px 0px 13px 0px #8cc0f9;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.right-bar li {
    height: 60px;
    overflow: hidden;
}

.right-bar li a {
    text-align: center;
    display: block
}

.right-bar li i,
.right-bar li span {
    display: block;
    height: 60px;
    line-height: 1.3;
    color: #7c7c7c;
}

.kefus{
    background-image: url(/static/home/images/server.png);
    display: inline-block;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}


.right-bar li .online span {
    color: #fff;
    height: 24px
}

@keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-moz-keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-o-keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-ms-keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

.right-bar li .msg {
    width: 40px;
    height: 40px;
    margin: 10px auto 4px auto;
    background: url("../images/xiaoxi.png") center no-repeat;
    animation: kfmsg 2s linear infinite alternate
}

.right-bar li .wx {
    background: url("../images/weixin.png") center no-repeat;
    background-size: 50%;
}

.right-bar li .fk {
    background: url("../images/edit.png") center no-repeat;
    background-size: 50%;
}

.right-bar li .topd {
    background: url("../images/top.png") center no-repeat;
    background-size: 50%;
}

.right-bar .hide-menu {
    transition: 0.3s;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0px;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 35px -3px rgba(50, 50, 50, .2);
    border-radius: 6px;
    box-sizing: border-box;
    right: 20px;
    top: 0px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    opacity: 0;
}

.right-bar .hide-menu .bt {
    margin-top: 5px
}

.right-bar .hide-menu .tel {
    font-size: 16px;
    color: #1e82fa;
    margin: 8px auto;
}

.right-bar .hide-menu .font12 {
    font-size: 12px;
    color: #999;
}

.right-bar .hide-menu .contents .bt{
    font-weight: 600;
    font-size: 18px;
    margin: 10px auto;
}


.right-bar .hide-menu2 {
    position: absolute;
    z-index: 7;
    right: 25px;
    top: 0px;
    transition: 0.3s;
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 1px 0px 13px 0px #8cc0f9;
    padding-left: 20px;
    opacity: 0;
    width: 0px;
}

.right-bar .hide-menu2 img {
    width: 140px;
    height: 140px
}

.right-bar .move-top {
    z-index: 8;
    position: relative;
    transition: 0.3s
}

.right-bar .menus{
    position: relative;
    z-index: 90;
    background: #fff;
    box-shadow: 1px 0px 13px 0px #8cc0f9;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.right-bar .move-top:hover {
    transform: translate3d(0, -48px, 0)
}

.right-bar .move-left:hover ~.hide-menu {
    width: 260px;
    opacity: 1;
}

.hide-menu2 .contents{
    padding-top: 30px;
    width: 75%;
}

.right-bar .move-left:hover .hide-menu2 {
    /*transform: translate3d(160px, 0, 0)*/
}

     .titles{
             font-size: 15px;
        color: #0C0D0D;
        margin-bottom: 22px;
     }
     /* 侧边栏客服列表 */
        #contact_list{
            background-color: #fff;
           
            box-sizing: content-box !important;
            align-items: flex-start !important;
            
        }
        #contact_list>.title{font-size: 15px;color: #0C0D0D;margin-bottom: 22px;}
        .contact_list{ 
                display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
        }
        .contact_list>.contact_item{
                display: flex;
                align-items: center;
                position: relative;
                flex-direction: column;
        }
        .contact_list>.contact_item:last-of-type{margin-bottom: 0px;}

        .contact_list>.contact_item>.avatars{width: 32px;height: 32px;border-radius: 50%;overflow:hidden;margin-right: 14px;}
        .contact_list>.contact_item>.avatars>img{width: 100%;height: 100%;}
        .contact_list>.contact_item>.info_box{
            font-size: 12px;
            color: #999;
            margin: 10px auto;
        }
        .contact_list>.contact_item>.info_box>.name{font-size: 13px;line-height: 17px;color: #0E0F10;margin-bottom: 7px;}
        .contact_list>.contact_item>.info_box>.des{font-size: 12px;color: #A5A7A8;white-space: nowrap;}
        .contact_list>.contact_item>.right{}
        .contact_list>.contact_item>.right>.btn{
            text-align: center;
            font-size: 16px;
            color: #007aff;
            padding: 0;
        }

        .qq{
            display: block;
            width: 110px !important;
            height: 30px !important;
            line-height: 30px !important;
            background-color: #09bb07;
            border-radius: 4px;
            color: white !important;
            text-align: right;
            padding-right: 10px;
            font-size: 14px;
            background-size: 16px 18px;
            cursor: pointer;
            user-select: none;
        }
        .qq img{
            width: 16px;
            vertical-align: sub;
        }
 .contact {
    margin: auto;
}
 
 .index-footer{
    width: 100%;
    background: #f8faff;
}
.foot{
    margin: 0 auto;
    position: relative;
}
.foot01{
    text-align: center;
}
.foot01_le{
    float: left;
    color: #fff;
    margin-top: 55px;
}
.foot01_le h3{
    font-weight: normal;
    margin-top: 15px;
}
.foot01_ri {
    float: right;
}
.foot02_le{
    width: 40%;
    float: left;
}
.foot02_le h3{
    color: #fff;
}
.foot02_le span{
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #f8fbfe, #4c92ee);
}
.foot02_le ul{
    margin-top: 35px;
}
.foot02_le ul li{
    float: left;
    width: 20%;
}
.foot02_le ul li a{
    color: #fff;
}
.foot02_ri{
    float: left;
}

.foot02_ri h3 {
    color: #fff;
}

.foot02_ri span {
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #f8fbfe, #4c92ee);
}
.foot02_ri h4 {
    color: #fff;
     margin-top: 40px;
     font-size: 48px;
}
.foot02_ri h4 i{
    font-size: 18px;
}
.foot03{
   position: absolute;
    top:450px;
}
.foot03 ul li{
    float: left;
    margin-right: 20px;
    border: 1px dotted #d8d8d8;
    border-radius: 5px;
    padding: 5px 8px;
    background: #FFF;
}
.foot03 ul li img{
    width: 50px;
    height: 50px;
}
.copyright{
    background-color: #303030;
    color: #fff;
    padding: 7px 0;
    text-align: center;
}

.icon-menu{
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #d2d2d2;
    background: #FFF;
    padding: 60px;
}
.icon-menu a{
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
}
.icon-menu a span{
    margin: 6px;
}
.icon-menu .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: -6px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}
.icon-menu .icon-text{
    color: #000;
}


.icon-menu .icon-a {
    background-image: url(../images/youshi/footer_1.png);
    border: 1px dashed #999;
}
.icon-menu .icon-b {
    background-image: url(../images/youshi/footer_2.png);
    border: 1px dashed #999;
}
.icon-menu .icon-c {
    background-image: url(../images/youshi/footer_3.png);
    border: 1px dashed #999;
}
.icon-menu .icon-d {
    background-image: url(../images/youshi/footer_4.png);
    border: 1px dashed #999;
}

.footer-website{
    display: flex;
    justify-content: space-between;
    padding: 60px 15px 10px;
    width: 80%;
    margin: auto;
}
.footer-inner {
    font-size: 16px;
    font-weight: bold;
    margin: 7px 0;
    color: #FFF;
}
.footer-columns li a{
    color: #fcfeff;
    font-size: 12px;
}
.footer-view{
    display: flex;
}
.footer-wrap img{
    width: 74px;
}
.footer-hotline{
    display: flex;
}
.kefu-blue{
    font-size: 18px;
    color: #294edc;
    line-height: 24px;
    font-weight: 700;
}
.footer-blogroll{
   text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
}
.footer-blogroll li{
    display:inline-block;
}
.footer-blogroll li img{
    height: 36px;
    cursor: pointer;
    float: left;
}
.footer-blogroll li a{
    display: block;
    height: 36px;
    padding: 8px 10px;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    line-height: 16px;
}
.footer-blogroll li span{
    line-height: 36px;
    color: #FFF;
}
.footer-columns li{
        margin: 15px auto;
}
.link{
    padding: 8px;
    background: #303030;
    color: #FFF;
}

.copyright a{
    color:#FFF;
}

/* btn-default */
.btn-default{ color: #666; border-color: #eee; background-color: #fafafa; box-shadow: 1px 3px 13px rgba(200,200,200,.2); }
.btn-default:hover { color: #333; border-color: #ccc; background-color: #f9f9f9; }
.btn-default:active{ color: #333; border-color: #ccc; background-color: #f3f3f3; }

/* btn-primary */
.btn-primary{
    color: #fff;
    border-color: #007aff;
    background-color: #007aff;
    box-shadow: 0px 0px 4px 0px #4aa1ff;
}


/* btn-primary-btn */
.btn-primarybtn{ 
    color: #ff3c00!important;
    border-color: #ff0000!important;
    background-color: #ffffff!important;
    box-shadow: 1px 3px 13px #ffa4a4!important; 
    border: 1px solid #ff3c00!important;
    
}
.btn-primarybtn:hover { color: #ff5a27;
    border-color: #ffc0c0;
    background-color: #FFF;}
    
.btn-primarybtn:active{ color: #ffffff;
    border-color: #ff5757;
    background-color: #fbc2b5; }

/* btn-red */
.btn-red{ color: #fff; border-color: #ff5c38; background-color: #ff5c38; box-shadow: 1px 3px 13px rgba(255,92,56,.25);}
.btn-red:hover { color: #fff; border-color: #ff7152; background-color: #ff7152;}
.btn-red:active{ color: #fff; border-color: #ff481f; background-color: #ff481f; }

/* btn-green */
.btn-green{ color: #fff; border-color: #007dfe; background-color: #007dfe; box-shadow: 1px 3px 13px #007dfe80;  }
.btn-green:hover {
    color: #007dfe;
    border: #007dfe 1px solid;
    background-color: #ffffff;
}


/* btn-orange */
.btn-orange{ color: #fff; border-color: #ffa219; background-color: #ffa219; box-shadow: 1px 3px 13px rgba(255,162,25,.25); }
.btn-orange:hover { color: #fff; border-color: #ffbb19; background-color: #ffbb19; }
.btn-orange:active{ color: #fff; border-color: #ff9900; background-color: #ff9900; }

/* btn-white */
.btn-white{ color: #fff; border-color: #fff; background-color: transparent; }
.btn-white:hover { color: #007dfe; border-color: #fff; background-color: #fff; }
.btn-white:active{ color: #007dfe; border-color: #fff; background-color: #fff;}

.text-red {
    color: #ff5c38;
}
.text-blue {
    color: #007dfe;
}

.info_boxs{
    padding: 10px 50px;
    text-align: center;
}

.info_boxs .qrcode{
    width: 120px;
    height: 120px;
    margin: auto;
}
.info_boxs .qrcode img{
    width: 100%;
    height: 100%;
}
.info_boxs .tip{
    font-size: 14px;
    margin: 5px auto;
}
.btn-disabled{
    background: #d7d7d7!important;
    border-color: #d7d7d7;
    box-shadow: none;
}

.index-loginto{
    display: flex;
}

.index-loginto .loginis{
    background: #FFF;
    color: #007dfe;
    border-radius: 30px;
    box-shadow: 1px 0px 13px 0px #8cc0f9;
    border: 1px solid #007dfe;
}

.layui-layer-page,.layui-layer-title{
    border-radius: 8px!important;
}

.layui-layer-title{
    
}
.layui-layer-setwin .layui-layer-close1 {
    background-position: 2px -39px!important;
    border: 1px dashed #999;
}

.owl-buttons .layui-icon-up{
    left: 1px;
    position: absolute;
}

/* page */
.page{ padding: 15px; text-align: center; }
.page a,
.page em,
.page strong{
    position: relative;
    display: inline-block;
    min-width: 42px;
    line-height: 20px;
    overflow: hidden;
    padding: 7px 11px;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 0 0 -1px;
    border: 1px solid #e5e5e5;
}
.page a:hover{ z-index: 2; border-color: #007def; background-color: #f8fafc; }
.page a.next{ line-height: 15px; font-size: 16px;}
.page strong.bc{ z-index: 3; color: #fff; font-weight: 400; cursor: default; border-color: #007def; background-color: #007def; }
.page span.disabled{ color: #999; cursor: default; border-color: #ddd; background-color: #eee; }
.page em{ color: #999; border-color: #eee; background-color: #f5f5f5; border-radius: 6px; margin: 0 11px 0 0; }
.page em + a,.page em + strong{ border-radius: 6px 0 0 6px; }
.page a:last-child,.page strong:last-child{ border-radius: 0 6px 6px 0; }