html,body {
    background-color: #ECEFF1;
}
.nodata {
    text-align: center;
    margin-top: 50px;
    color: #e792e3;
    font-size: 14px;
}
.vipico,.vipico span {
    color: #02008D !important;
}
.spinner {
    margin:1% auto auto auto;
    width: 140px;
    height: 90px;
    text-align: center;
    font-size: 14px;
}
.spinner > div {
    background-color: #02008D;
    height: 100%;
    width: 12px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.spinner .txt { text-align:center; }
@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
body .boxstyle .layui-layer-title{display:none;}
body .boxstyle .layui-layer-btn{border-top:1px solid #E9E7E7; }
body .boxstyle .layui-layer-btn a{background:#333;}
body .boxstyle .layui-layer-btn .layui-layer-btn1{background:#999;}
.center {
    text-align: center;
}
.pagebox {
    text-align: center;
}
.headerbtm {
    margin-bottom: 80px; display: inline-block;
}
.layui-breadcrumb {
    height: 50px;
    line-height: 50px;
}
.layui-breadcrumb a:hover {
    color: #02008D !important;
}
.layui-input, .layui-textarea {
    border: 1px solid #efc5da !important;
}

.tabtitle {
    text-align: center;
    padding: 30px 0;
}
.tabtitle h2 {
    color: #02008D;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 700;
}
.tabtitle p {
    font-size: 18px;
    color: #666;
    margin-top: 16px;
    position: relative;
}
.tabtitle p::before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 12px;
    left: 456px;
}
.tabtitle p::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 12px;
    left: 680px;
}

/* pagecss */
.listpagecss { display:table; font-weight:bold; margin:0 auto; margin-bottom:20px; }
.listpagecss .now_page { padding:4px 10px; margin:3px; font-weight:bold; color:white; background-color:#02008D; font-size:12px; border-radius: 3px; }
.listpagecss .more_page { padding:4px 10px; margin:3px; font-weight:bold; border:1px solid #bbb; border-radius: 3px; }
.listpagecss .title_page { padding:3px; margin:2px; font-weight:bold; }
.listpagecss a { display:block; padding:4px 10px; border:1px solid #bbb; color:#999; margin:3px; font-size:12px; border-radius: 3px; }
.listpagecss a:link,.listpagecss a:visited { text-decoration:none; }
.listpagecss a:hover { background-color:#02008D; color:#fff; border: 1px solid #fff; }
.listpagecss ul li { list-style:none; float:left; }

/*登录页*/
.loginBox { width: 90%; margin: 0 auto; padding: 20px 0; }
.loginBox .logo { text-align: center; height: 120px; line-height: 120px; }
.loginBox .logo img { width: 170px; }
.loginbtn { background: linear-gradient(to right, #df93e7 0, #02008D 100%); width: 80%; color: #fff; height: 40px; line-height: 40px; margin: 0 auto; border: none; border-radius: 4px; cursor: pointer; display: block; }
.loginBox .tip {
    width: 400px;
    margin: 0 auto -30px auto;
    border-top: 1px solid #eee;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
.loginBox .tip .left {
    float: left;
    font-size: 14px;
}
.loginBox .tip .right {
    float: right;
    line-height: 45px;
    position: relative;
}
.loginBox .tip .right a {
    position: absolute;
    left: -70px;
    top: 7px;
    color: #000;
}
.loginBox .getcode {
    color: #da161f;
    text-underline: #0b9c87;
}
.loginBox .getcode:hover {
    color: red;
}

.swiper-slide {
    text-align: center;
}
.main {
    width: 1200px;
    margin: 0 auto;
}
header {
    width: 100%;
    margin: 0 auto;
    height: 80px;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    box-shadow: 0px 0px 1px #02008D;
}
header .logo {
    float: left;
}
header .logo img {
    width: auto;
    max-height: 80px;
}
header .menu {
    float: left;
    margin-left: 60px;
}
header .menu li {
    float: left;
    line-height: 80px;
    width: 120px;
    text-align: center;
    font-size: 14px;
}
header .menu li a:hover {
    color: #00aaee;
}
header .btnbox {
    float: right;
    margin-top: 15px;
}
header .btnbox .login {
    width: 100px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    background-color: #02008D;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;
    margin-top: 10px;
}
header .btnbox .login:hover {
    background-color: #e72558;
    box-shadow: 1px 1px 1px #cc6976;
    transform: translateY(-3px);-webkit-transform: translateY(-3px);-moz-transform: translateY(-3px);-o-transform: translateY(-3px);-ms-transform: translateY(-3px);
}
header .btnbox .message {
    margin-right: 30px;
    margin-left: -15px;
    float: right;
    margin-top: 5px;
}
header .btnbox .message .icon {
    color: #999;
    font-size: 22px;
}
header .btnbox .message .iconxiaoxi1 {
    font-size: 18px;
}
header .btnbox .message .txt {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #777;
    line-height: 20px;
    margin-top: -5px;
}
header .btnbox .avatarBox {
    position: relative;
    float: right;
}
header .btnbox .avatarBox::before {
    content: "";
    border-right: 1px dotted #e6bad0;
    top: 10px;
    height: 35px;
    left: -17px;
    position: absolute;
}
header .btnbox .avatarBox .avater {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
header .btnbox .avatarBox .box {
    position: absolute;
    right: 0;
    display: none;
    width: 260px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    padding-bottom: 10px;
}
header .btnbox .avatarBox:hover > .box {
    display: block;
}
header .btnbox .avatarBox .box .title {
    background: linear-gradient(to right, #e6cae8 0, #e47ab0 100%);
    padding: 8px 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border-top-right-radius: 4px;
}
header .btnbox .avatarBox .box .title .smavt {
    float: left;
    margin-top: 12px;
}
header .btnbox .avatarBox .box .title .smavt img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
header .btnbox .avatarBox .box .title .name {
    float: left;
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    letter-spacing: 0;
}
header .btnbox .avatarBox .box .title .vip {
    float: left;
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    letter-spacing: 0;
}
header .btnbox .avatarBox .box .menu {
    margin-left: 0;
    float: none;
    display: inline-block;
}
header .btnbox .avatarBox .box .menu li {
    line-height: 55px;
    height: 55px;
}
header .btnbox .avatarBox .box .menu li a {
    display: block;
    width: 100%;
    cursor: pointer;
}
header .btnbox .avatarBox .box .menu li a:hover {
    color: #02008D;
}
header .btnbox .avatarBox .box .logout {
    width: 90%;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    background-color: #02008D;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin: 0 auto;
}

/**
 * 产品中心
 */
.g-list {
    clear: both;
    width: 100%;
    display: inline-block;
}
.g-list li {
    float: left;
    width: 24.25%;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    margin: 0 1% 1% 0;
    background-color: #fff;
    -webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;
}
.g-list li:hover {
    box-shadow: 6px 6px 6px #ccc;
    transform:translateY(-5px);-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-o-transform:translateY(-5px);-ms-transform:translateY(-5px);
}
.g-list li:nth-child(4n) {
    margin-right: 0;
}
.g-list li .img img {
    max-width: 100%;
}
.g-list li .title {
    padding: 5px 10px;
}
.g-list li .icolist {
    padding: 0 10px 5px 10px;
}
.g-list li .icolist .selected {
    color: red;
}
/*.g-list li .icolist .cicon {
    color: red;
}
.g-list li .icolist .cicon:hover {
    color: #9c2c2b;
}*/
.g-detail {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}
.g-detail .title {
    width: 50%;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}
.g-detail .mbox {
    width: 280px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #ccc;
    padding-bottom: 15px;
    border-top: 2px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}
.g-detail .mbox li {
    width: 92%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #ddd;
}
.g-detail .mbox li .key {
    float: left;
}
.g-detail .mbox li .value {
    float: right;
}
.g-detail .mbox .downbtn {
    width: 90%;
    margin: 13px auto 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #ff6c3c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;
    cursor: pointer;
}
.g-detail .mbox .downbtn:hover {
    box-shadow: 4px 4px 4px #aaa;
    transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-o-transform:translateY(-3px);-ms-transform:translateY(-3px);
}
.g-detail .mtxt {
    width: 890px;
    float: right;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}
.g-detail .mtxt img {
    max-width: 100%;
}
.g-detail .collectbtn {
    border:1px solid #ccc; border-radius: 50%; width:50px; height: 36px; text-align: center; background-color: #ccc;margin-top: 10px;margin-left: 10px;padding-top: 14px; cursor: pointer;
}
.g-detail .collectbtn.selected {
    border:1px solid #fff; background-color: #ff6c3c; color: #fff;
}
.g-detail .collectbtn .icon {
    font-size: 30px;
}

/**
 * 新闻中心
 */
.n-list {
    clear: both;
    width: 100%;
}
.n-list li {
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all .4s;
    padding: 18px 20px;
}
.n-list li:hover {
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .4s;
    transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-o-transform:translateY(-3px);-ms-transform:translateY(-3px);
}
.n-list .title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.n-list .intro {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
    height: 65px;
    overflow: hidden;
    line-height: 20px;
}

/**
 * 会员中心
 */
.user-box {
    width: 100%;
    margin: 0px auto 50px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(230, 71, 145, .2);
    box-shadow: 0 2px 8px 0 rgb(230, 71, 145, .2);
    background-color: #fff;
    display: table;
}
.user-box .user-info {

}
.user-box .user-left {
    min-height: 800px;
    position: relative;
    overflow: hidden;
    width: 240px;
    padding-bottom: 40px;
    letter-spacing: 2px;
    text-align: center;
    color: #333;
    background-color: #ECEFF1;
    float: left;
    border-radius: 8px 0 0 8px;
}
.user-box .user-left .avater img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-top: 20px;
}
.user-box .user-left .txt .name {
    margin-top: 20px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
}
.user-box .user-left .txt .info {
    height: 14px;
    line-height: 14px;
    margin-top: 14px;
    font-size: 14px;
    opacity: .7;
}
.user-box .user-menu {
    margin-top: 40px;
}
.user-box .user-menu li a {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #333;
    background-color: transparent;
    cursor: pointer;
    border-left: 4px solid transparent;
    text-align: left;
    padding-left: 40px;
}
.user-box .user-menu li:hover a, .user-box .user-menu li.active a {
    background-color: #fff;
    border-left-color: #02008D;
    color: #02008D;
}
.user-box .user-menu li .icon {
    font-size: 20px;
}
.user-box .user-right {
    float: left;
    width: 900px;
	margin: 20px auto;
	padding:0 20px;
    box-sizing: border-box;
}
.user-box .user-right .risk {
    margin-top:30px;
    margin-left: 100px;
    width: 760px;
    height: 100px;
    background: #f6f3f7;
    border-radius: 10px;
    user-select: none;
    box-sizing: border-box;
    padding: 30px;
}
.user-box .user-right .risk .tip {
    font-size: 18px;
    font-weight: 500;
    color: rgba(254, 74, 59, 1);
    line-height: 1;
}
.user-box .user-right .risk .txt {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 1;
}
.user-box .user-right .risk .txt a {
    text-decoration: underline;
}
.user-box .subbtn {
    background: linear-gradient(to right, #df93e7 0, #02008D 100%);
    width: 200px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin-left: 110px;
}

/*vip页面*/
.viplist { display:inline-block; }
.viplist li { border: 1px solid #f7dbe9;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    border-radius: 4px;
    float: left;
    width: 32%;
    margin-right: 11px;
    box-shadow: 3px 3px 3px #ccc;
    padding: 15px 15px;
    box-sizing: border-box; }
.viplist li:child-nth(3) { margin-right:0; }
.viplist li.selected { border:4px solid #02008D; }
.viplist li .title { width:95%; margin:0 auto; border-bottom:1px solid #02008D; padding:10px 0; }
.viplist li .title b { font-size:18px; color:red; }
.viplist li .intro { padding:15px 15px; }
.viplist li .tip { display:none; }
.viplist li.selected .tip { display:block; position:absolute; background:#02008D; color:#fff; right:-25px; top:-25px; width:50px; height:50px; text-align:center;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}
.viplist li.selected .tip .icon { font-size:16px; font-weight:bolder; position:absolute; bottom:0; left:18px; }
.userpay { clear:both; }
.userpay .price { height: 50px;line-height: 50px;color: #484848;font-size: 15px;border-top:1px dotted #f7dbe9;border-bottom:1px dotted #f7dbe9;width:250px;margin:40px auto;text-align:center;}
.userpay .price b { color:#02008D; font-size:18px; }
.userpay .wx { width:165px; height:165px; border:1px solid #00c901; border-radius:6px; padding:10px; margin-left:190px; float:left; }
.userpay .wx img { max-width:100%; }
.userpay .wx .text { height: 40px;line-height: 40px;font-size: 16px;color: #000;margin-top: 10px;}
.userpay .wx .text i { display: inline-block; width: 40px; height: 29px;background: url(../Images/wxpay.png) no-repeat;background-size: 55%;margin-top: 20px;vertical-align: -13px; margin-left:10px; }
.userpay .aly { width:165px; height:165px; border:1px solid #09aef9; border-radius:6px; padding:10px; margin-left:100px; float:left; }
.userpay .aly img { max-width:100%; }
.userpay .aly .text { height: 40px;line-height: 40px;font-size: 16px;color: #000;margin-top: 10px;}
.userpay .aly .text i { display: inline-block; width: 40px; height: 29px;background: url(../Images/alpay.png) no-repeat;background-size: 55%;margin-top: 20px;vertical-align: -13px; margin-left:10px; }

/*弹窗支付二维码*/
.qrcodeBox .price {
    height: 50px;
    line-height: 50px;
    color: #484848;
    font-size: 15px;
    border-top: 1px dotted #f7dbe9;
    border-bottom: 1px dotted #f7dbe9;
    width: 250px;
    margin: 40px auto;
    text-align: center;
}
.qrcodeBox .price b {
    color: #02008D;
    font-size: 18px;
}
.qrcodeBox .wx {
    width: 165px;
    height: 165px;
    border: 1px solid #00c901;
    border-radius: 6px;
    padding: 10px;
    margin-left: 75px;
    float: left;
}
.qrcodeBox .wx .text i {
    display: inline-block;
    width: 40px;
    height: 29px;
    background: url(../Images/wxpay.png) no-repeat;
    background-size: 55%;
    margin-top: 20px;
    vertical-align: -13px;
    margin-left: 10px;
}
.qrcodeBox .wx .text {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.qrcodeBox .aly {
    width: 165px;
    height: 165px;
    border: 1px solid #09aef9;
    border-radius: 6px;
    padding: 10px;
    margin-left: 70px;
    float: left;
}
.qrcodeBox .aly .text i {
    display: inline-block;
    width: 40px;
    height: 29px;
    background: url(../Images/alpay.png) no-repeat;
    background-size: 55%;
    margin-top: 20px;
    vertical-align: -13px;
    margin-left: 10px;
}
.qrcodeBox .aly .text {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.qrcodeBox img {
    max-width: 100%;
}

/*我的消息*/
.mymessage li { display: inline-block; position: relative; width: 100%; margin-bottom: 20px; background-color: #f5f5f5; padding: 10px 20px; border-radius: 4px; border-bottom: 2px solid #fdd5e9; }
.mymessage li .title { font-size: 14px; color: #333; cursor: pointer; }
.mymessage li .intro { font-size: 12px; color: #9e9b9b; cursor: pointer; }
.mymessage li .intro .icon { font-size: 10px; color: red; }
.mymessage li .time { position: absolute; bottom: 20px; right: 20px; color: #333; }
.mymessage li .dian::after { position: absolute; content: ""; width: 7px; height: 7px; background-color: #02008D; border-radius: 50%; left: 9px; bottom: 18px; }

/**
 * 底部
 */
footer {
    background-color: #000;
    display: table;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    position: relative;
}
footer .logo {
    position: absolute;
    float: left;
    line-height: 60px;
    margin-top: 20px;
}
footer .logo img {
    width: auto;
}
footer .menu {
    float: left;
    margin-left: 280px;
    margin-top: 20px;
}
footer .menu li {
    float: left;
    line-height: 60px;
    width: 120px;
    text-align: center;
    font-size: 14px;
}
footer .menu li a {
    color: #b1b1b1;
}
footer .menu li a:hover {
    color: #00aaee;
}
footer .mobile {
    float: right;
    margin: 40px 0 0 0;
    font-size: 15px;
    text-align: center;
}
footer .mobile .icon {
    font-size: 45px;
}
footer .btm {
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #ddd;
    border-top: 1px solid #333;
    width: 700px;
    margin: 0 auto;
}
footer .btm a {
    color: #ccc;
}
footer .btm a:hover {
    color: #ff6f8d;
}
