body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote {
    margin: 0;
    padding: 0;
    font-family:"ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

input, img {
    vertical-align: middle
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:link, a:visited, a:active, a:hover,a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

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

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input[type="text"], input[type="password"], input[type="number"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

li {
    list-style: none;
}

.clearfixd:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfixd {
    *zoom:1; overflow: hidden;
}

.hide {
    display: none;
}

.nomarginleft {
    margin-left: 0
}

input:focus,select:focus {
    outline: none;
}

.fr_l {
    float: left;
}

.fr_r {
    float: right;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.tuichu {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 10px;
    background: #fff;
    corlor: #fff;
    font-size: 12px;
    padding: 3px 5px;
}

.tuichu_con .tuichu {
    width: 80%;
    margin: 30px auto 30px;
    background: #4c9d58;
    color: #fff;
    line-height: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 15px;
    padding: 0;
    display: block;
}

.main-container {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    background: #101012;
    background-size: 100%
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.header .logo {
    width: 65px;
    margin: 0 auto;
}

.header .logo img {
    width: 100%;
}

.header .header_left {
    width: calc(100% - 100px);
}

.header .header_left a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
    padding: 0 10px;
    color: #fff;
}

.header .header_left i {
    font-size: 18px;
    display: block;
    float: left;
}

.header .header_left span {
    margin-left: 5px;
    font-size: 14px;
    float: left;
}

.header .header_right {
    width: 70px;
    position: relative;
    text-align: center;
    margin-top: 0;
}

.header .header_right i {
    font-size: 25px;
    color: #fff;
    position: relative;
    top: 5px;
}

.header .header_right span {
    position: absolute;
    top: -2px;
    background: #f00;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 18px;
    height: 18px;
    left: 50%;
    margin-left: -7px;
}

.ck_btn {
    width: 45%;
    margin: 10px auto 30px;
}

.ck_btn img {
    width: 100%;
}

.ck_btn a {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #2331a9 , #4e9aee);
    background: -o-linear-gradient(right,#2331a9 , #4e9aee);
    background: -moz-linear-gradient(right, #2331a9 , #4e9aee);
    background: linear-gradient(to right, #2331a9 , #4e9aee);
    border-radius: 40px;
    display: block;
    font-size: 14px;
}

.s_section {
    margin-top: 10px;
}

.zc_gg {
    padding: 5px 0;
    background: #333;
    width: 95%;
    margin: 0 auto 10px;
    z-index: 9;
    box-shadow: 0 0 5px rgba(0,0,0,0);
    border-radius: 30px;
}

.zc_gg .zhuce_left {
    width: 40px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
    height: 30px;
}

.zc_gg .zhuce_left img {
    width: 20px;
    margin-top: 5px;
}

.zc_gg .zhuce_right {
    width: calc(100% - 50px);
    padding: 0 10px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.zc_gg .zhuce_right .zhu_list_l {
    font-size: 14px;
    color: #333;
}

.zc_gg .zhuce_right .zhu_list_r {
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #999;
    border-radius: 3px;
}

.zc_gg .zhuce_right li {
    margin: 10px;
    color: #fff;
}
.kefu_con ul {
    padding: 10px 0;
}

.kefu_con ul li {
    width: 33.33%;
    text-align: center;
}

.kefu_con ul li img {
    width: 80%;
}

.kefu_con ul li .kefy_top {
    margin: 0 auto;
    width: 90px;
}

.kefu_con ul li i {
    color: #677beb;
    font-size: 25px;
    float: left;
    margin-right: 5px;
}

.kefu_con ul li span {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    float: left;
}

.kefu_con ul li p {
    color: #666;
    font-size: 12px;
    line-height: 2em;
}

.rexiao {
    margin: 10px auto;
    width: 100%;
}

.rexiao_top {
    overflow: hidden;
    padding: 8px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #fff;
}

.rexiao_top img {
    width: 100%;
}

.rexiao_top h3 {
    line-height: 25px;
    font-size: 14px;
    float: left;
    padding-left: 10px;
    border-left: 5px solid #677beb;
    color: #677beb;
}

.rexiao_top h3 a {
    color: #677beb;
    font-size: 14px;
}

.rexiao_top a {
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}

.rexiao_con .rexiao_l {
    float: left;
    width: 50%;
    border-right: 1px solid #e6e6e6;
}

.rexiao_con .rexiao_l img {
    width: 100%;
}

.rexiao_con .rexiao_r {
    float: right;
    width: 50%
}

.rexiao_con .bottom_text {
    padding: 0 10px;
    padding-bottom: 5px;
}

.rexiao_con .bottom_text p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rexiao_con .bottom_text span {
    font-size: 12px;
    color: #677beb;
}

.rexiao_r .list_pro {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
}

.rexiao_r .list_pro:nth-child(2) {
    border: none;
}

.rexiao_r .list_pro .pro_img {
    float: left;
    width: 50%;
}

.rexiao_r .list_pro .pro_img img {
    width: 100%;
}

.rexiao_r .list_pro .pro_title {
    float: right;
    width: 50%;
}

.rexiao_r .list_pro .pro_title h3 {
    font-weight: 100;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rexiao_r .list_pro .pro_title span {
    font-size: 12px;
    color: #677beb;
}

.tuijian .tuijian_title {
    padding: 0 10px;
}

.tuijian .tuijian_title p {
    border-bottom: 1px solid #d5d5d5;
    height: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.tuijian .tuijian_title p span {
    padding: 0 20px;
    line-height: 50px;
    background: #f5f5f5;
    color: #3f3f3f;
    font-size: 16px;
}

.tuijian ul {
    padding: 10px 10px 0;
}

.tuijian ul li {
    width: calc(50% - 5px);
    background: #fff;
    background-size: 100%;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    margin-bottom: 10px;
}

.tuijian ul li:nth-child(2n) {
    margin-right: 0;
}

.tuijian ul li img {
    width: 100%;
}

.tuijian ul li .tuijian_list_top span {
    font-size: 15px;
    margin: 10px auto 5px;
    color: #677beb;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tuijian ul li .tuijian_list_top i {
    float: right;
    display: block;
    width: 100px;
    font-size: 16px;
    color: #677beb;
    text-align: right;
    font-style: normal;
}

.tuijian ul li .tuijian_list_top p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    text-align: center;
}

.tuijian ul li .goumai_con {
    width: 70%;
    border-radius: 50px;
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0 auto 0;
}

.tuijian ul li .goumai_con .left {
    float: left;
}

.tuijian ul li .goumai_con .left p {
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    float: left;
    margin-right: 5px;
}

.tuijian ul li .goumai_con .left em {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    float: left;
}

.tuijian ul li .goumai_con .right {
    float: right;
    background: #fff;
    border-radius: 30px;
    padding: 5px 8px;
}

.tuijian ul li .goumai_con .right p {
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 5px;
}

.tuijian ul li .goumai_con .right i {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 5px
}

.tuijian ul li .goumai_con .right i img {
    width: 100%;
    float: left;
}

.tuijian ul li > p {
    color: #666;
    font-size: 12px;
    line-height: 1.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}

.tuijian ul li .tuijian_listtop_con .tuijian_list_top p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
}

.tuijian ul li .tuijian_listtop_con .goumai_con {
    width: 80%;
    padding: 0 5px;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left {
    text-align: center;
    float: none;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left p {
    font-size: 16px;
    color: #f00;
    line-height: 29px;
    margin-right: 0;
    display: inline-block;
    float: none;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left em {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    display: inline-block;
    float: none;
}

div::after {
    content: "";
    display: block;
    clear: both;
}

.footer {
    position: fixed;
    height: 55px;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.1)
}

.nav_list {
    background: #fff;
    padding: 5px 0;
}

.nav_list ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.nav_list ul li i {
    color: #5a5c60;
    font-size: 24px;
}

.nav_list ul li .icon {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
}

.nav_list ul li:nth-child(1) .icon {
    background: url(../images/xz_foot01.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(2) .icon {
    background: url(../images/xz_foot02.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(3) .icon {
    background: url(../images/xz_foot03.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(4) .icon {
    background: url(../images/xz_foot04.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(5) .icon {
    background: url(../images/xz_foot05.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li .img {
    width: 55px;
    height: 55px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 50%;
    margin: -15px auto 0;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.nav_list ul li .img img {
    width: 100%;
    height: 100%;
}

.nav_list ul li i {
    color: #8178ef;
}

.nav_list ul li:nth-child(1).on .icon {
    background: url(../images/xz_foot01on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(2).on .icon {
    background: url(../images/xz_foot02on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(3).on .icon {
    background: url(../images/xz_foot03on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(4).on .icon {
    background: url(../images/xz_foot04on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(5).on .icon {
    background: url(../images/xz_foot05on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li .nav_title {
    font-size: 14px;
    color: #333;
}

.nav_list ul li.on .nav_title {
    color: #8178ef;
}

.suo_top {
    height: 45px;
    padding: 0 10px;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.suo_top .suo_form {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 85%;
}

.suo_top .suo_form input[ type="search"] {
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 3px;
    border: none;
    height: 35px;
    top: 0px;
    position: absolute;
    left: 0;
    padding: 0 10px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

.suo_top .suo_form input[ type="submit"] {
    width: 40px;
    position: absolute;
    height: 35px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.zuijin_top {
    padding: 0 10px;
    margin: 5px 0;
}

.zuijin_top .zuijin_top_l {
    float: left;
    color: #555;
    font-size: 16px;
    line-height: 35px;
    background: url(../images/sousou1.png) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}

.zuijin_top .zuijin_top_r {
    float: right;
    height: 35px;
}

.zuijin_top .zuijin_top_r img {
    width: 25px;
    margin-top: 5px;
}

.suo_top .black a {
    display: block;
}

.suo_top .black a::before {
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    float: left;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 15px;
}

.zuijin ul {
    padding: 0 10px;
}

.zuijin ul li {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.zuijin ul li a {
    display: block;
    padding: 0 10px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

.suo_top .sou_btn {
    position: absolute;
    right: 10px;
    width: 25px;
}

.suo_top h3 {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.suo_top .sou_btn img {
    width: 100%;
    margin-top: 10px;
}

.black {
    position: relative;
    z-index: 99
}

.aui-scroll-contents {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 750px;
    /*min-width: 300px;*/
    /*margin-bottom:100px;*/
}

.aui-scroll-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    padding-bottom: 56px;
    background: #f7fcff;
}

.aui-scroll-nav {
    width: auto;
    height: 100%;
    text-align: center;
    background-color: #f8f8f8;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    overflow-y: auto;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.aui-scroll-item {
    padding: 0 10px;
    height: 3rem;
    line-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: .8rem;
    text-align: center;
}

.aui-scroll-item-text {
    font-size: 0.8rem;
    color: #666;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.aui-scroll-content {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 .5rem .5rem .5rem;
    position: relative;
}

.aui-scroll-content-item {
    padding-top: 10px;
    display: none;
}

.aui-scroll-content-title {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    font-weight: normal;
    color: #555;
    display: block;
    padding-bottom: .1rem;
    padding-top: .32rem;
    margin-bottom: .2rem;
    position: relative;
    z-index: 1;
}

.aui-scroll-nav .aui-crt {
    background-color: #FFF;
}

.aui-scroll-nav .aui-crt .aui-scroll-item-text {
    color: #677beb;
}

.aui-class-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.m-navbar {
    position: fixed;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.98);
}

.navbar-item {
    height: 0.9rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.navbar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
}

.navbar-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.9rem;
    width: 50%;
    margin-left: 25%;
}

.navbar-center .navbar-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.4rem;
    color: #5C5C5C;
}

/* aui-banner-content */
.aui-banner-content {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.aui-banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: .5rem;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aui-banner-wrapper-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider-pagination-item {
    margin: 0 .3rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
}

.slider-pagination-item.slider-pagination-item-active {
    background: #f93753;
}

.aui-banner-wrapper-item img {
    width: 100%;
    background: url(..images/log.png) no-repeat center center;
    background-size: cover;
}

.aui-header-item-icon {
    height: 2.8rem;
    min-width: 10%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    padding: 0 0.8rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.aui-header-item-icon:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-header-search-box {
    background-color: rgba(255, 255, 255, 0.3);
    height: 27px;
    line-height: 27px;
    width: 100%;
    padding-left: 10px;
    border-radius: 30px;
}

.aui-header-search {
    width: 90%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
}

.aui-header-search:-moz-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search::-moz-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-center-clear {
    width: 100%;
    margin-left: 13%;
}

.aui-grid-content {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0 auto 10px !important;
    width: 95%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0.7rem 0;
    width: 25%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 0.7rem;
    position: relative;
    margin-top: 0.25rem;
}

.aui-grid-row-clear .aui-grid-row-item {
    width: 33.333%;
    padding: .8rem 0 0 0;
}

.aui-grid-row-clear .aui-grid-row-item .aui-icon-large {
    width: 60px;
    height: 60px;
}

.aui-grid-row-clear .aui-grid-row-item i img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}


.aui-avd-content {
    background-color: #fff;
    margin-left: 3%;
    margin-bottom: 10px;
}

.aui-avd-content a {
    display: block;
    float: left;
    width: 47%;
    margin-right: 3%;
}

.aui-avd-content a img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    /*border-radius:5px;*/
}


.aui-slide-box {
    padding-top: 1px;
}

.aui-slide-box .aui-slide-list {
    margin: 10px 10px 10px 10px;
    overflow: hidden;
    height: 8.333333rem;
}

.aui-slide-box .aui-slide-item-list {
    width: auto;
    white-space: nowrap;
    overflow: auto;
    height: 9rem;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}

.aui-slide-box-clear .aui-slide-list {
    height: 7rem;
    margin-top: 0;
}

.aui-slide-box-clear .aui-slide-item-list {
    height: 8rem;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item {
    display: inline-block;
    width: 5rem;
    margin-right: 12px;
    vertical-align: top;
}

li {
    list-style: none;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-link {
    display: block;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-img {
    display: block;
    width: 5rem;
    height: 5rem;
    background: url(..images/log.jpg) no-repeat center center;
    background-size: 62px;
}

.aui-slide-box-clear .aui-slide-item-list .aui-slide-item-item .v-img {
    width: 5rem;
    height: 6.7rem;
    background: url(..images/log.jpg) no-repeat center center;
    background-size: 62px;
}

.aui-slide-item-f-els {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-title {
    text-align: center;
    line-height: 1rem;
    word-break: break-word;
    height: 2rem;
    white-space: normal;
    margin: 6px 0 4px;
    font-size: 12px;
    color: #333;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info {
    text-align: center;
    height: 0.373333rem;
    line-height: 0.373333rem;
    margin-top: 6px;
    font-size: 12px;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-price {
    font-size: 14px;
    color: #e73c3c;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-mrk {
    text-decoration: line-through;
    font-size: 10px;
    color: #999;
}

.header_list {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    padding: 0 10px;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.header_list .go_back {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.header_list .go_back i {
    font-size: 24px;
    color: #d7b273;
    line-height: 45px;
}

.header_list h3 {
    text-align: center;
    color: #d7b273;
    font-size: 16px;
    line-height: 45px;
}

.header_list .sousou {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
}

.header_list .sousou i {
    font-size: 24px;
    color: #fff;
}

.pro_img img {
    width: 100%;
}

.pro_con_title {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.pro_con_title h3 {
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_fenlei,.pro_jiage {
    margin-top: 5px;
    font-size: 14px !important;
    line-height: 1.8em;
}

.pro_con_con {
    width: 95%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.pro_jiage span {
    display: block;
    float: left;
    color: #f00;
    font-size: 18px;
    line-height: 25px;
}

.pro_jiage i {
    display: block;
    height: 25px;
    color: #fff;
    border-radius: 3px;
    background: #677beb;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    float: left;
    margin-left: 10px;
    padding: 0 10px;
    font-style: normal;
}

.pro_fenlei span {
    color: #666;
    font-size: 14px;
    text-decoration: line-through;
}

.pro_fenlei i {
    float: right;
    color: #666;
    font-size: 14px;
    font-style: normal;
}

.pro_fenlei i b {
    font-weight: 400;
}

.pro_fenlei i b a {
    color: #677beb;
}

.pro_xiangqing img {
    width: 100%;
}

.pro_con_top img {
    width: 100%;
}

.pro_xiangqing {
    padding: 10px;
    box-sizing: border-box;
}

.pro_con_top p {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    height: 25px;
    margin-bottom: 25px;
}

.pro_con_top p span {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    background: #f5f5f5;
    padding: 0 20px;
}

.pro_btn {
    position: fixed;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pro_btn div {
    text-align: center;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 50%;
}

.pro_btn_l {
    background: #FF9500
}

.pro_btn_r {
    background: #677beb
}

.catr {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.catr .catr_con {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 50%;
    width: 100%;
    padding: 0 10px;
}

.catr_top {
    position: relative;
    top: -40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.catr_top .catr_left {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.catr_top .catr_left img {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #d6d6d6;
}

.close {
    position: absolute;
    top: 45px;
    right: 10px;
    z-index: 101;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    border-radius: 50%;
    color: #999;
    border: 1px solid #999;
}

.catr_top .catr_right {
    width: calc(100% - 110px);
    margin-top: 40px;
}

.catr_top .catr_right span {
    color: #677beb;
    font-size: 16px;
    line-height: 2em;
}

.catr_top .catr_right h3 {
    color: #666;
    font-size: 12px;
    line-height: 1.5em;
}

.canshu_container {
    position: relative;
    top: -35px;
    height: 122px;
    overf low-y: scroll
}

.canshu {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.canshu .canshu_tite {
    color: #333;
    font-size: 14px;
    position: relative;
}

.canshu ul {
    margin-top: 5px;
}

.canshu ul li {
    display: inline-block;
    background: #f4f4f4;
    color: #666;
    line-height: 25px;
    height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
}

.goumai {
    margin-top: -30px;
}

.canshu ul li.on {
    color: #fff;
    background: #677beb;
}

.goumai .goumai_l {
    color: #333;
    font-size: 14px;
}

.goumai .goumai_r {
    width: 120px;
    border: 1px solid #d5d5d5;
    height: 30px;
    color: #999
}

.goumai .goumai_r .btn_l {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
}

.goumai .goumai_r .btn_r {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    float: right;
}

.goumai .goumai_r .btn_con {
    width: 48px;
    text-align: center;
    line-height: 30px;
}

.catr_btn {
    text-align: center;
    background: #677beb;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.gouwuche_kong {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 35%;
    display: none
}

.gouwuche_kong p {
    font-size: 14px;
    color: #666;
    line-height: 2em;
}

.gouwuche_kong a {
    display: block;
    margin: 0 auto;
    background: #677beb;
    font-size: 14px;
    color: #fff;
    width: 100px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    border-radius: 5px;
    margin-top: 10px;
}

.gouwuche_top {
    margin-top: 10px;
    background: #fff;
    width: 100%;
    padding: 0 10px;
    height: 50px;
    border-bottom: 1px solid #d5d5d5;
}

.quanxuan .quanxuan_btn {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.quanxuan_btn i {
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 18px 18px;
    display: block;
    width: 18px;
    height: 18px;
}

.quanxuan_btn input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 18px 18px;
}

.quanxuan_btn input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0
}

.quanxuan span {
    line-height: 50px;
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}

.bianji a {
    line-height: 50px;
    color: #677beb;
    font-size: 14px;
}

.gouwuche_list {
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    padding: 0 10px;
}

.gouwuche_list ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.gouwuche_list ul li .xuanze {
    position: absolute;
    left: 0px;
    top: 50px;
    height: 20px;
    width: 20px;
}

.gouwuche_list ul li .xuanze i {
    display: block;
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 18px 18px;
    display: block;
    width: 20px;
    height: 20px;
}

.gouwuche_list ul li .xuanze input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.gouwuche_list ul li .xuanze input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 18px 18px;
}

.gouwu_list_l {
    width: 100px;
    height: 100px;
    margin-left: 25px;
}

.gouwu_list_l img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}

.gouwu_list_r {
    width: calc(100% - 135px);
}

.gouwu_list_r h3 {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.gouwu_list_r .shuxing {
    font-size: 14px;
    color: #677beb;
}

.gouwu_list_bottom {
    line-height: 30px;
}

.gouwu_list_bottom .gouwuche_jiage span {
    font-size: 16px;
    color: #677beb;
}

.gouwu_list_bottom .gouwuche_jiage i {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
    font-style: normal;
}

.gouwu_list_bottom .goumai_l {
    color: #333;
    font-size: 14px;
}

.gouwu_list_bottom .goumai_r {
    width: 120px;
    border: 1px solid #d5d5d5;
    height: 25px;
    color: #999
}

.gouwu_list_bottom .goumai_r .btn_l {
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
}

.gouwu_list_bottom .goumai_r .btn_r {
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    float: right;
}

.gouwu_list_bottom .goumai_r .btn_con {
    width: 48px;
    text-align: center;
    line-height: 25px;
}

.goumai_shanchu {
    color: #677beb;
}

.gouwuche_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    border-top: 1px solid #d5d5d5;
    height: 55px;
}

.gouwuche_bottom .gouwu_bottom_l {
    width: calc(100% - 120px);
    line-height: 55px;
    padding: 0 10px;
}

.gouwuche_bottom .gouwu_bottom_l p {
    font-size: 16px;
}

.gouwuche_bottom .gouwu_bottom_l p span {
    color: #677beb;
    font-weight: 600;
}

.gouwuche_bottom .gouwu_bottom_r {
    width: 120px;
}

.gouwuche_bottom .gouwu_bottom_r a {
    text-align: center;
    line-height: 55px;
    background: #677beb;
    color: #fff;
    display: block;
}

.shanchu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

.shanchu_con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    width: 90%;
    padding: 10px;
    border-radius: 5px;
}

.shanchu_con p {
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
}

.shanchu_con_btn {
    text-align: center
}

.shanchu_con_btn div {
    display: block;
    width: 80px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 5px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.shanchu_con_btn div.quxiao_btn {
    background: #f2f2f2;
}

.shanchu_con_btn div.shanchu_btn {
    background: #677beb;
    color: #fff;
}

.geren_top {
    position: relative;
    background: url(../images/gr_topimg.jpg) no-repeat top;
    background-size: 100% ;
    width: 95%;
    margin: 10px auto 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
}

.geren_bg img {
    width: 100%;
}

.geren_xinxi {
    width: 100%;
    overflow: hidden;
}

.geren_xinxi h3 {
    font-size: 14px;
    text-align: center;
    font-size: 14px;
    margin: 8px auto;
    color: #fff;
}

.touxiang {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 0;
    border: 2px solid #fff;
    margin: 0 auto;
}

.geren_xinxi .text {
    width: 100% ;
    padding-left: 15px;
    box-sizing: border-box;
}

.geren_xinxi .text .one {
    width: 33.33%;
    float: left;
    text-align: center;
}

.geren_xinxi .text .one span {
    font-size: 14px;
    color: #fff;
}

.geren_xinxi .text .one p {
    font-size: 14px;
    color: #fff;
}

.jindu_con {
    width: 85%;
    margin: 10px auto;
}

.jindu_con .jindu_bg {
    height: 7px;
    width: 100%;
    border-radius: 3.5px;
    background: url(../images/bar-bg.png) repeat-x center;
    background-size: auto 7px;
    position: relative;
}

.jindu_top {
    background: url(../images/bar-bg-active.png) repeat-x center;
    background-size: auto 7px;
    height: 7px;
    width: 60%;
    border-radius: 3.5px;
    position: relative;
}

.jindu_top .top_jiner {
    position: absolute;
    top: 8px;
    right: 0;
    color: #fff;
    font-size: 12px;
}

.zong_jiner {
    position: absolute;
    top: 7px;
    right: 0;
    color: #fff;
    font-size: 12px;
}

.jindu_jiner i {
    padding: 0 5px;
    line-height: 5px;
    background: #fff;
    color: #677beb;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
}

.jindu_jiner {
    text-align: center;
    margin-top: 20px;
}

.jindu_jiner span {
    color: #fff;
    font-size: 13px;
    margin-left: 3px;
}

.touxiang img {
    border-radius: 50%;
    width: 100% !important;
    height: 100% !important;
}

.geren_xinxi h3 p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.geren_xinxi h3 span {
    display: block;
    margin: 5px auto;
    border-radius: 15px;
    height: 30px;
    width: 140px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.money .money_l,.money .money_r {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.money {
    text-align: center;
    margin: 5px auto 10px;
    border-top: 1px dashed #eee;
    padding-top: 10px;
}

.money a {
    display: block;
    border-right: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
}

.money .money_r:last-child a {
    border-right: none;
}

.money p {
    font-size: 12px;
    color: #fff;
}

.money span {
    font-size: 14px;
    color: #d7b273 ;
}

.money_two {
    border-top: none;
    width: 95%;
    margin: 0 auto 10px;
    background: #333;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 15px 0;
}

.money_two .money_r {
    float: left;
	border-right:1px solid #fff;
}

.geren_list {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
}
.geren_list .newlistc{
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    }
.geren_list .newlistc .h3{color:#aea6bb;font-size: 14px;font-weight: 800;padding: 10px 10px 0;}

.geren_list ul li:after {
    content: "";
    display: block;
    clear: both;
}

.geren_list ul li {
    margin-bottom: 10px;
    float: left;
    width: 33.33%;
    padding: 0 5px;
    box-sizing: border-box
}

.geren_list ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.geren_list ul li a {
    display: block ;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #333 ;
    box-shadow: 0 0 5px rgba(0,0,0,0.0);
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
}

.geren_list ul li i {
    display: block;
    margin: 0 auto;
    font-size: 22px;
    width: 40px;
    height: 40px;
}

.geren_list ul li i img {
    width: 100%;
}

.geren_list ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.tixian_btn {
    text-align: center;
    padding: 0 15px;
    margin-top: 10px;
}

.tixian_btn a {
    display: inline-block;
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #c79442;
    border-radius: 5px;
    background: #ffffff;
    margin: 0 10px;
}

.aui-grid-content {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0.7rem 0;
    width: 25%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 0.7rem;
    position: relative;
    margin-top: 0.25rem;
}

.aui-well {
    padding: 14px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}

.aui-well-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-weight: 700;
    color: #333
}

.aui-well-ft {
    text-align: right;
    color: #999999;
    padding-right: 12px;
    position: relative;
}

.aui-me-content-order {
    position: relative;
    background: #fff;
    width: 95%;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.aui-me-content-order:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-settle-choice a:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-footer-product-concern-cart:before {
    position: absolute;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d2d2d2;
}

.aui-product-coupon {
    position: relative;
}

.aui-product-coupon a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-product-set a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.tab-nav:after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: currentColor;
}

.aui-icon-large {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: #FF5E5A;
}

.aui-icon-wallet {
    background-image: url(../images/huo1.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-goods {
    background-image: url(../images/huo2.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-receipt {
    background-image: url(../images/huo3.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-refund {
    background-image: url(../images/huo4.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-large-sm {
    width: 34px;
    height: 34px;
    background-size: 34px;
}

.aui-grid-row-label {
    color: #666;
    font-size: 14px;
}

.aui-fl-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 44%;
    right: 10px;
    margin-top: -5px;
}

.aui-dri {
    height: 8px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
}

.geren_list ul li i.shouhuo {
    color: #f85c10
}

.geren_list ul li i.fenhong {
    color: #9ebd5d
}

.geren_list ul li i.jiangjin {
    color: #2fa1d3
}

.geren_list ul li i.ewm {
    color: #f2c821
}

.geren_list ul li i.tuandui {
    color: #de8afa
}

.geren_list ul li i.gonggao {
    color: #86dcd9
}

.aui-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.aui-out {
    padding: 20px 100px;
}

.aui-out a.aui_out_jilu {
    border: none;
    text-decoration: underline;
    height: 24px;
}

.aui-out a {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #677beb;
    border: 1px solid #677beb;
    border-radius: 3px;
    display: block;
    background: #fff
}

.aui-product-set a {
    background: #fff;
}

.aui-address-well {
    padding-bottom: 44px;
    background: #fff;
}

.aui-address-box-list {
    position: relative;
    z-index: 320;
}

.aui-address-box-default {
    padding: 12px 10px;
    position: relative;
    display: block;
    padding-bottom: 16px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAKBAMAAACOO0tGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURf///4u16Oxtbezz/J3B7NDh9vvd3fSmprjS8vGNje57e/jDw/7w8IQ3dnAAAABSSURBVCjPY2CAAG4l7GADVJ4hUBArEIXJJ2HXrw6TZ8auX7ABKs+zCLsBE2AGmGDXLwKT58SuX+sATIEjdgOcYfJF2A1Qg8lz4PCBwWgQUiMIAWCaOFG2MdFRAAAAAElFTkSuQmCC) -7px bottom repeat-x;
    background-size: 44px 2px;
}

.aui-address-box-default ul {
    position: relative;
    padding-right: 30px;
}

.aui-address-box-default ul li {
    font-size: 12px;
    color: #81838e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
}

.aui-address-box-default ul li strong {
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    color: #555;
    padding-right: 10px;
}

.aui-address-box-default .aui-tag {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    max-width: 8em;
    height: 15px;
    line-height: 15px;
    font-size: 0.7rem;
    color: #4b9bfb;
}

.aui-address-box-default .aui-tag-default {
    color: #677beb;
    border-color: #677beb;
}

.aui-address-box-default .aui-tag::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #4b9bfb;
    border: 1px solid #ddd;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    border-color: #4b9bfb;
    border-radius: 2px;
    right: -100%;
    bottom: -100%;
    -webkit-transform: scale(.5);
    -webkit-transform-origin: 0 0;
    border-radius: 4px;
}

.aui-address-box-default .aui-tag-default::after {
    border-color: #677beb;
}

.aui-address-box-default:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAAGvklEQVR4Xu3db4gUZRwH8N9vzy1396J/FBWJSYEaRfaiXhSBwnVYHYhG2ovDEMoXXUKJ9zznRTlZ6T6z6hs7AjPKjEihQpAwSzTEF1mQEJWBYZBkbwyDu13r3P3FD+bisPaeZ9zdZ55n5ubtzO3OfOa52fk+z++ZQZherAiglW+Z/hKwBq2UugoA5ufz+VNr1679I2v2VqCVUhsR8aUJXCJ6u7u7+/mBgYHRrIB3HDoMw5UAsOtSUCL6Np/P92SldXccWin1FSLe/38tl4hOAcAiKeWZtLfsjkOHYfgLAMxuBklEvwFAj5TyxzRj24DeDQD9UyES0Z8A0CulPJ5W7I5DK6VuQcTvAeAaDeIYACwTQhxMI3bHoRlNKTUXAA4j4s0axHFEXDE4OPhJ2rCtQEfYt0bYd2gQCQBWCyF2pgnbGjSjbdu27brx8fEvEPFeA8SNQogNBtt5sYlVaBYJgqBYKBT2I+IinRARvSWlXK3bzof11qEj7BmFQmEPIi7TIRHRx7VabUUQBBd127q8PhHoCRCl1A5EfEYHRESHa7VaXxAEVd22rq5PFJpRKpXKBiIKdEC+R/bEoRk4DMOnAWAHwNS9iT5Hdiego5a9lIj2AEBekyLPRv0jP+n+C1xa7wx0hL2QiPYDQEmDdD6Xy/WuW7fua5cwp9oXp6Cjy8gCAPgMAG7UINYQ8dHBwcEjPmA7B81oW7ZsmV2v148g4m0aRG8iu5PQjLtp06Yburq6DiHi3RpsLyK7s9CMOzIy0j02NnYAAB40uDw4Hdmdho5S5BXFYvEjAOjTYbsc2Z2HZlwiwjAM30HEpwywnYzsXkBP4IZhuBkAhgywnYvsXkFHt38DALDdIEU6NcruHXSEvYKI3kfEGZoU6cwou5fQjKuUehgR9wFAwYfI7i10FGzuazQaPJirG/g9z/0jQogTuut7p9Z7DR217LmI+DkAzNIgjSFiX1KR3Xvo6Jp9Ew/8AsA8VyN7KqAZt1wuX42IB5uVn006AYlE9tRARylyZrFY5B/IXt21lohekVJqR3Z0n2O6PlXQfNB79+7tOn36NN/6PalDsBnZUwc9gauU2o6IzxlgW4nsqYWOfiQ5rnNsn3KxMcqeaugIeyURcYdUThNsOhrZUw8d3ZE8lsvluKv1yqQieyagI+wHEPEAIvKkpaYLEZ1FxIeEED/rLjlx1mcGmlEqlcpdRHRIN/BLROcQsaedkT1T0IwdDfxyRauufLitkT1z0Iwdo3z4r3q9Pm/9+vU8D6elJZPQLBZNMN1nUD78phDi2ZaUdaMUrX64638f1WqfQcRrm+0rX9OllD2tHktmW7RpQTwR7ZZS8qTUlpZMQse4RjPuQiHEly0pZ/HSsXXr1ln1ep1HZXR911zm8LKU8tVWkfnvM9WiwzC8nYiOGkzDa3ufdWagwzBcQER8/3y9poV2pHAyE9CVSsW07rqtIWXyCU09dKVSMZ1J0PbYnRlo07kxAPBrVI7Q1o6kTEDHmO31HSL2CiF+b8fdRbPPSOWlw3T+IgAcK5VKi208cihV0EEQGM/IBYD91Wr18SAI/u5kS5747NRAB0Ews1AofGrQScRBZJcQYhUi8v2ylSUV0DGKZxh5s5Ry2IrupC/xHjoMQ9NyMG69a4QQI7aRvY/gHKmjmrspCxyJ6CIi9gsheGZuIou3LTpGpB4joqVSSq44TWzxEto0UndikPVyz5R30KaR2kbai4PuFXT0+M13Dbp3T0aRuqNpL5XQSqkXEfE13cER0XEi6h0aGuKHFjqzeNGiTStDAeBgtVpdEgTBBWeEox1xGjpmrfOHc+bM6V++fHndNWSn76M5Useo3q8IIaTNSB33ZDrZomNE6kTTXhxs56BNI7ULac9baC5AbDQaRw3mDNaIaEnSac9LaNOSWgDw7sFVzvwYlstl4yJxHx/F5gR0uVxOfNpDnEvA5W6b6I8hR2rDiTzH8/n8Iz6/4SIxaKUU3/eWDVqIs2nPYN//3SQRaNNITUROpz1noaOHUH1gOH34DSnlmjgH4/K21lp0EARxHqs2JKVULsPF3Tcr0KYPCiSiBiKuEkK8F/dAXN/eCrRS6gQi3jMVBhFdQMQnhBD8tN3ULR2HvvTNb00E+ZlHfUKIY6kTttUfrZT6ARHnNwPkKcG+pr04jcJGiz6JiPxmof8sPj9KPg6ylQgehiGXX71+6Y4R0Tf1en3x8PDwubg77eP2HW/RjKKUChBx8luCdpZKpRdslMu6clKsQPPB8i3e6OjondPvnHXl1Kd0P6y16JT6GR/WNLQxVWsb/gOYYQiIfWcJwgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.aui-address-cell {
    padding: 14px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}

.aui-address-cell-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
}

.aui-address-cell-ft {
    text-align: right;
    color: #222222;
    padding-right: 15px;
}

.aui-address-cell-ft .aui-address-text {
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #222;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aui-fl-arrow-clear .aui-address-cell-bd {
    font-size: 12px;
}

.aui-address-box-default ul li .aui-icon-address {
    width: 15px;
    height: 20px;
    background-size: 15px;
    position: absolute;
    left: -1px;
    top: -3px;
    background-image: url('data:image/png;base64,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');
}

.aui-list-product-float-item {
    overflow: hidden;
    position: relative;
    padding: 0 7px;
    background-color: #FFF;
}

.aui-list-product-fl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 8px 0;
    position: relative;
}

.aui-list-product-fl-img {
    height: auto;
    width: 6rem;
    overflow: hidden;
}

.aui-list-product-fl-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-list-product-fl-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    background-color: #FFF;
}

.aui-list-product-fl-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    line-height: 1rem;
    max-height: 3rem;
    color: #505050;
    font-size: .8rem;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 10px;
}

.aui-list-product-fl-mes {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
}

.aui-list-product-fl-bag span {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 5px;
}

.aui-list-product-fl-bag span img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.jine_radio ul {
    width: 100%;
}

.jine_radio ul li {
    float: left;
    position: relative;
    width: 50%;
}

.jine_radio ul li i {
    width: 20px;
    height: 20px ;
    display: block;
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 20px;
    float: left;
    margin-right: 10px;
}

.sc_con input,.jine_radio ul li input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.jine_radio ul li input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 20px;
}

.jine_radio ul li span {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.aui-payment-bar .all-checkbox {
    float: left;
    line-height: 49px;
    padding-left: 40px;
}

input.check {
    background: url(../images/icon_radio3.png) no-repeat center left;
    background-size: 20px 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -18px;
    width: 20px;
    height: 35px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.check-pay {
    right: 10px;
    left: inherit;
}

input.check:checked {
    background: url(../images/icon_radio4.png) no-repeat center left;







    background-size: 20px 20px;
}

input.check:checked {
    background: url(../images/icon_radio4.png) no-repeat center left;
    background-size: 20px 20px;
}

.aui-Address-box {
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
}

.aui-Address-box .input_danxuan {
    width: 100%;
    height: 3rem;
    padding: 10px 0;
    box-sizing: border-box;
}

.aui-Address-box .input_danxuan p {
    float: left;
    width: auto;
    margin-left: 30px;
}

.aui-Address-box p {
    width: 100%;
    position: relative;
}

.aui-Address-box p .huoqu_yanz {
    position: absolute;
    top: 0;
    right: 0;
    height: 3em;
    line-height: 3em;
    border: none;
    border-left: 1px solid #eee;
    padding: 0 20px;
    width: 10em;
}

.aui-Address-box p span {
    margin-left: 10px;
}

.aui-Address-box p span a {
    color: #999
}

.aui-Address-box p label {
    width: 100%;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
}

.aui-Address-box p label em {
    text-decoration: none;
    font-style: normal;
    color: #ff3e1d;
    font-size: 12px;
    margin-left: 5px;
}

.aui-Address-box-item {
    background: #fff;
    padding: 3px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-Address-box-item-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.aui-Address-box-item-ft {
    text-align: right;
    color: #999999;
}

.aui-Address-box-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: inherit;
    color: inherit;
    height: 3em;
    line-height: 3;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.aui-Address-box-text {
    display: block;
    border: 0;
    resize: none;
    width: 100%;
    color: inherit;
    font-size: 1em;
    line-height: inherit;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 10px;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-cityselect {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.m-cityselect.brouce-in {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.cityselect-header:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-title {
    width: 100%;
    font-size: .3rem;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.cityselect-title:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;

    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-nav {
    width: 100%;
    padding-left: .2rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-nav > a {
    font-size: .26rem;
    color: #222;
    display: block;
    height: 40px;
    line-height: 46px;
    padding: 0 .2rem;
    position: relative;
    margin-right: .15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.cityselect-nav > a.crt {
    color: #F23030;
}

.cityselect-nav > a.crt:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #F23030;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cityselect-content {
    height: 100%;
    padding-top: 85px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-content.cityselect-move-animate {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.cityselect-content.cityselect-next {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cityselect-content.cityselect-prev {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-content > .cityselect-item {
    display: block;
    height: inherit;
    width: 50%;
    /* for old android */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
}

.cityselect-item-box {
    width: 100%;
    height: inherit;
    display: block;
    padding: 0 .4rem;
}

.cityselect-item-box > a {
    color: #333;
    font-size: .26rem;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.cityselect-item-box > a:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-item-box > a:active {
    background: none;
    /* for firefox */
}

.cityselect-item-box > a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
}

.cityselect-item-box > a.crt {
    color: #F23030;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_list a.bianji {
    position: absolute;
    line-height: 45px;
    right: 10px;
    top: 0px;
    color: #fff;
    font-size: 16px;
}

.aui-prompt {
    background: #fff3dc;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #f23030;
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.tab-nav-item {
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    background-color: #FFF;
}

.tab-nav-item a {
    display: inherit;
    color: inherit;
}

.tab-panel {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0.24rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-panel .tab-panel-item table {
    width: 100%;
}

.tab-panel .tab-panel-item table tr {
    line-height: 35px;
    border-bottom: 1px dashed #ddd
}

.tab-panel .tab-panel-item table tr td {
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tab-panel .tab-panel-item table tr:nth-child(1) {
    border-bottom: 1px solid #ddd
}

.tab-panel .tab-panel-item table tr:nth-child(1) td {
    font-size: 14px;
    color: #585858;
}

.tab-panel .tab-panel-item table tr:last-child {
    border-bottom: none;
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-nav-item.tab-active {
    color: #677beb;
}

.aui-list-title-btn {
    text-align: right;
    padding: 10px 10px 10px 0;
}

.aui-list-title-btn a {
    display: inline-block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
}

.aui-list-title-btn .red-color {
    border: 1px solid #677beb;
    color: #677beb;
}

.aui-list-title-info .aui-list-product-fl-img {
    width: 4.5rem;
}

.aui-list-title-info .aui-well {
    padding: 5px 11px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

.aui-list-title-info .aui-well-bd {
    font-size: 12px;
    font-weight: normal;
    color: #222;
}

.aui-list-title-info .aui-well-ft {
    padding-right: 0;
    color: #222;
    font-size: 12px;
}

.login ul {
    padding: 0 30px;
    margin-top: 20px;
}

.login ul::after {
    content: "";
    display: block;
    clear: both;
}

.login .logo_img {
    width: 95px;
    margin: 50px auto 0;
    height: 95px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(217, 183, 124,0.5);
    overflow: hidden;
}

.login .logo_img img {
    width: 100%;
}

.reg ul {
    padding: 0 10px;
}

.reg ul > div {
    border-radius: 5px;
    padding: 0 15px
}

.login p {
    text-align: center;
}

.login p a {
    color: #FFF;
    font-size: 14px;
    line-height: 2em;
    margin: 0 10px;
}

.login p a.reg {
    color: #666;
}

.login ul li {
    padding: 5px 10px;
    position: relative;
    margin-top: 0;
}

.login ul li::after {
    content: "";
    display: block;
    clear: both;
}

.login ul li i {
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 11px;
    left: 25px;
}

.login ul li i img {
    width: 100%;
}

.login ul li input {
    width: 100%;
    border: none;
    float: right;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 10px 0 45px;
    background: #fff;
}

.login ul li input::-webkit-input-placeholder {
    color: #999;
}

.reg ul li input[type="submit"],.login ul li input[type="submit"] {
    color: #fff;
    background: rgb(96 135 16 / 12%);
    border: none;
}

.reg .logo_img {
    width: 100px;
    margin: 80px auto 0;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(217, 183, 124,0.5);
    overflow: hidden;
    border: 5px solid #fff;
}

.reg .logo_img img {
    width: 100%;
}

.reg ul li {
    position: relative;
    margin-top: 15px;
}

.reg ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid #d5d5d5;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 10px;
    background: #fff;
}

.reg ul li .yzm {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    height: 40px;
    width: 90px;
    color: #fff;
    border-radius: 3px;
    color: #fff;
    background: #677beb;
}

.reg ul li .aui-Address-box-text {
    border: 1px solid #d5d5d5;
    color: #666;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px;
}

.reg p.login {
    text-align: center;
    color: #666;
    font-size: 14px;
    padding-bottom: 10px;
}

.reg p.login a {
    color: #677beb;
}

.header_list .mingxi {
    position: absolute;
    right: 10px;
    top: 0;
    color: #888;
    font-size: 14px;
    line-height: 45px;
}

.chongzhi_con {
    background: #333;
    padding: 10px;
    margin: 10px auto;
}

.chongzhi_con .chongzhi_jiner {
    width: 100%;
    background: none;
    border-radius: 5px;
    padding: 0 10px;
}

.chongzhi_con .ct-list {
    width: 100%;
    padding: 10px 0 0;
}

.chongzhi_con #pay_code {
    width: 100%;
}

.chongzhi_jiner {
    margin-bottom: 10px;
}

.chongzhi_jiner .jine_l {
    width: 70px;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.chongzhi_jiner .jine_r {
    width: calc(100% - 70px);
}

.chongzhi_jiner .jine_r > input {
    height: 40px;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #f1f1f1;
    width: 100%;
}

.chongzhi_beizhu {
    margin-bottom: 10px;
}

.chongzhi_beizhu .beizhu_l {
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.chongzhi_beizhu .beizhu_r textarea {
    font-size: 14px;
    height: 80px;
    outline: none;
    padding: 10px;
    color: #666;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.chongzhi_btn input {
    height: 40px;
    border-radius: 20px;
    background: #4c9d58;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border: none;
}

.tixianmingxi {
    background: #333;
}

.tixianmingxi dd {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #eee;
    text-align: center;
    line-height: 45px;
}

.tixianmingxi dt {
    border-bottom: 1px solid #101012;
    color: #101012;
    text-align: center;
    line-height: 45px;
    background: #ddbe87;
}

.tixianmingxi dd span,.tixianmingxi dt span {
    display: block;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
}

.ziliao {
    margin-bottom: 0;
    font-size: 14px;
}

.ziliao li {
    background: #fff;
    padding: 0 10px;
    height: auto;
}

.ziliao li i {
    font-size: 24px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 4px;
}

.ziliao li i.icon_touxiang {
    color: #54ddc3;
}

.ziliao li i.icon_nicheng {
    color: #f39180;
}

.ziliao li i.icon_bianhao {
    color: #5582f2;
}

.ziliao li i.icon_tel {
    color: #ffc024;
}

.ziliao li i.icon_shiming {
    color: #5bbfeb;
}

.ziliao li:last-child {
    border-bottom: none;
}

.ziliao li .toupic {
    width: 10%;
    float: right;
}

.ziliao li .textinfor {
    width: 50%;
    float: right;
    text-align: right;
    color: #666;
    overflow: hidden;
    height: 40px;
}

.ziliao li .toupic img {
    display: block;
    border-radius: 50%;
    margin-top: 5px;
}

.item_content {
    position: relative;
    color: #000000;
    background: url("../images/more.png") no-repeat right center;
    background-size: auto 15px;
    padding-right: 30px;
}

.huiyuanbianhao {
    background: none
}

.item_order_link img {
    width: 28px;
    float: left;
    margin-right: 5px
}

.ziliao li .textinfor {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    height: 40px;
}

.item {
    padding-left: 5px;
    height: 45px;
    line-height: 45px;
}

.item a {
    display: block;
}

.tit {
    font-size: 14px;
    font-weight: normal;
    font-family: "microsoft yahei";
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    padding: 0 10px;
}

.toubox {
    width: 100%;
    height: 100%;
    overflow: auto;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.toubox img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.uptou {
    background: #fff;
    padding: 10px;
}

.z_photo {
    margin: 0 auto;
    overflow: auto;
    clear: both;
}

.z_photo img {
    width: 1rem;
    height: 1rem;
}

.z_addImg {
    float: left;
    margin-right: 0.18rem;
    margin-bottom: 5px;
}

.z_file {
    width: 70px;
    height: 70px;
    background: url(../images/z_add.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 0.2rem;
}

.z_file input::-webkit-file-upload-button {
    width: 1rem;
    height: 1rem;
    border: none;
    position: absolute;
    outline: 0;
    opacity: 0;
}

.z_file input#file {
    display: block;
    width: 70px;
    height: 70px;
    opacity: 0;
    border: 0;
    vertical-align: middle;
}

.z_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.z_alert {
    width: 3rem;
    height: 2rem;
    border-radius: .2rem;
    background: #fff;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -2rem;
}

.z_alert p:nth-child(1) {
    line-height: 1.5rem;
}

.z_alert p:nth-child(2) span {
    display: inline-block;
    width: 49%;
    height: .5rem;
    line-height: .5rem;
    float: left;
    border-top: 1px solid #ddd;
    text-align: center;
}

.z_cancel {
    border-right: 1px solid #ddd;
}

.tjbtn {
    width: 100%;
}

.confirm {
    display: block;
    background: #4c9d58;
    color: #fff;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    border: none;
    font-family: 'Microsoft YaHei';
}

.product_sq {
    padding: 8px 15px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.nicheng {
    margin-top: 10px;
}

.product_sq span {
    float: left;
    width: 27%;
    color: #333;
    text-align: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.add-input {
    float: left;
    background: transparent;
    border: 0;
    font-size: 14px;
    height: 35px;
    width: 70%;
    line-height: 35px;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #999;
}

.xinxi_input {
    overflow: hidden;
    width: 40%;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #fff;
}

.xinxi_input .xinxi_L {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}

.xinxi_input .xinxi_R {
    float: left;
    color: #aeaeae;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.xinxi_input .xinxi_R span {
    margin-right: 10px;
}

.xinxi_R {
    position: relative;
}

.xinxi_R input {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.xinxi_R i {
    background: url(../images/cy/choose1.png) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 25px 25px;
    display: block;
}

.xinxi_R input:checked + i {
    background-image: url(../images/cy/choose2.png);
}

.xingbie {
    width: 30%;
}

.tel_con {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.tel_con ul {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.tel_con ul li {
    background: #fff;
    border-bottom: 1px dashed #eaeaea;
    overflow: hidden;
    padding: 8px 10px ;
    position: relative;
    top: 0;
    left: 0;
}

.tel_con ul li:last-child {
    border-bottom: none;
}

.tel_con ul li input {
    width: 100%;
    height: 38px;
    border: none;
    font-size: 14px;
    color: #666;
    line-height: 14px;
}

.tel_con ul li .yzm {
    position: absolute;
    top: 13px;
    right: 10px;
    background: #ffc74a;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
}

.tel_btn {
    text-align: center;
    margin-top: 15px;
}

.tel_btn input {
    width: 90%;
    border: none;
    height: 40px;
    color: #fff;
    background: #677beb !important;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
}

.xingbie_con {
    padding: 0 10px;
    background: #fff;
    margin-top: 10px;
}

.fenhong_con ul {
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.fenhong_con ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    position: relative;
    top: 0;
    left: 0;
}

.fenhong_con ul li h3 {
    font-size: 16px;
    color: #333;
    line-height: 2em;
}

.fenhong_con ul li p {
    line-height: 2em;
    color: #677beb;
    font-size: 14px;
}

.fenhong_con ul li .fenhong_r {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 10px;
}

.fenhong_con ul li .fenhong_r img {
    width: 70px;
}

.jiangjin_con {
    border-top: 1px solid #f8f8f8;
    background: #fff;
}

.jiangjin_con .top_con {
    background: url(../images/top_bgim.jpg) no-repeat bottom;
    background-size: 100% 100%;
    padding: 20px 20px;
    position: relative
}

.jiangjin_con .top_con .tou_con {
    width: 100%;
    margin-bottom: 10px
}

.jiangjin_con .top_con .tou_con img {
    float: left;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.jiangjin_con .top_con .tou_con .text {
    float: left;
    width: calc(100% - 35px);
    padding-left: 10px;
}

.jiangjin_con .top_con .tou_con .text span {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.jiangjin_con .top_con .tou_con .text p {
    font-size: 12px;
    color: rgba(255,255,255,0.5)
}

.jiangjin_con .top_con .con {
    width: 100%;
}

.jiangjin_con .top_con .con .one {
    float: left;
    background: #fff;
    width: 48%;
    border-radius: 5px;
    padding: 15px 15px 40px;
    position: relative;
    margin-right: 4%
}

.jiangjin_con .top_con .con .one:nth-child(2) {
    margin-right: 0
}

.jiangjin_con .top_con span {
    font-size: 18px;
    font-weight: 800;
    color: #333
}

.jiangjin_con .top_con p {
    font-size: 14px;
    color: #999;
    margin-top: 5px
}

.jiangjin_con .top_con em {
    bottom: 10px;
    right: 10px;
    background: #ff9800;
    color: #fff;
    padding: 0px 8px;
    border-radius: 5px;
}

.jiangjin_con .top_con a {
    bottom: 10px;
    right: 10px;
    background: #4caf50;
    color: #fff;
    padding: 0px 8px;
    border-radius: 5px;
}

.jiangjin_con .ddul {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.jiangjin_con .ddul .ddli {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}

.jiangjin_con .ddul .ddli.on {
    color: #f82d40;
    font-weight: 800
}

.jiangjin_con dt span {
    color: #333;
    border-bottom: 1px solid #f8f8f8;
    font-size: 14px;
    background: #fff;
}

.jiangjin_con .ddcon {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.jiangjin_con .ddcon .ddone {
    display: none;
}

.jiangjin_con .ddcon .ddone:nth-child(1) {
    display: block;
}

.jiangjin_con .ddcon .ddone .one {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    background: #f8f8f8;
; margin-bottom: 10px;
}

.jiangjin_con .ddcon .ddone .one span {
    font-size: 14px;
    color: #333;
}

.jiangjin_con .ddcon .ddone .one p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.jiangjin_con .ddcon .ddone .one em {
    position: absolute;
    top: 22px;
    right: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #4caf50
}

.jiangjin_con .ddcon .ddone .one em.on {
    color: #f82d40
}

.jiangjin_con dl span {
    display: block;
    width: calc(25% - 1px);
    float: left;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    border-right: 1px solid #f8f8f8;
}

.jiangjin_con dd {
    border-bottom: 1px solid #f8f8f8;
}

.fxhy_con {
    position: relative;
    padding: 40px 0;
    width: 100%;
    height: 100vh;
    background: #212121;
}

.fxhy_con .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -7px;
}

.fxhy_con .swiper-container {
    width: 100%;
    height: 530px;
    margin: 20px auto;
    overflow: initial;
}

.fxhy_con .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 80%;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.fxhy_con .swiper-slide:nth-child(2n) {
    width: 80%;
}

.fxhy_con .swiper-slide img {
    width: 100%;
    height: 100%
}

.fxhy_con .swiper-slide .con {
    width: 90%;
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 5%;
    padding: 15px 10px;
    border-radius: 5px;
}

.fxhy_con .swiper-slide .con .lt_c > img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.fxhy_con .swiper-slide .con .txt {
    float: right;
    width: calc(100% - 50px);
    padding-left: 10px;
    position: relative;
    text-align: left
}

.fxhy_con .swiper-slide .con .txt span {
    font-size: 14px;
    color: #333333
}

.fxhy_con .swiper-slide .con .txt p {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.fxhy_con .swiper-slide .con .txt img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
}

.fxhy_con .btn_c {
    position: absolute;
    bottom: 10px;
    left: 2.5%;
    width: 95%;
    background: #f82d40;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
}

.tuiguang_top {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px auto;
    padding: 0 10px;
}

.tuiguan_bottom p,.tuiguang_top p {
    font-size: 14px;
    color: #666;
    line-height: 35px;

    border-bottom: 1px solid #e6e6e6;
}

.lianjie_con {
    margin: 5px 0;
}

.lianjie_con input[type="text"] {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    width: calc(100% - 85px);
    font-size: 14px;
    color: #666;
}

.lianjie_con button {
    width: 80px;
    background: #677beb;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    border: none;
}

.tuiguan_bottom {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px auto;
    padding: 0 10px;
}

.tuiguang_erweima {
    text-align: center;
}

.tuiguang_erweima img {
    width: 150px;
    padding: 10px;
}

.dropload-load {
    height: 35px;
    box-sizing: border-box;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 10px;
    border: 2px solid #666;
    box-sizing: border-box;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

.dropload-refresh.active, .dropload-load.active {
    display: block;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tongzhi_con {
    width: 100%;
    padding: 15px 15px 0;
    box-sizing: border-box;
    background: #333;
}

.tongzhi_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li {
    background: #333;
    height: 93px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.11);
}

.tongzhi_con ul li::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li a::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .left {
    float: left;
    width: 120px;
    height: 83px;
}

.tongzhi_con ul li .left img {
    width: 100%;
    height: 100%;
}

.tongzhi_con ul li .right {
    float: right;
    width: calc(100% - 130px);
    position: relative;
}

.tongzhi_con ul li .right h3 {
    font-size: 14px;
    color: #e2e2e2;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tongzhi_con ul li .right .du_zhuangtai {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #f00;
    width: 8px;
    height: 8px;
}

.tongzhi_con ul li .right p {
    font-size: 14px;
    color: #afafaf;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tongzhi_con ul li .right .right_con::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .right .right_con .right_con_lt {
    float: left;
    text-align: right;
}

.tongzhi_con ul li .right .right_con .right_con_lt::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .right .right_con .right_con_lt i {
    float: left;
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 2px;
    margin-right: 5px;
}

.tongzhi_con ul li .right .right_con .right_con_lt p {
    float: left;
    font-size: 12px;
    color: #999;
}

.newsxiang_con {
    width: 100%;
    padding: 15px 15px 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: #333;
}

.newsxiang_con .xiangqing_con {
    width: 100%;

    box-sizing: border-box;
}

.newsxiang_con .xiangqing_con .title {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px;
    border-bottom: 1px dashed #d5d5d5;
}

.newsxiang_con .xiangqing_con .title h3 {
    font-size: 16px;
    color: #ffffff;
}






.newsxiang_con .xiangqing_con .title .left {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    color: #848484;
}

.newsxiang_con .xiangqing_con .con p {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 1.8em;
    text-indent: 2em;
}

.newsxiang_con .xiangqing_con .con img {
    max-width: 100%;
}

.di_folat {
    background: #fff;
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 0.69px solid #e6e6e6;
}

.prve_a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.prve {
    width: 50%;
    float: left;
    border-right: 0.69px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    height:
}

.next {
    width: 50%;
    float: right;
    text-align: center;
}

.prve_a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 30%;
}

.prve_text {
    color: #677beb;
    font-size: 14px;
    line-height: 40px;
    margin-left: 13.88px;
    line-height: 40px;
}

.xiaoxi ul li {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 10px;
    position: relative;
    margin-top: 5px;
}

.xiaoxi ul li .xiaoxi_img {
    float: left;
    width: 40px;
    height: 40px;
}

.xiaoxi ul li .xiaoxi_img img {
    width: 100%;
}

.xiaoxi ul li .xiapxi_r {
    width: calc(100% - 55px);
    float: right;
}

.xiaoxi ul li .xiapxi_r h3 {
    color: #cda041;
    font-size: 16px;
    line-height: 2em;
}

.xiaoxi ul li .xiapxi_r h3 span {
    float: right;
    color: #666;
    font-size: 14px;
}

.xiaoxi ul li .xiapxi_r p {
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xiaoxi ul li .weidu {
    width: 10px;
    height: 10px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.tuandui_container {
    background: #fff;
    border-top: 1px solid #ACC7AF;
    margin-top: 10px;
}

.tuandui_container dt span {
    color: #666;
    background: #fff;
    border-bottom: 1px solid #ACC7AF;
    font-size: 12px;
}

.tuandui_container span {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 40px;
    border-right: 1px solid #e6e6e6;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tuandui_container dd {
    border-bottom: 1px solid #e6e6e6;
}

.tuiguang_con {
    width: 100%;
    height: 100vh
}

.tuiguang_con > img {
    width: 100%;
    height: 100vh
}

.tuiguang_con .con {
    width: 190px;
    height: 190px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -85px;
}

.tuiguang_con .con img {
    width: 100%;
    border: 10px solid #677beb;
    box-sizing: border-box;
}

.shuju_con {
    width: 100%;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
    padding-bottom: 20px;
}

.shuju_con .top_con {
    width: 100%;
    padding: 15px 0
}

.shuju_con .top_con .one {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1)
}

.shuju_con .top_con .one span {
    font-size: 20px;
    color: #fff;
}

.shuju_con .top_con .one p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}

.shuju_con .bottom_con {
    width: 100%;
}

.shuju_con .bottom_con .one {

    width: 50%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}

.shuju_con .bottom_con .one a {
    display: block;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 35px;
    color: #677beb;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.jf_title {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 10px 0;
    position: relative;
}

.jf_title i {
    float: left;
    width: 3px;
    height: 15px;
    margin-right: 5px;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
}

.jf_title p {
    font-size: 14px;
    color: #333;
    line-height: 15px;
    float: left;
}

.jf_nav {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.jf_nav ul {
    -webkit-overflow-scrolling: touch;
    position: relative;
    top: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.jf_nav ul li {
    padding: 0 15px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.jf_nav ul li a {
    font-size: 14px;
    color: #333;
}

.jf_nav ul li.on {
    border-bottom: 2px solid #a35eec
}

.jf_nav ul li.on a {
    color: #a35eec
}

/*index*/
.indextt_top {
    width: 100%;
    background: #333;
    text-align: center;
}

.indextt_top p {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
}

.ggzs_con {
    width: 100%;
}

.ggzs_con .title {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    background: #121212;
    color: #fff;
}

.ggzs_con .title p em {
    color: #ddbe87;
    margin: 0 5px;
}

.ggzs_con .zs_ulcon {
    width: 95%;
    margin: 0 auto;
    background: #333;
    height: 335px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ggzs_con .zs_ulcon ul li::after {
    content: "";
    display: block;
    clear: both;
}

.ggzs_con .zs_ulcon ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ggzs_con .zs_ulcon ul li span {
    display: block;
    width: 25%;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
}

.ggzs_con .zs_ulcon ul li span:nth-child(1) {
    width: 20%;
}

.ggzs_con .zs_ulcon ul li span:nth-child(3) {
    width: 30%
}

.ggzs_con .zs_ulcon ul li span img {
    display: block;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    margin: 0 auto;
}

.ggzs_con .btn {
    width: 95%;
    margin: 10px auto;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
}

.ggzs_con .btn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.zhbd_con_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    width: 100%;
    height: 100%;
}

.zhbd_con {
    width: 100%;
    position: fixed;
    z-index: 9999;
    width: 95%;
    top: 25%;
    left: 50%;
    margin-left: -47.5%;
    padding-bottom: 10px;
}

.zhbd_con .bg {
    margin-top: -35px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-animation: spinbg 2s linear infinite;
    animation: spinbg 4s linear infinite;
}

@-webkit-keyframes spinbg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinbg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.zhbd_con .bg img {
    width: 100%;
}

.zhbd_con .con {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

.zhbd_con .con .close_i {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.zhbd_con .con .close_i img {
    width: 100%;
}

.zhbd_con .con .img {
    width: 80%;
    margin: 0 auto;
}

.zhbd_con .con .img img {
    width: 100%;
}

.zhbd_con .con .img .zhbd_con .bottom {
    width: 100%;
    text-align: center;
}

.zhbd_con .bottom a {
    display: block;
    width: 110px;
    margin: -15px auto 0;
    height: 36px;
}

.zhbd_con .bottom a img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con {
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    display: none;
    position: absolute;
    top: 60px;
    left: 5%;
    border-radius: 10px;
    overflow: hidden;
}

.zhbd_con .tan_con .title {
    width: 100%;
    background: #c52620;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.zhbd_con .tan_con .title p {
    font-size: 14px;
    color: #fff;
}

.zhbd_con .tan_con .title i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.zhbd_con .tan_con .title i img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con .con_con {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.zhbd_con .tan_con .con_con i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 3px solid #c52620;
}

.zhbd_con .tan_con .con_con i img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con .con_con span {
    font-size: 20px;
    color: #c52620;
}

.zhbd_con .tan_con .con_con p {
    font-size: 14px;
    color: #666;
    margin-top: 2px;
}

.zhbd_con .tan_con .con_con .btm_btn {
    width: 100%;
    text-align: center;
    padding-top: 1px;
}

.zhbd_con .tan_con .con_con .btm_btn a {
    display: block;
    width: 80px;
    margin: 10px auto 0;
    background: #c52620;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    border-radius: 3px;
}

/*team*/
.team_listcon {
    width: 100%;
    background: #333;
}

.team_listcon .one {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 13px 10px;
    box-sizing: border-box;
}

.team_listcon .one i {
    display: block;
    float: left;
    margin-right: 10px;
}

.team_listcon .one i img {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
}

.team_listcon .one span {
    font-size: 14px;
    color: #fff;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.team_listcon .one em {
    font-size: 14px;
    color: #fff;
    float: left;
    line-height: 30px;
}

.team_listcon .one b {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin-top: 8px;
}

.my_ddnav {
    width: 100%;
    background: #000000;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.my_ddnav ul::after {
    content: "";
    display: block;
    clear: both;
}

.my_ddnav ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #969696;
    line-height: 50px;
}

.my_ddnav ul li.on {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.my_ddcon {
    width: 100%;
    background: #333;
}

.my_ddcon .con {
    width: 100%;
    display: none;
}

.my_ddcon .con .one {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10)
}

.my_ddcon .con .one .top {
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

.my_ddcon .con .one .top p {
    color: #fff;
    float: left;
    line-height: 35px;
}

.my_ddcon .con .one .top em {
    color: #fff;
    float: right;
    line-height: 35px;
}

.my_ddcon .con .one .center {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.my_ddcon .con .one .center .img {
    width: 80px;
    height: 80px;
    float: left;
}

.my_ddcon .con .one .center .img img {
    width: 100%;
}

.my_ddcon .con .one .center .text {
    float: right;
    width: calc(100% - 90px);
    padding-top: 5px;
    position: relative;
}

.my_ddcon .con .one .center .text h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.my_ddcon .con .one .center .text p {
    font-size: 14px;
    color: #fff;
}

.my_ddcon .con .one .center .text button {
    position: absolute;
    bottom: 0;
    right: 10px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    border: none;
    color: #333;
    padding: 3px 5px;
}

.dsf_con {
    width: 100%;
    margin-top: 15px;
}

.dsf_con .top_con {
    width: 228px;
    margin: 0 auto;
}

.dsf_con .top_con i {
    float: left;
    width: 60px;
    height: 1px;
    background: #fff;
    margin-top: 8px;
}

.dsf_con .top_con p {
    font-size: 14px;
    color: #fff;
    float: left;
    margin: 0 5px;
}

.dsf_con .bottom_con {
    width: 100%;
    text-align: center;
}

.dsf_con .bottom_con a {
    display: block;
    margin: 10px auto;
    width: 35px;
    height: 35px;
}

.dsf_con .bottom_con a img {
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

input, img {
    vertical-align: middle
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:link, a:visited, a:active, a:hover,a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

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

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input[type="text"], input[type="password"], input[type="number"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

li {
    list-style: none;
}

.clearfixd:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfixd {
    *zoom:1; overflow: hidden;
}

.hide {
    display: none;
}

.nomarginleft {
    margin-left: 0
}

input:focus,select:focus {
    outline: none;
}

.fr_l {
    float: left;
}

.fr_r {
    float: right;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.tuichu {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 10px;
    background: #fff;
    corlor: #fff;
    font-size: 12px;
    padding: 3px 5px;
}

.tuichu_con .tuichu {
    width: 80%;
    margin: 30px auto 30px;
    background: #4c9d58;
    color: #fff;
    line-height: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 15px;
    padding: 0;
    display: block;
}

.main-container {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    height: 100%;
    background: #F8F8F8;
    background-size: 100%
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.header .logo {
    width: 65px;
    margin: 0 auto;
}

.header .logo img {
    width: 100%;
}

.header .header_left {
    width: calc(100% - 100px);
}

.header .header_left a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
    padding: 0 10px;
    color: #fff;
}

.header .header_left i {
    font-size: 18px;
    display: block;
    float: left;
}

.header .header_left span {
    margin-left: 5px;
    font-size: 14px;
    float: left;
}

.header .header_right {
    width: 70px;
    position: relative;
    text-align: center;
    margin-top: 0;
}

.header .header_right i {
    font-size: 25px;
    color: #fff;
    position: relative;
    top: 5px;
}

.header .header_right span {
    position: absolute;
    top: -2px;
    background: #f00;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 18px;
    height: 18px;
    left: 50%;
    margin-left: -7px;
}

.ck_btn {
    width: 45%;
    margin: 10px auto 30px;
}

.ck_btn img {
    width: 100%;
}

.ck_btn a {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #2331a9 , #4e9aee);
    background: -o-linear-gradient(right,#2331a9 , #4e9aee);
    background: -moz-linear-gradient(right, #2331a9 , #4e9aee);
    background: linear-gradient(to right, #2331a9 , #4e9aee);
    border-radius: 40px;
    display: block;
    font-size: 14px;
}

.s_section {
    margin-top: 10px;
}

.zc_gg {
    padding: 5px 0;
    background: #fff;
    width: 100%;
    margin: 0 auto 10px !important;
    z-index: 9;
    box-shadow: 0 5px 5px rgba(0,0,0,0.0);
    border-radius: 0
}

.zc_gg .zhuce_left {
    width: 40px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
    height: 30px;
}

.zc_gg .zhuce_left img {
    width: 20px;
    margin-top: 5px;
}

.zc_gg .zhuce_right {
    width: calc(100% - 50px);
    padding: 0 10px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.zc_gg .zhuce_right .zhu_list_l {
    font-size: 14px;
    color: #333;
}

.zc_gg .zhuce_right .zhu_list_r {
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #999;
    border-radius: 3px;
}

.zc_gg .zhuce_right li {
    margin: 10px;
    color: #999;
}

.kefu_con ul {
    padding: 10px 0;
}

.kefu_con ul li {
    width: 33.33%;
    text-align: center;
}

.kefu_con ul li img {
    width: 80%;
}

.kefu_con ul li .kefy_top {
    margin: 0 auto;
    width: 90px;
}

.kefu_con ul li i {



    color: #677beb;
    font-size: 25px;
    float: left;
    margin-right: 5px;
}

.kefu_con ul li span {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    float: left;
}

.kefu_con ul li p {
    color: #666;
    font-size: 12px;
    line-height: 2em;
}

.rexiao {
    margin: 10px auto;
    width: 100%;
}

.rexiao_top {
    overflow: hidden;
    padding: 8px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #fff;
}

.rexiao_top img {
    width: 100%;
}

.rexiao_top h3 {
    line-height: 25px;
    font-size: 14px;
    float: left;
    padding-left: 10px;
    border-left: 5px solid #677beb;
    color: #677beb;
}

.rexiao_top h3 a {
    color: #677beb;
    font-size: 14px;
}

.rexiao_top a {
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}

.rexiao_con .rexiao_l {
    float: left;
    width: 50%;
    border-right: 1px solid #e6e6e6;
}

.rexiao_con .rexiao_l img {
    width: 100%;
}

.rexiao_con .rexiao_r {
    float: right;
    width: 50%
}

.rexiao_con .bottom_text {
    padding: 0 10px;
    padding-bottom: 5px;
}

.rexiao_con .bottom_text p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rexiao_con .bottom_text span {
    font-size: 12px;
    color: #677beb;
}

.rexiao_r .list_pro {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
}

.rexiao_r .list_pro:nth-child(2) {
    border: none;
}

.rexiao_r .list_pro .pro_img {
    float: left;
    width: 50%;
}

.rexiao_r .list_pro .pro_img img {
    width: 100%;
}

.rexiao_r .list_pro .pro_title {
    float: right;
    width: 50%;
}

.rexiao_r .list_pro .pro_title h3 {
    font-weight: 100;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rexiao_r .list_pro .pro_title span {
    font-size: 12px;
    color: #677beb;
}

.tuijian .tuijian_title {
    padding: 0 10px;
}

.tuijian .tuijian_title p {
    border-bottom: 1px solid #d5d5d5;
    height: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.tuijian .tuijian_title p span {
    padding: 0 20px;
    line-height: 50px;
    background: #f5f5f5;
    color: #3f3f3f;
    font-size: 16px;
}

.tuijian ul {
    padding: 10px 10px 0;
}

.tuijian ul li {
    width: calc(50% - 5px);
    background: #fff;
    background-size: 100%;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    margin-bottom: 10px;
}

.tuijian ul li:nth-child(2n) {
    margin-right: 0;
}

.tuijian ul li img {
    width: 100%;
}

.tuijian ul li .tuijian_list_top span {
    font-size: 15px;
    margin: 10px auto 5px;
    color: #677beb;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tuijian ul li .tuijian_list_top i {
    float: right;
    display: block;
    width: 100px;
    font-size: 16px;
    color: #677beb;
    text-align: right;
    font-style: normal;
}

.tuijian ul li .tuijian_list_top p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    text-align: center;
}

.tuijian ul li .goumai_con {
    width: 70%;
    border-radius: 50px;
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0 auto 0;
}

.tuijian ul li .goumai_con .left {
    float: left;
}

.tuijian ul li .goumai_con .left p {
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    float: left;
    margin-right: 5px;
}

.tuijian ul li .goumai_con .left em {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    float: left;
}

.tuijian ul li .goumai_con .right {
    float: right;
    background: #fff;
    border-radius: 30px;
    padding: 5px 8px;
}

.tuijian ul li .goumai_con .right p {
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 5px;
}

.tuijian ul li .goumai_con .right i {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 5px
}

.tuijian ul li .goumai_con .right i img {
    width: 100%;
    float: left;

}

.tuijian ul li > p {

    color: #666;
    font-size: 12px;
    line-height: 1.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}

.tuijian ul li .tuijian_listtop_con .tuijian_list_top p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
}

.tuijian ul li .tuijian_listtop_con .goumai_con {
    width: 80%;
    padding: 0 5px;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left {
    text-align: center;
    float: none;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left p {
    font-size: 16px;
    color: #f00;
    line-height: 29px;
    margin-right: 0;
    display: inline-block;
    float: none;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left em {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    display: inline-block;
    float: none;
}

div::after {
    content: "";
    display: block;
    clear: both;
}

.footer {
    position: fixed;
    height: 55px;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.1)
}

.nav_list {
    background: #fff;
    padding: 5px 0;
}

.nav_list ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.nav_list ul li i {
    color: #999;
    font-size: 24px;
}

.nav_list ul li .img {
    width: 55px;
    height: 55px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 50%;
    margin: -15px auto 0;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.nav_list ul li .img img {
    width: 100%;
    height: 100%;
}

.nav_list ul li.on i {
    color: #4c9d58;
}

.nav_list ul li .nav_title {
    font-size: 14px;
    color: #999;
}

.nav_list ul li.on .nav_title {
    color: #f75f43;
}

.suo_top {
    height: 45px;
    padding: 0 10px;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.suo_top .suo_form {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 85%;
}

.suo_top .suo_form input[ type="search"] {
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 3px;
    border: none;
    height: 35px;
    top: 0px;
    position: absolute;
    left: 0;
    padding: 0 10px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

.suo_top .suo_form input[ type="submit"] {
    width: 40px;
    position: absolute;
    height: 35px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.zuijin_top {
    padding: 0 10px;
    margin: 5px 0;
}

.zuijin_top .zuijin_top_l {
    float: left;
    color: #555;
    font-size: 16px;
    line-height: 35px;
    background: url(../images/sousou1.png) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}

.zuijin_top .zuijin_top_r {
    float: right;
    height: 35px;
}

.zuijin_top .zuijin_top_r img {
    width: 25px;
    margin-top: 5px;
}

.suo_top .black a {
    display: block;
}

.suo_top .black a::before {
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    float: left;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 15px;
}

.zuijin ul {
    padding: 0 10px;
}

.zuijin ul li {

    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.zuijin ul li a {
    display: block;
    padding: 0 10px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

.suo_top .sou_btn {
    position: absolute;
    right: 10px;
    width: 25px;
}

.suo_top h3 {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.suo_top .sou_btn img {
    width: 100%;
    margin-top: 10px;
}

.black {
    position: relative;
    z-index: 99
}

.aui-scroll-contents {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 750px;
    /*min-width: 300px;*/
    /*margin-bottom:100px;*/
}

.aui-scroll-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    padding-bottom: 56px;
    background: #f7fcff;
}

.aui-scroll-nav {
    width: auto;
    height: 100%;
    text-align: center;
    background-color: #f8f8f8;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    overflow-y: auto;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.aui-scroll-item {
    padding: 0 10px;
    height: 3rem;
    line-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: .8rem;
    text-align: center;
}

.aui-scroll-item-text {
    font-size: 0.8rem;
    color: #666;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.aui-scroll-content {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 .5rem .5rem .5rem;
    position: relative;
}

.aui-scroll-content-item {
    padding-top: 10px;
    display: none;
}

.aui-scroll-content-title {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    font-weight: normal;
    color: #555;
    display: block;
    padding-bottom: .1rem;
    padding-top: .32rem;
    margin-bottom: .2rem;
    position: relative;
    z-index: 1;
}

.aui-scroll-nav .aui-crt {
    background-color: #FFF;
}

.aui-scroll-nav .aui-crt .aui-scroll-item-text {
    color: #677beb;
}

.aui-class-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.m-navbar {
    position: fixed;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.98);
}

.navbar-item {
    height: 0.9rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.navbar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
}

.navbar-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;

    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.9rem;
    width: 50%;
    margin-left: 25%;
}

.navbar-center .navbar-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.4rem;
    color: #5C5C5C;
}

/* aui-banner-content */
.aui-banner-content {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.aui-banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: .5rem;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aui-banner-wrapper-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider-pagination-item {
    margin: 0 .3rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
}

.slider-pagination-item.slider-pagination-item-active {
    background: #f93753;
}

.aui-banner-wrapper-item img {
    width: 100%;
    background: url(..images/log.png) no-repeat center center;
    background-size: cover;
}

.aui-header-item-icon {
    height: 2.8rem;
    min-width: 10%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    padding: 0 0.8rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.aui-header-item-icon:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-header-search-box {
    background-color: rgba(255, 255, 255, 0.3);
    height: 27px;
    line-height: 27px;
    width: 100%;
    padding-left: 10px;
    border-radius: 30px;
}

.aui-header-search {
    width: 90%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
}

.aui-header-search:-moz-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search::-moz-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-center-clear {
    width: 100%;
    margin-left: 13%;
}


.aui-grid-content {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0 auto 10px !important;
    width: 95%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0.7rem 0;
    width: 25%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 0.7rem;
    position: relative;
    margin-top: 0.25rem;
}

.aui-grid-row-clear .aui-grid-row-item {
    width: 33.333%;
    padding: .8rem 0 0 0;
}

.aui-grid-row-clear .aui-grid-row-item .aui-icon-large {
    width: 60px;
    height: 60px;
}

.aui-grid-row-clear .aui-grid-row-item i img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}


.aui-avd-content {
    background-color: #fff;
    margin-left: 3%;
    margin-bottom: 10px;
}

.aui-avd-content a {
    display: block;
    float: left;
    width: 47%;
    margin-right: 3%;
}

.aui-avd-content a img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    /*border-radius:5px;*/
}


.aui-slide-box {
    padding-top: 1px;
}

.aui-slide-box .aui-slide-list {
    margin: 10px 10px 10px 10px;
    overflow: hidden;
    height: 8.333333rem;
}

.aui-slide-box .aui-slide-item-list {
    width: auto;
    white-space: nowrap;
    overflow: auto;
    height: 9rem;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}

.aui-slide-box-clear .aui-slide-list {
    height: 7rem;
    margin-top: 0;
}

.aui-slide-box-clear .aui-slide-item-list {
    height: 8rem;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item {
    display: inline-block;
    width: 5rem;
    margin-right: 12px;
    vertical-align: top;
}

li {
    list-style: none;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-link {
    display: block;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-img {
    display: block;
    width: 5rem;
    height: 5rem;
    background: url(..images/log.jpg) no-repeat center center;
    background-size: 62px;
}

.aui-slide-box-clear .aui-slide-item-list .aui-slide-item-item .v-img {
    width: 5rem;
    height: 6.7rem;
    background: url(..images/log.jpg) no-repeat center center;
    background-size: 62px;
}

.aui-slide-item-f-els {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-title {
    text-align: center;
    line-height: 1rem;
    word-break: break-word;
    height: 2rem;
    white-space: normal;
    margin: 6px 0 4px;
    font-size: 12px;
    color: #333;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info {
    text-align: center;
    height: 0.373333rem;
    line-height: 0.373333rem;
    margin-top: 6px;
    font-size: 12px;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-price {
    font-size: 14px;
    color: #e73c3c;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-mrk {
    text-decoration: line-through;
    font-size: 10px;
    color: #999;
}

.header_list {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    padding: 0 10px;
    width: 100%;
    background: #5f56fd;
    z-index: 99;
}

.header_list .go_back {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.header_list .go_back i {
    font-size: 19px;
    color: #fff;
    line-height: 47px;
}

.header_list h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}

.header_list .sousou {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
}

.header_list .sousou i {
    font-size: 24px;
    color: #fff;
}

.pro_img img {
    width: 100%;
}

.pro_con_title {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.pro_con_title h3 {
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_fenlei,.pro_jiage {
    margin-top: 5px;
    font-size: 14px !important;
    line-height: 1.8em;
}

.pro_con_con {
    width: 95%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.pro_jiage span {
    display: block;
    float: left;
    color: #f00;
    font-size: 18px;
    line-height: 25px;
}

.pro_jiage i {
    display: block;
    height: 25px;
    color: #fff;
    border-radius: 3px;
    background: #677beb;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    float: left;
    margin-left: 10px;
    padding: 0 10px;
    font-style: normal;
}

.pro_fenlei span {
    color: #666;
    font-size: 14px;
    text-decoration: line-through;
}

.pro_fenlei i {
    float: right;
    color: #666;
    font-size: 14px;
    font-style: normal;
}

.pro_fenlei i b {
    font-weight: 400;
}

.pro_fenlei i b a {
    color: #677beb;
}

.pro_xiangqing img {
    width: 100%;
}

.pro_con_top img {
    width: 100%;
}

.pro_xiangqing {
    padding: 10px;
    box-sizing: border-box;
}

.pro_con_top p {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    height: 25px;
    margin-bottom: 25px;
}

.pro_con_top p span {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    background: #f5f5f5;
    padding: 0 20px;
}

.pro_btn {
    position: fixed;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pro_btn div {
    text-align: center;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 50%;
}

.pro_btn_l {
    background: #FF9500
}

.pro_btn_r {
    background: #677beb
}

.catr {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.catr .catr_con {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 50%;
    width: 100%;
    padding: 0 10px;
}

.catr_top {
    position: relative;
    top: -40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.catr_top .catr_left {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.catr_top .catr_left img {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #d6d6d6;
}

.close {
    position: absolute;
    top: 45px;
    right: 10px;
    z-index: 101;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    border-radius: 50%;
    color: #999;
    border: 1px solid #999;
}

.catr_top .catr_right {
    width: calc(100% - 110px);
    margin-top: 40px;
}

.catr_top .catr_right span {
    color: #677beb;
    font-size: 16px;
    line-height: 2em;
}

.catr_top .catr_right h3 {
    color: #666;
    font-size: 12px;
    line-height: 1.5em;
}

.canshu_container {
    position: relative;
    top: -35px;
    height: 122px;
    overf low-y: scroll
}

.canshu {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.canshu .canshu_tite {
    color: #333;
    font-size: 14px;
    position: relative;
}

.canshu ul {
    margin-top: 5px;
}

.canshu ul li {
    display: inline-block;
    background: #f4f4f4;
    color: #666;
    line-height: 25px;
    height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
}

.goumai {
    margin-top: -30px;
}

.canshu ul li.on {
    color: #fff;
    background: #677beb;
}

.goumai .goumai_l {
    color: #333;
    font-size: 14px;
}

.goumai .goumai_r {
    width: 120px;
    border: 1px solid #d5d5d5;
    height: 30px;
    color: #999
}

.goumai .goumai_r .btn_l {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
}

.goumai .goumai_r .btn_r {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    float: right;
}

.goumai .goumai_r .btn_con {
    width: 48px;
    text-align: center;
    line-height: 30px;
}

.catr_btn {
    text-align: center;
    background: #677beb;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.gouwuche_kong {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 35%;
    display: none
}

.gouwuche_kong p {
    font-size: 14px;
    color: #666;
    line-height: 2em;
}

.gouwuche_kong a {
    display: block;
    margin: 0 auto;
    background: #677beb;
    font-size: 14px;
    color: #fff;
    width: 100px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    border-radius: 5px;
    margin-top: 10px;
}

.gouwuche_top {
    margin-top: 10px;
    background: #fff;
    width: 100%;
    padding: 0 10px;
    height: 50px;
    border-bottom: 1px solid #d5d5d5;
}

.quanxuan .quanxuan_btn {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.quanxuan_btn i {
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 18px 18px;
    display: block;
    width: 18px;
    height: 18px;
}

.quanxuan_btn input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 18px 18px;
}

.quanxuan_btn input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0
}

.quanxuan span {
    line-height: 50px;
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}

.bianji a {
    line-height: 50px;
    color: #677beb;
    font-size: 14px;
}

.gouwuche_list {
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    padding: 0 10px;
}

.gouwuche_list ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.gouwuche_list ul li .xuanze {
    position: absolute;
    left: 0px;
    top: 50px;
    height: 20px;
    width: 20px;
}

.gouwuche_list ul li .xuanze i {
    display: block;
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 18px 18px;
    display: block;
    width: 20px;
    height: 20px;
}

.gouwuche_list ul li .xuanze input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.gouwuche_list ul li .xuanze input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 18px 18px;
}

.gouwu_list_l {
    width: 100px;
    height: 100px;
    margin-left: 25px;
}

.gouwu_list_l img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}

.gouwu_list_r {
    width: calc(100% - 135px);
}

.gouwu_list_r h3 {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.gouwu_list_r .shuxing {
    font-size: 14px;
    color: #677beb;
}

.gouwu_list_bottom {
    line-height: 30px;
}

.gouwu_list_bottom .gouwuche_jiage span {
    font-size: 16px;
    color: #677beb;
}

.gouwu_list_bottom .gouwuche_jiage i {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
    font-style: normal;
}

.gouwu_list_bottom .goumai_l {
    color: #333;
    font-size: 14px;
}

.gouwu_list_bottom .goumai_r {
    width: 120px;
    border: 1px solid #d5d5d5;
    height: 25px;
    color: #999
}

.gouwu_list_bottom .goumai_r .btn_l {
    width: 35px;

    height: 25px;
    line-height: 25px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
}

.gouwu_list_bottom .goumai_r .btn_r {
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    float: right;
}

.gouwu_list_bottom .goumai_r .btn_con {
    width: 48px;
    text-align: center;
    line-height: 25px;
}

.goumai_shanchu {
    color: #677beb;
}

.gouwuche_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    border-top: 1px solid #d5d5d5;
    height: 55px;
}

.gouwuche_bottom .gouwu_bottom_l {
    width: calc(100% - 120px);
    line-height: 55px;
    padding: 0 10px;
}

.gouwuche_bottom .gouwu_bottom_l p {
    font-size: 16px;
}

.gouwuche_bottom .gouwu_bottom_l p span {
    color: #677beb;
    font-weight: 600;
}

.gouwuche_bottom .gouwu_bottom_r {
    width: 120px;
}

.gouwuche_bottom .gouwu_bottom_r a {
    text-align: center;
    line-height: 55px;
    background: #677beb;
    color: #fff;
    display: block;
}

.shanchu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

.shanchu_con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    width: 90%;
    padding: 10px;
    border-radius: 5px;
}

.shanchu_con p {
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
}

.shanchu_con_btn {
    text-align: center
}

.shanchu_con_btn div {
    display: block;
    width: 80px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 5px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.shanchu_con_btn div.quxiao_btn {
    background: #f2f2f2;
}

.shanchu_con_btn div.shanchu_btn {
    background: #677beb;
    color: #fff;
}

.geren_top {
    position: relative;
    background: url(../images/gr_topimg.jpg) no-repeat top;
    background-size: 100% 100%;
    width: 100%;
    margin: 0px auto 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 0;
    padding: 15px 15px 50px;
    box-sizing: border-box;
}

.geren_bg img {
    width: 100%;
}

.geren_xinxi {
    width: 100%;
    overflow: hidden;
}

.geren_xinxi h3 {
    font-size: 14px;
    text-align: center;
    font-size: 14px;
    margin: 8px auto;
    color: #fff;
}

.touxiang {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 0;
    border: 2px solid #fff;
    margin: 0 auto;
}

.geren_xinxi .text {
    width: 100% ;
    padding: 8px 0;
    box-sizing: border-box;
}

.geren_xinxi .text .one {
    width: 33.33%;
    float: left;
    text-align: center;
}

.geren_xinxi .text .one span {
    font-size: 14px;
    color: #fff;
}

.geren_xinxi .text .one p {
    font-size: 14px;
    color: #fff;
}

.jindu_con {
    width: 85%;
    margin: 10px auto;
}

.jindu_con .jindu_bg {
    height: 7px;
    width: 100%;
    border-radius: 3.5px;
    background: url(../images/bar-bg.png) repeat-x center;
    background-size: auto 7px;
    position: relative;
}

.jindu_top {
    background: url(../images/bar-bg-active.png) repeat-x center;
    background-size: auto 7px;
    height: 7px;
    width: 60%;
    border-radius: 3.5px;
    position: relative;
}

.jindu_top .top_jiner {
    position: absolute;

    top: 8px;
    right: 0;
    color: #fff;
    font-size: 12px;
}

.zong_jiner {
    position: absolute;
    top: 7px;
    right: 0;
    color: #fff;
    font-size: 12px;
}

.jindu_jiner i {
    padding: 0 5px;
    line-height: 5px;
    background: #fff;
    color: #677beb;

    height: 15px;
    line-height: 15px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
}

.jindu_jiner {
    text-align: center;
    margin-top: 20px;
}

.jindu_jiner span {
    color: #fff;
    font-size: 13px;
    margin-left: 3px;
}

.touxiang img {
    border-radius: 50%;
    width: 100% !important;
    height: 100% !important;
}

.geren_xinxi h3 p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.geren_xinxi h3 span {
    display: block;
    margin: 5px auto;
    border-radius: 15px;
    height: 30px;
    width: 140px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.money .money_l,.money .money_r {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.money {
    text-align: center;
    margin: 5px auto 10px;
    border-top: 1px dashed #eee;
    padding-top: 10px;
}

.money a {
    display: block;
    border-right: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
}

.money .money_r:last-child a {
    border-right: none;
}

.money p {
    font-size: 12px;
    color: #888;
}

.money span {
    font-size: 14px;
    color: #ff9703;
}

.money_two {
    border-top: none;
    width: 95%;
    margin: -45px auto 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 15px 0;
    position: relative;
}

.money_two .money_r {
    width: 25%;
    float: left;
}

.geren_list {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff
}

.geren_list ul li:after {
    content: "";
    display: block;
    clear: both;
}

.geren_list ul li {
    margin-bottom: 0;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}

.geren_list ul li a {
    display: block;
    background: #333;
    background: url(../images/more.png) no-repeat center right;
    background-size: auto 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.0);
    padding: 10px 0;
}

.geren_list ul li i {
    display: block;
    font-size: 22px;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
}

.geren_list ul li i img {
    width: 100%;
}

.geren_list ul li p {
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 35px;
    margin: 5px 0 0;
}

.tixian_btn {
    text-align: center;
    padding: 0 15px;
    margin-top: 10px;
}

.tixian_btn a {
    display: inline-block;
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #c79442;
    border-radius: 5px;
    background: #ffffff;
    margin: 0 10px;
}

.aui-grid-content {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0.7rem 0;
    width: 25%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 0.7rem;
    position: relative;
    margin-top: 0.25rem;
}

.aui-well {
    padding: 14px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}

.aui-well-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-weight: 700;
    color: #333
}

.aui-well-ft {
    text-align: right;
    color: #999999;
    padding-right: 12px;
    position: relative;
}

.aui-me-content-order {
    position: relative;
    background: #fff;
    width: 95%;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.aui-me-content-order:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-settle-choice a:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-footer-product-concern-cart:before {
    position: absolute;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d2d2d2;
}

.aui-product-coupon {
    position: relative;
}

.aui-product-coupon a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-product-set a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.tab-nav:after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: currentColor;
}

.aui-icon-large {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: #FF5E5A;
}

.aui-icon-wallet {
    background-image: url(../images/huo1.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-goods {
    background-image: url(../images/huo2.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-receipt {
    background-image: url(../images/huo3.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-refund {
    background-image: url(../images/huo4.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-large-sm {
    width: 34px;
    height: 34px;
    background-size: 34px;
}

.aui-grid-row-label {
    color: #666;
    font-size: 14px;
}

.aui-fl-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 44%;
    right: 10px;
    margin-top: -5px;
}

.aui-dri {
    height: 8px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
}

.geren_list ul li i.shouhuo {
    color: #f85c10
}

.geren_list ul li i.fenhong {
    color: #9ebd5d
}

.geren_list ul li i.jiangjin {
    color: #2fa1d3
}



.geren_list ul li i.ewm {
    color: #f2c821
}

.geren_list ul li i.tuandui {
    color: #de8afa
}

.geren_list ul li i.gonggao {
    color: #86dcd9
}

.aui-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.aui-out {
    padding: 20px 100px;
}

.aui-out a.aui_out_jilu {
    border: none;
    text-decoration: underline;
    height: 24px;
}

.aui-out a {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #677beb;
    border: 1px solid #677beb;
    border-radius: 3px;
    display: block;
    background: #fff
}

.aui-product-set a {
    background: #fff;
}

.aui-address-well {
    padding-bottom: 44px;
    background: #fff;
}

.aui-address-box-list {
    position: relative;
    z-index: 320;
}

.aui-address-box-default {
    padding: 12px 10px;
    position: relative;
    display: block;
    padding-bottom: 16px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAKBAMAAACOO0tGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURf///4u16Oxtbezz/J3B7NDh9vvd3fSmprjS8vGNje57e/jDw/7w8IQ3dnAAAABSSURBVCjPY2CAAG4l7GADVJ4hUBArEIXJJ2HXrw6TZ8auX7ABKs+zCLsBE2AGmGDXLwKT58SuX+sATIEjdgOcYfJF2A1Qg8lz4PCBwWgQUiMIAWCaOFG2MdFRAAAAAElFTkSuQmCC) -7px bottom repeat-x;
    background-size: 44px 2px;
}

.aui-address-box-default ul {
    position: relative;
    padding-right: 30px;
}

.aui-address-box-default ul li {
    font-size: 12px;
    color: #81838e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
}

.aui-address-box-default ul li strong {
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    color: #555;
    padding-right: 10px;
}

.aui-address-box-default .aui-tag {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    max-width: 8em;
    height: 15px;
    line-height: 15px;
    font-size: 0.7rem;
    color: #4b9bfb;
}

.aui-address-box-default .aui-tag-default {
    color: #677beb;
    border-color: #677beb;
}

.aui-address-box-default .aui-tag::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #4b9bfb;
    border: 1px solid #ddd;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    border-color: #4b9bfb;
    border-radius: 2px;
    right: -100%;
    bottom: -100%;
    -webkit-transform: scale(.5);
    -webkit-transform-origin: 0 0;
    border-radius: 4px;
}

.aui-address-box-default .aui-tag-default::after {
    border-color: #677beb;
}

.aui-address-box-default:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.aui-address-cell {
    padding: 14px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}

.aui-address-cell-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
}

.aui-address-cell-ft {
    text-align: right;
    color: #222222;
    padding-right: 15px;
}

.aui-address-cell-ft .aui-address-text {
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #222;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aui-fl-arrow-clear .aui-address-cell-bd {
    font-size: 12px;
}

.aui-address-box-default ul li .aui-icon-address {
    width: 15px;
    height: 20px;
    background-size: 15px;
    position: absolute;
    left: -1px;
    top: -3px;
    background-image: url('data:image/png;base64,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');
}

.aui-list-product-float-item {
    overflow: hidden;
    position: relative;
    padding: 0 7px;
    background-color: #FFF;
}

.aui-list-product-fl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 8px 0;
    position: relative;
}

.aui-list-product-fl-img {
    height: auto;
    width: 6rem;
    overflow: hidden;
}

.aui-list-product-fl-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-list-product-fl-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    background-color: #FFF;
}

.aui-list-product-fl-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    line-height: 1rem;
    max-height: 3rem;
    color: #505050;
    font-size: .8rem;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 10px;
}

.aui-list-product-fl-mes {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
}

.aui-list-product-fl-bag span {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 5px;
}

.aui-list-product-fl-bag span img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.jine_radio ul {
    width: 100%;
}

.jine_radio ul li {
    float: left;
    position: relative;
    width: 50%;
}

.jine_radio ul li i {
    width: 20px;
    height: 20px ;
    display: block;
    background: url(../images/icon_radio3.png) no-repeat center;

    background-size: 20px;
    float: left;
    margin-right: 10px;
}

.sc_con input,.jine_radio ul li input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.jine_radio ul li input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 20px;
}

.jine_radio ul li span {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.aui-payment-bar .all-checkbox {
    float: left;
    line-height: 49px;
    padding-left: 40px;
}

input.check {
    background: url(../images/icon_radio3.png) no-repeat center left;
    background-size: 20px 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -18px;
    width: 20px;
    height: 35px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.check-pay {
    right: 10px;
    left: inherit;
}

input.check:checked {
    background: url(../images/icon_radio4.png) no-repeat center left;
    background-size: 20px 20px;
}

input.check:checked {
    background: url(../images/icon_radio4.png) no-repeat center left;
    background-size: 20px 20px;
}

.aui-Address-box {
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
}

.aui-Address-box .input_danxuan {
    width: 100%;
    height: 3rem;
    padding: 10px 0;
    box-sizing: border-box;
}

.aui-Address-box .input_danxuan p {
    float: left;
    width: auto;
    margin-left: 30px;
}

.aui-Address-box p {
    width: 100%;
    position: relative;
}

.aui-Address-box p .huoqu_yanz {
    position: absolute;
    top: 0;
    right: 0;
    height: 3em;
    line-height: 3em;
    border: none;
    border-left: 1px solid #eee;
    padding: 0 20px;
    width: 10em;
}

.aui-Address-box p span {
    margin-left: 10px;
}

.aui-Address-box p span a {
    color: #999
}

.aui-Address-box p label {
    width: 100%;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
}

.aui-Address-box p label em {
    text-decoration: none;
    font-style: normal;
    color: #ff3e1d;
    font-size: 12px;
    margin-left: 5px;
}

.aui-Address-box-item {
    background: #fff;
    padding: 3px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-Address-box-item-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.aui-Address-box-item-ft {
    text-align: right;
    color: #999999;
}

.aui-Address-box-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: inherit;
    color: inherit;
    height: 3em;
    line-height: 3;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.aui-Address-box-text {
    display: block;
    border: 0;
    resize: none;
    width: 100%;
    color: inherit;
    font-size: 1em;
    line-height: inherit;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 10px;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-cityselect {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.m-cityselect.brouce-in {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}



.cityselect-header:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-title {
    width: 100%;
    font-size: .3rem;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.cityselect-title:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-nav {
    width: 100%;
    padding-left: .2rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-nav > a {
    font-size: .26rem;
    color: #222;
    display: block;
    height: 40px;
    line-height: 46px;
    padding: 0 .2rem;
    position: relative;
    margin-right: .15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.cityselect-nav > a.crt {
    color: #F23030;
}

.cityselect-nav > a.crt:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #F23030;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cityselect-content {
    height: 100%;
    padding-top: 85px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-content.cityselect-move-animate {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.cityselect-content.cityselect-next {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cityselect-content.cityselect-prev {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-content > .cityselect-item {
    display: block;
    height: inherit;
    width: 50%;
    /* for old android */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
}

.cityselect-item-box {
    width: 100%;
    height: inherit;
    display: block;
    padding: 0 .4rem;
}

.cityselect-item-box > a {
    color: #333;
    font-size: .26rem;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.cityselect-item-box > a:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-item-box > a:active {
    background: none;
    /* for firefox */
}

.cityselect-item-box > a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
}

.cityselect-item-box > a.crt {
    color: #F23030;
}

.mask-black {

    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_list a.bianji {
    position: absolute;
    line-height: 45px;
    right: 10px;
    top: 0px;
    color: #fff;
    font-size: 16px;
}

.aui-prompt {
    background: #fff3dc;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #f23030;
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.tab-nav-item {
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    background-color: #FFF;
}

.tab-nav-item a {
    display: inherit;
    color: inherit;
}

.tab-panel {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0.24rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-panel .tab-panel-item table {
    width: 100%;
}

.tab-panel .tab-panel-item table tr {
    line-height: 35px;
    border-bottom: 1px dashed #ddd
}

.tab-panel .tab-panel-item table tr td {
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tab-panel .tab-panel-item table tr:nth-child(1) {
    border-bottom: 1px solid #ddd
}

.tab-panel .tab-panel-item table tr:nth-child(1) td {
    font-size: 14px;
    color: #585858;
}

.tab-panel .tab-panel-item table tr:last-child {
    border-bottom: none;
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-nav-item.tab-active {
    color: #677beb;
}

.aui-list-title-btn {
    text-align: right;
    padding: 10px 10px 10px 0;
}

.aui-list-title-btn a {
    display: inline-block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
}

.aui-list-title-btn .red-color {
    border: 1px solid #677beb;
    color: #677beb;
}

.aui-list-title-info .aui-list-product-fl-img {
    width: 4.5rem;
}

.aui-list-title-info .aui-well {
    padding: 5px 11px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

.aui-list-title-info .aui-well-bd {
    font-size: 12px;
    font-weight: normal;
    color: #222;
}

.aui-list-title-info .aui-well-ft {
    padding-right: 0;
    color: #222;
    font-size: 12px;
}

.login ul {
    padding: 0 30px;
    margin-top: 20px;
}

.login ul::after {
    content: "";
    display: block;
    clear: both;
}

.login .logo_img {
    width: 100px;
    margin: 80px auto 0;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(217, 183, 124,0.5);
    overflow: hidden;
    border: 5px solid #fff;
}

.login .logo_img img {
    width: 100%;
}

.reg ul {
    padding: 0 10px;
}

.login p {
    text-align: center;
}

.login p a {
    font-size: 14px;
    line-height: 2em;
    margin: 0 10px;
    background: linear-gradient(180deg,hsla(0,0%,100%,.9),rgba(243,186,122,.9));
    -webkit-background-clip: text;
    color: transparent;
}

.login p a.reg {
    color: #666;
}

.login ul li {
    padding: 5px 10px;
    position: relative;
    margin-top: 10px;
}

.login ul li::after {
    content: "";
    display: block;
    clear: both;
}

.login ul li i {
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 11px;
    left: 25px;
}

.login ul li i img {
    width: 100%;
}

.login ul li input {
    width: 100%;
    border: none;
    float: right;
    height: 40px;
    color: #666;
    font-size: 14px;
    border-radius: 40px;
    padding: 0 10px 0 45px;
    background: hsla(0,0%,100%,.2);
}

.login ul li input::-webkit-input-placeholder {
    color: #999;
}

.reg ul li input[type="submit"],.login ul li input[type="submit"] {
    color: #fff;
    background: rgb(96 135 16 / 12%);
    border: none;
}

.reg ul li {
    position: relative;
    margin-top: 15px;
}

.reg ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(213, 213, 213, 0.22);
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 10px;
    background: #333;
}

.reg ul li .yzm {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    height: 40px;
    width: 90px;
    color: #fff;
    border-radius: 3px;
    color: #fff;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
}

.reg ul li .aui-Address-box-text {
    border: 1px solid #d5d5d5;
    color: #666;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px;
}

.reg p.login {
    text-align: center;
    color: #d7b273;
    font-size: 14px;
    padding-bottom: 10px;
}

.reg p.login a {
    color: #d7b273;
}

.header_list .mingxi {
    position: absolute;
    right: 10px;
    top: 0;
    color: #888;
    font-size: 14px;
    line-height: 45px;
}

.chongzhi_con {
    background: none;
    padding: 10px;
    margin: 10px auto;
}

.chongzhi_jiner {
    margin-bottom: 10px;
}

.chongzhi_jiner .jine_l {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.chongzhi_jiner .jine_r {
    width: 100%;
}

.chongzhi_jiner .jine_r .rt_one {
    width: 48.5%;
    padding: 20px 10px 10px;
    position: relative;
    background: #fff;
    border: 1px solid #3265ff;
    border-radius: 10px;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
    height: 70px;
}

.chongzhi_jiner .jine_r .rt_one:nth-child(2n) {
    margin-right: 0
}

.chongzhi_jiner .jine_r .rt_one img {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    float: left;
}

.chongzhi_jiner .jine_r .rt_one p {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    width: calc(100% - 35px);
}

.chongzhi_jiner .jine_r .rt_one .danxuan {
    width: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.chongzhi_jiner .jine_r .rt_one .danxuan input.radio1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
}

.chongzhi_jiner .jine_r .rt_one .danxuan i {
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/choose_3_1.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    display: block;
    float: left;
}

.chongzhi_jiner .jine_r .rt_one .danxuan b {
    font-size: 14px;
    color: #666;
    float: left;
    font-weight: 800;
    line-height: 30px;
}

.chongzhi_jiner .jine_r .rt_one .danxuan input.radio1:checked ~i {
    background: url(../images/choose_3_2.png) no-repeat center;
    background-size: 100% 100%;
}

.chongzhi_jiner .jine_r > input {
    height: 40px;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0;
    border: none;
    width: 100%;
    background: none;
}

.chongzhi_beizhu {
    margin-bottom: 10px;
}

.chongzhi_beizhu .beizhu_l {
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.chongzhi_beizhu .beizhu_r textarea {
    font-size: 14px;
    height: 80px;
    outline: none;
    padding: 10px;
    color: #666;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.chongzhi_btn input {
    height: 40px;
    border-radius: 20px;
    background: #4c9d58;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border: none;
}

.tixianmingxi {
    background: #fff;
}

.tixianmingxi dd {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #333;
    text-align: center;
    line-height: 45px;
}

.tixianmingxi dt {
    border-bottom: 1px solid #f1f1f1;
    color: #4c9d58;
    text-align: center;
    line-height: 45px;
    background: #f4fff6;
}

.tixianmingxi dd span,.tixianmingxi dt span {
    display: block;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
}

.ziliao {
    margin-bottom: 0;
    font-size: 14px;
}

.ziliao li {
    background: #fff;
    padding: 0 10px;
    height: auto;
    border-bottom: none;
}

.ziliao li i {
    font-size: 24px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 4px;
}

.ziliao li i.icon_touxiang {
    color: #54ddc3;
}

.ziliao li i.icon_nicheng {
    color: #f39180;
}

.ziliao li i.icon_bianhao {
    color: #5582f2;
}

.ziliao li i.icon_tel {
    color: #ffc024;
}

.ziliao li i.icon_shiming {
    color: #5bbfeb;
}

.ziliao li:last-child {
    border-bottom: none;
}

.ziliao li .toupic {
    width: 10%;
    float: right;
}

.ziliao li .textinfor {
    width: 50%;
    float: right;
    text-align: right;
    color: #666;
    overflow: hidden;
    height: 40px;
}

.ziliao li .toupic img {
    display: block;
    border-radius: 50%;
    margin-top: 5px;
}

.item_content {
    position: relative;
    color: #333;
    background: url("../images/more.png") no-repeat right center;
    background-size: auto 15px;
    padding-right: 30px;
}

.huiyuanbianhao {
    background: none
}

.item_order_link img {
    width: 28px;
    float: left;
    margin-right: 5px
}

.ziliao li .textinfor {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #b3b3b3;
    overflow: hidden;
    height: 40px;
}

.item {
    padding-left: 5px;
    height: 45px;
    line-height: 45px;
}

.item a {
    display: block;
}

.tit {
    font-size: 14px;
    font-weight: normal;
    font-family: "microsoft yahei";
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    padding: 0 10px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.toubox {
    width: 100%;
    height: 100%;
    overflow: auto;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.toubox img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.uptou {
    background: #fff;
    padding: 10px;
}

.z_photo {
    margin: 0 auto;
    overflow: auto;
    clear: both;
}

.z_photo img {
    width: 1rem;
    height: 1rem;
}

.z_addImg {
    float: left;
    margin-right: 0.18rem;
    margin-bottom: 5px;
}

.z_file {
    width: 70px;
    height: 70px;
    background: url(../images/z_add.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 0.2rem;
}

.z_file input::-webkit-file-upload-button {
    width: 1rem;
    height: 1rem;
    border: none;
    position: absolute;
    outline: 0;
    opacity: 0;
}

.z_file input#file {
    display: block;
    width: 70px;
    height: 70px;
    opacity: 0;
    border: 0;
    vertical-align: middle;
}

.z_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.z_alert {
    width: 3rem;
    height: 2rem;
    border-radius: .2rem;
    background: #fff;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -2rem;
}

.z_alert p:nth-child(1) {
    line-height: 1.5rem;
}

.z_alert p:nth-child(2) span {
    display: inline-block;
    width: 49%;
    height: .5rem;
    line-height: .5rem;
    float: left;
    border-top: 1px solid #ddd;
    text-align: center;
}

.z_cancel {
    border-right: 1px solid #ddd;
}

.tjbtn {
    width: 100%;
}

.confirm {
    display: block;
    background: #4c9d58;
    color: #fff;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    border: none;
    font-family: 'Microsoft YaHei';
}

.product_sq {
    padding: 8px 15px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.nicheng {
    margin-top: 10px;
}

.product_sq span {
    float: left;
    width: 27%;
    color: #333;
    text-align: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.add-input {
    float: left;
    background: transparent;
    border: 0;
    font-size: 14px;
    height: 35px;
    width: 70%;
    line-height: 35px;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #666;
}

.xinxi_input {
    overflow: hidden;
    width: 40%;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #fff;
}

.xinxi_input .xinxi_L {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}

.xinxi_input .xinxi_R {
    float: left;
    color: #aeaeae;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.xinxi_input .xinxi_R span {
    margin-right: 10px;
}

.xinxi_R {
    position: relative;
}

.xinxi_R input {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.xinxi_R i {
    background: url(../images/cy/choose1.png) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 25px 25px;
    display: block;
}

.xinxi_R input:checked + i {
    background-image: url(../images/cy/choose2.png);
}

.xingbie {
    width: 30%;
}

.tel_con {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.tel_con ul {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0);
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.tel_con ul li {
    background: #fff;
    border-bottom: 1px dashed #f1f1f1;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    top: 0;
    left: 0;
}

.tel_con ul li:last-child {
    border-bottom: none;
}

.tel_con ul li input {
    width: 100%;
    height: 38px;
    border: none;
    font-size: 14px;
    color: black;
    line-height: 14px;
}

.tel_con ul li .yzm {
    position: absolute;
    top: 13px;
    right: 10px;
    background: #4c9d58;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
}

.tel_btn {
    text-align: center;
    margin-top: 15px;
}

.tel_btn input {
    width: 90%;
    border: none;
    height: 40px;
    color: #fff;
    background: #4c9d58 !important;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
}

.xingbie_con {
    padding: 0 10px;
    background: #fff;
    margin-top: 10px;

}

.fenhong_con ul {
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.fenhong_con ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    position: relative;
    top: 0;
    left: 0;
}

.fenhong_con ul li h3 {
    font-size: 16px;

    color: #333;
    line-height: 2em;
}

.fenhong_con ul li p {
    line-height: 2em;
    color: #677beb;
    font-size: 14px;
}

.fenhong_con ul li .fenhong_r {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 10px;
}

.fenhong_con ul li .fenhong_r img {
    width: 70px;
}

.tuiguang_top {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px auto;
    padding: 0 10px;
}

.tuiguan_bottom p,.tuiguang_top p {
    font-size: 14px;
    color: #666;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.lianjie_con {
    margin: 5px 0;
}

.lianjie_con input[type="text"] {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    width: calc(100% - 85px);
    font-size: 14px;
    color: #666;
}

.lianjie_con button {
    width: 80px;
    background: #677beb;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    border: none;
}

.tuiguan_bottom {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px auto;
    padding: 0 10px;
}

.tuiguang_erweima {
    text-align: center;
}

.tuiguang_erweima img {
    width: 150px;
    padding: 10px;
}

.dropload-load {
    height: 35px;
    box-sizing: border-box;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 10px;
    border: 2px solid #666;
    box-sizing: border-box;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

.dropload-refresh.active, .dropload-load.active {
    display: block;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tongzhi_con {
    width: 100%;
    padding: 15px 15px 0;
    box-sizing: border-box;
    background: #fff;
}

.tongzhi_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li {
    background: none;
    height: 93px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.11);
}

.tongzhi_con ul li::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li a::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .left {
    float: left;
    width: 120px;
    height: 83px;
}

.tongzhi_con ul li .left img {
    width: 100%;
    height: 100%;
}

.tongzhi_con ul li .right {
    float: right;
    width: calc(100% - 130px);
    position: relative;
}

.tongzhi_con ul li .right h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tongzhi_con ul li .right .du_zhuangtai {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #f00;
    width: 8px;
    height: 8px;
}

.tongzhi_con ul li .right p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tongzhi_con ul li .right .right_con::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .right .right_con .right_con_lt {
    float: left;
    text-align: right;
}


.tongzhi_con ul li .right .right_con .right_con_lt::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .right .right_con .right_con_lt i {
    float: left;
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 2px;
    margin-right: 5px;
}

.tongzhi_con ul li .right .right_con .right_con_lt p {
    float: left;
    font-size: 12px;
    color: #999;
}

.newsxiang_con {
    width: 100%;
    padding: 15px 15px 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: #fff;
    min-height: 300px;
}

.newsxiang_con .xiangqing_con {
    width: 100%;
    box-sizing: border-box;
}

.newsxiang_con .xiangqing_con .title {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px;
    border-bottom: 1px dashed #d5d5d5;
}

.newsxiang_con .xiangqing_con .title h3 {
    font-size: 16px;
    color: #333;
}

.newsxiang_con .xiangqing_con .title .left {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    color: #848484;
}

.newsxiang_con .xiangqing_con .con p {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    text-indent: 2em;
}

.newsxiang_con .xiangqing_con .con img {
    max-width: 100%;
}

.di_folat {
    background: #101012;
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 0.69px solid #e6e6e6;
}

.prve_a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.prve {
    width: 50%;
    float: left;
    border-right: 0.69px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    height:
}

.next {
    width: 50%;
    float: right;
    text-align: center;
}

.prve_a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 30%;
}

.prve_text {
    color: #d7b273;
    font-size: 14px;
    line-height: 40px;
    margin-left: 13.88px;
    line-height: 40px;
}

.xiaoxi ul li {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 10px;
    position: relative;
    margin-top: 5px;
}

.xiaoxi ul li .xiaoxi_img {
    float: left;
    width: 40px;
    height: 40px;
}

.xiaoxi ul li .xiaoxi_img img {
    width: 100%;
}

.xiaoxi ul li .xiapxi_r {
    width: calc(100% - 55px);
    float: right;
}

.xiaoxi ul li .xiapxi_r h3 {
    color: #cda041;
    font-size: 16px;
    line-height: 2em;
}

.xiaoxi ul li .xiapxi_r h3 span {
    float: right;
    color: #666;
    font-size: 14px;
}

.xiaoxi ul li .xiapxi_r p {
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xiaoxi ul li .weidu {
    width: 10px;
    height: 10px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.tuandui_container {
    background: #fff;
    border-top: none;
    margin-top: 10px;
}

.tuandui_container dt span {
    color: #4c9d58;
    background: #f4fff6;
    font-size: 12px;
    border: none;
}

.tuandui_container span {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 40px;
    border-right: 1px solid #f1f1f1;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tuandui_container dd {
    border-bottom: 1px solid #f1f1f1;
}


.tuiguang_con {
    width: 100%;
    height: auto
}

.tuiguang_con > img {
    width: 100%;
    height: 100vh
}

.tuiguang_con .con {
    width: 190px;
    position: absolute;
    bottom: 14%;
    left: 50%;
    margin-left: -85px;
}

.tuiguang_con .con img {
    width: 100%;
    border: 10px solid #4c9d58;
    box-sizing: border-box;

}

.shuju_con {
    width: 100%;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
    padding-bottom: 20px;
}

.shuju_con .top_con {
    width: 100%;
    padding: 15px 0
}

.shuju_con .top_con .one {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1)
}

.shuju_con .top_con .one span {
    font-size: 20px;
    color: #fff;
}

.shuju_con .top_con .one p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}

.shuju_con .bottom_con {
    width: 100%;
}

.shuju_con .bottom_con .one {
    width: 50%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}

.shuju_con .bottom_con .one a {
    display: block;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 35px;
    color: #677beb;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.jf_title {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 10px 0;
    position: relative;
}

.jf_title i {
    float: left;
    width: 3px;
    height: 15px;
    margin-right: 5px;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
}

.jf_title p {
    font-size: 14px;
    color: #333;
    line-height: 15px;
    float: left;
}

.jf_nav {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.jf_nav ul {
    -webkit-overflow-scrolling: touch;
    position: relative;
    top: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.jf_nav ul li {
    padding: 0 15px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.jf_nav ul li a {
    font-size: 14px;
    color: #333;
}

.jf_nav ul li.on {
    border-bottom: 2px solid #a35eec
}

.jf_nav ul li.on a {
    color: #a35eec
}

/*index*/
.indextt_top {
    width: 100%;
    background: #fff;
    text-align: center;
}

.indextt_top p {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
}

.ggzs_con {
    width: 100%;
}

.ggzs_con .title {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    background: #121212;
    color: #fff;
}

.ggzs_con .title p em {
    color: #ddbe87;
    margin: 0 5px;
}

.ggzs_con .zs_ulcon {
    width: 95%;
    margin: 0 auto;
    background: #333;
    height: 335px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ggzs_con .zs_ulcon ul li::after {
    content: "";
    display: block;
    clear: both;
}

.ggzs_con .zs_ulcon ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ggzs_con .zs_ulcon ul li span {
    display: block;
    width: 25%;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
}

.ggzs_con .zs_ulcon ul li span:nth-child(1) {
    width: 20%;
}

.ggzs_con .zs_ulcon ul li span:nth-child(3) {
    width: 30%
}

.ggzs_con .zs_ulcon ul li span img {
    display: block;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    margin: 0 auto;
}

.ggzs_con .btn {
    width: 95%;
    margin: 10px auto;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
}

.ggzs_con .btn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.zhbd_con_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    width: 100%;
    height: 100%;
}

.zhbd_con {
    width: 100%;
    position: fixed;
    z-index: 9999;
    width: 95%;
    top: 25%;
    left: 50%;
    margin-left: -47.5%;
    padding-bottom: 10px;
}

.zhbd_con .bg {
    margin-top: -35px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-animation: spinbg 2s linear infinite;
    animation: spinbg 4s linear infinite;
}

@-webkit-keyframes spinbg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinbg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.zhbd_con .bg img {
    width: 100%;
}

.zhbd_con .con {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

.zhbd_con .con .close_i {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.zhbd_con .con .close_i img {
    width: 100%;
}

.zhbd_con .con .img {
    width: 80%;
    margin: 0 auto;
}

.zhbd_con .con .img img {
    width: 100%;
}

.zhbd_con .con .img .zhbd_con .bottom {
    width: 100%;
    text-align: center;
}

.zhbd_con .bottom a {
    display: block;
    width: 110px;
    margin: -15px auto 0;
    height: 36px;
}

.zhbd_con .bottom a img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con {
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    display: none;
    position: absolute;
    top: 60px;
    left: 5%;
    border-radius: 10px;
    overflow: hidden;
}

.zhbd_con .tan_con .title {
    width: 100%;
    background: #c52620;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.zhbd_con .tan_con .title p {
    font-size: 14px;
    color: #fff;
}

.zhbd_con .tan_con .title i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.zhbd_con .tan_con .title i img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con .con_con {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.zhbd_con .tan_con .con_con i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 3px solid #c52620;
}

.zhbd_con .tan_con .con_con i img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con .con_con span {
    font-size: 20px;
    color: #c52620;
}

.zhbd_con .tan_con .con_con p {
    font-size: 14px;
    color: #666;
    margin-top: 2px;
}

.zhbd_con .tan_con .con_con .btm_btn {
    width: 100%;
    text-align: center;
    padding-top: 1px;
}

.zhbd_con .tan_con .con_con .btm_btn a {

    display: block;
    width: 80px;
    margin: 10px auto 0;
    background: #c52620;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    border-radius: 3px;
}

/*team*/
.team_listcon {
    width: 100%;
    background: #fff;
}

.team_listcon .one {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 13px 10px;
    box-sizing: border-box;
}

.team_listcon .one a::after {
    content: "";
    display: block;
    clear: both;
}

.team_listcon .one i {
    display: block;
    float: left;
    margin-right: 10px;
}

.team_listcon .one i img {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
}

.team_listcon .one span {
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.team_listcon .one em {
    font-size: 14px;
    color: #ff9703;
    float: left;
    line-height: 30px;
}

.team_listcon .one b {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6d6d6d;
    margin-top: 8px;
}

.my_ddnav {
    width: 100%;
    background: #000000;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.my_ddnav ul::after {
    content: "";
    display: block;
    clear: both;
}

.my_ddnav ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #969696;
    line-height: 50px;
}

.my_ddnav ul li.on {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.my_ddcon {
    width: 100%;
    background: #333;
}

.my_ddcon .con {
    width: 100%;
    display: none;
}

.my_ddcon .con .one {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10)
}

.my_ddcon .con .one .top {
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

.my_ddcon .con .one .top p {
    color: #fff;
    float: left;
    line-height: 35px;
}

.my_ddcon .con .one .top em {
    color: #fff;
    float: right;
    line-height: 35px;
}

.my_ddcon .con .one .center {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.my_ddcon .con .one .center .img {
    width: 80px;
    height: 80px;
    float: left;
}

.my_ddcon .con .one .center .img img {
    width: 100%;
}

.my_ddcon .con .one .center .text {
    float: right;
    width: calc(100% - 90px);
    padding-top: 5px;
    position: relative;
}

.my_ddcon .con .one .center .text h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.my_ddcon .con .one .center .text p {
    font-size: 14px;
    color: #fff;
}

.my_ddcon .con .one .center .text button {
    position: absolute;
    bottom: 0;
    right: 10px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    border: none;
    color: #333;
    padding: 3px 5px;
}


.dsf_con {
    width: 100%;
    margin-top: 15px;
}

.dsf_con .top_con {
    width: 228px;
    margin: 0 auto;
}

.dsf_con .top_con i {
    float: left;
    width: 60px;
    height: 1px;
    background: #fff;
    margin-top: 8px;
}

.dsf_con .top_con p {
    font-size: 14px;
    color: #fff;
    float: left;
    margin: 0 5px;
}

.dsf_con .bottom_con {
    width: 100%;
    text-align: center;
}

.dsf_con .bottom_con a {
    display: block;
}

.tgnav_con {
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 8;
    background: #333;
}

.tgnav_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tgnav_con ul li {
    float: left;
    width: 50%;
    line-height: 45px;
    height: 45px;
    text-align: center;
    color: #999;
}

.tgnav_con ul li.on {
    color: #fff;
    border-bottom: 2px solid #fff;
}


.tgcon_con {
    width: 100%;
    padding-top: 50px;
}

.tgcon_con .tg_con {
    display: none;
}

.tj_title {
    width: 100%;
    background: linear-gradient(to right, #ddbe87 , #c69340);
    padding: 10px 0;
    margin: 0 auto 0;
    border-radius: 10px 10px 0 0;
}

.tj_title h3 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #232323
}

.licai_con .top_con {
    width: 95%;
    position: relative;
    padding: 15px;
    margin: 15px auto 0;
    border-radius: 10px;
    background-size: 100% 100%;
    height: 180px;
}

.licai_con .top_con h5 {
    color: #fff;
    font-size: 14px;
}

.licai_con .top_con .btm_c {
    width: 100%;
    margin-top: 45px;
}

.licai_con .top_con .btm_c h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    padding: 0 10px;
}

.licai_con .top_con .btm_c a {
    display: block;
    float: right;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    margin-right: 0;
    color: #333;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 30px;
    margin-top: 5px;
}

.licai_con .top_con .btm_c .ul {
    width: 100%;
    margin: 20px 0 0;
}

.licai_con .top_con .btm_c .ul span {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    width: 33.33%;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.licai_con .top_con .btm_c .ul span:nth-child(3) {
    border-right: none;
}

.licai_con .top_con .jiao {
    width: 126px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -6px;
}

.licai_con .top_con .jiao span {
    line-height: 18px;
    text-align: center;
    transform: rotate(45deg);
    position: relative;
    padding: 8px 0;
    right: -4px;
    display: block;
    top: 28px;
    width: 160px;
    background: #ff9703;
    color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    font-size: 14px;
}

.licai_con .top_con .jiao span:before, .licai_con .top_con .jiao span:after {
    content: "";
    border-top: 4px solid #4e7c7d;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
}

.licai_con .top_con .jiao span:before {
    left: 0;
}

.licai_con .top_con .jiao span:after {
    left: 0;
}

.licai_con .bottom_con .xy_c {
    width: 100%;
}

.licai_con .bottom_con .xy_c h5 {
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.licai_con .bottom_con .xy_c h5 a {
    color: #ddbe87;
    margin-left: 5px;
}

.licai_con .bottom_con .danxuan {
    width: 20px;
    float: left;
    margin-right: 10px;
}

.licai_con .bottom_con .danxuan input.radio1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
}

.licai_con .bottom_con .danxuan i {
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/choose_3_1.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    display: block;
    float: left;
}

.licai_con .bottom_con .danxuan b {
    font-size: 14px;
    color: #666;
    float: left;
    font-weight: 800;
    line-height: 30px;
}

.licai_con .bottom_con .danxuan input.radio1:checked ~i {
    background: url(../images/choose_3_2.png) no-repeat center;
    background-size: 100% 100%;
}

.licai_con .bottom_con {
    width: 100%;
    margin: 10px auto 0;
}

.licai_con .bottom_con .one {
    width: 100%;
    background: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}

.licai_con .bottom_con .one span {
    font-size: 14px;
    display: block;

    width: 100%;

    color: #333;
    margin-bottom: 10px;
}

.licai_con .bottom_con .one input {
    float: left;
    line-height: 30px;
    background: none;
    width: 80%;
    font-size: 14px;
    color: #333;
    border: none;
}

.licai_con .bottom_con .one em {
    float: right;
    color: #ff9703;
    line-height: 30px;
    font-size: 14px;
}

.licai_con .bottom_con .two {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.licai_con .bottom_con .two p {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #333;
    margin-bottom: 15px;
}

.licai_con .bottom_con .two p button {
    background: none;
    border: none;
    color: #ff9703;
    margin-left: 30px;
}

.licai_con .bottom_con .two input {
    float: left;
    line-height: 30px;
    background: none;
    width: 80%;
    font-size: 14px;
    color: #999;
    border: none;
}

.licai_con .bottom_con .two em {
    float: right;
    color: #ddbe87;
    line-height: 30px;
    font-size: 14px;
}

.licai_con .bottom_con .btn {
    width: 100%;
    margin: 30px auto 0;
}

.licai_con .bottom_con .btn button {
    color: #fff;
    font-size: 15px;

    width: 80%;
    margin: 0 auto;
    border: none;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    display: block;
    background: #4c9d58;
}

.licai_con .bottom_con .text {
    width: 100%;
    padding: 20px;
}

.licai_con .bottom_con .text span {
    font-size: 14px;
    color: #999;
    font-weight: 800;
}

.licai_con .bottom_con .text p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.zw_img {
    width: 100%;
}

.zw_img img {
    width: 100%
}

.suanli_con {
    width: 100%;
}

.suanli_con .team_ul {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: relative;
    z-index: 9;
}

.suanli_con .team_ul .li {
    width: 33.33%;
    float: left;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.suanli_con .team_ul .li.on {
    border-bottom: 2px solid #4c9d58;
    color: #4c9d58;
    box-sizing: border-box;
}

.suanli_con .team_ccon .con {
    display: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.suanli_con .team_ccon .con:nth-child(1) {
    display: block;
}

.suanli_con .team_ccon .con .one {
    margin-bottom: 15px;
    background-size: 100% 100%;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    background: #fff;
}

.suanli_con .team_ccon .con .one h3 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.suanli_con .team_ccon .con .one h3 img {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.2);
    margin-right: 10px;
}

.suanli_con .team_ccon .con .one p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    padding: 0 10px;
}

.suanli_con .team_ccon .con .one .rt_con {
    position: absolute;
    top: 50px;
    right: 0;
    width: 40%;
    text-align: center;
}

.suanli_con .team_ccon .con .one .rt_con span {
    font-size: 14px;
    color: #8b5a1f;
    display: block;
}

.suanli_con .team_ccon .con .one .rt_con em {
    font-size: 15px;
    font-weight: 800;
    color: #ff5722;
    margin-bottom: 10px;
    display: block;
}

.suanli_con .team_ccon .con .one .rt_con button {
    display: block;
    background: #4c9d58;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    width: 76%;
    border: none;
    margin: 0 auto;
    height: 24px;
}

.tan_conbg {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.tan_cona {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.tan_cona .title {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #2ecc71;
}

.tan_cona .title img {
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 14px;
}

.tan_cona .con {
    padding: 0 16px;
}

.tan_cona .con .one {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}

.tan_cona .con .one span {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.tan_cona .con .one p {
    color: #333;
    font-size: 14px;
    float: right;
    line-height: 28px;
}

.tan_cona .con .one p.em {
    color: #f7305f
}

.tan_cona .con .one:last-child {
    border-bottom: none;
}

.tan_cona .con .one .num {
    float: right;
    border: 1px solid #dbdbdb;
    background: #f8f8f8;
}

.tan_cona .con .one .num input {
    border: none;
}

.tan_cona .con .one .num #cut {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    border-right: 1px solid #e7e7e7;
}

.tan_cona .con .one .num #num {
    float: left;
    width: 60px;
    text-align: center;
    color: #333;
    font-size: 14px;
    background: #fff;
    display: block;
    line-height: 28px;
    height: 28px;
}

.tan_cona .con .one .num #add {
    float: right;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    border-left: 1px solid #e7e7e7;
}

.tan_cona .btn {
    width: 100%;
    margin: 20px auto 0
}

.tan_cona .btn a {
    display: block;
    width: 75%;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    background: #2ecc71;
}

.shiming_rzcon {
    width: 95%;
    margin: 10px auto;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}

.shiming_rzcon ul li select {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    line-height: 35px;
    height: 35px;
    font-size: 14px
}

.shiming_rzcon ul {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.shiming_rzcon ul li {
    border-bottom: 1px solid #f8f8f8;
    padding: 10px;
    position: relative;
}

.shiming_rzcon ul li:last-child {
    border-bottom: none;
}

.shiming_rzcon ul li::after {
    content: "";
    display: block;
    clear: both;
}

.shiming_rzcon ul li .sz_zfb {
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}

.shiming_rzcon ul li .sz_name {
    width: calc(100% - 100px);
    font-size: 14px ;
    color: #333;
    line-height: 35px;
}

.shiming_rzcon ul li .sz_name input {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.shiming_rzcon ul li .sc_btn {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 120px;
    height: 35px;
    line-height: 35px;
}

.shiming_rzcon ul li .sc_btn input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.shiming_rzcon ul li .sc_btn span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #ff3e71;
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 5px;
    text-align: center
}

.shiming_rzcon ul li .one {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    position: relative;
    height: 95px;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
}

.shiming_rzcon ul li .one input {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.shiming_rzcon ul li .one:nth-child(2n) {
    margin-right: 0
}

.shiming_rzcon ul li .one img {
    width: 100%;
    height: 100%
}

.rg_xqcon {
    width: 100%
}

.rg_xqcon .top {
    width: 100%;
    position: relative
}


.rg_xqcon .top img {
    width: 100%
}

.rg_xqcon .top .xzlogo {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    height: 35px;
    width: auto;
}

.rg_xqcon .title {
    width: 100%;
    background: linear-gradient(180deg,#45b2ff,#3265ff);
    padding: 15px;
}

.rg_xqcon .title p {
    background: linear-gradient( #fff6fe, #fed09e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    font-size: 14px;
    float: left
}

.rg_xqcon .title span {
    background: linear-gradient( #fff6fe, #fed09e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    font-size: 14px;
    float: right
}

.rg_xqcon .center {
    padding: 10px;
}

.rg_xqcon .center .one {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    background: linear-gradient(180deg,#ff9863,#ff5638);
    text-align: center;
    padding: 0 0 5px;
}

.rg_xqcon .center .one:nth-child(4n) {
    margin-right: 0;
}

.rg_xqcon .center .one span {
    font-size: 12px;
    color: #fff;
}

.rg_xqcon .center .one p {
    font-size: 12px;
    color: #fff;
}

.rg_xqcon .bottom {
    width: 100%
}

.rg_xqcon .bottom img {
    width: 100%
}

.rg_xqcon .btn {
    background: linear-gradient(180deg,#ff9863,#ff5638);
    text-align: center;
    padding: 0;
    line-height: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rg_xqcon .btn a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 800
}

.chongzhi_con .xztop {
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    background: linear-gradient(180deg,#45b2ff,#3265ff);
    padding: 15px;
}

.chongzhi_con .xztop h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center
}

.chongzhi_con .xztop .top_c {
    width: 100%;
    padding: 10px 0
}

.chongzhi_con .xztop .top_c .one {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #ffb7b3;
}

.chongzhi_con .xztop .top_c .one:nth-child(2) {
    border: none
}

.chongzhi_con .xztop .top_c .one span {
    background: linear-gradient( #fff6fe, #fed09e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    font-size: 15px;
}

.chongzhi_con .xztop .top_c .one p {
    font-size: 13px;
    color: #fff;
}

.chongzhi_con .xz_center {
    text-align: center;
    color: #2bcaa6;
    padding: 10px;
}

.chongzhi_con .xz_center h4 {
    font-size: 36px;
    font-weight: 800
}

.chongzhi_con .xz_center p {
    font-size: 16px;
    font-weight: 800
}

.chongzhi_con .xz_center span {
    font-size: 14px;
    font-weight: 800
}

.chongzhi_con .chongzhi_btn {
    bottom: 0;
    left: 0;
    width: 100%;
}

.chongzhi_con .chongzhi_btn input {
    background: linear-gradient(180deg,#45b2ff,#3265ff);
    width: 100%;
    border-radius: 0;
    height: 50px;
}

.sz_huobcon {
    width: 100%;
}

.sz_huobcon .top_c {
    background: url(../images/xzshuzbg.png) no-repeat top;
    background-size: 100%;
    text-align: center;
    height: 153px;
}

.sz_huobcon .top_c p {
    line-height: 110px;
    font-size: 18px;
    color: #fff;
}

.sz_huobcon .center {
    padding: 19px 16px;
    font-size: 15px;
    border-radius: 12px;
    box-shadow: 0 3px 5px 3px rgba(0,0,0,.1);
    background: linear-gradient(70deg,#45b2ff,#3265ff);
    width: 95%;
    margin: -42px auto 15px;
}

.sz_huobcon .center p {
    display: flex;
    align-items: center;
    font-size: 13px;

    color: #fff;
    float: left
}

.sz_huobcon .center p span {
    font-weight: 700;
    font-size: 22px;
}

.sz_huobcon .center a {
    float: right;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 25px;
    background-color: #4cb5ff;
    color: #fff;
}


.sz_huobcon .img {
    width: 95%;
    margin: 0 auto 15px;
    border-radius: 10px;
    overflow: hidden;
}

.sz_huobcon .img img {
    width: 100%;
}

.sz_huobcon .text {
    width: 95%;
    margin: 0 auto 15px;
}

.sz_huobcon .text p {
    font-size: 14px;
    color: #f00;
    font-weight: 800;
    margin-bottom: 30px;
}

.sz_huobcon .btn_a {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 30px
}

.sz_huobcon .btn_a .btn {
    width: 135px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    background: linear-gradient(180deg,#2394fe,#235dc8);
    color: #fff;
    display: block;
}

.sz_huobcon .btn_a .p {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #44adff;
    text-decoration: underline;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

input, img {
    vertical-align: middle
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:link, a:visited, a:active, a:hover,a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

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

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input[type="text"], input[type="password"], input[type="number"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

li {
    list-style: none;
}

.clearfixd:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfixd {
    *zoom:1; overflow: hidden;
}

.hide {
    display: none;
}

.nomarginleft {
    margin-left: 0
}

input:focus,select:focus {
    outline: none;
}

.fr_l {
    float: left;
}

.fr_r {
    float: right;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.tuichu {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 10px;
    background: #fff;
    corlor: #fff;
    font-size: 12px;
    padding: 3px 5px;
}

.tuichu_con .tuichu {
    width: 80%;
    margin: 30px auto 30px;
    background: #4c9d58;
    color: #fff;
    line-height: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 15px;
    padding: 0;
    display: block;
}

.main-container {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    background: #101012;
    background-size: 100%
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.header .logo {
    width: 65px;
    margin: 0 auto;
}

.header .logo img {
    width: 100%;
}

.header .header_left {
    width: calc(100% - 100px);
}

.header .header_left a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
    padding: 0 10px;
    color: #fff;
}

.header .header_left i {
    font-size: 18px;
    display: block;
    float: left;
}

.header .header_left span {
    margin-left: 5px;
    font-size: 14px;
    float: left;
}

.header .header_right {
    width: 70px;
    position: relative;
    text-align: center;
    margin-top: 0;
}

.header .header_right i {
    font-size: 25px;
    color: #fff;
    position: relative;
    top: 5px;
}

.header .header_right span {
    position: absolute;
    top: -2px;
    background: #f00;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 18px;
    height: 18px;
    left: 50%;
    margin-left: -7px;
}

.ck_btn {
    width: 45%;
    margin: 10px auto 30px;
}

.ck_btn img {
    width: 100%;
}

.ck_btn a {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #2331a9 , #4e9aee);
    background: -o-linear-gradient(right,#2331a9 , #4e9aee);
    background: -moz-linear-gradient(right, #2331a9 , #4e9aee);
    background: linear-gradient(to right, #2331a9 , #4e9aee);
    border-radius: 40px;
    display: block;
    font-size: 14px;
}

.s_section {
    margin-top: 10px;
}

.zc_gg {
    padding: 5px 0;
    background: #333;
    width: 95%;
    margin: 0 auto 10px;
    z-index: 9;
    box-shadow: 0 0 5px rgba(0,0,0,0);
    border-radius: 30px;
}

.zc_gg .zhuce_left {
    width: 40px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
    height: 30px;
}

.zc_gg .zhuce_left img {
    width: 20px;
    margin-top: 5px;
}

.zc_gg .zhuce_right {
    width: calc(100% - 50px);
    padding: 0 10px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.zc_gg .zhuce_right .zhu_list_l {
    font-size: 14px;
    color: #333;
}

.zc_gg .zhuce_right .zhu_list_r {
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #999;
    border-radius: 3px;
}

.zc_gg .zhuce_right li {
    margin: 10px;
    color: #fff;
}

.kefu_con ul {
    padding: 10px 0;
}

.kefu_con ul li {
    width: 33.33%;
    text-align: center;
}

.kefu_con ul li img {
    width: 80%;
}

.kefu_con ul li .kefy_top {
    margin: 0 auto;
    width: 90px;
}

.kefu_con ul li i {
    color: #677beb;
    font-size: 25px;
    float: left;
    margin-right: 5px;
}

.kefu_con ul li span {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    float: left;
}

.kefu_con ul li p {
    color: #666;
    font-size: 12px;
    line-height: 2em;
}

.rexiao {
    margin: 10px auto;
    width: 100%;
}

.rexiao_top {
    overflow: hidden;
    padding: 8px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #fff;
}

.rexiao_top img {
    width: 100%;
}

.rexiao_top h3 {
    line-height: 25px;
    font-size: 14px;
    float: left;
    padding-left: 10px;
    border-left: 5px solid #677beb;
    color: #677beb;
}

.rexiao_top h3 a {
    color: #677beb;
    font-size: 14px;
}

.rexiao_top a {
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}

.rexiao_con .rexiao_l {
    float: left;
    width: 50%;
    border-right: 1px solid #e6e6e6;
}

.rexiao_con .rexiao_l img {
    width: 100%;
}

.rexiao_con .rexiao_r {
    float: right;
    width: 50%
}

.rexiao_con .bottom_text {
    padding: 0 10px;
    padding-bottom: 5px;
}

.rexiao_con .bottom_text p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rexiao_con .bottom_text span {
    font-size: 12px;
    color: #677beb;
}

.rexiao_r .list_pro {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
}

.rexiao_r .list_pro:nth-child(2) {
    border: none;
}

.rexiao_r .list_pro .pro_img {
    float: left;
    width: 50%;
}

.rexiao_r .list_pro .pro_img img {
    width: 100%;
}

.rexiao_r .list_pro .pro_title {
    float: right;
    width: 50%;
}

.rexiao_r .list_pro .pro_title h3 {
    font-weight: 100;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rexiao_r .list_pro .pro_title span {
    font-size: 12px;
    color: #677beb;
}

.tuijian .tuijian_title {
    padding: 0 10px;
}

.tuijian .tuijian_title p {
    border-bottom: 1px solid #d5d5d5;
    height: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.tuijian .tuijian_title p span {
    padding: 0 20px;
    line-height: 50px;
    background: #f5f5f5;
    color: #3f3f3f;
    font-size: 16px;
}

.tuijian ul {
    padding: 10px 10px 0;
}

.tuijian ul li {
    width: calc(50% - 5px);
    background: #fff;
    background-size: 100%;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    margin-bottom: 10px;
}

.tuijian ul li:nth-child(2n) {
    margin-right: 0;
}

.tuijian ul li img {
    width: 100%;
}

.tuijian ul li .tuijian_list_top span {
    font-size: 15px;
    margin: 10px auto 5px;
    color: #677beb;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tuijian ul li .tuijian_list_top i {
    float: right;
    display: block;
    width: 100px;
    font-size: 16px;
    color: #677beb;
    text-align: right;
    font-style: normal;
}

.tuijian ul li .tuijian_list_top p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    text-align: center;
}

.tuijian ul li .goumai_con {
    width: 70%;
    border-radius: 50px;
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0 auto 0;
}

.tuijian ul li .goumai_con .left {
    float: left;
}

.tuijian ul li .goumai_con .left p {
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    float: left;
    margin-right: 5px;
}

.tuijian ul li .goumai_con .left em {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    float: left;
}

.tuijian ul li .goumai_con .right {
    float: right;
    background: #fff;
    border-radius: 30px;
    padding: 5px 8px;
}

.tuijian ul li .goumai_con .right p {
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 5px;
}

.tuijian ul li .goumai_con .right i {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 5px
}

.tuijian ul li .goumai_con .right i img {
    width: 100%;
    float: left;
}

.tuijian ul li > p {
    color: #666;
    font-size: 12px;
    line-height: 1.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}

.tuijian ul li .tuijian_listtop_con .tuijian_list_top p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
}

.tuijian ul li .tuijian_listtop_con .goumai_con {
    width: 80%;
    padding: 0 5px;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left {
    text-align: center;
    float: none;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left p {
    font-size: 16px;
    color: #f00;
    line-height: 29px;
    margin-right: 0;
    display: inline-block;
    float: none;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left em {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    display: inline-block;
    float: none;
}

div::after {
    content: "";
    display: block;
    clear: both;
}

.footer {
    position: fixed;
    height: 55px;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.1)
}

.nav_list {
    background: #fff;
    padding: 5px 0;
}

.nav_list ul li {
    float: left;

    width: 25%;
    text-align: center;
}

.nav_list ul li i {
    color: #5a5c60;
    font-size: 24px;
}

.nav_list ul li .icon {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
}

.nav_list ul li:nth-child(1) .icon {
    background: url(../images/xz_foot01.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(2) .icon {
    background: url(../images/xz_foot03.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(3) .icon {
    background: url(../images/xz_foot05.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(4) .icon {
    background: url(../images/xz_foot05.png) no-repeat center;
    background-size: 80%;
}

/*.nav_list ul li:nth-child(5) .icon {*/
    /*background: url(../images/xz_foot05.png) no-repeat center;*/
    /*background-size: 80%;*/
/*}*/


.nav_list ul li .img {
    width: 55px;
    height: 55px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 50%;
    margin: -15px auto 0;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.nav_list ul li .img img {
    width: 100%;
    height: 100%;
}

.nav_list ul li i {
    color: #8178ef;
}

.nav_list ul li:nth-child(1).on .icon {
    background: url(../images/xz_foot01on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(2).on .icon {
    background: url(../images/xz_foot03on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(3).on .icon {
    background: url(../images/xz_foot05on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(4).on .icon {
    background: url(../images/xz_foot05on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li:nth-child(5).on .icon {
    background: url(../images/xz_foot05on.png) no-repeat center;
    background-size: 80%;
}

.nav_list ul li .nav_title {
    font-size: 14px;
    color: #333;
}

.nav_list ul li.on .nav_title {
    color: #8178ef;
}

.suo_top {
    height: 45px;
    padding: 0 10px;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.suo_top .suo_form {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 85%;
}

.suo_top .suo_form input[ type="search"] {
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 3px;
    border: none;
    height: 35px;
    top: 0px;
    position: absolute;
    left: 0;
    padding: 0 10px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

.suo_top .suo_form input[ type="submit"] {
    width: 40px;
    position: absolute;
    height: 35px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.zuijin_top {
    padding: 0 10px;
    margin: 5px 0;
}

.zuijin_top .zuijin_top_l {
    float: left;
    color: #555;
    font-size: 16px;
    line-height: 35px;
    background: url(../images/sousou1.png) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}

.zuijin_top .zuijin_top_r {
    float: right;
    height: 35px;
}

.zuijin_top .zuijin_top_r img {
    width: 25px;
    margin-top: 5px;
}

.suo_top .black a {
    display: block;
}

.suo_top .black a::before {
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    float: left;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 15px;
}

.zuijin ul {
    padding: 0 10px;
}

.zuijin ul li {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.zuijin ul li a {
    display: block;
    padding: 0 10px;

    height: 25px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

.suo_top .sou_btn {
    position: absolute;
    right: 10px;
    width: 25px;
}

.suo_top h3 {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.suo_top .sou_btn img {
    width: 100%;
    margin-top: 10px;
}

.black {
    position: relative;
    z-index: 99
}

.aui-scroll-contents {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;

    max-width: 750px;
    /*min-width: 300px;*/
    /*margin-bottom:100px;*/
}

.aui-scroll-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    padding-bottom: 56px;
    background: #f7fcff;
}

.aui-scroll-nav {
    width: auto;
    height: 100%;
    text-align: center;
    background-color: #f8f8f8;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    overflow-y: auto;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.aui-scroll-item {
    padding: 0 10px;
    height: 3rem;
    line-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: .8rem;
    text-align: center;
}

.aui-scroll-item-text {
    font-size: 0.8rem;
    color: #666;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.aui-scroll-content {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 .5rem .5rem .5rem;
    position: relative;
}

.aui-scroll-content-item {
    padding-top: 10px;
    display: none;
}

.aui-scroll-content-title {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    font-weight: normal;
    color: #555;
    display: block;
    padding-bottom: .1rem;
    padding-top: .32rem;
    margin-bottom: .2rem;
    position: relative;
    z-index: 1;
}

.aui-scroll-nav .aui-crt {
    background-color: #FFF;
}

.aui-scroll-nav .aui-crt .aui-scroll-item-text {
    color: #677beb;
}

.aui-class-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.m-navbar {
    position: fixed;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.98);
}

.navbar-item {
    height: 0.9rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.navbar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
}

.navbar-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.9rem;
    width: 50%;
    margin-left: 25%;
}

.navbar-center .navbar-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.4rem;
    color: #5C5C5C;
}

/* aui-banner-content */
.aui-banner-content {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.aui-banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: .5rem;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aui-banner-wrapper-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider-pagination-item {
    margin: 0 .3rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
}

.slider-pagination-item.slider-pagination-item-active {
    background: #f93753;
}

.aui-banner-wrapper-item img {
    width: 100%;
    background: url(..images/log.png) no-repeat center center;
    background-size: cover;
}

.aui-header-item-icon {
    height: 2.8rem;
    min-width: 10%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    padding: 0 0.8rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.aui-header-item-icon:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-header-search-box {
    background-color: rgba(255, 255, 255, 0.3);
    height: 27px;
    line-height: 27px;
    width: 100%;
    padding-left: 10px;
    border-radius: 30px;
}

.aui-header-search {
    width: 90%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
}

.aui-header-search:-moz-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search::-moz-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-center-clear {
    width: 100%;
    margin-left: 13%;
}


.aui-grid-content {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0 auto 10px !important;
    width: 95%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;

    text-align: center;
    vertical-align: middle;
    padding: 0.7rem 0;
    width: 25%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 0.7rem;
    position: relative;
    margin-top: 0.25rem;
}

.aui-grid-row-clear .aui-grid-row-item {
    width: 33.333%;
    padding: .8rem 0 0 0;
}

.aui-grid-row-clear .aui-grid-row-item .aui-icon-large {
    width: 60px;
    height: 60px;
}

.aui-grid-row-clear .aui-grid-row-item i img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}


.aui-avd-content {
    background-color: #fff;
    margin-left: 3%;
    margin-bottom: 10px;
}

.aui-avd-content a {
    display: block;
    float: left;
    width: 47%;
    margin-right: 3%;
}

.aui-avd-content a img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    /*border-radius:5px;*/
}


.aui-slide-box {
    padding-top: 1px;
}

.aui-slide-box .aui-slide-list {
    margin: 10px 10px 10px 10px;
    overflow: hidden;
    height: 8.333333rem;
}

.aui-slide-box .aui-slide-item-list {
    width: auto;
    white-space: nowrap;
    overflow: auto;
    height: 9rem;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}


.aui-slide-box-clear .aui-slide-list {
    height: 7rem;
    margin-top: 0;
}

.aui-slide-box-clear .aui-slide-item-list {
    height: 8rem;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item {
    display: inline-block;
    width: 5rem;
    margin-right: 12px;
    vertical-align: top;
}

li {
    list-style: none;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-link {
    display: block;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-img {
    display: block;
    width: 5rem;
    height: 5rem;
    background: url(..images/log.jpg) no-repeat center center;
    background-size: 62px;
}

.aui-slide-box-clear .aui-slide-item-list .aui-slide-item-item .v-img {
    width: 5rem;
    height: 6.7rem;
    background: url(..images/log.jpg) no-repeat center center;
    background-size: 62px;
}

.aui-slide-item-f-els {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-title {
    text-align: center;
    line-height: 1rem;
    word-break: break-word;
    height: 2rem;
    white-space: normal;
    margin: 6px 0 4px;
    font-size: 12px;
    color: #333;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info {
    text-align: center;
    height: 0.373333rem;
    line-height: 0.373333rem;
    margin-top: 6px;
    font-size: 12px;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-price {
    font-size: 14px;
    color: #e73c3c;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-mrk {
    text-decoration: line-through;
    font-size: 10px;
    color: #999;
}

.header_list {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    padding: 0 10px;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.header_list .go_back {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.header_list .go_back i {
    font-size: 24px;
    color: #d7b273;
    line-height: 45px;
}

.header_list h3 {
    text-align: center;
    color: #d7b273;
    font-size: 16px;
    line-height: 45px;
}

.header_list .sousou {
    display: block;
    height: 45px;
    width: 45px;

    line-height: 45px;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
}

.header_list .sousou i {
    font-size: 24px;
    color: #fff;
}

.pro_img img {
    width: 100%;
}

.pro_con_title {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.pro_con_title h3 {
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_fenlei,.pro_jiage {
    margin-top: 5px;
    font-size: 14px !important;
    line-height: 1.8em;
}

.pro_con_con {
    width: 95%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.pro_jiage span {
    display: block;
    float: left;
    color: #f00;
    font-size: 18px;
    line-height: 25px;
}

.pro_jiage i {
    display: block;
    height: 25px;
    color: #fff;
    border-radius: 3px;
    background: #677beb;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    float: left;
    margin-left: 10px;
    padding: 0 10px;
    font-style: normal;
}

.pro_fenlei span {
    color: #666;
    font-size: 14px;
    text-decoration: line-through;
}

.pro_fenlei i {
    float: right;
    color: #666;
    font-size: 14px;
    font-style: normal;
}

.pro_fenlei i b {
    font-weight: 400;
}

.pro_fenlei i b a {
    color: #677beb;
}

.pro_xiangqing img {
    width: 100%;
}

.pro_con_top img {
    width: 100%;
}

.pro_xiangqing {
    padding: 10px;
    box-sizing: border-box;
}

.pro_con_top p {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    height: 25px;
    margin-bottom: 25px;
}

.pro_con_top p span {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    background: #f5f5f5;
    padding: 0 20px;
}

.pro_btn {
    position: fixed;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pro_btn div {
    text-align: center;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 50%;
}

.pro_btn_l {
    background: #FF9500
}

.pro_btn_r {
    background: #677beb
}

.catr {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.catr .catr_con {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 50%;
    width: 100%;
    padding: 0 10px;
}

.catr_top {
    position: relative;
    top: -40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.catr_top .catr_left {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.catr_top .catr_left img {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #d6d6d6;
}

.close {
    position: absolute;
    top: 45px;
    right: 10px;
    z-index: 101;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    border-radius: 50%;
    color: #999;
    border: 1px solid #999;
}

.catr_top .catr_right {
    width: calc(100% - 110px);
    margin-top: 40px;
}

.catr_top .catr_right span {
    color: #677beb;
    font-size: 16px;
    line-height: 2em;
}

.catr_top .catr_right h3 {
    color: #666;
    font-size: 12px;
    line-height: 1.5em;
}

.canshu_container {
    position: relative;
    top: -35px;
    height: 122px;
    overf low-y: scroll
}

.canshu {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.canshu .canshu_tite {
    color: #333;
    font-size: 14px;
    position: relative;
}

.canshu ul {
    margin-top: 5px;
}

.canshu ul li {
    display: inline-block;
    background: #f4f4f4;
    color: #666;
    line-height: 25px;
    height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
}

.goumai {
    margin-top: -30px;
}

.canshu ul li.on {
    color: #fff;
    background: #677beb;
}

.goumai .goumai_l {
    color: #333;
    font-size: 14px;
}

.goumai .goumai_r {
    width: 120px;
    border: 1px solid #d5d5d5;
    height: 30px;
    color: #999
}

.goumai .goumai_r .btn_l {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
}


.goumai .goumai_r .btn_r {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    float: right;
}

.goumai .goumai_r .btn_con {
    width: 48px;
    text-align: center;
    line-height: 30px;
}

.catr_btn {

    text-align: center;
    background: #677beb;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.gouwuche_kong {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 35%;
    display: none
}

.gouwuche_kong p {
    font-size: 14px;
    color: #666;
    line-height: 2em;
}

.gouwuche_kong a {
    display: block;
    margin: 0 auto;
    background: #677beb;
    font-size: 14px;
    color: #fff;
    width: 100px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    border-radius: 5px;
    margin-top: 10px;
}

.gouwuche_top {
    margin-top: 10px;
    background: #fff;
    width: 100%;
    padding: 0 10px;
    height: 50px;
    border-bottom: 1px solid #d5d5d5;
}

.quanxuan .quanxuan_btn {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.quanxuan_btn i {
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 18px 18px;
    display: block;
    width: 18px;
    height: 18px;
}

.quanxuan_btn input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 18px 18px;
}

.quanxuan_btn input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0
}

.quanxuan span {
    line-height: 50px;
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}

.bianji a {
    line-height: 50px;
    color: #677beb;
    font-size: 14px;
}

.gouwuche_list {
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    padding: 0 10px;
}

.gouwuche_list ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.gouwuche_list ul li .xuanze {
    position: absolute;
    left: 0px;
    top: 50px;
    height: 20px;
    width: 20px;
}

.gouwuche_list ul li .xuanze i {
    display: block;
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 18px 18px;
    display: block;
    width: 20px;
    height: 20px;
}

.gouwuche_list ul li .xuanze input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.gouwuche_list ul li .xuanze input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 18px 18px;
}

.gouwu_list_l {
    width: 100px;
    height: 100px;
    margin-left: 25px;
}

.gouwu_list_l img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}

.gouwu_list_r {
    width: calc(100% - 135px);
}

.gouwu_list_r h3 {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.gouwu_list_r .shuxing {
    font-size: 14px;
    color: #677beb;
}

.gouwu_list_bottom {
    line-height: 30px;
}

.gouwu_list_bottom .gouwuche_jiage span {
    font-size: 16px;
    color: #677beb;
}

.gouwu_list_bottom .gouwuche_jiage i {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
    font-style: normal;
}

.gouwu_list_bottom .goumai_l {

    color: #333;

    font-size: 14px;
}

.gouwu_list_bottom .goumai_r {
    width: 120px;
    border: 1px solid #d5d5d5;
    height: 25px;
    color: #999
}

.gouwu_list_bottom .goumai_r .btn_l {
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
}

.gouwu_list_bottom .goumai_r .btn_r {
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    float: right;
}

.gouwu_list_bottom .goumai_r .btn_con {
    width: 48px;
    text-align: center;
    line-height: 25px;
}

.goumai_shanchu {
    color: #677beb;
}

.gouwuche_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    border-top: 1px solid #d5d5d5;
    height: 55px;
}

.gouwuche_bottom .gouwu_bottom_l {
    width: calc(100% - 120px);
    line-height: 55px;
    padding: 0 10px;
}

.gouwuche_bottom .gouwu_bottom_l p {
    font-size: 16px;
}

.gouwuche_bottom .gouwu_bottom_l p span {
    color: #677beb;
    font-weight: 600;
}

.gouwuche_bottom .gouwu_bottom_r {
    width: 120px;
}

.gouwuche_bottom .gouwu_bottom_r a {
    text-align: center;
    line-height: 55px;
    background: #677beb;
    color: #fff;
    display: block;
}

.shanchu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

.shanchu_con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    width: 90%;
    padding: 10px;
    border-radius: 5px;
}

.shanchu_con p {
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
}

.shanchu_con_btn {
    text-align: center
}

.shanchu_con_btn div {
    display: block;
    width: 80px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 5px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.shanchu_con_btn div.quxiao_btn {
    background: #f2f2f2;
}

.shanchu_con_btn div.shanchu_btn {
    background: #677beb;
    color: #fff;
}

.geren_top {
    position: relative;
    background: url(../images/userbg.jpg) no-repeat top;
    background-size: 100%;
    width: 95%;
    margin: 10px auto 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
}

.geren_bg img {
    width: 100%;
}

.geren_xinxi {
    width: 100%;
    overflow: hidden;
}

.geren_xinxi h3 {
    font-size: 14px;
    text-align: center;
    font-size: 14px;
    margin: 8px auto;
    color: #fff;
}

.touxiang {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 0;
    border: 2px solid #fff;
    margin: 0 auto;
}

.geren_xinxi .text {
    width: 100% ;
    padding-left: 15px;
    box-sizing: border-box;
}

.geren_xinxi .text .one {
    width: 33.33%;
    float: left;
    text-align: center;
}

.geren_xinxi .text .one span {
    font-size: 14px;
    color: #fff;
}

.geren_xinxi .text .one p {
    font-size: 14px;
    color: #fff;
}

.jindu_con {
    width: 85%;
    margin: 10px auto;
}

.jindu_con .jindu_bg {
    height: 7px;
    width: 100%;
    border-radius: 3.5px;
    background: url(../images/bar-bg.png) repeat-x center;
    background-size: auto 7px;
    position: relative;
}

.jindu_top {
    background: url(../images/bar-bg-active.png) repeat-x center;
    background-size: auto 7px;
    height: 7px;
    width: 60%;
    border-radius: 3.5px;
    position: relative;
}

.jindu_top .top_jiner {
    position: absolute;
    top: 8px;
    right: 0;
    color: #fff;
    font-size: 12px;
}

.zong_jiner {
    position: absolute;
    top: 7px;
    right: 0;
    color: #fff;
    font-size: 12px;
}

.jindu_jiner i {
    padding: 0 5px;
    line-height: 5px;
    background: #fff;
    color: #677beb;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
}

.jindu_jiner {

    text-align: center;
    margin-top: 20px;
}

.jindu_jiner span {
    color: #fff;
    font-size: 13px;
    margin-left: 3px;
}

.touxiang img {
    border-radius: 50%;
    width: 100% !important;
    height: 100% !important;
}

.geren_xinxi h3 p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.geren_xinxi h3 span {
    display: block;
    margin: 5px auto;
    border-radius: 15px;
    height: 30px;
    width: 140px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.money .money_l,.money .money_r {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.money {
    text-align: center;
    margin: 5px auto 10px;
    border-top: 1px dashed #eee;
    padding-top: 10px;
}

.money a {
    display: block;
    border-right: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
}

.money .money_r:last-child a {
    border-right: none;
}

.money p {
    font-size: 12px;
    color: #fff;
}

.money span {
    font-size: 14px;
    color: #d7b273 ;
}

.money_two {
    border-top: none;
    width: 95%;
    margin: 0 auto 10px;
    background: #333;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 15px 0;
}

.money_two .money_r {
    width: 25%;
    float: left;
}

.geren_list {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
}

.geren_list ul li:after {
    content: "";
    display: block;
    clear: both;
}

.geren_list ul li {
    margin-bottom: 10px;
    float: left;
    width: 33.33%;
    padding: 0 5px;
    box-sizing: border-box
}

.geren_list ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.geren_list ul li a {
    display: block;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #333;
    /* background:#fff url(../images/more.png) no-repeat center right;background-size: auto 15px;*/
    box-shadow: 0 0 5px rgba(0,0,0,0.0);
    border-radius: 0;
    text-align: center;
    padding: 15px 0;
}

.geren_list ul li i {
    display: block;
    margin: 0 auto;
    font-size: 22px;
    width: 40px;
    height: 40px;
}

.geren_list ul li i img {
    width: 100%;
}

.geren_list ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.tixian_btn {
    text-align: center;
    padding: 0 15px;
    margin-top: 10px;
}

.tixian_btn a {
    display: inline-block;
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #c79442;
    border-radius: 5px;
    background: #ffffff;
    margin: 0 10px;
}

.aui-grid-content {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0.7rem 0;
    width: 25%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 0.7rem;
    position: relative;
    margin-top: 0.25rem;
}

.aui-well {
    padding: 14px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}

.aui-well-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-weight: 700;
    color: #333
}

.aui-well-ft {
    text-align: right;
    color: #999999;
    padding-right: 12px;
    position: relative;
}

.aui-me-content-order {
    position: relative;
    background: #fff;
    width: 95%;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.aui-me-content-order:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-settle-choice a:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);

    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-footer-product-concern-cart:before {
    position: absolute;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d2d2d2;
}

.aui-product-coupon {
    position: relative;
}

.aui-product-coupon a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-product-set a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.tab-nav:after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: currentColor;
}

.aui-icon-large {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: #FF5E5A;
}

.aui-icon-wallet {
    background-image: url(../images/huo1.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-goods {
    background-image: url(../images/huo2.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-receipt {
    background-image: url(../images/huo3.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-refund {
    background-image: url(../images/huo4.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-large-sm {
    width: 34px;
    height: 34px;
    background-size: 34px;
}

.aui-grid-row-label {
    color: #666;
    font-size: 14px;
}

.aui-fl-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 44%;
    right: 10px;
    margin-top: -5px;
}

.aui-dri {
    height: 8px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
}

.geren_list ul li i.shouhuo {
    color: #f85c10
}

.geren_list ul li i.fenhong {
    color: #9ebd5d
}

.geren_list ul li i.jiangjin {
    color: #2fa1d3
}

.geren_list ul li i.ewm {
    color: #f2c821
}

.geren_list ul li i.tuandui {
    color: #de8afa
}

.geren_list ul li i.gonggao {
    color: #86dcd9
}
.aui-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.aui-out {
    padding: 20px 100px;
}

.aui-out a.aui_out_jilu {
    border: none;
    text-decoration: underline;
    height: 24px;
}

.aui-out a {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #677beb;
    border: 1px solid #677beb;
    border-radius: 3px;
    display: block;
    background: #fff
}

.aui-product-set a {
    background: #fff;
}

.aui-address-well {
    padding-bottom: 44px;
    background: #fff;
}

.aui-address-box-list {
    position: relative;
    z-index: 320;
}

.aui-address-box-default {
    padding: 12px 10px;
    position: relative;
    display: block;
    padding-bottom: 16px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAKBAMAAACOO0tGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURf///4u16Oxtbezz/J3B7NDh9vvd3fSmprjS8vGNje57e/jDw/7w8IQ3dnAAAABSSURBVCjPY2CAAG4l7GADVJ4hUBArEIXJJ2HXrw6TZ8auX7ABKs+zCLsBE2AGmGDXLwKT58SuX+sATIEjdgOcYfJF2A1Qg8lz4PCBwWgQUiMIAWCaOFG2MdFRAAAAAElFTkSuQmCC) -7px bottom repeat-x;
    background-size: 44px 2px;
}

.aui-address-box-default ul {
    position: relative;
    padding-right: 30px;
}

.aui-address-box-default ul li {
    font-size: 12px;
    color: #81838e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
}

.aui-address-box-default ul li strong {
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    color: #555;
    padding-right: 10px;
}

.aui-address-box-default .aui-tag {
    display: inline-block;
    position: relative;
    overflow: hidden;

    padding: 0 5px;
    vertical-align: middle;

    margin: 0 5px 0 0;
    max-width: 8em;
    height: 15px;
    line-height: 15px;
    font-size: 0.7rem;
    color: #4b9bfb;
}

.aui-address-box-default .aui-tag-default {
    color: #677beb;
    border-color: #677beb;
}

.aui-address-box-default .aui-tag::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #4b9bfb;
    border: 1px solid #ddd;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    border-color: #4b9bfb;
    border-radius: 2px;
    right: -100%;
    bottom: -100%;
    -webkit-transform: scale(.5);
    -webkit-transform-origin: 0 0;
    border-radius: 4px;
}

.aui-address-box-default .aui-tag-default::after {
    border-color: #677beb;
}

.aui-address-box-default:after {
    content: "";
    display: inline-block;

    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.aui-address-cell {
    padding: 14px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}

.aui-address-cell-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
}

.aui-address-cell-ft {
    text-align: right;
    color: #222222;
    padding-right: 15px;
}


.aui-address-cell-ft .aui-address-text {
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #222;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aui-fl-arrow-clear .aui-address-cell-bd {
    font-size: 12px;
}

.aui-address-box-default ul li .aui-icon-address {
    width: 15px;
    height: 20px;
    background-size: 15px;
    position: absolute;
    left: -1px;
    top: -3px;
    background-image: url('data:image/png;base64,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');
}

.aui-list-product-float-item {
    overflow: hidden;
    position: relative;
    padding: 0 7px;
    background-color: #FFF;
}

.aui-list-product-fl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 8px 0;
    position: relative;
}

.aui-list-product-fl-img {
    height: auto;
    width: 6rem;
    overflow: hidden;

}

.aui-list-product-fl-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-list-product-fl-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    background-color: #FFF;
}

.aui-list-product-fl-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    line-height: 1rem;
    max-height: 3rem;
    color: #505050;
    font-size: .8rem;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 10px;
}

.aui-list-product-fl-mes {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
}

.aui-list-product-fl-bag span {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 5px;
}

.aui-list-product-fl-bag span img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.jine_radio ul {
    width: 100%;
}

.jine_radio ul li {
    float: left;
    position: relative;
    width: 50%;
}

.jine_radio ul li i {
    width: 20px;
    height: 20px ;
    display: block;
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 20px;
    float: left;
    margin-right: 10px;
}

.sc_con input,.jine_radio ul li input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.jine_radio ul li input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 20px;
}

.jine_radio ul li span {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.aui-payment-bar .all-checkbox {
    float: left;
    line-height: 49px;
    padding-left: 40px;
}

input.check {
    background: url(../images/icon_radio3.png) no-repeat center left;
    background-size: 20px 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -18px;
    width: 20px;
    height: 35px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.check-pay {
    right: 10px;
    left: inherit;
}

input.check:checked {
    background: url(../images/icon_radio4.png) no-repeat center left;
    background-size: 20px 20px;
}

input.check:checked {
    background: url(../images/icon_radio4.png) no-repeat center left;
    background-size: 20px 20px;
}

.aui-Address-box {
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
}

.aui-Address-box .input_danxuan {
    width: 100%;
    height: 3rem;
    padding: 10px 0;
    box-sizing: border-box;
}

.aui-Address-box .input_danxuan p {
    float: left;
    width: auto;
    margin-left: 30px;
}

.aui-Address-box p {
    width: 100%;
    position: relative;
}

.aui-Address-box p .huoqu_yanz {
    position: absolute;
    top: 0;
    right: 0;
    height: 3em;
    line-height: 3em;
    border: none;
    border-left: 1px solid #eee;
    padding: 0 20px;
    width: 10em;
}

.aui-Address-box p span {
    margin-left: 10px;
}

.aui-Address-box p span a {
    color: #999
}

.aui-Address-box p label {
    width: 100%;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
}

.aui-Address-box p label em {
    text-decoration: none;
    font-style: normal;
    color: #ff3e1d;
    font-size: 12px;
    margin-left: 5px;
}

.aui-Address-box-item {
    background: #fff;
    padding: 3px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-Address-box-item-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.aui-Address-box-item-ft {
    text-align: right;
    color: #999999;
}

.aui-Address-box-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: inherit;
    color: inherit;
    height: 3em;
    line-height: 3;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.aui-Address-box-text {
    display: block;
    border: 0;
    resize: none;
    width: 100%;
    color: inherit;
    font-size: 1em;
    line-height: inherit;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 10px;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-cityselect {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.m-cityselect.brouce-in {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.cityselect-header:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-title {
    width: 100%;
    font-size: .3rem;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.cityselect-title:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-nav {
    width: 100%;
    padding-left: .2rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-nav > a {
    font-size: .26rem;
    color: #222;
    display: block;
    height: 40px;
    line-height: 46px;
    padding: 0 .2rem;
    position: relative;
    margin-right: .15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.cityselect-nav > a.crt {
    color: #F23030;
}

.cityselect-nav > a.crt:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #F23030;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cityselect-content {
    height: 100%;
    padding-top: 85px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-content.cityselect-move-animate {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.cityselect-content.cityselect-next {
    -webkit-transform: translate(-50%, 0);

    transform: translate(-50%, 0);
}

.cityselect-content.cityselect-prev {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-content > .cityselect-item {
    display: block;
    height: inherit;
    width: 50%;
    /* for old android */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
}

.cityselect-item-box {
    width: 100%;
    height: inherit;
    display: block;
    padding: 0 .4rem;
}

.cityselect-item-box > a {
    color: #333;
    font-size: .26rem;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.cityselect-item-box > a:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-item-box > a:active {
    background: none;
    /* for firefox */
}

.cityselect-item-box > a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
}

.cityselect-item-box > a.crt {
    color: #F23030;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_list a.bianji {
    position: absolute;
    line-height: 45px;
    right: 10px;
    top: 0px;
    color: #fff;
    font-size: 16px;
}

.aui-prompt {
    background: #fff3dc;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #f23030;
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.tab-nav-item {
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    background-color: #FFF;
}

.tab-nav-item a {
    display: inherit;
    color: inherit;
}

.tab-panel {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0.24rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-panel .tab-panel-item table {
    width: 100%;
}

.tab-panel .tab-panel-item table tr {
    line-height: 35px;
    border-bottom: 1px dashed #ddd
}


.tab-panel .tab-panel-item table tr td {
    font-size: 12px;

    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tab-panel .tab-panel-item table tr:nth-child(1) {
    border-bottom: 1px solid #ddd
}

.tab-panel .tab-panel-item table tr:nth-child(1) td {
    font-size: 14px;
    color: #585858;
}

.tab-panel .tab-panel-item table tr:last-child {
    border-bottom: none;
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-nav-item.tab-active {
    color: #677beb;
}

.aui-list-title-btn {
    text-align: right;
    padding: 10px 10px 10px 0;
}

.aui-list-title-btn a {
    display: inline-block;

    width: 70px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
}

.aui-list-title-btn .red-color {
    border: 1px solid #677beb;
    color: #677beb;
}

.aui-list-title-info .aui-list-product-fl-img {
    width: 4.5rem;
}

.aui-list-title-info .aui-well {
    padding: 5px 11px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

.aui-list-title-info .aui-well-bd {
    font-size: 12px;
    font-weight: normal;
    color: #222;
}

.aui-list-title-info .aui-well-ft {
    padding-right: 0;
    color: #222;
    font-size: 12px;
}

.login ul {
    padding: 0 30px;
    margin-top: 20px;
}

.login ul::after {
    content: "";
    display: block;
    clear: both;
}

.login .logo_img {
    width: 95px;
    margin: 50px auto 0;
    height: 95px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(217, 183, 124,0.5);
    overflow: hidden;
}

.login .logo_img img {
    width: 100%;
}

.reg ul {
    padding: 0 10px;
}

.reg ul > div {
    border-radius: 5px;
    padding: 0 15px
}

.login p {
    text-align: center;
}

.login p a {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    margin: 0 10px;
}

.login p a.reg {
    color: #666;
}

.login ul li {
    padding: 5px 10px;
    position: relative;
    margin-top: 0;
}

.login ul li::after {
    content: "";
    display: block;
    clear: both;
}

.login ul li i {
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 11px;
    left: 25px;
}

.login ul li i img {
    width: 100%;
}

.login ul li input {
    width: 100%;
    border: none;
    float: right;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    padding: 0 10px 0 45px;
    background: #fff;
}

.login ul li input::-webkit-input-placeholder {
    color: #999;
}

.reg ul li input[type="submit"],.login ul li input[type="submit"] {
    color: #fff;
    background: #677beb;
    border: none;
}

.reg .logo_img {
    width: 100px;
    margin: 80px auto 0;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(217, 183, 124,0.5);
    overflow: hidden;
    border: 5px solid #fff;
}

.reg .logo_img img {
    width: 100%;
}

.reg ul li {
    position: relative;
    margin-top: 15px;
}

.reg ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid #d5d5d5;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 10px;
    background: #fff;
}

.reg ul li .yzm {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    height: 40px;
    width: 90px;
    color: #fff;
    border-radius: 3px;
    color: #fff;
    background: #677beb;
}

.reg ul li .aui-Address-box-text {
    border: 1px solid #d5d5d5;
    color: #666;
    font-size: 14px;
    border-radius: 3px;

    padding: 10px;

}

.reg p.login {
    text-align: center;
    color: #666;
    font-size: 14px;
    padding-bottom: 10px;
}

.reg p.login a {
    color: #677beb;
}

.header_list .mingxi {
    position: absolute;
    right: 10px;
    top: 0;
    color: #888;
    font-size: 14px;
    line-height: 45px;
}

.chongzhi_con {
    background: #333;
    padding: 10px;
    margin: 10px auto;
}

.chongzhi_con .chongzhi_jiner {
    width: 100%;
    background: none;
    border-radius: 0;
    padding: 0 10px;
}

.chongzhi_con .ct-list {
    width: 100%;
    padding: 10px 0 0;
}

.chongzhi_con #pay_code {
    width: 100%;
}

.chongzhi_jiner {
    margin-bottom: 10px;
}

.chongzhi_jiner .jine_l {
    width: 70px;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.chongzhi_jiner .jine_r {
    width: calc(100% - 70px);
}

.chongzhi_jiner .jine_r > input {
    height: 40px;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #f1f1f1;
    width: 100%;
}

.chongzhi_beizhu {
    margin-bottom: 10px;
}

.chongzhi_beizhu .beizhu_l {
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.chongzhi_beizhu .beizhu_r textarea {
    font-size: 14px;
    height: 80px;
    outline: none;
    padding: 10px;
    color: #666;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.chongzhi_btn input {
    height: 40px;
    border-radius: 20px;
    background: #4c9d58;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border: none;
}

.tixianmingxi {
    background: #333;
}

.tixianmingxi dd {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #eee;
    text-align: center;
    line-height: 45px;
}

.tixianmingxi dt {
    border-bottom: 1px solid #101012;
    color: #101012;
    text-align: center;
    line-height: 45px;
    background: #ddbe87;
}

.tixianmingxi dd span,.tixianmingxi dt span {
    display: block;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
}

.ziliao {
    margin-bottom: 0;
    font-size: 14px;
}

.ziliao li {
    background: #fff;
    padding: 0 10px;
    height: auto;
}

.ziliao li i {
    font-size: 24px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 4px;
}

.ziliao li i.icon_touxiang {
    color: #54ddc3;
}

.ziliao li i.icon_nicheng {
    color: #f39180;
}

.ziliao li i.icon_bianhao {
    color: #5582f2;
}

.ziliao li i.icon_tel {
    color: #ffc024;
}

.ziliao li i.icon_shiming {
    color: #5bbfeb;
}

.ziliao li:last-child {
    border-bottom: none;
}

.ziliao li .toupic {
    width: 10%;
    float: right;
}

.ziliao li .textinfor {
    width: 50%;
    float: right;
    text-align: right;
    color: #666;
    overflow: hidden;
    height: 40px;
}

.ziliao li .toupic img {
    display: block;
    border-radius: 50%;
    margin-top: 5px;
}

.item_content {
    position: relative;
    color: #000000;
    background: url("../images/more.png") no-repeat right center;
    background-size: auto 15px;
    padding-right: 30px;
}

.huiyuanbianhao {
    background: none
}

.item_order_link img {
    width: 28px;
    float: left;
    margin-right: 5px
}

.ziliao li .textinfor {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    height: 40px;
}

.item {
    padding-left: 5px;
    height: 45px;
    line-height: 45px;
}

.item a {
    display: block;
}

.tit {
    font-size: 14px;
    font-weight: normal;
    font-family: "microsoft yahei";
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    padding: 0 10px;
}

.toubox {
    width: 100%;
    height: 100%;
    overflow: auto;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.toubox img {
    width: 70px;
    height: 70px;

    border-radius: 50%;
}

.uptou {
    background: #fff;
    padding: 10px;
}

.z_photo {
    margin: 0 auto;
    overflow: auto;
    clear: both;
}

.z_photo img {
    width: 1rem;
    height: 1rem;
}

.z_addImg {
    float: left;
    margin-right: 0.18rem;
    margin-bottom: 5px;
}

.z_file {
    width: 70px;
    height: 70px;
    background: url(../images/z_add.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 0.2rem;
}

.z_file input::-webkit-file-upload-button {
    width: 1rem;
    height: 1rem;
    border: none;
    position: absolute;
    outline: 0;
    opacity: 0;
}

.z_file input#file {
    display: block;
    width: 70px;
    height: 70px;
    opacity: 0;
    border: 0;
    vertical-align: middle;
}

.z_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.z_alert {
    width: 3rem;
    height: 2rem;
    border-radius: .2rem;
    background: #fff;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -2rem;
}

.z_alert p:nth-child(1) {
    line-height: 1.5rem;
}

.z_alert p:nth-child(2) span {
    display: inline-block;
    width: 49%;
    height: .5rem;
    line-height: .5rem;
    float: left;
    border-top: 1px solid #ddd;
    text-align: center;
}

.z_cancel {
    border-right: 1px solid #ddd;
}

.tjbtn {
    width: 100%;
}

.confirm {
    display: block;
    background: #4c9d58;
    color: #fff;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    border: none;
    font-family: 'Microsoft YaHei';
}

.product_sq {
    padding: 8px 15px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.nicheng {
    margin-top: 10px;
}

.product_sq span {
    float: left;
    width: 27%;
    color: #333;
    text-align: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.add-input {
    float: left;
    background: transparent;
    border: 0;
    font-size: 14px;
    height: 35px;
    width: 70%;
    line-height: 35px;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #999;
}

.xinxi_input {
    overflow: hidden;
    width: 40%;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #fff;
}

.xinxi_input .xinxi_L {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}

.xinxi_input .xinxi_R {
    float: left;
    color: #aeaeae;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.xinxi_input .xinxi_R span {
    margin-right: 10px;
}

.xinxi_R {
    position: relative;
}

.xinxi_R input {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.xinxi_R i {
    background: url(../images/cy/choose1.png) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 25px 25px;
    display: block;
}

.xinxi_R input:checked + i {
    background-image: url(../images/cy/choose2.png);
}

.xingbie {
    width: 30%;
}

.tel_con {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.tel_con ul {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.tel_con ul li {
    background: #fff;
    border-bottom: 1px dashed #eaeaea;

    overflow: hidden;
    padding: 8px 10px ;
    position: relative;
    top: 0;
    left: 0;
}

.tel_con ul li:last-child {
    border-bottom: none;
}

.tel_con ul li input {
    width: 100%;
    height: 38px;
    border: none;
    font-size: 14px;
    color: #666;
    line-height: 14px;
}


.tel_con ul li .yzm {
    position: absolute;
    top: 13px;
    right: 10px;
    background: #ffc74a;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
}

.tel_btn {
    text-align: center;
    margin-top: 15px;
}

.tel_btn input {
    width: 90%;
    border: none;
    height: 40px;
    color: #fff;
    background: #6e6bfe !important;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
}

.xingbie_con {
    padding: 0 10px;
    background: #fff;
    margin-top: 10px;
}

.fenhong_con ul {
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.fenhong_con ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    position: relative;
    top: 0;
    left: 0;
}

.fenhong_con ul li h3 {
    font-size: 16px;
    color: #333;
    line-height: 2em;
}

.fenhong_con ul li p {
    line-height: 2em;
    color: #677beb;
    font-size: 14px;
}

.fenhong_con ul li .fenhong_r {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 10px;
}

.fenhong_con ul li .fenhong_r img {
    width: 70px;
}

.jiangjin_con {
    border-top: none;
    background: none;
    width: 95%;
    margin: 10px auto 0;
}

.jiangjin_con .top_con {
    padding: 20px 20px;
    position: relative;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.jiangjin_con .top_con .tou_con {
    width: 100%;
    margin-bottom: 10px
}

.jiangjin_con .top_con .tou_con img {
    float: left;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.jiangjin_con .top_con .tou_con .text {
    float: left;
    width: calc(100% - 35px);
    padding-left: 10px;
}

.jiangjin_con .top_con .tou_con .text span {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.jiangjin_con .top_con .tou_con .text p {
    font-size: 12px;
    color: rgba(255,255,255,0.5)
}

.jiangjin_con .top_con .con {
    width: 100%;
}

.jiangjin_con .top_con .con .one {
    float: left;
    background: #6e6bfe;
    width: 48%;
    border-radius: 5px;
    padding: 15px 15px 40px;
    position: relative;
    margin-right: 4%
}

.jiangjin_con .top_con .con .one:nth-child(2) {
    margin-right: 0
}

.jiangjin_con .top_con span {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.jiangjin_con .top_con p {
    font-size: 14px;
    color: #999;
    margin-top: 5px
}

.jiangjin_con .top_con em {
    bottom: 10px;
    right: 10px;
    background: #ff9800;
    color: #fff;
    padding: 0px 8px;
    border-radius: 5px;
}

.jiangjin_con .top_con a {
    bottom: 10px;
    right: 10px;
    background: #4caf50;
    color: #fff;
    padding: 0px 8px;
    border-radius: 5px;
}

.jiangjin_con .ddul {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.jiangjin_con .ddul .ddli {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}

.jiangjin_con .ddul .ddli.on {
    color: #f82d40;
    font-weight: 800
}

.jiangjin_con dt span {
    color: #333;
    border-bottom: 1px solid #f8f8f8;
    font-size: 14px;
    background: #fff;
}

.jiangjin_con .ddcon {
    width: 100%;
    background: none;
    padding: 10px 0;
}

.jiangjin_con .ddcon .ddone {
    display: none;
}

.jiangjin_con .ddcon .ddone:nth-child(1) {
    display: block;
}

.jiangjin_con .ddcon .ddone .one {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.jiangjin_con .ddcon .ddone .one span {
    font-size: 14px;
    color: #fff;
}

.jiangjin_con .ddcon .ddone .one p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.jiangjin_con .ddcon .ddone .one em {
    position: absolute;
    top: 22px;
    right: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fcff00;
}

.jiangjin_con .ddcon .ddone .one em.on {
    color: #33c6df;
}

.jiangjin_con dl span {
    display: block;

    width: calc(25% - 1px);
    float: left;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    border-right: 1px solid #f8f8f8;
}

.jiangjin_con dd {
    border-bottom: 1px solid #f8f8f8;
}

.fxhy_con {
    position: relative;
    padding: 40px 0;
    width: 100%;
    height: 100vh;
    background:none;
}

.fxhy_con .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -7px;
}

.fxhy_con .swiper-container {
    width: 100%;
    height: 530px;
    margin: 20px auto;
    overflow: initial;
}

.fxhy_con .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 80%;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.fxhy_con .swiper-slide:nth-child(2n) {
    width: 80%;
}

.fxhy_con .swiper-slide img {
    width: 100%;
    height: 100%
}

.fxhy_con .swiper-slide .con {
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 5%;
    padding: 15px 10px;
    border-radius: 5px;
    background: none;
}

.fxhy_con .swiper-slide .con .lt_c > img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.fxhy_con .swiper-slide .con .txt {
    float: right;
    width: calc(100% - 50px);
    padding-left: 10px;
    position: relative;
    text-align: left
}

.fxhy_con .swiper-slide .con .txt span {
    font-size: 14px;
    color: #333333
}

.fxhy_con .swiper-slide .con .txt p {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.fxhy_con .swiper-slide .con .txt img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
}

.fxhy_con .btn_c {
    position: absolute;
    bottom: 10px;
    left: 2.5%;
    width: 95%;
    background: #6e6bfe;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
}

.tuiguang_top {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px auto;
    padding: 0 10px;
}

.tuiguan_bottom p,.tuiguang_top p {
    font-size: 14px;
    color: #666;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.lianjie_con {
    margin: 5px 0;
}

.lianjie_con input[type="text"] {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    width: calc(100% - 85px);
    font-size: 14px;
    color: #666;
}

.lianjie_con button {
    width: 80px;
    background: #677beb;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    border: none;
}

.tuiguan_bottom {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px auto;
    padding: 0 10px;
}

.tuiguang_erweima {
    text-align: center;
}

.tuiguang_erweima img {
    width: 150px;
    padding: 10px;
}

.dropload-load {
    height: 35px;
    box-sizing: border-box;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 10px;
    border: 2px solid #666;
    box-sizing: border-box;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

.dropload-refresh.active, .dropload-load.active {
    display: block;
}

@-webkit-keyframes rotate {
    0% {

        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tongzhi_con {
    width: 100%;
    padding: 15px 15px 0;
    box-sizing: border-box;
    background: #333;
}

.tongzhi_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li {
    background: #333;
    height: 93px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.11);
}

.tongzhi_con ul li::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li a::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .left {
    float: left;
    width: 120px;
    height: 83px;
}

.tongzhi_con ul li .left img {
    width: 100%;
    height: 100%;
}

.tongzhi_con ul li .right {
    float: right;
    width: calc(100% - 130px);
    position: relative;
}

.tongzhi_con ul li .right h3 {
    font-size: 14px;
    color: #e2e2e2;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tongzhi_con ul li .right .du_zhuangtai {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #f00;
    width: 8px;
    height: 8px;
}

.tongzhi_con ul li .right p {
    font-size: 14px;
    color: #afafaf;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tongzhi_con ul li .right .right_con::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .right .right_con .right_con_lt {
    float: left;
    text-align: right;
}

.tongzhi_con ul li .right .right_con .right_con_lt::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .right .right_con .right_con_lt i {
    float: left;
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 2px;
    margin-right: 5px;
}

.tongzhi_con ul li .right .right_con .right_con_lt p {
    float: left;
    font-size: 12px;
    color: #999;
}

.newsxiang_con {
    width: 100%;
    padding: 15px 15px 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: #333;
}

.newsxiang_con .xiangqing_con {
    width: 100%;
    box-sizing: border-box;
}

.newsxiang_con .xiangqing_con .title {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px;
    border-bottom: 1px dashed #d5d5d5;
}

.newsxiang_con .xiangqing_con .title h3 {
    font-size: 16px;
    color: #ffffff;
}

.newsxiang_con .xiangqing_con .title .left {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    color: #848484;
}

.newsxiang_con .xiangqing_con .con p {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 1.8em;
    text-indent: 2em;
}

.newsxiang_con .xiangqing_con .con img {
    max-width: 100%;
}

.di_folat {
    background: #fff;
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 0.69px solid #e6e6e6;
}

.prve_a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.prve {
    width: 50%;
    float: left;
    border-right: 0.69px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    height:
}


.next {
    width: 50%;
    float: right;
    text-align: center;
}

.prve_a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 30%;
}

.prve_text {
    color: #677beb;
    font-size: 14px;
    line-height: 40px;
    margin-left: 13.88px;
    line-height: 40px;
}

.xiaoxi ul li {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 10px;
    position: relative;
    margin-top: 5px;
}

.xiaoxi ul li .xiaoxi_img {
    float: left;
    width: 40px;
    height: 40px;
}

.xiaoxi ul li .xiaoxi_img img {
    width: 100%;
}

.xiaoxi ul li .xiapxi_r {
    width: calc(100% - 55px);
    float: right;
}

.xiaoxi ul li .xiapxi_r h3 {
    color: #cda041;
    font-size: 16px;
    line-height: 2em;
}

.xiaoxi ul li .xiapxi_r h3 span {
    float: right;
    color: #666;
    font-size: 14px;
}

.xiaoxi ul li .xiapxi_r p {
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xiaoxi ul li .weidu {
    width: 10px;
    height: 10px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    top: 5px;

    left: 5px;
}

.tuandui_container {
    background: #fff;
    border-top: 1px solid #ACC7AF;
    margin-top: 10px;
}

.tuandui_container dt span {
    color: #666;
    background: #fff;
    border-bottom: 1px solid #ACC7AF;
    font-size: 12px;
}

.tuandui_container span {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 40px;
    border-right: 1px solid #e6e6e6;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tuandui_container dd {
    border-bottom: 1px solid #e6e6e6;
}

.tuiguang_con {
    width: 100%;
    height: 100vh
}

.tuiguang_con > img {
    width: 100%;
    height: 100vh
}

.tuiguang_con .con {
    width: 190px;
    height: 190px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -85px;
}

.tuiguang_con .con img {
    width: 100%;
    border: 10px solid #677beb;
    box-sizing: border-box;
}
.shuju_con {
    width: 100%;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
    padding-bottom: 20px;
}

.shuju_con .top_con {
    width: 100%;
    padding: 15px 0
}

.shuju_con .top_con .one {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1)
}

.shuju_con .top_con .one span {
    font-size: 20px;
    color: #fff;
}

.shuju_con .top_con .one p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}

.shuju_con .bottom_con {
    width: 100%;
}

.shuju_con .bottom_con .one {
    width: 50%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}

.shuju_con .bottom_con .one a {
    display: block;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 35px;
    color: #677beb;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.jf_title {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 10px 0;
    position: relative;
}

.jf_title i {
    float: left;
    width: 3px;
    height: 15px;
    margin-right: 5px;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
}

.jf_title p {
    font-size: 14px;
    color: #333;
    line-height: 15px;
    float: left;
}

.jf_nav {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.jf_nav ul {
    -webkit-overflow-scrolling: touch;
    position: relative;
    top: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;

    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.jf_nav ul li {
    padding: 0 15px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.jf_nav ul li a {
    font-size: 14px;
    color: #333;
}

.jf_nav ul li.on {
    border-bottom: 2px solid #a35eec
}

.jf_nav ul li.on a {
    color: #a35eec
}

/*index*/
.indextt_top {
    width: 100%;
    background: #333;
    text-align: center;
}

.indextt_top p {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
}

.ggzs_con {
    width: 100%;
}

.ggzs_con .title {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    background: #121212;
    color: #fff;
}

.ggzs_con .title p em {
    color: #ddbe87;
    margin: 0 5px;
}

.ggzs_con .zs_ulcon {
    width: 95%;
    margin: 0 auto;
    background: #333;
    height: 335px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ggzs_con .zs_ulcon ul li::after {
    content: "";
    display: block;
    clear: both;
}

.ggzs_con .zs_ulcon ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ggzs_con .zs_ulcon ul li span {
    display: block;
    width: 25%;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
}

.ggzs_con .zs_ulcon ul li span:nth-child(1) {
    width: 20%;
}

.ggzs_con .zs_ulcon ul li span:nth-child(3) {
    width: 30%
}

.ggzs_con .zs_ulcon ul li span img {
    display: block;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    margin: 0 auto;
}

.ggzs_con .btn {
    width: 95%;
    margin: 10px auto;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
}

.ggzs_con .btn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.zhbd_con_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    width: 100%;
    height: 100%;
}

.zhbd_con {
    width: 100%;
    position: fixed;
    z-index: 9999;
    width: 95%;
    top: 25%;
    left: 50%;
    margin-left: -47.5%;
    padding-bottom: 10px;
}

.zhbd_con .bg {
    margin-top: -35px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-animation: spinbg 2s linear infinite;
    animation: spinbg 4s linear infinite;
}

@-webkit-keyframes spinbg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinbg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.zhbd_con .bg img {
    width: 100%;
}

.zhbd_con .con {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;

    text-align: center;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

.zhbd_con .con .close_i {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.zhbd_con .con .close_i img {
    width: 100%;
}

.zhbd_con .con .img {
    width: 80%;
    margin: 0 auto;
}

.zhbd_con .con .img img {
    width: 100%;
}

.zhbd_con .con .img .zhbd_con .bottom {
    width: 100%;
    text-align: center;
}

.zhbd_con .bottom a {
    display: block;
    width: 110px;
    margin: -15px auto 0;
    height: 36px;
}

.zhbd_con .bottom a img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con {
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    display: none;
    position: absolute;
    top: 60px;
    left: 5%;
    border-radius: 10px;
    overflow: hidden;
}

.zhbd_con .tan_con .title {
    width: 100%;
    background: #c52620;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.zhbd_con .tan_con .title p {
    font-size: 14px;
    color: #fff;
}

.zhbd_con .tan_con .title i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.zhbd_con .tan_con .title i img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con .con_con {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.zhbd_con .tan_con .con_con i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 3px solid #c52620;
}

.zhbd_con .tan_con .con_con i img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con .con_con span {
    font-size: 20px;
    color: #c52620;
}

.zhbd_con .tan_con .con_con p {
    font-size: 14px;
    color: #666;
    margin-top: 2px;
}

.zhbd_con .tan_con .con_con .btm_btn {
    width: 100%;
    text-align: center;
    padding-top: 1px;
}

.zhbd_con .tan_con .con_con .btm_btn a {
    display: block;
    width: 80px;
    margin: 10px auto 0;
    background: #c52620;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    border-radius: 3px;
}

/*team*/
.team_listcon {
    width: 100%;
    background: #333;
}

.team_listcon .one {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 13px 10px;
    box-sizing: border-box;
}

.team_listcon .one i {
    display: block;
    float: left;
    margin-right: 10px;
}

.team_listcon .one i img {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
}

.team_listcon .one span {
    font-size: 14px;
    color: #fff;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.team_listcon .one em {
    font-size: 14px;
    color: #fff;
    float: left;
    line-height: 30px;
}

.team_listcon .one b {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin-top: 8px;
}

.my_ddnav {
    width: 100%;
    background: #000000;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.my_ddnav ul::after {
    content: "";
    display: block;
    clear: both;
}

.my_ddnav ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #969696;
    line-height: 50px;
}

.my_ddnav ul li.on {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.my_ddcon {
    width: 100%;
    background: #333;
}

.my_ddcon .con {
    width: 100%;
    display: none;
}

.my_ddcon .con .one {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10)
}

.my_ddcon .con .one .top {
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

.my_ddcon .con .one .top p {
    color: #fff;
    float: left;
    line-height: 35px;
}

.my_ddcon .con .one .top em {
    color: #fff;
    float: right;
    line-height: 35px;
}

.my_ddcon .con .one .center {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.my_ddcon .con .one .center .img {
    width: 80px;
    height: 80px;
    float: left;
}

.my_ddcon .con .one .center .img img {
    width: 100%;
}


.my_ddcon .con .one .center .text {
    float: right;
    width: calc(100% - 90px);
    padding-top: 5px;
    position: relative;
}

.my_ddcon .con .one .center .text h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.my_ddcon .con .one .center .text p {
    font-size: 14px;
    color: #fff;
}

.my_ddcon .con .one .center .text button {
    position: absolute;
    bottom: 0;
    right: 10px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    border: none;
    color: #333;
    padding: 3px 5px;
}

.dsf_con {
    width: 100%;
    margin-top: 15px;
}

.dsf_con .top_con {
    width: 228px;
    margin: 0 auto;
}

.dsf_con .top_con i {
    float: left;
    width: 60px;
    height: 1px;
    background: #fff;
    margin-top: 8px;
}

.dsf_con .top_con p {
    font-size: 14px;
    color: #fff;
    float: left;
    margin: 0 5px;
}

.dsf_con .bottom_con {
    width: 100%;
    text-align: center;
}

.dsf_con .bottom_con a {
    display: block;
    margin: 10px auto;
    width: 35px;
    height: 35px;
}

.dsf_con .bottom_con a img {
    width: 100%;
}



input, img {
    vertical-align: middle
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:link, a:visited, a:active, a:hover,a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

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

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input[type="text"], input[type="password"], input[type="number"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

li {
    list-style: none;
}

.clearfixd:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfixd {
    *zoom:1; overflow: hidden;
}

.hide {
    display: none;
}

.nomarginleft {
    margin-left: 0
}

input:focus,select:focus {
    outline: none;
}

.fr_l {
    float: left;
}

.fr_r {
    float: right;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.tuichu {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 10px;
    background: #fff;
    corlor: #fff;
    font-size: 12px;
    padding: 3px 5px;
}

.tuichu_con .tuichu {
    width: 90%;
    margin: 30px auto 30px;
    background: #6e6bfe;
    color: #ffffff;
    line-height: 40px;
    height: 45px;
    border-radius: 50px;
    font-size: 15px;
    padding: 0;
    display: block;
    border: none;
}

.main-container {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    background: #0e022d;
    background-size: 100% 100%;
    height: auto;
}

.ck_btn {
    width: 45%;
    margin: 10px auto 30px;
}

.ck_btn img {

    width: 100%;
}

.ck_btn a {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #2331a9 , #4e9aee);
    background: -o-linear-gradient(right,#2331a9 , #4e9aee);
    background: -moz-linear-gradient(right, #2331a9 , #4e9aee);
    background: linear-gradient(to right, #2331a9 , #4e9aee);
    border-radius: 40px;
    display: block;
    font-size: 14px;
}



.zc_gg {
    padding: 5px 0;
    background: #fff;
    width: 100%;
    margin: 0 auto 10px !important;
    z-index: 9;
    box-shadow: 0 5px 5px rgba(0,0,0,0.0);
    border-radius: 0
}

.zc_gg .zhuce_left {
    width: 40px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
    height: 30px;
}

.zc_gg .zhuce_left img {
    width: 20px;
    margin-top: 5px;
}

.zc_gg .zhuce_right {
    width: calc(100% - 50px);
    padding: 0 10px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.zc_gg .zhuce_right .zhu_list_l {
    font-size: 14px;
    color: #333;
}

.zc_gg .zhuce_right .zhu_list_r {
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #999;
    border-radius: 3px;
}

.zc_gg .zhuce_right li {
    margin: 10px;

    color: #999;
}



.kefu_con ul li {
    width: 33.33%;
    text-align: center;
}

.kefu_con ul li img {
    width: 80%;
}

.kefu_con ul li .kefy_top {
    margin: 0 auto;
    width: 90px;
}

.kefu_con ul li i {
    color: #677beb;
    font-size: 25px;
    float: left;
    margin-right: 5px;
}

.kefu_con ul li span {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    float: left;
}

.kefu_con ul li p {
    color: #666;
    font-size: 12px;
    line-height: 2em;
}

.rexiao {
    margin: 10px auto;
    width: 100%;
}

.rexiao_top {
    overflow: hidden;
    padding: 8px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #fff;
}

.rexiao_top img {
    width: 100%;
}

.rexiao_top h3 {
    line-height: 25px;
    font-size: 14px;
    float: left;
    padding-left: 10px;
    border-left: 5px solid #677beb;
    color: #677beb;
}

.rexiao_top h3 a {
    color: #677beb;
    font-size: 14px;
}

.rexiao_top a {
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}

.rexiao_con .rexiao_l {
    float: left;
    width: 50%;
    border-right: 1px solid #e6e6e6;
}

.rexiao_con .rexiao_l img {
    width: 100%;
}

.rexiao_con .rexiao_r {
    float: right;
    width: 50%
}

.rexiao_con .bottom_text {
    padding: 0 10px;
    padding-bottom: 5px;
}

.rexiao_con .bottom_text p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rexiao_con .bottom_text span {
    font-size: 12px;
    color: #677beb;
}

.rexiao_r .list_pro {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
}

.rexiao_r .list_pro:nth-child(2) {
    border: none;
}

.rexiao_r .list_pro .pro_img {
    float: left;
    width: 50%;
}

.rexiao_r .list_pro .pro_img img {
    width: 100%;
}

.rexiao_r .list_pro .pro_title {
    float: right;
    width: 50%;
}

.rexiao_r .list_pro .pro_title h3 {
    font-weight: 100;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rexiao_r .list_pro .pro_title span {
    font-size: 12px;
    color: #677beb;
}

.tuijian .tuijian_title {
    padding: 0 10px;
}

.tuijian .tuijian_title p {
    border-bottom: 1px solid #d5d5d5;
    height: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.tuijian .tuijian_title p span {
    padding: 0 20px;
    line-height: 50px;
    background: #f5f5f5;
    color: #3f3f3f;
    font-size: 16px;
}

.tuijian ul {
    padding: 10px 10px 0;
}

.tuijian ul li {
    width: calc(50% - 5px);
    background-size: 100%;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
    border-radius: 5px;
}

.tuijian ul li:nth-child(2n) {
    margin-right: 0;
}

.tuijian ul li img {
    width: 100%;
    border-radius: 5px;
}

.tuijian ul li .tuijian_list_top span {
    font-size: 15px;
    margin: 10px auto 5px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tuijian ul li .tuijian_list_top i {
    float: right;
    display: block;
    width: 100px;
    font-size: 16px;
    color: #677beb;
    text-align: right;
    font-style: normal;
}

.tuijian ul li .tuijian_list_top p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    text-align: center;
}

.tuijian ul li .goumai_con {
    width: 70%;
    border-radius: 50px;
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0 auto 0;
}

.tuijian ul li .goumai_con .left {
    float: left;
}

.tuijian ul li .goumai_con .left p {
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    float: left;
    margin-right: 5px;
}

.tuijian ul li .goumai_con .left em {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    float: left;
}

.tuijian ul li .goumai_con .right {
    float: right;
    background: none;
    border-radius: 5px;
    padding: 0;
}

.tuijian ul li .goumai_con .right p {
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 5px;
}

.tuijian ul li .goumai_con .right i {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 5px
}

.tuijian ul li .goumai_con .right i img {
    width: 100%;
    float: left;
}

.tuijian ul li > p {
    color: #666;
    font-size: 12px;
    line-height: 1.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}

.tuijian ul li .tuijian_listtop_con .tuijian_list_top p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
}

.tuijian ul li .tuijian_listtop_con .goumai_con {
    width: 80%;
    padding: 0 5px;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left {
    text-align: center;
    float: none;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left p {
    font-size: 16px;
    color: #f00;
    line-height: 29px;
    margin-right: 0;
    display: inline-block;
    float: none;
}

.tuijian ul li .tuijian_listtop_con .goumai_con .left em {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    display: inline-block;
    float: none;
}

div::after {
    content: "";
    display: block;
    clear: both;
}

.footer {
    position: fixed;
    height: 55px;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
    z-index: 100;
}

.nav_list {
    background: #221e52;
    padding: 5px 0;
}

.nav_list ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.nav_list ul li i {
    color: #999;
    font-size: 24px;
}

.nav_list ul li .img {
    width: 55px;
    height: 55px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 50%;
    margin: -15px auto 0;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.nav_list ul li .img img {
    width: 100%;
    height: 100%;
}

.nav_list ul li.on i {
    color: #4c9d58;
}

.nav_list ul li .nav_title {
    font-size: 14px;
    color: #aea6bb;
}

.nav_list ul li.on .nav_title {
    color: #6e6bfe;
}

.suo_top {
    height: 45px;
    padding: 0 10px;
    background: #5f56fd;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.suo_top .suo_form {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 85%;
}

.suo_top .suo_form input[ type="search"] {
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 3px;
    border: none;
    height: 35px;
    top: 0px;
    position: absolute;
    left: 0;
    padding: 0 10px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

.suo_top .suo_form input[ type="submit"] {

    width: 40px;
    position: absolute;
    height: 35px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.zuijin_top {
    padding: 0 10px;
    margin: 5px 0;
}

.zuijin_top .zuijin_top_l {
    float: left;
    color: #555;
    font-size: 16px;
    line-height: 35px;
    background: url(../images/sousou1.png) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}

.zuijin_top .zuijin_top_r {
    float: right;
    height: 35px;
}

.zuijin_top .zuijin_top_r img {
    width: 25px;
    margin-top: 5px;
}

.suo_top .black a {
    display: block;
}

.suo_top .black a::before {
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    content: '';
    height: 12px;
    width: 12px;
    display: block;

    float: left;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 15px;
}

.zuijin ul {
    padding: 0 10px;
}

.zuijin ul li {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.zuijin ul li a {
    display: block;
    padding: 0 10px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

.suo_top .sou_btn {
    position: absolute;
    right: 10px;
    width: 25px;
}

.suo_top h3 {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.suo_top .sou_btn img {
    width: 100%;
    margin-top: 10px;
}

.black {
    position: relative;
    z-index: 99
}

.aui-scroll-contents {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 750px;
    /*min-width: 300px;*/
    /*margin-bottom:100px;*/
}

.aui-scroll-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    padding-bottom: 56px;
    background: #f7fcff;
}

.aui-scroll-nav {
    width: auto;
    height: 100%;
    text-align: center;
    background-color: #f8f8f8;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    overflow-y: auto;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.aui-scroll-item {
    padding: 0 10px;
    height: 3rem;
    line-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: .8rem;
    text-align: center;
}

.aui-scroll-item-text {
    font-size: 0.8rem;
    color: #666;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.aui-scroll-content {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;

    flex: 1;
    padding: 0 .5rem .5rem .5rem;
    position: relative;
}

.aui-scroll-content-item {
    padding-top: 10px;
    display: none;
}

.aui-scroll-content-title {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    font-weight: normal;
    color: #555;
    display: block;
    padding-bottom: .1rem;
    padding-top: .32rem;
    margin-bottom: .2rem;
    position: relative;
    z-index: 1;
}

.aui-scroll-nav .aui-crt {
    background-color: #FFF;
}

.aui-scroll-nav .aui-crt .aui-scroll-item-text {
    color: #677beb;
}

.aui-class-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.m-navbar {
    position: fixed;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.98);
}

.navbar-item {
    height: 0.9rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.navbar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
}

.navbar-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.9rem;
    width: 50%;
    margin-left: 25%;
}

.navbar-center .navbar-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.4rem;
    color: #5C5C5C;
}

/* aui-banner-content */
.aui-banner-content {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.aui-banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: .5rem;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aui-banner-wrapper-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider-pagination-item {
    margin: 0 .3rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
}

.slider-pagination-item.slider-pagination-item-active {
    background: #f93753;
}

.aui-banner-wrapper-item img {
    width: 100%;
    background: url(..images/log.png) no-repeat center center;
    background-size: cover;
}

.aui-header-item-icon {
    height: 2.8rem;
    min-width: 10%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    padding: 0 0.8rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}


.aui-header-item-icon:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-header-search-box {
    background-color: rgba(255, 255, 255, 0.3);
    height: 27px;
    line-height: 27px;
    width: 100%;
    padding-left: 10px;
    border-radius: 30px;
}

.aui-header-search {
    width: 90%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
}

.aui-header-search:-moz-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search::-moz-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-search::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.aui-header-center-clear {
    width: 100%;
    margin-left: 13%;
}

.aui-grid-content {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0 auto 10px !important;
    width: 95%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #ffffff;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0.7rem 0;
    width: 25%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 0.7rem;
    position: relative;
    margin-top: 0.25rem;
}

.aui-grid-row-clear .aui-grid-row-item {
    width: 33.333%;
    padding: .8rem 0 0 0;
}

.aui-grid-row-clear .aui-grid-row-item .aui-icon-large {
    width: 60px;
    height: 60px;
}

.aui-grid-row-clear .aui-grid-row-item i img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}


.aui-avd-content {
    background-color: #fff;
    margin-left: 3%;
    margin-bottom: 10px;
}

.aui-avd-content a {
    display: block;
    float: left;
    width: 47%;
    margin-right: 3%;
}

.aui-avd-content a img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    /*border-radius:5px;*/
}


.aui-slide-box {
    padding-top: 1px;
}

.aui-slide-box .aui-slide-list {
    margin: 10px 10px 10px 10px;
    overflow: hidden;
    height: 8.333333rem;
}

.aui-slide-box .aui-slide-item-list {
    width: auto;
    white-space: nowrap;
    overflow: auto;
    height: 9rem;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}


.aui-slide-box-clear .aui-slide-list {
    height: 7rem;
    margin-top: 0;
}

.aui-slide-box-clear .aui-slide-item-list {
    height: 8rem;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item {
    display: inline-block;
    width: 5rem;
    margin-right: 12px;
    vertical-align: top;
}

li {
    list-style: none;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-link {
    display: block;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-img {
    display: block;
    width: 5rem;
    height: 5rem;
    background: url(..images/log.jpg) no-repeat center center;
    background-size: 62px;
}

.aui-slide-box-clear .aui-slide-item-list .aui-slide-item-item .v-img {
    width: 5rem;
    height: 6.7rem;
    background: url(..images/log.jpg) no-repeat center center;
    background-size: 62px;
}

.aui-slide-item-f-els {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-title {
    text-align: center;
    line-height: 1rem;
    word-break: break-word;
    height: 2rem;
    white-space: normal;
    margin: 6px 0 4px;
    font-size: 12px;
    color: #333;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info {
    text-align: center;
    height: 0.373333rem;
    line-height: 0.373333rem;
    margin-top: 6px;
    font-size: 12px;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-price {
    font-size: 14px;
    color: #e73c3c;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-mrk {
    text-decoration: line-through;
    font-size: 10px;
    color: #999;
}

.header_list {
    position: fixed;
    top: 0;
    left: 0;
    height: 45px;
    padding: 0 10px;
    width: 100%;
    background: #221e52;
    z-index: 99;
}

.header_list .go_back {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.header_list .go_back i {
    font-size: 19px;
    color: #fff !important;
    line-height: 47px;
}

.header_list h3 {
    text-align: center;
    color: #aea6bb !important;
    font-size: 16px;
    line-height: 45px;
}

.header_list .sousou {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
}

.header_list .sousou i {
    font-size: 24px;
    color: #fff;
}

.pro_img img {
    width: 100%;
}

.pro_con_title {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.pro_con_title h3 {
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_fenlei,.pro_jiage {
    margin-top: 5px;
    font-size: 14px !important;
    line-height: 1.8em;
}

.pro_con_con {
    width: 95%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.pro_jiage span {
    display: block;
    float: left;
    color: #f00;
    font-size: 18px;
    line-height: 25px;
}

.pro_jiage i {
    display: block;
    height: 25px;
    color: #fff;
    border-radius: 3px;
    background: #677beb;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    float: left;
    margin-left: 10px;
    padding: 0 10px;
    font-style: normal;
}

.pro_fenlei span {
    color: #666;
    font-size: 14px;
    text-decoration: line-through;
}

.pro_fenlei i {
    float: right;
    color: #666;
    font-size: 14px;
    font-style: normal;
}

.pro_fenlei i b {
    font-weight: 400;
}

.pro_fenlei i b a {
    color: #677beb;
}

.pro_xiangqing img {
    width: 100%;
}

.pro_con_top img {
    width: 100%;
}

.pro_xiangqing {
    padding: 10px;
    box-sizing: border-box;
}

.pro_con_top p {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    height: 25px;
    margin-bottom: 25px;
}

.pro_con_top p span {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    background: #f5f5f5;
    padding: 0 20px;
}

.pro_btn {
    position: fixed;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pro_btn div {
    text-align: center;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 50%;
}

.pro_btn_l {
    background: #FF9500
}

.pro_btn_r {
    background: #677beb
}

.catr {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.catr .catr_con {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 50%;
    width: 100%;
    padding: 0 10px;
}

.catr_top {
    position: relative;
    top: -40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.catr_top .catr_left {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.catr_top .catr_left img {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #d6d6d6;
}

.close {
    position: absolute;
    top: 45px;
    right: 10px;
    z-index: 101;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    border-radius: 50%;
    color: #999;
    border: 1px solid #999;
}

.catr_top .catr_right {
    width: calc(100% - 110px);
    margin-top: 40px;
}

.catr_top .catr_right span {
    color: #677beb;
    font-size: 16px;
    line-height: 2em;
}

.catr_top .catr_right h3 {
    color: #666;
    font-size: 12px;
    line-height: 1.5em;
}

.canshu_container {
    position: relative;
    top: -35px;
    height: 122px;
    overf low-y: scroll
}

.canshu {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.canshu .canshu_tite {
    color: #333;
    font-size: 14px;
    position: relative;
}

.canshu ul {
    margin-top: 5px;
}

.canshu ul li {
    display: inline-block;
    background: #f4f4f4;
    color: #666;
    line-height: 25px;
    height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
}

.goumai {
    margin-top: -30px;
}

.canshu ul li.on {
    color: #fff;
    background: #677beb;
}

.goumai .goumai_l {
    color: #333;
    font-size: 14px;
}

.goumai .goumai_r {
    width: 120px;
    border: 1px solid #d5d5d5;
    height: 30px;
    color: #999
}

.goumai .goumai_r .btn_l {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
}

.goumai .goumai_r .btn_r {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    float: right;
}

.goumai .goumai_r .btn_con {
    width: 48px;
    text-align: center;
    line-height: 30px;
}

.catr_btn {
    text-align: center;
    background: #677beb;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.gouwuche_kong {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 35%;
    display: none
}

.gouwuche_kong p {
    font-size: 14px;
    color: #666;
    line-height: 2em;
}

.gouwuche_kong a {
    display: block;
    margin: 0 auto;
    background: #677beb;
    font-size: 14px;
    color: #fff;
    width: 100px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    border-radius: 5px;
    margin-top: 10px;
}

.gouwuche_top {
    margin-top: 10px;
    background: #fff;
    width: 100%;
    padding: 0 10px;
    height: 50px;
    border-bottom: 1px solid #d5d5d5;
}

.quanxuan .quanxuan_btn {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.quanxuan_btn i {
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 18px 18px;
    display: block;
    width: 18px;
    height: 18px;
}

.quanxuan_btn input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 18px 18px;
}

.quanxuan_btn input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0
}

.quanxuan span {
    line-height: 50px;
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}

.bianji a {
    line-height: 50px;
    color: #677beb;
    font-size: 14px;
}

.gouwuche_list {
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    padding: 0 10px;
}

.gouwuche_list ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.gouwuche_list ul li .xuanze {
    position: absolute;
    left: 0px;
    top: 50px;
    height: 20px;
    width: 20px;
}

.gouwuche_list ul li .xuanze i {
    display: block;
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 18px 18px;
    display: block;
    width: 20px;
    height: 20px;
}

.gouwuche_list ul li .xuanze input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.gouwuche_list ul li .xuanze input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 18px 18px;
}

.gouwu_list_l {
    width: 100px;
    height: 100px;
    margin-left: 25px;
}

.gouwu_list_l img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}

.gouwu_list_r {
    width: calc(100% - 135px);
}

.gouwu_list_r h3 {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.gouwu_list_r .shuxing {
    font-size: 14px;
    color: #677beb;
}

.gouwu_list_bottom {
    line-height: 30px;
}

.gouwu_list_bottom .gouwuche_jiage span {
    font-size: 16px;
    color: #677beb;
}

.gouwu_list_bottom .gouwuche_jiage i {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
    font-style: normal;
}

.gouwu_list_bottom .goumai_l {
    color: #333;
    font-size: 14px;
}

.gouwu_list_bottom .goumai_r {
    width: 120px;
    border: 1px solid #d5d5d5;
    height: 25px;
    color: #999
}

.gouwu_list_bottom .goumai_r .btn_l {
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
}

.gouwu_list_bottom .goumai_r .btn_r {
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    float: right;
}

.gouwu_list_bottom .goumai_r .btn_con {
    width: 48px;
    text-align: center;
    line-height: 25px;
}

.goumai_shanchu {
    color: #677beb;
}

.gouwuche_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    border-top: 1px solid #d5d5d5;
    height: 55px;
}

.gouwuche_bottom .gouwu_bottom_l {
    width: calc(100% - 120px);
    line-height: 55px;
    padding: 0 10px;
}

.gouwuche_bottom .gouwu_bottom_l p {
    font-size: 16px;
}

.gouwuche_bottom .gouwu_bottom_l p span {
    color: #677beb;
    font-weight: 600;
}

.gouwuche_bottom .gouwu_bottom_r {
    width: 120px;
}

.gouwuche_bottom .gouwu_bottom_r a {
    text-align: center;
    line-height: 55px;
    background: #677beb;
    color: #fff;
    display: block;
}

.shanchu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

.shanchu_con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    width: 90%;
    padding: 10px;
    border-radius: 5px;
}

.shanchu_con p {
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
}

.shanchu_con_btn {
    text-align: center
}

.shanchu_con_btn div {
    display: block;
    width: 80px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 5px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.shanchu_con_btn div.quxiao_btn {
    background: #f2f2f2;
}

.shanchu_con_btn div.shanchu_btn {
    background: #677beb;
    color: #fff;
}

.geren_top {
    position: relative;
    /* background: none; */
    background-size: 100%;
    width: 100%;
    margin: 0px auto 10px;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 10px 0;
    box-sizing: border-box;
}

.geren_bg img {
    width: 100%;
}

.geren_xinxi {
    width: 100%;
    overflow: initial;
    padding: 10px 10px 0 15px;
    border-radius: 10px 10px 0 0;
}

.geren_xinxi h3 {
    font-size: 14px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    float: none;
    margin: 5px 0 10px 0;
    font-weight: 800;
}

.touxiang {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 0;
    border: 2px solid #fff;
    float: left;
}

.geren_xinxi .text {
    padding: 10px 0;
    box-sizing: border-box;
    float: none;
    background: none;
    border-radius: 5px;
    margin: -40px auto 0;
    position: relative;
    bottom: -50px;
}

.geren_xinxi .text .one {
    width: 33.33%;
    float: left;
    text-align: center;
}

.geren_xinxi .text .one span {
    font-size: 14px;
    color: #fff !important;
}

.geren_xinxi .text .one p {
    font-size: 12px;
    color: #009688;
    margin-top: 5px;
}

.jindu_con {
    width: 85%;
    margin: 10px auto;
}

.jindu_con .jindu_bg {
    height: 7px;
    width: 100%;
    border-radius: 3.5px;
    background: url(../images/bar-bg.png) repeat-x center;
    background-size: auto 7px;
    position: relative;
}

.jindu_top {
    background: url(../images/bar-bg-active.png) repeat-x center;
    background-size: auto 7px;
    height: 7px;
    width: 60%;
    border-radius: 3.5px;
    position: relative;
}

.jindu_top .top_jiner {
    position: absolute;
    top: 8px;
    right: 0;
    color: #fff;
    font-size: 12px;
}

.zong_jiner {
    position: absolute;
    top: 7px;
    right: 0;
    color: #fff;
    font-size: 12px;
}

.jindu_jiner i {
    padding: 0 5px;
    line-height: 5px;
    background: #fff;
    color: #677beb;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
}

.jindu_jiner {
    text-align: center;
    margin-top: 20px;
}

.jindu_jiner span {
    color: #fff;
    font-size: 13px;
    margin-left: 3px;
}

.touxiang img {
    border-radius: 50%;
    width: 100% !important;
    height: 100% !important;
}

.geren_xinxi h3 p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.geren_xinxi h3 span {
    display: block;
    margin: 5px auto;
    border-radius: 15px;
    height: 30px;
    width: 140px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.money .money_l,.money .money_r {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.money {
    text-align: center;
    margin: 5px auto 10px;
    border-top: 1px dashed #eee;
    padding-top: 10px;
}

.money a {
    display: block;
    border-right: none;
    box-sizing: border-box;
}

.money .money_r:last-child a {
    border-right: none;
}

.money p {
    font-size: 12px;
    color: #181111;
    margin-top: 5px;
}

.money span {
    font-size: 14px;
    color: #181111;
    font-weight: 800;
}

.money_two {
    border-top: none;
    width: 95%;
    margin: 0 auto 15px;
    position: relative;
    background: none;
    box-shadow: none;
    padding: 0;
}
.money_two .money_r {
    width: 32.5%;
    margin-right: 2px;
    float: left;
    background: none;
    padding: 0;
    border-radius: 0;
}

/*.money_two .money_r:nth-child(4n){ margin-right:0}*/
.geren_list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: #0e298d;
    border-radius: 10px;
    overflow: hidden;
}

.geren_list ul li:after {
    content: "";
    display: block;
    clear: both;
}

.geren_list ul li {
    margin-bottom: 0;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    border-bottom: none;
    text-align: center;
}

.geren_list ul li a {
    display: block;
    background: none;
    background: url(../images/more.png) no-repeat center right;
    background-size: auto 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.0);
    padding: 10px 0;
    border-bottom: 1px solid #6e7695;
}

.geren_list ul li:last-child a{ border-bottom:none}
.geren_list ul li i {
    display: block;
    font-size: 22px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin: 0 auto;
    float: left;
}

.geren_list ul li i img {
    width: 100%;
}

.geren_list ul li p {
    font-size: 12px;
    color: #fff;
    float: none;
    line-height: normal;
    margin: 0;
    float: left;
    line-height: 30px;
    margin-left: 10px;
}

.tixian_btn {
    text-align: center;
    padding: 0 15px;
    margin-top: 10px;
}

.tixian_btn a {
    display: inline-block;
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #c79442;
    border-radius: 5px;
    background: #ffffff;
    margin: 0 10px;
}

.aui-grid-content {
    width: 95%;
    display: table;
    table-layout: fixed;
    margin: 0 auto 0px;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 8px;
    width: 25%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 0.7rem;
    position: relative;
    margin-top: -0.25rem;
}

.aui-well {
    padding: 10px 15px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}

.aui-well-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-weight: 700;
    color: #333;
}

.aui-well-ft {
    text-align: right;
    color: #999999;
    padding-right: 12px;
    position: relative;
}

.aui-me-content-order {
    position: relative;
    background: #ffffff;
    width: 95%;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.aui-me-content-order:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-settle-choice a:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-footer-product-concern-cart:before {
    position: absolute;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d2d2d2;
}

.aui-product-coupon {
    position: relative;
}

.aui-product-coupon a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-product-set a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.tab-nav:after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.tab-nav-item.tab-active:before {
    content: '';

    width: 70%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: currentColor;
}

.aui-icon-large {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: #FF5E5A;
}

.aui-icon-wallet {
    background-image: url(../images/huo1.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-goods {
    background-image: url(../images/huo4.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.aui-icon-receipt {
    background-image: url(../images/huo3.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-refund {
    background-image: url(../images/huo4.png);
    background-repeat: no-repeat;
    background-size: 100% ;
}

.aui-icon-large-sm {
    width: 28px;
    height: 28px;
    background-size: 28px;
}

.aui-grid-row-label {
    color: #999;
    font-size: 12px;
}

.aui-fl-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 64%;
    position: absolute;
    top: 44%;
    right: 10px;
    margin-top: -5px;
}

.aui-dri {
    height: 8px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
}

.geren_list ul li i.shouhuo {
    color: #f85c10
}

.geren_list ul li i.fenhong {
    color: #9ebd5d
}

.geren_list ul li i.jiangjin {
    color: #2fa1d3
}

.geren_list ul li i.ewm {
    color: #f2c821;
}

.geren_list ul li i.tuandui {
    color: #de8afa
}

.geren_list ul li i.gonggao {
    color: #86dcd9
}

.aui-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.aui-out {
    padding: 20px 100px;
}

.aui-out a.aui_out_jilu {
    border: none;
    text-decoration: underline;
    height: 24px;
}

.aui-out a {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #677beb;
    border: 1px solid #677beb;
    border-radius: 3px;
    display: block;
    background: #fff
}

.aui-product-set a {
    background: #fff;
}

.aui-address-well {
    padding-bottom: 44px;
    background: #fff;
}

.aui-address-box-list {
    position: relative;
    z-index: 320;
}

.aui-address-box-default {
    padding: 12px 10px;
    position: relative;
    display: block;
    padding-bottom: 16px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAKBAMAAACOO0tGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURf///4u16Oxtbezz/J3B7NDh9vvd3fSmprjS8vGNje57e/jDw/7w8IQ3dnAAAABSSURBVCjPY2CAAG4l7GADVJ4hUBArEIXJJ2HXrw6TZ8auX7ABKs+zCLsBE2AGmGDXLwKT58SuX+sATIEjdgOcYfJF2A1Qg8lz4PCBwWgQUiMIAWCaOFG2MdFRAAAAAElFTkSuQmCC) -7px bottom repeat-x;
    background-size: 44px 2px;
}

.aui-address-box-default ul {
    position: relative;
    padding-right: 30px;
}

.aui-address-box-default ul li {
    font-size: 12px;
    color: #81838e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
}

.aui-address-box-default ul li strong {
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    color: #555;
    padding-right: 10px;
}

.aui-address-box-default .aui-tag {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    max-width: 8em;
    height: 15px;
    line-height: 15px;
    font-size: 0.7rem;
    color: #4b9bfb;
}

.aui-address-box-default .aui-tag-default {
    color: #677beb;
    border-color: #677beb;
}

.aui-address-box-default .aui-tag::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #4b9bfb;
    border: 1px solid #ddd;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    border-color: #4b9bfb;
    border-radius: 2px;
    right: -100%;
    bottom: -100%;
    -webkit-transform: scale(.5);
    -webkit-transform-origin: 0 0;
    border-radius: 4px;
}

.aui-address-box-default .aui-tag-default::after {
    border-color: #677beb;
}

.aui-address-box-default:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAAGvklEQVR4Xu3db4gUZRwH8N9vzy1396J/FBWJSYEaRfaiXhSBwnVYHYhG2ovDEMoXXUKJ9zznRTlZ6T6z6hs7AjPKjEihQpAwSzTEF1mQEJWBYZBkbwyDu13r3P3FD+bisPaeZ9zdZ55n5ubtzO3OfOa52fk+z++ZQZherAiglW+Z/hKwBq2UugoA5ufz+VNr1679I2v2VqCVUhsR8aUJXCJ6u7u7+/mBgYHRrIB3HDoMw5UAsOtSUCL6Np/P92SldXccWin1FSLe/38tl4hOAcAiKeWZtLfsjkOHYfgLAMxuBklEvwFAj5TyxzRj24DeDQD9UyES0Z8A0CulPJ5W7I5DK6VuQcTvAeAaDeIYACwTQhxMI3bHoRlNKTUXAA4j4s0axHFEXDE4OPhJ2rCtQEfYt0bYd2gQCQBWCyF2pgnbGjSjbdu27brx8fEvEPFeA8SNQogNBtt5sYlVaBYJgqBYKBT2I+IinRARvSWlXK3bzof11qEj7BmFQmEPIi7TIRHRx7VabUUQBBd127q8PhHoCRCl1A5EfEYHRESHa7VaXxAEVd22rq5PFJpRKpXKBiIKdEC+R/bEoRk4DMOnAWAHwNS9iT5Hdiego5a9lIj2AEBekyLPRv0jP+n+C1xa7wx0hL2QiPYDQEmDdD6Xy/WuW7fua5cwp9oXp6Cjy8gCAPgMAG7UINYQ8dHBwcEjPmA7B81oW7ZsmV2v148g4m0aRG8iu5PQjLtp06Yburq6DiHi3RpsLyK7s9CMOzIy0j02NnYAAB40uDw4Hdmdho5S5BXFYvEjAOjTYbsc2Z2HZlwiwjAM30HEpwywnYzsXkBP4IZhuBkAhgywnYvsXkFHt38DALDdIEU6NcruHXSEvYKI3kfEGZoU6cwou5fQjKuUehgR9wFAwYfI7i10FGzuazQaPJirG/g9z/0jQogTuut7p9Z7DR217LmI+DkAzNIgjSFiX1KR3Xvo6Jp9Ew/8AsA8VyN7KqAZt1wuX42IB5uVn006AYlE9tRARylyZrFY5B/IXt21lohekVJqR3Z0n2O6PlXQfNB79+7tOn36NN/6PalDsBnZUwc9gauU2o6IzxlgW4nsqYWOfiQ5rnNsn3KxMcqeaugIeyURcYdUThNsOhrZUw8d3ZE8lsvluKv1yqQieyagI+wHEPEAIvKkpaYLEZ1FxIeEED/rLjlx1mcGmlEqlcpdRHRIN/BLROcQsaedkT1T0IwdDfxyRauufLitkT1z0Iwdo3z4r3q9Pm/9+vU8D6elJZPQLBZNMN1nUD78phDi2ZaUdaMUrX64638f1WqfQcRrm+0rX9OllD2tHktmW7RpQTwR7ZZS8qTUlpZMQse4RjPuQiHEly0pZ/HSsXXr1ln1ep1HZXR911zm8LKU8tVWkfnvM9WiwzC8nYiOGkzDa3ufdWagwzBcQER8/3y9poV2pHAyE9CVSsW07rqtIWXyCU09dKVSMZ1J0PbYnRlo07kxAPBrVI7Q1o6kTEDHmO31HSL2CiF+b8fdRbPPSOWlw3T+IgAcK5VKi208cihV0EEQGM/IBYD91Wr18SAI/u5kS5747NRAB0Ews1AofGrQScRBZJcQYhUi8v2ylSUV0DGKZxh5s5Ry2IrupC/xHjoMQ9NyMG69a4QQI7aRvY/gHKmjmrspCxyJ6CIi9gsheGZuIou3LTpGpB4joqVSSq44TWzxEto0UndikPVyz5R30KaR2kbai4PuFXT0+M13Dbp3T0aRuqNpL5XQSqkXEfE13cER0XEi6h0aGuKHFjqzeNGiTStDAeBgtVpdEgTBBWeEox1xGjpmrfOHc+bM6V++fHndNWSn76M5Useo3q8IIaTNSB33ZDrZomNE6kTTXhxs56BNI7ULac9baC5AbDQaRw3mDNaIaEnSac9LaNOSWgDw7sFVzvwYlstl4yJxHx/F5gR0uVxOfNpDnEvA5W6b6I8hR2rDiTzH8/n8Iz6/4SIxaKUU3/eWDVqIs2nPYN//3SQRaNNITUROpz1noaOHUH1gOH34DSnlmjgH4/K21lp0EARxHqs2JKVULsPF3Tcr0KYPCiSiBiKuEkK8F/dAXN/eCrRS6gQi3jMVBhFdQMQnhBD8tN3ULR2HvvTNb00E+ZlHfUKIY6kTttUfrZT6ARHnNwPkKcG+pr04jcJGiz6JiPxmof8sPj9KPg6ylQgehiGXX71+6Y4R0Tf1en3x8PDwubg77eP2HW/RjKKUChBx8luCdpZKpRdslMu6clKsQPPB8i3e6OjondPvnHXl1Kd0P6y16JT6GR/WNLQxVWsb/gOYYQiIfWcJwgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.aui-address-cell {
    padding: 14px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}

.aui-address-cell-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
}

.aui-address-cell-ft {
    text-align: right;
    color: #222222;
    padding-right: 15px;
}

.aui-address-cell-ft .aui-address-text {
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #222;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aui-fl-arrow-clear .aui-address-cell-bd {
    font-size: 12px;
}

.aui-address-box-default ul li .aui-icon-address {
    width: 15px;
    height: 20px;
    background-size: 15px;
    position: absolute;
    left: -1px;
    top: -3px;
    background-image: url('data:image/png;base64,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');
}

.aui-list-product-float-item {
    overflow: hidden;
    position: relative;
    padding: 0 7px;
    background-color: #FFF;
}

.aui-list-product-fl-item {
    display: -webkit-box;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 8px 0;
    position: relative;
}

.aui-list-product-fl-img {
    height: auto;
    width: 6rem;
    overflow: hidden;
}

.aui-list-product-fl-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}


.aui-list-product-fl-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    background-color: #FFF;
}

.aui-list-product-fl-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    line-height: 1rem;
    max-height: 3rem;
    color: #505050;
    font-size: .8rem;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 10px;
}

.aui-list-product-fl-mes {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
}

.aui-list-product-fl-bag span {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 5px;
}

.aui-list-product-fl-bag span img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.jine_radio ul {
    width: 100%;
}

.jine_radio ul li {
    float: left;
    position: relative;
    width: 50%;
}

.jine_radio ul li i {
    width: 20px;
    height: 20px ;
    display: block;
    background: url(../images/icon_radio3.png) no-repeat center;
    background-size: 20px;
    float: left;
    margin-right: 10px;
}

.sc_con input,.jine_radio ul li input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.jine_radio ul li input:checked~i {
    background: url(../images/icon_radio4.png) no-repeat center;
    background-size: 20px;
}

.jine_radio ul li span {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.aui-payment-bar .all-checkbox {
    float: left;
    line-height: 49px;
    padding-left: 40px;
}

input.check {
    background: url(../images/icon_radio3.png) no-repeat center left;
    background-size: 20px 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -18px;
    width: 20px;
    height: 35px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.check-pay {
    right: 10px;
    left: inherit;
}

input.check:checked {
    background: url(../images/icon_radio4.png) no-repeat center left;
    background-size: 20px 20px;
}

input.check:checked {
    background: url(../images/icon_radio4.png) no-repeat center left;
    background-size: 20px 20px;
}

.aui-Address-box {
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
}

.aui-Address-box .input_danxuan {
    width: 100%;
    height: 3rem;
    padding: 10px 0;
    box-sizing: border-box;
}

.aui-Address-box .input_danxuan p {
    float: left;
    width: auto;
    margin-left: 30px;
}

.aui-Address-box p {
    width: 100%;
    position: relative;
}

.aui-Address-box p .huoqu_yanz {
    position: absolute;
    top: 0;
    right: 0;
    height: 3em;
    line-height: 3em;
    border: none;
    border-left: 1px solid #eee;
    padding: 0 20px;
    width: 10em;
}

.aui-Address-box p span {
    margin-left: 10px;
}

.aui-Address-box p span a {
    color: #999
}

.aui-Address-box p label {
    width: 100%;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
}

.aui-Address-box p label em {
    text-decoration: none;
    font-style: normal;
    color: #ff3e1d;
    font-size: 12px;
    margin-left: 5px;
}

.aui-Address-box-item {
    background: #fff;
    padding: 3px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-Address-box-item-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.aui-Address-box-item-ft {
    text-align: right;
    color: #999999;
}

.aui-Address-box-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: inherit;
    color: inherit;
    height: 3em;
    line-height: 3;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.aui-Address-box-text {
    display: block;
    border: 0;
    resize: none;
    width: 100%;
    color: inherit;
    font-size: 1em;
    line-height: inherit;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 10px;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-cityselect {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.m-cityselect.brouce-in {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.cityselect-header:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-title {
    width: 100%;
    font-size: .3rem;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.cityselect-title:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-nav {
    width: 100%;
    padding-left: .2rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-nav > a {
    font-size: .26rem;
    color: #222;
    display: block;
    height: 40px;
    line-height: 46px;
    padding: 0 .2rem;
    position: relative;
    margin-right: .15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.cityselect-nav > a.crt {
    color: #F23030;
}

.cityselect-nav > a.crt:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #F23030;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cityselect-content {
    height: 100%;
    padding-top: 85px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-content.cityselect-move-animate {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.cityselect-content.cityselect-next {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cityselect-content.cityselect-prev {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-content > .cityselect-item {
    display: block;
    height: inherit;
    width: 50%;
    /* for old android */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
}

.cityselect-item-box {
    width: 100%;
    height: inherit;
    display: block;
    padding: 0 .4rem;
}

.cityselect-item-box > a {
    color: #333;
    font-size: .26rem;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.cityselect-item-box > a:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-item-box > a:active {
    background: none;
    /* for firefox */
}

.cityselect-item-box > a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
}

.cityselect-item-box > a.crt {
    color: #F23030;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_list a.bianji {
    position: absolute;
    line-height: 45px;
    right: 10px;
    top: 0px;
    color: #fff;
    font-size: 16px;
}

.aui-prompt {
    background: #fff3dc;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #f23030;
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.tab-nav-item {
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    background-color: #FFF;
}

.tab-nav-item a {
    display: inherit;
    color: inherit;
}

.tab-panel {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0.24rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-panel .tab-panel-item table {
    width: 100%;
}

.tab-panel .tab-panel-item table tr {
    line-height: 35px;
    border-bottom: 1px dashed #ddd
}

.tab-panel .tab-panel-item table tr td {
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tab-panel .tab-panel-item table tr:nth-child(1) {
    border-bottom: 1px solid #ddd
}

.tab-panel .tab-panel-item table tr:nth-child(1) td {
    font-size: 14px;
    color: #585858;
}

.tab-panel .tab-panel-item table tr:last-child {
    border-bottom: none;
}


.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-nav-item.tab-active {
    color: #677beb;
}

.aui-list-title-btn {
    text-align: right;
    padding: 10px 10px 10px 0;
}

.aui-list-title-btn a {
    display: inline-block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
}

.aui-list-title-btn .red-color {
    border: 1px solid #677beb;
    color: #677beb;
}

.aui-list-title-info .aui-list-product-fl-img {
    width: 4.5rem;
}

.aui-list-title-info .aui-well {
    padding: 5px 11px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

.aui-list-title-info .aui-well-bd {
    font-size: 12px;
    font-weight: normal;
    color: #222;
}

.aui-list-title-info .aui-well-ft {
    padding-right: 0;
    color: #222;
    font-size: 12px;
}

.login ul {
    padding: 0 30px;
    margin-top: 45px;
}

.login ul::after {
    content: "";
    display: block;
    clear: both;
}

.login .logo_img {
    width: 100px;
    margin: 24% auto 0;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(107 187 254);
    overflow: hidden;
    border: 5px solid #fff;
}

.login .logo_img img {
    width: 100%;
}

.reg ul {
    padding: 0 10px;
    margin-top: 35px;
}

.login p {
    text-align: center;
}

.login p a {
    font-size: 14px;
    line-height: 2em;
    margin: 0 10px;
    /* background: #fff; */
    /* -webkit-background-clip: text; */
    /* color: transparent; */
}

.login p a.reg {
    color: #666;
}

.login ul li {
    padding: 5px 10px;
    position: relative;
    margin-top: 10px;
}

.login ul li::after {
    content: "";
    display: block;
    clear: both;
}

.login ul li i {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 25px;
}

.login ul li i img {
    width: 100%;
}

.login ul li input {
    width: 100%;
    border: none;
    float: right;
    height: 40px;
    color: #333;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 10px 0 45px;
    background: #fff;
}

.reg ul li input[type="submit"],.login ul li input[type="submit"] {
    color: #fff;
    background: rgb(96 135 16 / 12%);
    border: none;
}

.reg ul li {
    position: relative;
    margin-top: 15px;
}

.reg ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(213, 213, 213, 0.22);
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 10px;
    background: #333;
}

.reg ul li .yzm {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    height: 40px;
    width: 90px;
    color: #fff;
    border-radius: 3px;
    color: #fff;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
}

.reg ul li .aui-Address-box-text {
    border: 1px solid #d5d5d5;
    color: #666;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px;
}

.reg p.login {
    text-align: center;
    color: #d7b273;
    font-size: 14px;
    padding-bottom: 10px;
}

.reg p.login a {
    color: #d7b273;
}

.header_list .mingxi {
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
}

.chongzhi_con {
    padding: 0;
    margin: 10px auto;
    width: 95%;
    border-radius: 5px;
    background: none;
}

.chongzhi_jiner {
    margin-bottom: 10px;
}

.chongzhi_jiner .jine_l {

width: 100%;

color: #999 !important;

font-size: 14px;

line-height: 40px;
}

.chongzhi_jiner .jine_r {
    width: 100%;
}

.chongzhi_jiner .jine_r .rt_one {
    width: 48.5%;
    padding: 14px 10px 5px;
    position: relative;
    border-radius: 5px;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
    height: 58px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
    border: none;
}

.chongzhi_jiner .jine_r .rt_one:nth-child(2n) {
    margin-right: 0
}

.chongzhi_jiner .jine_r .rt_one img {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}

.chongzhi_jiner .jine_r .rt_one p {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    width: calc(100% - 35px);
}

.chongzhi_jiner .jine_r .rt_one .danxuan {

    width: 20px;
    float: right;
    margin-right: 1px;
    margin-top: 5px;
}

.chongzhi_jiner .jine_r .rt_one .danxuan input.radio1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
}

.chongzhi_jiner .jine_r .rt_one .danxuan i {
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../images/choose_3_1.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    display: block;
    float: left;
}

.chongzhi_jiner .jine_r .rt_one .danxuan b {
    font-size: 14px;
    color: #666;
    float: left;
    font-weight: 800;
    line-height: 30px;
}

.chongzhi_jiner .jine_r .rt_one .danxuan input.radio1:checked ~i {
    background: url(../images/choose_3_2.png) no-repeat center;
    background-size: 100% 100%;
}

.chongzhi_jiner .jine_r > input {
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    border: none;
    width: 100%;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.chongzhi_beizhu {
    margin-bottom: 10px;
}

.chongzhi_beizhu .beizhu_l {
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.chongzhi_beizhu .beizhu_r textarea {
    font-size: 14px;
    height: 80px;
    outline: none;
    padding: 10px;
    color: #666;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.chongzhi_btn input {
    height: 40px;
    border-radius: 20px;
    background: #4c9d58;
    color: #1c222f;
    font-size: 16px;
    width: 100%;
    border: none;
}

.tixianmingxi {
    background: #fff;
    margin-top: 20px;
    width: 95%;
    margin: 15px auto;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.tixianmingxi dd {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #aea6bb;
    text-align: center;
    line-height: 45px;
}

.tixianmingxi dt {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #6e6bfe;
}

.tixianmingxi dd span,.tixianmingxi dt span {
    display: block;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
}

.ziliao {
    margin-bottom: 0;
    font-size: 14px;
}

.ziliao li {
    padding: 10px 15px;
    height: auto;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.ziliao li i {
    font-size: 24px;
    line-height: 40px;
    margin-right: 0;
    margin-top: 0;
    float: left;
}

.ziliao li i.icon_touxiang {
    color: #54ddc3;
}

.ziliao li i.icon_nicheng {
    color: #f39180;
}

.ziliao li i.icon_bianhao {
    color: #5582f2;
}

.ziliao li i.icon_tel {
    color: #ffc024;
}

.ziliao li i.icon_shiming {
    color: #5bbfeb;
}

.ziliao li:last-child {
    border-bottom: none;
}

.ziliao li .toupic {
    width: 10%;
    float: right;
}

.ziliao li .textinfor {
    width: 50%;
    float: right;
    text-align: right;
    color: #666;
    overflow: hidden;
    height: 40px;
}

.ziliao li .toupic img {
    display: block;
    border-radius: 50%;
    margin-top: 0;
}

.item_content {
    position: relative;
    color: #fff;
    background: url("../images/more.png") no-repeat right center;
    background-size: auto 15px;
    padding-right: 20px;
    line-height: 31px;
}

.huiyuanbianhao {
    background: none
}
option{color: #fff !important;}

.item_order_link img {
    width: 27px;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
}

.item_order_link p {
    float: right;
    background: #6e6bfe;
    color: #fff;
    line-height: 1.8em;
    padding: 0 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 8px;
}

.ziliao li .textinfor {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #aea6bb;
    overflow: hidden;
    height: 24px;
    background: none;
    line-height: 24px;
    margin: 0;
}


.item {
    padding-left: 5px;
    height: 45px;
    line-height: 45px;
}

.item a {
    display: block;
}

.tit {
    font-size: 14px;
    font-weight: normal;
    font-family: "microsoft yahei";
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 10px;
    color: #666;
    border-bottom: 1px solid #f1f1f1;
    width: 95%;
    margin: 0 auto;
    border-radius: 5px 5px 0 0;
}

.toubox {
    width: 100%;
    height: 100%;
    overflow: auto;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.toubox img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.uptou {
    background: #fff;
    padding: 10px;
    width: 95%;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
}

.z_photo {
    margin: 0 auto;
    overflow: auto;
    clear: both;
}

.z_photo img {
    width: 1rem;
    height: 1rem;
}

.z_addImg {
    float: left;
    margin-right: 0.18rem;
    margin-bottom: 5px;
}

.z_file {
    width: 70px;
    height: 70px;
    background: url(../images/z_add.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 0.2rem;
}

.z_file input::-webkit-file-upload-button {
    width: 1rem;
    height: 1rem;
    border: none;
    position: absolute;
    outline: 0;
    opacity: 0;
}

.z_file input#file {
    display: block;
    width: 70px;
    height: 70px;
    opacity: 0;
    border: 0;
    vertical-align: middle;
}

.z_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.z_alert {
    width: 3rem;
    height: 2rem;
    border-radius: .2rem;
    background: #fff;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -2rem;
}

.z_alert p:nth-child(1) {
    line-height: 1.5rem;
}

.z_alert p:nth-child(2) span {
    display: inline-block;
    width: 49%;
    height: .5rem;
    line-height: .5rem;
    float: left;
    border-top: 1px solid #ddd;
    text-align: center;
}

.z_cancel {
    border-right: 1px solid #ddd;
}

.tjbtn {
    width: 100%;
}

.confirm {
    display: block;
    background: #6e6bfe;
    color: #ffffff;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    border: none;
    font-family: 'Microsoft YaHei';
}

.product_sq {
    padding: 8px 15px;
    width: 95%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    margin: 20px auto !important;
    border: none;
    border-radius: 5px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}


.nicheng {
    margin-top: 10px;
}

.product_sq span {
    float: left;
    width: 27%;
    color: #aea6bb;
    text-align: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.add-input {
    float: left;
    background: transparent;
    border: 0;
    font-size: 14px;
    height: 35px;
    width: 70%;
    line-height: 35px;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #fff;
}

.xinxi_input {
    overflow: hidden;
    width: 40%;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #fff;
}

.xinxi_input .xinxi_L {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}

.xinxi_input .xinxi_R {
    float: left;
    color: #aeaeae;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.xinxi_input .xinxi_R span {
    margin-right: 10px;
}

.xinxi_R {
    position: relative;
}

.xinxi_R input {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.xinxi_R i {
    background: url(../images/cy/choose1.png) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 25px 25px;
    display: block;
}

.xinxi_R input:checked + i {
    background-image: url(../images/cy/choose2.png);
}

.xingbie {
    width: 30%;
}

.tel_con {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.tel_con ul {
    width: 100%;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.tel_con ul li {
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    top: 0;
    left: 0;
}

.tel_con ul li:last-child {
    border-bottom: none;
}

.tel_con ul li input {
    width: 100%;
    height: 38px;
    border: none;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    background: none;
}

.tel_con ul li .yzm {
    position: absolute;
    top: 13px;
    right: 10px;
    background: #6e6bfe;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
}

.tel_btn {
    text-align: center;
    margin-top: 15px;
}

.tel_btn input {
    width: 90%;
    border: none;
    height: 45px;
    color: #ffffff !important;
    background: #618813;
    line-height: 45px;
    border-radius: 50px;
    font-size: 14px;
}

.xingbie_con {
    padding: 0 10px;
    background: #fff;
    margin-top: 10px;
}

.fenhong_con ul {
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.fenhong_con ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    position: relative;
    top: 0;
    left: 0;
}

.fenhong_con ul li h3 {
    font-size: 16px;
    color: #333;
    line-height: 2em;
}

.fenhong_con ul li p {
    line-height: 2em;
    color: #677beb;
    font-size: 14px;
}

.fenhong_con ul li .fenhong_r {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 10px;
}

.fenhong_con ul li .fenhong_r img {
    width: 70px;
}

.tuiguang_top {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px auto;
    padding: 0 10px;
}

.tuiguan_bottom p,.tuiguang_top p {
    font-size: 14px;
    color: #666;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.lianjie_con {
    margin: 5px 0;
}

.lianjie_con input[type="text"] {
    border: none;
    border-radius: 3px;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    width: calc(100% - 85px);
    font-size: 14px;
    color: #fff;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.lianjie_con button {
    width: 80px;
    background: #677beb;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    border: none;
}

.tuiguan_bottom {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px auto;
    padding: 0 10px;
}

.tuiguang_erweima {
    text-align: center;
}

.tuiguang_erweima img {
    width: 150px;
    padding: 10px;
}

.dropload-load {

    height: 35px;
    box-sizing: border-box;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 10px;
    border: 2px solid #666;
    box-sizing: border-box;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

.dropload-refresh.active, .dropload-load.active {
    display: block;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tongzhi_con {
    width: 95%;
    padding: 0;
    box-sizing: border-box;
    background: none;
    margin: 10px auto;
}

.tongzhi_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li {
    margin-bottom: 10px;
    border-bottom: aliceblue;
    padding: 10px;
    height: auto;
    border-radius: 5px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.tongzhi_con ul li::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li a::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .left {
    float: left;
    width: 120px;
    height: 83px;
}

.tongzhi_con ul li .left img {
    width: 100%;
    height: 100%;
}

.tongzhi_con ul li .right {
    float: right;
    width: calc(100% - 130px);
    position: relative;
}

.tongzhi_con ul li .right h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 800;
}

.tongzhi_con ul li .right .du_zhuangtai {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #f00;
    width: 8px;
    height: 8px;
}

.tongzhi_con ul li .right p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tongzhi_con ul li .right .right_con::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .right .right_con .right_con_lt {
    float: left;
    text-align: right;
}

.tongzhi_con ul li .right .right_con .right_con_lt::after {
    content: "";
    display: block;
    clear: both;
}

.tongzhi_con ul li .right .right_con .right_con_lt i {
    float: left;
    font-size: 12px;
    color: #999;
    display: none;
    margin-top: 2px;
    margin-right: 5px;
}

.tongzhi_con ul li .right .right_con .right_con_lt p {
    float: left;
    font-size: 12px;
    color: #999;
}

.newsxiang_con {
    width: 95%;
    padding: 15px 15px 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: none;
    min-height: 300px;
    margin: 0 auto;
    border-radius: 10px;
}

.newsxiang_con .xiangqing_con {
    width: 100%;
    box-sizing: border-box;
}

.newsxiang_con .xiangqing_con .title {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px;
    border-bottom: none;
}

.newsxiang_con .xiangqing_con .title h3 {
    font-size: 16px;
    color: #fff;
}

.newsxiang_con .xiangqing_con .title .left {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    color: #ffffff;
}

.newsxiang_con .xiangqing_con .con p {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    text-indent: 2em;
}

.newsxiang_con .xiangqing_con .con img {
    max-width: 100%;
}

.di_folat {
    background: #101012;
    overflow: hidden;
    position: fixed;

    width: 100%;

    bottom: 0;

    left: 0;
    border-top: 0.69px solid #e6e6e6;
}

.prve_a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.prve {
    width: 50%;
    float: left;
    border-right: 0.69px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    height:
}

.next {
    width: 50%;
    float: right;
    text-align: center;
}

.prve_a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 30%;
}

.prve_text {
    color: #d7b273;
    font-size: 14px;
    line-height: 40px;
    margin-left: 13.88px;
    line-height: 40px;
}

.xiaoxi ul li {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 10px;
    position: relative;
    margin-top: 5px;
}

.xiaoxi ul li .xiaoxi_img {
    float: left;
    width: 40px;
    height: 40px;
}

.xiaoxi ul li .xiaoxi_img img {
    width: 100%;
}

.xiaoxi ul li .xiapxi_r {
    width: calc(100% - 55px);
    float: right;
}

.xiaoxi ul li .xiapxi_r h3 {
    color: #cda041;
    font-size: 16px;
    line-height: 2em;
}

.xiaoxi ul li .xiapxi_r h3 span {
    float: right;
    color: #666;
    font-size: 14px;
}

.xiaoxi ul li .xiapxi_r p {
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xiaoxi ul li .weidu {
    width: 10px;
    height: 10px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.tuandui_container {
    border-top: none;
    margin-top: 10px;
    width: 95%;
    margin: 10px auto 0;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.tuandui_container dt span {
    color: #fff;
    background: #6e6bfe;
    font-size: 12px;
    border: none;
}

.tuandui_container span {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #aea6bb;
    line-height: 40px;
    border-right: 1px solid rgba(255,255,255,0.2);
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tuandui_container dd {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.tuiguang_con {
    width: 100%;
    height: auto
}

.tuiguang_con > img {
    width: 100%;
    height: 100vh
}

.tuiguang_con .con {
    width: 190px;
    position: absolute;
    bottom: 14%;
    left: 50%;
    margin-left: -85px;
}

.tuiguang_con .con img {
    width: 100%;
    border: 10px solid #4c9d58;
    box-sizing: border-box;
}

.shuju_con {
    width: 100%;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
    padding-bottom: 20px;
}

.shuju_con .top_con {
    width: 100%;
    padding: 15px 0
}

.shuju_con .top_con .one {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1)
}

.shuju_con .top_con .one span {
    font-size: 20px;
    color: #fff;
}

.shuju_con .top_con .one p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}

.shuju_con .bottom_con {
    width: 100%;
}

.shuju_con .bottom_con .one {
    width: 50%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}

.shuju_con .bottom_con .one a {
    display: block;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 35px;
    color: #677beb;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.jf_title {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 10px 0;
    position: relative;
}

.jf_title i {
    float: left;
    width: 3px;
    height: 15px;
    margin-right: 5px;
    background: -webkit-linear-gradient(left, #a35eec , #677beb);
    background: -o-linear-gradient(right,#a35eec , #677beb);
    background: -moz-linear-gradient(right, #a35eec , #677beb);
    background: linear-gradient(to right,#a35eec , #677beb);
}

.jf_title p {
    font-size: 14px;
    color: #333;
    line-height: 15px;
    float: left;
}

.jf_nav {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.jf_nav ul {
    -webkit-overflow-scrolling: touch;
    position: relative;
    top: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.jf_nav ul li {
    padding: 0 15px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.jf_nav ul li a {
    font-size: 14px;
    color: #333;
}

.jf_nav ul li.on {
    border-bottom: 2px solid #a35eec
}

.jf_nav ul li.on a {
    color: #a35eec
}

/*index*/
.indextt_top {
    width: 100%;
    background: none;
    background-size: 100% 100%;
    text-align: center;
    height: 45px;
    top: 0;
    left: 0;
    background: #221e52;
}

.indextt_top p {
    font-size: 15px;
    color: #fff !important;
    line-height: 45px;
}

.ggzs_con {
    width: 100%;
}

.ggzs_con .title {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    background: #121212;
    color: #fff;
}

.ggzs_con .title p em {
    color: #ddbe87;
    margin: 0 5px;
}

.ggzs_con .zs_ulcon {
    width: 95%;
    margin: 0 auto;
    background: #333;
    height: 335px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ggzs_con .zs_ulcon ul li::after {
    content: "";
    display: block;
    clear: both;
}

.ggzs_con .zs_ulcon ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ggzs_con .zs_ulcon ul li span {
    display: block;
    width: 25%;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
}

.ggzs_con .zs_ulcon ul li span:nth-child(1) {
    width: 20%;
}

.ggzs_con .zs_ulcon ul li span:nth-child(3) {
    width: 30%
}

.ggzs_con .zs_ulcon ul li span img {
    display: block;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    margin: 0 auto;
}

.ggzs_con .btn {
    width: 95%;
    margin: 10px auto;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
}

.ggzs_con .btn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.zhbd_con_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    width: 100%;
    height: 100%;
}

.zhbd_con {
    width: 100%;
    position: fixed;
    z-index: 9999;
    width: 95%;
    top: 25%;
    left: 50%;
    margin-left: -47.5%;
    padding-bottom: 10px;
}

.zhbd_con .bg {
    margin-top: -35px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-animation: spinbg 2s linear infinite;
    animation: spinbg 4s linear infinite;
}

@-webkit-keyframes spinbg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes spinbg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.zhbd_con .bg img {
    width: 100%;
}

.zhbd_con .con {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

.zhbd_con .con .close_i {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.zhbd_con .con .close_i img {
    width: 100%;
}

.zhbd_con .con .img {
    width: 80%;
    margin: 0 auto;
}

.zhbd_con .con .img img {
    width: 100%;
}

.zhbd_con .con .img .zhbd_con .bottom {
    width: 100%;
    text-align: center;
}

.zhbd_con .bottom a {
    display: block;
    width: 110px;
    margin: -15px auto 0;
    height: 36px;
}

.zhbd_con .bottom a img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con {
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    display: none;
    position: absolute;
    top: 60px;
    left: 5%;
    border-radius: 10px;
    overflow: hidden;
}

.zhbd_con .tan_con .title {
    width: 100%;
    background: #c52620;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.zhbd_con .tan_con .title p {
    font-size: 14px;
    color: #fff;
}

.zhbd_con .tan_con .title i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.zhbd_con .tan_con .title i img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con .con_con {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.zhbd_con .tan_con .con_con i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 3px solid #c52620;
}

.zhbd_con .tan_con .con_con i img {
    width: 100%;
    height: 100%;
}

.zhbd_con .tan_con .con_con span {
    font-size: 20px;
    color: #c52620;
}

.zhbd_con .tan_con .con_con p {
    font-size: 14px;
    color: #666;
    margin-top: 2px;
}

.zhbd_con .tan_con .con_con .btm_btn {
    width: 100%;
    text-align: center;
    padding-top: 1px;
}

.zhbd_con .tan_con .con_con .btm_btn a {
    display: block;
    width: 80px;
    margin: 10px auto 0;
    background: #c52620;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    border-radius: 3px;
}

/*team*/
.team_listcon {
    width: 100%;
    background: none;
}

.team_listcon .one {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 13px 10px;
    box-sizing: border-box;
    background: #ffffff;
}

.team_listcon .one a::after {
    content: "";
    display: block;
    clear: both;
}

.team_listcon .one i {
    display: block;
    float: left;
    margin-right: 10px;
}

.team_listcon .one i img {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
}

.team_listcon .one span {
    font-size: 14px;
    color: #666;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.team_listcon .one em {
    font-size: 14px;
    color: #ff2c21;
    float: left;
    line-height: 30px;
}

.team_listcon .one b {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6d6d6d;
    margin-top: 8px;
}

.my_ddnav {

    width: 100%;
    background: #000000;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.my_ddnav ul::after {
    content: "";
    display: block;
    clear: both;
}

.my_ddnav ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #969696;
    line-height: 50px;
}

.my_ddnav ul li.on {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.my_ddcon {
    width: 100%;
    background: #333;
}

.my_ddcon .con {
    width: 100%;
    display: none;
}

.my_ddcon .con .one {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10)
}

.my_ddcon .con .one .top {
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

.my_ddcon .con .one .top p {
    color: #fff;
    float: left;
    line-height: 35px;
}

.my_ddcon .con .one .top em {
    color: #fff;
    float: right;
    line-height: 35px;
}

.my_ddcon .con .one .center {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.my_ddcon .con .one .center .img {
    width: 80px;
    height: 80px;
    float: left;
}

.my_ddcon .con .one .center .img img {
    width: 100%;
}

.my_ddcon .con .one .center .text {
    float: right;
    width: calc(100% - 90px);
    padding-top: 5px;
    position: relative;
}

.my_ddcon .con .one .center .text h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.my_ddcon .con .one .center .text p {
    font-size: 14px;
    color: #fff;
}

.my_ddcon .con .one .center .text button {
    position: absolute;
    bottom: 0;
    right: 10px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    border: none;
    color: #333;
    padding: 3px 5px;
}

.dqq_con{width:100%;padding: 0 10px 1px;box-sizing:border-box;}
.dqq_con .one{ background: #1c0e3a; box-shadow: 0 0 5px rgba(155,198,254,0.5) inset; border-radius: 5px; padding: 10px; width: 48%; margin-right: 3%; float: left; margin-bottom: 10px;}
.dqq_con .one:nth-child(2n){ margin-right: 0}
.dqq_con .one .img{ width:100%}
.dqq_con .one .img img{width:100%;height: 150px;border-radius: 5px;}
.dqq_con .one .text{position:relative;width: 100%;padding-top: 10px;}
.dqq_con .one .text h3{font-size:14px;font-weight: 800;color: #fff;margin-bottom: 10px;}
.dqq_con .one .text p{font-size:12px;color: #fff;margin-bottom: 5px;}
.dqq_con .one .text p em{color: #33c6df}
.dqq_con .one .text span{font-size: 12px;color: #fcff00;display: block;}
.dqq_con .one .text img{ position:absolute; top: 20px; right: 20px; width: 60px}
.dqq_con .one .text button{width:100%;border-radius: 5px;background: #6e6bfe;font-size: 14px;line-height: 28px;border: none;color: #fff;margin: 5px 0 0;}

/*.dqq_con .one{width: 48%;margin-top: 0;background: #1c0e3a;border-radius:10px;padding: 0 15px 15px;margin-bottom: 10px;margin-right: 3%;float: left;box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;}
.dqq_con .one .left{width:100%;text-align: left;padding-top:20px;padding-bottom: 15px;border-right: none;}
.dqq_con .one .left img{
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 1px;
    box-sizing: border-box;
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: #fff;
    margin-right: 10px;
}
.dqq_con .one .left h3{font-size: 15px;font-weight:bold;color: #333;margin-bottom: 0;line-height: 29px;float: left;}
.dqq_con .one .left p{font-size: 16px !important;line-height: 30px;color: #f3635a;padding-left: 40px;float: right;font-weight: 800;}
.dqq_con .one .center{width: 100%;padding: 10px 0;background: #ffffff;border-radius: 5px;}
.dqq_con .one .center .one_c{ width: 33.33%; float: left; text-align: center; border-right: 1px solid rgba(255,255,255,0.3);}
.dqq_con .one .center .one_c:nth-child(3){ border-right: none;}
.dqq_con .one .center .one_c span{font-size: 14px;color: #ff2c21;}

.dqq_con .one .center .one_c p{font-size:12px;color: #999; margin-top: 5px;}

.dqq_con .one .right{position:relative;float:right;width: 100%;padding-top:20px;box-sizing: border-box;padding-left: 0;}
.dqq_con .one .right p{font-size: 16px;color:#fff;margin-bottom:8px;}
.dqq_con .one .right span{font-size:14px;color: #ff2c21;width: 48.5%;margin-right: 3%;text-align: center;display: block;float: left;border: 1px solid #ff2c21;border-radius: 5px;line-height: 35px;box-sizing: border-box;}
.dqq_con .one .right button{
    width: 48.5%;
    float: right;
    text-align:center;
    font-size:14px;
    background: #f3635a;
    height: 35px;

    line-height: 35px;
    padding: 0;
    position: relative;
    border:none;
    box-sizing: border-box;
    border-radius:5px;
    color: #fff;
}

*/
.dsf_con {
    width: 100%;
    margin-top: 15px;
}

.dsf_con .top_con {
    width: 228px;
    margin: 0 auto;
}

.dsf_con .top_con i {
    float: left;
    width: 60px;
    height: 1px;
    background: #fff;
    margin-top: 8px;
}

.dsf_con .top_con p {
    font-size: 14px;
    color: #fff;
    float: left;
    margin: 0 5px;
}

.dsf_con .bottom_con {
    width: 100%;
    text-align: center;
}

.dsf_con .bottom_con a {
    display: block;
}

.tgnav_con {
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 8;
    background: #333;
}

.tgnav_con ul::after {
    content: "";
    display: block;
    clear: both;
}

.tgnav_con ul li {
    float: left;
    width: 50%;
    line-height: 45px;
    height: 45px;
    text-align: center;
    color: #999;
}

.tgnav_con ul li.on {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.tgcon_con {
    width: 100%;
    padding-top: 50px;
}

.tgcon_con .tg_con {
    display: none;
}

.tj_title {
    width: 100%;
    background: linear-gradient(to right, #ddbe87 , #c69340);
    padding: 10px 0;
    margin: 0 auto 0;
    border-radius: 10px 10px 0 0;
}

.tj_title h3 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #232323
}

.licai_con .top_con {
    width: 95%;
    position: relative;
    padding: 15px;
    margin: 10px auto 0;
    border-radius: 10px;
    height: 100px;
    background: url(../images/grbg_bgimg.png) no-repeat center;
    background-size: 100%;
}

.licai_con .top_con h5 {
    color: #fff;
    font-size: 14px;
}

.licai_con .top_con .btm_c {
    width: 100%;
    margin-top: 30px;
}

.licai_con .top_con .btm_c h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    padding: 0 10px;
}

.licai_con .top_con .btm_c a {
    display: block;
    float: right;
    background: -webkit-linear-gradient(left, #ddbe87 , #c69340);
    background: -o-linear-gradient(right, #ddbe87 , #c69340);
    background: -moz-linear-gradient(right, #ddbe87 , #c69340);
    background: linear-gradient(to right, #ddbe87 , #c69340);
    margin-right: 0;
    color: #333;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 30px;
    margin-top: 5px;
}

.licai_con .top_con .btm_c .ul {
    width: 100%;
    margin: 20px 0 0;
}

.licai_con .top_con .btm_c .ul span {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    width: 33.33%;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.licai_con .top_con .btm_c .ul span:nth-child(3) {
    border-right: none;
}

.licai_con .top_con .jiao {
    width: 126px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -6px;
}

.licai_con .top_con .jiao span {
    line-height: 18px;
    text-align: center;
    transform: rotate(45deg);
    position: relative;
    padding: 8px 0;
    right: -4px;
    display: block;
    top: 28px;
    width: 160px;
    background: #ff9703;
    color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    font-size: 14px;
}

.licai_con .top_con .jiao span:before, .licai_con .top_con .jiao span:after {
    content: "";
    border-top: 4px solid #4e7c7d;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
}

.licai_con .top_con .jiao span:before {
    left: 0;
}

.licai_con .top_con .jiao span:after {
    left: 0;
}

.licai_con .bottom_con .xy_c {
    width: 100%;
}

.licai_con .bottom_con .xy_c h5 {
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.licai_con .bottom_con .xy_c h5 a {
    color: #ddbe87;
    margin-left: 5px;
}

.licai_con .bottom_con .danxuan {
    width: 20px;
    float: left;
    margin-right: 10px;


}

.licai_con .bottom_con .danxuan input.radio1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
}

.licai_con .bottom_con .danxuan i {
    left: 0;
    width: 20px;
    height: 20px;

    background: url(../images/choose_3_1.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    display: block;
    float: left;
}

.licai_con .bottom_con .danxuan b {
    font-size: 14px;
    color: #666;
    float: left;
    font-weight: 800;
    line-height: 30px;
}

.licai_con .bottom_con .danxuan input.radio1:checked ~i {
    background: url(../images/choose_3_2.png) no-repeat center;
    background-size: 100% 100%;
}

.licai_con .bottom_con {
    width: 92%;
    margin: 10px auto 0;
}

.licai_con .bottom_con .one {
    width: 100%;
    border-bottom: 1px solid #999;
    padding: 10px 0;
}

.licai_con .bottom_con .one span {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #333;
    margin-bottom: 10px;
}

.licai_con .bottom_con .one input {
    float: left;
    line-height: 30px;
    background: none;
    width: 80%;
    font-size: 14px;
    color: #333;
    border: none;
}

.licai_con .bottom_con .one em {
    float: right;
    color: #618813;
    line-height: 30px;
    font-size: 14px;
}

.licai_con .bottom_con .two {
    width: 100%;
    background: none;
    padding: 10px;
}

.licai_con .bottom_con .two p {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #333;
    margin-bottom: 15px;
}

.licai_con .bottom_con .two p button {
    background: none;
    border: none;
    color: #618813;
    margin-left: 30px;
}

.licai_con .bottom_con .two input {
    float: left;
    line-height: 30px;
    background: none;
    width: 80%;
    font-size: 14px;
    color: #999;
    border: none;
}

.licai_con .bottom_con .two em {
    float: right;
    color: #ddbe87;
    line-height: 30px;
    font-size: 14px;
}

.licai_con .bottom_con .btn {
    width: 100%;
    margin: 30px auto 0;
}

.licai_con .bottom_con .btn button {
    color: #fff;
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    border: none;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    display: block;
    background: #618813;
}

.licai_con .bottom_con .text {
    width: 100%;
    padding: 20px 0;
}

.licai_con .bottom_con .text span {
    font-size: 14px;
    color: #999;
    font-weight: 800;
}

.licai_con .bottom_con .text p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.zw_img {
    width: 100%;
}

.zw_img img {
    width: 100%
}

.suanli_con {
    width: 100%;
}

.suanli_con .team_ul {
    width: 95%;
    position: relative;
    z-index: 9;
    margin: 10px auto 0;
    border-radius: 50px;
    overflow: hidden;
    padding: 5px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.suanli_con .team_ul .li {
    width: 33.33%;
    float: left;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #aea6bb;
}

.suanli_con .team_ul .li.on {
    color: #fff;
    box-sizing: border-box;
    border: none;
    background: #6e6bfe;
    border-radius: 50px;
}

.suanli_con .team_ccon .con {
    display: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.suanli_con .team_ccon .con:nth-child(1) {
    display: block;
}

.suanli_con .team_ccon .con .one {
    margin-bottom: 15px;
    background-size: 100% 100%;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.suanli_con .team_ccon .con .one h3 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.suanli_con .team_ccon .con .one h3 img {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.2);
    margin-right: 10px;
}

.suanli_con .team_ccon .con .one p {
    font-size: 14px;
    color: #aea6bb;
    margin-bottom: 10px;
    padding: 0 10px;
}

.suanli_con .team_ccon .con .one .rt_con {
    position: absolute;
    top: 50px;
    right: 0;
    width: 40%;
    text-align: center;
}

.suanli_con .team_ccon .con .one .rt_con span {
    font-size: 14px;
    color: #8b5a1f;
    display: block;
}

.suanli_con .team_ccon .con .one .rt_con em {
    font-size: 15px;
    font-weight: 800;
    color: #ff5722;
    margin-bottom: 10px;
    display: block;
}

.suanli_con .team_ccon .con .one .rt_con button {
    display: block;
    background: #4c9d58;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    width: 76%;
    border: none;
    margin: 0 auto;
    height: 24px;
}

.tan_conbg {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.tan_cona {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.tan_cona .title {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #2ecc71;
}

.tan_cona .title img {
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 14px;
}

.tan_cona .con {
    padding: 0 16px;
}

.tan_cona .con .one {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}

.tan_cona .con .one span {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.tan_cona .con .one p {
    color: #333;
    font-size: 14px;
    float: right;
    line-height: 28px;
}

.tan_cona .con .one p.em {
    color: #f7305f
}

.tan_cona .con .one:last-child {
    border-bottom: none;
}

.tan_cona .con .one .num {
    float: right;
    border: 1px solid #dbdbdb;
    background: #f8f8f8;
}

.tan_cona .con .one .num input {
    border: none;
}

.tan_cona .con .one .num #cut {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    border-right: 1px solid #e7e7e7;
}

.tan_cona .con .one .num #num {
    float: left;
    width: 60px;
    text-align: center;
    color: #333;
    font-size: 14px;
    background: #fff;
    display: block;
    line-height: 28px;
    height: 28px;
}

.tan_cona .con .one .num #add {
    float: right;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    border-left: 1px solid #e7e7e7;
}

.tan_cona .btn {
    width: 100%;
    margin: 20px auto 0
}

.tan_cona .btn a {
    display: block;
    width: 75%;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    background: #2ecc71;
}

.ewtank_bgcon {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.ewtank_con {
    width: 80%;
    background: #221e52;
    border-radius: 10px;
    position: absolute;
    top: 15%;
    left: 10%;
    padding: 10px 15px 5px;
    text-align: center;
    background-size: 100% 100%;
    box-shadow: 0 0 10px rgba(155,198,254,0.5) inset;
}

.ewtank_con h3 {
    color: white;
    margin-bottom: 5px;
    position: relative;
    background: none;
    background-size: auto 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 800;
    font-size: 16px !important;
}

.ewtank_con .con {
    height: 280px;
    overflow-y: scroll;
}

.ewtank_con h3 img {
    position: absolute;
    border: none;
    top: -5px;
    right: 0
}


.ewtank_con .con img {
    width: 70%;

    padding: 10px;
    border-radius: 10px;
}

.ewtank_con p {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.ewtank_con .btm {
    width: 100%;
    padding-top: 5px;
}

.ewtank_con .btm a {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    margin: 0 auto 10px;
    border-radius: 5px;
    background: #6e6bfe;
    color: #fff;
    font-size: 15px;
}

.shiming_rzcon {
    width: 95%;
    margin: 10px auto;
    background: none;
    border-radius: 5px;
    padding: 5px 0;
    box-sizing: border-box;
}

.shiming_rzcon ul li select {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    line-height: 35px;
    height: 35px;
    font-size: 14px
}

.shiming_rzcon ul {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0 10px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.shiming_rzcon ul li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 10px;
    position: relative;
}

.shiming_rzcon ul li:last-child {
    border-bottom: none;
}

.shiming_rzcon ul li::after {
    content: "";
    display: block;
    clear: both;
}

.shiming_rzcon ul li .sz_zfb {
    width: 100px;
    font-size: 14px;
    color: #aea6bb;
    line-height: 35px;
}

.shiming_rzcon ul li .sz_name {
    width: calc(100% - 100px);
    font-size: 14px ;
    color: #333;
    line-height: 35px;
}

.shiming_rzcon ul li .sz_name input {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.shiming_rzcon ul li .sc_btn {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 120px;
    height: 35px;
    line-height: 35px;
}

.shiming_rzcon ul li .sc_btn input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.shiming_rzcon ul li .sc_btn span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #ff3e71;
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 5px;
    text-align: center
}

.shiming_rzcon ul li .one {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    position: relative;
    height: 95px;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
}

.shiming_rzcon ul li .one input {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.shiming_rzcon ul li .one:nth-child(2n) {
    margin-right: 0
}

.shiming_rzcon ul li .one img {
    width: 100%;
    height: 100%
}

.rg_xqcon {
    width: 100%
}

.rg_xqcon .top {
    width: 100%;
    position: relative
}

.rg_xqcon .top img {
    width: 100%
}

.rg_xqcon .top .xzlogo {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    height: 35px;
    width: auto;
}

.rg_xqcon .title {
    width: 100%;
    background: #001f8d;
    padding: 15px;
}

.rg_xqcon .title p {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    float: left;
    margin-top: 5px;
}

.rg_xqcon .title span {
    color: #fff900;
    font-weight: 800;
    font-size: 14px;
    float: right;
    background: none;
    padding: 5px;
    border-radius: 5px;
}

.rg_xqcon .center {
    padding: 5px 10px;
    background: #001f8d;
    margin: 5px auto 0;
}

.rg_xqcon .center .one {
    float: left;
    width: 32%;

    margin-right: 2%;
    background: none;
    text-align: center;
    padding: 5px 0 10px;
    border-radius: 10px;
    border: none;
}

.rg_xqcon .center .one:nth-child(3n) {
    margin-right: 0;
}

.rg_xqcon .center .one span {
    font-size: 12px;
    color: #ccc;
}

.rg_xqcon .center .one p {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

.rg_xqcon .bottom {
    width: 100%
}

.rg_xqcon .bottom img {
    width: 100%
}

.rg_xqcon .btn {
    background: #02185e;
    text-align: center;
    padding: 10px;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rg_xqcon .btn a {
    color: #1989fa;
    font-size: 14px;
    width: 100%;
    font-weight: normal;
    display: block;
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}

.chongzhi_con .xztop {
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 10px;
    background: #1c0e3a;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
}

.chongzhi_con .xztop h4 {
    font-size: 14px;
    color: #f8e3ae;
    margin-bottom: 10px;
    text-align: center
}

.chongzhi_con .xztop .top_c {
    width: 100%;
    padding: 10px 0
}

.chongzhi_con .xztop .top_c .one {
    float: left;
    width: 33.3%;
    text-align: center;
    border-right: 1px solid #ffe5e3;
}
.chongzhi_con .xztop .top_c .one:nth-child(2) {
    border: none
}

.chongzhi_con .xztop .top_c .one span {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
}

.chongzhi_con .xztop .top_c .one p {
    font-size: 13px;
    color: #aea6bb;
    margin-top: 5px;
}

.chongzhi_con .xz_center {
    text-align: center;
    color: #aea6bb;
    padding: 10px;
}

.chongzhi_con .xz_center h4 {
    font-size: 36px;
    font-weight: 800
}

.chongzhi_con .xz_center p {
    font-size: 16px;
    font-weight: 800
}

.chongzhi_con .xz_center span {
    font-size: 14px;
    font-weight: 800
}

.chongzhi_con .chongzhi_btn {
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
}

.chongzhi_con .chongzhi_btn input {
    background: #6e6bfe;
    width: 100%;
    border-radius: 50px;
    height: 40px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 14px;
}

.sz_huobcon {
    width: 100%;
}

.sz_huobcon .top_c {
    background: url(../images/xzshuzbg.png) no-repeat top;
    background-size: 100%;
    text-align: center;
    height: 153px;
}

.sz_huobcon .top_c p {
    line-height: 110px;
    font-size: 18px;
    color: #fff;
}

.sz_huobcon .center {
    padding: 19px 16px;
    font-size: 15px;
    border-radius: 12px;
    box-shadow: 0 3px 5px 3px rgba(0,0,0,.1);
    background: linear-gradient(70deg,#45b2ff,#3265ff);
    width: 95%;
    margin: -42px auto 15px;
}

.sz_huobcon .center p {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #fff;
    float: left
}

.sz_huobcon .center p span {
    font-weight: 700;
    font-size: 22px;
}

.sz_huobcon .center a {
    float: right;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 25px;
    background-color: #4cb5ff;
    color: #fff;
}

.sz_huobcon .img {
    width: 95%;
    margin: 0 auto 15px;
    border-radius: 10px;
    overflow: hidden;
}

.sz_huobcon .img img {
    width: 100%;
}

.sz_huobcon .text {
    width: 95%;
    margin: 0 auto 15px;
}

.sz_huobcon .text p {
    font-size: 14px;
    color: #f00;
    font-weight: 800;
    margin-bottom: 30px;
}

.sz_huobcon .btn_a {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 30px
}

.sz_huobcon .btn_a .btn {
    width: 135px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    background: linear-gradient(180deg,#2394fe,#235dc8);
    color: #fff;
    display: block;
}

.sz_huobcon .btn_a .p {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #44adff;
    text-decoration: underline;
}

.xzindex_con {
    width: 100%;
}

.xzindex_con .top_con {
    width: 100%;
    padding: 0;
}

.xzindex_con .top_con .logo {
    padding-top: 40px;
    padding-left: 15px;
}

.xzindex_con .top_con .logo img {
    width: 112px;
    height: 37px;
}

.xzindex_con .top_con .txt {
    width: 100%;
    padding: 30px 30px 0;
    text-align: center;
}

.xzindex_con .top_con .txt img {
    width: 100%;
}

.xzindex_con .video_c {
    width: 95%;
    height: 180px;
    margin: 150px auto 20px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.7);
    overflow: hidden;
    background: #000
}

.xzindex_con .video_c video {
    width: 100%;
    height: 192px;
}

.xzindex_con .btm_con {
    width: 95%;
    margin: 0 auto;

}

.xzindex_con .btm_con .one {
    width: 48.5%;
    margin-right: 3%;
    float: left;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.7);
    overflow: hidden;
    text-align: center;
    padding: 18px 0;
    margin-bottom: 10px
}

.xzindex_con .btm_con .one:nth-child(2n) {
    margin-right: 0
}

.xzindex_con .btm_con .one:nth-child(1) {
    background: url(../images/xzimgbg01.png) no-repeat top;
    background-size: 100% 100%;
}

.xzindex_con .btm_con .one:nth-child(2) {
    background: url(../images/xzimgbg02.png) no-repeat top;
    background-size: 100% 100%;
}

.xzindex_con .btm_con .one:nth-child(3) {
    background: url(../images/xzimgbg03.png) no-repeat top;
    background-size: 100% 100%;
}

.xzindex_con .btm_con .one:nth-child(4) {
    background: url(../images/xzimgbg04.png) no-repeat top;
    background-size: 100% 100%;
}

.xzindex_con .btm_con .one:nth-child(5) {
    background: url(../images/xzimgbg05.png) no-repeat top;
    background-size: 100% 100%;
}

.xzindex_con .btm_con .one:nth-child(6) {
    background: url(../images/xzimgbg06.png) no-repeat top;
    background-size: 100% 100%;
}

.xzindex_con .btm_con .one img {
    width: 34px;
    height: 29px;
    display: block;
    margin: 0 auto 8px
}

.xzindex_con .btm_con .one p {
    color: #fbedb0;
    font-size: 15px;
}

.aui-grid-content .h3 {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.grnav_c {
    width: 95%;
    margin: 0 auto 10px;
}

.grnav_c .one {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    border-radius: 5px;
    padding: 15px 10px;
    position: relative;
    background: linear-gradient(45deg,#ffc8c5 1%,#fdebe7,#fdebe7,#ffbfbc 100%);
}

.grnav_c .one span {
    font-size: 15px;
    color: #333;
    font-weight: 800;
    border-bottom: 5px solid #ffc06f;
    height: 15px;
    display: inline-block;
}

.grnav_c .one p {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.grnav_c .one:nth-child(2n) {
    margin-right: 0;
    background: linear-gradient(45deg,#ffc8c5 1%,#fdebe7,#fdebe7,#ffbfbc 100%);
}

.grnav_c .one img {
    position: absolute;
    top: 7px;
    right: 9px;
    display: block;
    width: 60px;
}

.xzziliao img {
    background: none;
    padding: 5px;
    border-radius: 10px;
}

.xzziliao li {
    margin-top: 10px;
}

.xzziliao .item_content {
    padding-top: 0;
}

.xzchongzhi_con {
    width: 95%;
    background: none;
    margin: 0 auto;
    border-radius: 10px;
}

.xzchongzhi_con .jine_r > input {
    border: none;
    padding: 0 10px;
}

.xzjintie {
    padding: 15px 10px;
    width: 100%;
}

.xzjintie .title {
    width: 100%;
    position: relative;
    height: 20px;
    line-height: 20px;
    margin: 0 0 11px;
    padding-left: 12px;
    font-size: 14px;
    color: #666;
}

.xzjintie .title i {
    width: 4px;
    height: 20px;
    float: left;
    margin-right: 8px;
    border-radius: 3px;
    background-color: #618813;
    display: block;
}

.xzjintie .con .one {
    padding: 18px 30px;
    border-radius: 11px;
    color: #333;
    background: #e9eabe;
    font-size: 14px;
    margin-bottom: 10px;
}

.xzjintie .con .one .txt {
    margin-bottom: 15px;
    font-size: 14px;
    color: #618813;
}

.xzjintie .con .one .txt span {
    margin: 0 0 0 4px;
    color: #ff6000;
    font-weight: 800;
    font-size: 20px;
}

.xzjintie .con .one .txt em {
    font-size: 14px;
    color: #ff6043;
}

.xzjintie .con .one .btn_c {
    display: flex
}

.xzjintie .con .one .btn_c p {
    width: 123px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: linear-gradient(180deg,#8bc62c,#628a10);
    border-radius: 25px;
    color: #fff;
    margin-right: 14px;
    flex: 1;
}

.xzjintie .con .one .btn_c a {
    width: 120px;
    flex: 1;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: linear-gradient(180deg,#ff9863,#ff5638);
    border-radius: 25px;
    color: #fff;
    display: block;
}

.xzjintie .con .one .btn_c a.on {
    background: #d5d5d5;
    color: #666;
}

.xzjintie .text {
    padding: 0 10px;
}

.xzjintie .text p {
    line-height: 20px;
    font-size: 13px;
    color: red;
}

.xzjintie .bd_con {
    background: #628a10;
    padding: 10px;
    border-radius: 10px;
}

.xzjintie .bd_con > p {
    padding: 15px;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.xzjintie .bd_con > p em {
    color: red;
}

.xzjintie .bd_con .bgncon {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    display: table;
    overflow-x: auto;
}

.xzjintie .bgncon .one_c:nth-child(1) p {
    font-weight: 700;
}

.xzjintie .bgncon .one_c {
    width: 100%
}

.xzjintie .bgncon .one_c p {
    padding: 12px 10px;
    float: left;
    display: table-cell;
    box-sizing: border-box;
    font-size: 14px;
    border-right: 1px #ebeef5 solid;
    color: #909399;
    border-bottom: 1px #ebeef5 solid;
    width: 33%;
    text-align: center;
    color: rgb(0, 0, 0);
}

.xzjintie .tx_con {
    padding-bottom: 15px;
    font-size: 14px;
    padding-top: 10px
}

.qd_ymcon {
    width: 100%;
}

.qd_ymcon .top_con {
	background:url(../images/sign_zbg.png) no-repeat top;
	background-size:100% 100%;
    width: 100%;
    padding: 30px 0 50px;
    box-sizing: border-box;
}

.qd_ymcon .top_con .left {
    text-align: center;
    float: none;
    width: 100%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    padding: 10px 0 5px;
}

.qd_ymcon .top_con .left h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}

.qd_ymcon .top_con .left p {
    font-size: 14px;
    color: #feed9f;
    margin: 5px auto;
    display: inline-block;
}

.qd_ymcon .top_con .left span {
    font-size: 12px;
    color: #fff;
    background: rgba(255,255,255,0.3);
    border-radius: 30px;
    padding: 0 10px;
    display: inline-block;
}

.qd_ymcon .top_con .right {
    float: none;
    text-align: center;
    width: 100%;
}

.qd_ymcon .top_con .right .con {
    background: rgb(145 0 0 / 10%);
    width: 150px;
    height: 40px;
    border-radius: 50px;
    padding: 4px;
    box-sizing: border-box;
    margin: 0 auto;
}

.qd_ymcon .top_con .right .con .one {
    width: 100%;
    height: 100%;
    background: rgb(202 43 144 / 10%);
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
}

.qd_ymcon .top_con .right .con .one a {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffe200;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    color: #fc6e50;
    line-height: 28px;
    font-weight: 800;
    font-size: 14px;
}

.qd_ymcon .center_con {
    background: rgb(255 255 255);
    width: 95%;
    margin: 10px auto 0;
    position: relative;
    z-index: 3;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(97 136 19 / 10%);
    padding: 15px 10px 10px;
}

.qd_ymcon .center_con .top {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    top: -22px;
    display: none;
}

.qd_ymcon .center_con .top .one {
    display: inline-block;
    margin: 0 15%;
}

.qd_ymcon .center_con .top .one img {
    display: block;
    width: 60px;
}

.qd_ymcon .center_con .con {
    width: 100%;
}

.qd_ymcon .center_con .con h3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;

    margin: -5px auto 20px;
    display: block;
}

.qd_ymcon .center_con .con .con_con {
    width: 100%;
    margin-top: 15px;
}

.qd_ymcon .center_con .con .con_con .one {
    width: 14.2%;
    float: left;
    text-align: center;
    padding: 0 2px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
}

.qd_ymcon .center_con .con .con_con .one span {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #f12326;
}

.qd_ymcon .center_con .con .con_con .one p {
    border-radius: 50%;

    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
}

.qd_ymcon .center_con .con .con_con .one.on p {
    background: #fbb2ac;
    color: #fff;
}

.qd_ymcon .center_con .con .con_con .one.bu p {
    background: #f8f8f8;
    color: #333;
}

.qd_ymcon .bottom_con {
    width: 95%;
    margin: 10px auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(97 136 19 / 10%);
    background: rgb(255 255 255);
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.qd_ymcon .bottom_con h3 {
    font-size: 14px;
    color: #333 !important;
    margin-bottom: 10px;
}

.qd_ymcon .bottom_con p {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.header .logo {
    width: 65px;
    margin: 0 auto;
}

.header .logo img {
    width: 100%;
}

.header .header_left {
    width: calc(100% - 100px);
}

.header .header_left a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
    padding: 0 10px;
    color: #fff;
}

.header .header_left i {
    font-size: 18px;
    display: block;
    float: left;
}

.header .header_left span {
    margin-left: 5px;
    font-size: 14px;
    float: left;
}

.header .header_right {
    width: 70px;
    position: relative;
    text-align: center;
    margin-top: 0;
}

.header .header_right i {
    font-size: 25px;
    color: #fff;
    position: relative;
    top: 5px;
}

.header .header_right span {
    position: absolute;
    top: -2px;
    background: #f00;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 18px;
    height: 18px;
    left: 50%;
    margin-left: -7px;
}

.banner {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    width: 95%;
    margin: 10px auto 0;
}

.banner img {
    width: 100%;
    height: 230px !important;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #f3635a;
    width: 8px;
    border-radius: 8px;
}

.banner_btbg {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: -20px;
}

.banner_btbg img {
    width: 100%;
}

.erji_nav ul {
    width: 95%;
    margin: 10px auto;
    background: #ffffff;
    border-radius: 5px;
}

.erji_nav ul li {
    float: left;
    width: 25%;
    padding: 10px 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 0;
    /* background: linear-gradient(90deg,#1c222f,#1c222f,#1c222f,#0b372d); */
}

.erji_nav ul li:nth-child(2n) {
    margin-right: 0
}

.erji_nav ul li img {
    width: 38px;
    margin: 0 auto;
}

.erji_nav ul li p {
    color: #888;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 0;
}

.erji_nav ul li p em {
    display: none;
    width: 100%;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    text-transform: capitalize;
}

.ck_btn {
    width: 45%;
    margin: 10px auto 30px;
}

.ck_btn img {
    width: 100%;
}

.ck_btn a {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #2331a9 , #4e9aee);
    background: -o-linear-gradient(right,#2331a9 , #4e9aee);
    background: -moz-linear-gradient(right, #2331a9 , #4e9aee);
    background: linear-gradient(to right, #2331a9 , #4e9aee);
    border-radius: 40px;
    display: block;
    font-size: 14px;
}



.zc_gg {
    padding: 5px 0;
    background: #1c0e3a;
    width: 95%;
    margin: 0 auto 0 !important;
    z-index: 9;
    box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;
    border-radius: 5px;
}

.zc_gg .zhuce_left {
    width: 40px;
    text-align: center;
    border-right: none;
    height: 30px;
    padding-left: 5px;
}

.zc_gg .zhuce_left img {
    width: 23px;
    margin-top: 5px;
}

.zc_gg .zhuce_right {
    width: calc(100% - 40px);
    padding: 0 10px 0 5px;
    height: 30px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.zc_gg .zhuce_right .zhu_list_l {
    font-size: 14px;
    color: #333;
}

.zc_gg .zhuce_right .zhu_list_r {
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #999;
    border-radius: 3px;
}

.zc_gg .zhuce_right li {
    margin: 10px;
    color: #999;
}

.xw_list {
    width: 100%;
    padding: 0 15px
}

.xw_list .txt {
    width: 100%;
    padding: 18px 0;
    text-align: center;
    display: none;
}

.xw_list .txt i {
    display: inline-block;
    width: 1px;
    height: 24px;
    border-radius: 15px;
    background: #999;
    position: relative;
    top: 5px;
    margin: 0 5px;
}

.xw_list .txt span {
    line-height: 16px;
    font-weight: 800;
    font-size: 25px;
    color: #2bcaa6;
    display: inline-block;
}

.xw_list .txt a {
    color: #2bcaa6;
    line-height: 16px;
    font-size: 12px;
    display: block;
    width: 100%;
}

.xw_list .txt .r_text {
    display: inline-block;
    position: relative;
    top: 5px;
    text-align: left;
}

.xw_list .txt .r_text em {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #777;
}

.xw_list .con {
    width: 100%
}

.xw_list .con .one {
    width: 100%;
    margin-bottom: 10px;
    background: #0e298d;
    padding: 10px;
    border-radius: 10px;
    padding: 10px 10px 5px !important;
}

.xw_list .con .one img {
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 10px;
}

.xw_list .con .one .text {
    width: 100%;
    padding: 10px 0;
}

.xw_list .con .one .text span {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 800;
}

.xw_list .con .one .text p {
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px 0 0;
}

.xw_list .con .one .text em {
    font-size: 12px;
    color: #999;
    display: block;
    text-align: right;
}

.reg ul > div li {
    margin-top: 0;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.xz_jycon {
    width: 100%;
}

.xzjy_li {
    width: 99%;
    background: #192344;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: relative;
    z-index: 9;
    margin: 10px auto;
    border-radius: 50px;
    overflow: hidden;
}

.xzjy_li .li {
    width: 50%;
    float: left;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.xzjy_li .li.on {
    color: #ffffff;
    box-sizing: border-box;
    background: #001f8d;
    border-radius: 50px;
}

.xz_jycon .xz_nanv {
    width: 100%;
    margin-bottom: 20px;
;}

.xz_jycon .xz_nanv .xznav_li {
    width: 25%;
    float: left;
    text-align: center;
    border: 1px solid #666;
}

.xz_jycon .xz_nanv .xznav_li select {
    background: none;
    font-size: 14px;
    border: none;
    color: #999
}

.xz_jycon .xzbg_con {
    width: 98%;
    margin: 0 auto 10px;
    /* background: #1f2125; */
    padding: 10px;
    border-radius: 10px;
}

.xz_jycon .one {
    width: 95%;
    margin: 0 auto 10px;
    background: rgb(25 35 68);
    padding: 5px 10px;
    border-radius: 10px;
}

.xz_jycon .one .top_c {
    margin-bottom: 20px;
}

.xz_jycon .one .top_c h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    float: left;
    line-height: 20px;
;}

.xz_jycon .one .top_c h3 em {
    display: inline-block;
    background: rgb(236 199 156 / 27%);
    color: #ecc79c;
    font-weight: normal;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 30px;
    line-height: 20px;
}

.xz_jycon .one .top_c .bz_img {
    display: inline-block;
    background: rgb(236 199 156 / 27%);
    color: #ecc79c;
    font-size: 12px;
    border-radius: 30px;
    padding: 0 5px;
    margin-left: 10px;
    line-height: 20px;
}

.xz_jycon .one .top_c .bz_img img {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.xz_jycon .one .top_c span {
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.xz_jycon .one .center_c {
    width: 100%;
}

.xz_jycon .one .center_c p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}

.xz_jycon .one .center_c p em {
    color: #999;
    font-size: 14px;
}

.xz_jycon .one .center_c span {
    float: right;
    font-size: 14px;
    color: #ccc;
}

.xz_jycon .one .center_c span.on {
    color: #ecc79c;
}

.xz_jycon .one .btm_c {
    width: 100%;
}

.xz_jycon .one .btm_c img {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
}

.xz_jycon .one .btm_c a {
    float: right;
    background: #ecc79c;
    line-height: 30px;
    width: 80px;
    border-radius: 80px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.xzjy_c .xzjy_c_con {
    display: none;
}

.xzjy_c .xzjy_c_con:nth-child(1) {
    display: block;
}

.xzlist_con .con {
    display: none;
}

.xzlist_con .con:nth-child(1) {
    display: block;
}

.xzlist_con .con .one {
    width: 95%;
    margin: 0 auto 10px;
    background: rgb(25 35 68);
    padding: 10px;
    border-radius: 10px;
}

.xzlist_con .con .one .top_c {
    width: 100%;
    margin-bottom: 10px;
}

.xzlist_con .con .one .top_c span {
    float: left;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.xzlist_con .con .one .top_c .lx_c {
    float: left;
    background: rgb(236 199 156 / 27%);
    position: relative;
    color: #ecc79c;
    padding: 2px 10px;
    border-radius: 30px;
    margin-left: 15px;
}

.xzlist_con .con .one .top_c .lx_c img {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
;}

.xzlist_con .con .one .top_c .lx_c em {
    background: #f00;
    font-size: 12px;
    color: #fff;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 12px;
    position: absolute;
    top: -5px;
    left: 2px;
}

.xzlist_con .con .one .top_c i {
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 2px;
    font-style: normal;
}

.xzlist_con .con .one .top_c p {
    float: right;
    font-size: 12px;
    color: #ecc79c;
    line-height: 18px;
    margin-left: 5px;
}

.xzlist_con .con .one .center_c {
    width: 100%;
}

.xzlist_con .con .one .center_c p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #999;
}

.xzlist_con .con .one .center_c p em {
    float: right;
    color: #fff;
    font-size: 14px;
}

.xzlist_con .con .one .center_c p span {
    float: right;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.xzlist_con .con .one .center_c p em.on {
    color: #2bcaa6;
}


.xzlist_con .con .one .center_c p span a {
    background: #fff;
    line-height: 22px;
    width: 60px;
    border-radius: 80px;
    text-align: center;
    font-size: 14px;
    color: #4e9aee;
    margin-top: -3px;
}

.change_vipcon .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.change_vipcon {
    padding: 0 10px;
    background: #fff;
}

.change_vipcon li::after {
    content: "";
    display: block;
    clear: both;
}

.change_vipcon li {
    border-bottom: 1px solid #f8f8f8;
    padding: 10px 0;
}

.change_vipcon li span {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 35px;
}

.change_vipcon li .switch {
    float: right;
}

.change_vipcon .switch input {
    display: none;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

.change_vipcon .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.change_vipcon .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.change_vipcon input:checked + .slider {
    background-color: #c6853a;
}

.change_vipcon input:focus + .slider {
    box-shadow: 0 0 1px #c6853a;
}

.change_vipcon input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.change_vipcon .slider.round {
    border-radius: 34px;
}

.change_vipcon .slider.round:before {
    border-radius: 50%;
}

.pageItem {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 26px;
}

.pageItem .head {
    width: 94%;
    padding: 0px 15px 15px 15px;
    margin-left: 3%;
    margin-top: 26px;
    align-items: center;
    background: #ffe8b9;
    border-radius: 10px;
}

.head .user {
    width: 83px;
    height: 83px;
    position: absolute;
    top: -15px;
}

.head .user .userImg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #fff;
}

.head .msg {
    flex: 1;
    padding-left: 98px;
    margin-top: 17px;
}

.head .msg .name {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

.head .msg .num {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 2px;
    font-size: 15px;
    color: #505050;
}

.head .msg .num .n_2 {
    font-size: 17px;
    color: #505050;
}

.head .msg .num img {
    display: inline-block;
    width: 15px;
    margin-left: 5px;
}

.total {
    width: 100%;
    margin-top: 23px;
    background: #ffe8b9;
    border-radius: 10px;
}

.head .a01 {
    display: flex;
}

.total .t_title {
    color: #333;
    display: flex;
    align-items: center;
}

.total .t_box {
    width: 100%;
    margin-top: 7px;
    border-top: 0.5px solid #cec08b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total .t_box .box {
    padding-top: 13px;
    display: flex;
}

.total .t_title .more {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #505050;
}

.total .t_title .tite {
    flex: 1;
    font-size: 17px;
}

.total .t_title .more img {
    float: right;
    display: block;
    width: 15px;
    margin-left: 5px
}

.total .t_box .box .num {
    font-size: 23px;
    font-weight: 700;
    color: #f70000;
}

.total .t_box .box {
    adding-top: 13px;
    display: flex;
}

.total .t_box .box .you {
    float: right;
    width: 15px;
    height: 15px;
}

.total .t_box .box .txt {
    font-size: 14px;
    padding-top: 2px;
    color: #505050;
}

.total .t_box .box .pome {
    width: 41px;
    height: 41px;
    margin: 15px 0 0 31px;
}

.total .t_box .line {
    width: 1px;
    height: 41px;
    background: #cec08b;
    margin-top: 10px;
}

.pageItem .main {
    width: 94%;
    margin: 10px auto 0;
    flex-wrap: wrap;
}

.pageItem .main .piece {
    width: 48.5%;
    margin-right: 3%;
    float: left;
    margin-bottom: 5px;
    height: 60px;
}

.pageItem .main .piece:nth-child(1) {
    background: url(../images/mb01.59036379.png) no-repeat top;
    background-size: 100% 100%
}

.pageItem .main .piece:nth-child(2) {
    background: url(../images/mb02.c068640e.png) no-repeat top;
    background-size: 100% 100%
}

.pageItem .main .piece:nth-child(3) {
    background: url(../images/mb03.79e8530d.png) no-repeat top;
    background-size: 100% 100%
}

.pageItem .main .piece:nth-child(4) {
    background: url(../images/mb04.77289b37.png) no-repeat top;
    background-size: 100% 100%
}

.pageItem .main .piece:nth-child(2n) {
    margin-right: 0
}

.main .piece .storey {
    z-index: 99;
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.main .piece .storey .zuob {
    display: flex;
    margin: 10px 0 0 10px;
    color: #0b0054;
}

.main .piece .storey .zuob .digit {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.main .piece .storey .pres {
    background-image: linear-gradient(90deg,#ffd8bc,#ffb77f);
    color: #432709;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
    padding: 0 10px;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 10px;
}

.main .piece .storey .pres01 {
    background-image: linear-gradient(90deg,#fdcac9,#ff9f9f);
    color: #5d0c0c;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
    padding: 0 10px;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 10px;
}

.main .piece .storey .pres02 {
    background-image: linear-gradient(90deg,#b8ece1,#8cd7da);
    color: #0a323d;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
    padding: 0 10px;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 10px;
}

.main .piece .storey .pres03 {
    background-image: linear-gradient(90deg,#cfd8f9,#b7c1f9);
    color: #170d5d;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
    padding: 0 10px;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 10px;
}

.list_item {
    width: 94%;
    margin-left: 3%;
    margin-top: 5px;
    padding: 5px 15px;
    border-radius: 10px;
    background: #fff;
}

.list_item .list {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.list_item .list .tu {
    width: 30px;
}

.list_item .list .tu img {
    width: 100%
}

.list_item .list .txt {
    flex: 1;
    font-size: 15px;
    font-weight: 700;
    color: #464646;
    padding-left: 15px;
}

.list_item .list img.you {
    display: block;
    width: 15px;
}
    
	
	
.Haymarketcon { position:relative; z-index:3}
.Haymarketcon .top{ width:100%; text-align:center; padding:30px 0 0}
.Haymarketcon .top h3{ font-size:24px; color:#fff; font-weight:800}
.Haymarketcon .top p{ font-size:14px; color:#fff; margin:8px 0 0}
.Haymarketcon .top img{ width:85%}
.Haymarketcon .swiper {
      width: 100%;
      height: 400px;
      margin: 20px auto;
	 
    }

.Haymarketcon .swiper-slide {
        text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
	   border-radius:10px;
	  overflow:hidden;
	  
    }
.Haymarketcon  .swiper-slide {
      width: 75%;
	  position:relative
    }
.Haymarketcon  .swiper-slide p{ position:absolute;bottom:60px; width:100%; text-align:center; font-size:14px; color:#414141}	
.Haymarketcon  .swiper-slide p.p_btn{ background:linear-gradient(#ff2c21 ,#ff8721 ); left:50%; width:120px; margin-left:-60px; padding:10px 0; border-radius:8px; bottom:50px; color:#fff}
.Haymarketcon  .grayscale-image{filter: grayscale(100%);}

.Haymarketcon .append-buttons {
      text-align: center;
      margin-top: 20px;
    }

.Haymarketcon .append-buttons a {
      color: #ff2c21;
      text-decoration: none;
      padding: 4px 5px;
      border-radius: 4px;
      margin: 0 5px;
      font-size: 12px;
      position:relative;
      border: 1px solid #ffe8e7;
      background: #ffe7e5;
    }
.Haymarketcon .append-buttons .one{ float:left; width:20%; text-align:center}
.Haymarketcon .append-buttons img{ display:block; width:40px; height:40px; margin:0 auto;}
	
.Haymarketcon .append-buttons a em{ position:absolute; top:-5px; right:-5px; border-radius:50%; background:linear-gradient(90deg,#f9e7c7 ,#fed49a ,#f9e7c7); display:block;color:#ff2c21; width:15px; height:15px; text-align:center; line-height:15px; font-size:10px;}

.Haymarketcon  .Haymarketbtn{ width:100%; padding:20px 0}
.Haymarketcon  .Haymarketbtn .hcbtn{width: 60%;
    margin: 0 auto 15px;
    display: block;
    border-radius: 10px;
    background: linear-gradient(90deg,#f9e7c7 ,#fed49a ,#f9e7c7);
    color: #ff2c21;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 800;
    border: 2px solid #fed49a; }
.Haymarketcon  .Haymarketbtn .p_p{ width:100%; text-align:center;}
.Haymarketcon  .Haymarketbtn .p_p a{ display: inline-block;
    font-size: 14px;
    color: #ff2c21;
    margin: 0 10;}
.Haymarketcon  .Haymarketbtn .p_p em{display: inline-block;
    font-size: 14px;
    color: #ff807a;}

.Haymarkettanbg{ width:100%; height: 100vh; position: fixed; top:0; left: 0;  background: rgba(0,0,0,0.3); z-index: 999;display:none}
.Haymarkettanbg .Haymarkettancon{width:80%;margin: 0 auto;background: #fff;position: absolute;top: 30%;left: 10%;padding: 15px;box-sizing: border-box;border-radius: 5px;}
.Haymarkettanbg .Haymarkettancon h3{font-size:15px;color: #333;text-align: center;}
.Haymarkettanbg .Haymarkettancon i{ position:absolute; top:10px; right: 10px; font-size:19px; color: #666; font-style:normal}
.Haymarkettanbg .Haymarkettancon .con{ padding:30px 0;}
.Haymarkettanbg .Haymarkettancon .con .input{width:100%;background: #f6f6f6;border-radius: 5px;padding: 10px 20px;}

.Haymarkettanbg .Haymarkettancon .con .input input{ float:left; border:none; font-size:13px; color:#fff; background:none;}
.Haymarkettanbg .Haymarkettancon .con .input em{ float:right; color:#fbff00; font-size:12px;}
.Haymarkettanbg .Haymarkettancon .con p{ font-size:12px; color: #999; margin:10px 0}
.Haymarkettanbg .Haymarkettancon .con p em{ color:#fc6db6; float:right}
.Haymarkettanbg .Haymarkettancon .btm_con{ width:100%; text-align: center;}
.Haymarkettanbg .Haymarkettancon .btm_con a{display: inline-block;border-radius: 5px;padding: 5px 30px;border-radius: 5px;background-image: linear-gradient(#ff2c21 ,#ff8721 );color: #fff;margin: 0 15px;box-sizing: border-box;font-size: 14px;}


.synthesiscon{ position: fixed; top: 0;left: 0; width: 100%; height: 100vh;background: rgba(0,0,0,0.3); z-index: 999; display:none}
.synthesiscon .guang{position: absolute;top: 60px;left: 0;width: 100%;animation: circle 10s linear infinite;}
@keyframes circle {
  0% {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.synthesiscon .f4{ color: #ffd468; font-size: 16px; font-weight: 800; text-align: center; margin-bottom: 10px;}
.synthesiscon .f4 .em{ display: inline-block; color: #ffd468; font-size:20px}
.synthesiscon .p_o{ color: #fff; font-size: 12px; text-align: center;}
.synthesiscon .p_o .em{ display: inline-block; color: #ffc807;}
.synthesiscon .tan_con{width: 100%;position: absolute;top: 150px;left: 0;}
.synthesiscon .tan_con .bg{width: 80%;margin: 0 auto;display: block;border-radius: 10px;}
.synthesiscon .tan_con .con{ width: 75%;position: absolute; top:70px;left: 12.5%;z-index: 3;}
.synthesiscon .tan_con .con .img{width: 75%;margin: 10px auto 0;}
.synthesiscon .tan_con .con .img img{width: 100%;display:block;margin: 0 auto;border-radius:5px;}

.synthesiscon .tan_con .btn_c{ background: #ffd35f;  border:2px solid #fdb118; padding: 5px 0; border-radius: 40px; font-weight: 800; color: #fd2925; width:60%; margin:65px auto 0; text-align: center; box-shadow: 0 0 5px rgba(201,96,19,0.1);}
.synthesiscon .tan_con .con_c{height: 240px;/* overflow-y: scroll; */margin-bottom: 10px;}
.synthesiscon .tan_con .con .one{ position: relative; margin-bottom: 10px;height: 70px;}
.synthesiscon .tan_con .con .one img{ position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%;}
.synthesiscon .tan_con .con .one .one_c{ position: relative; z-index: 3; padding: 10px 0;}
.synthesiscon .tan_con .con .one .one_c .lt_c{ float: left; width: 72%; padding:5px 10px 0;}
.synthesiscon .tan_con .yj_c{font-size: 14px;color: #fff;margin: 5px 0 0;text-align: center;}
.synthesiscon .tan_con .con .one .one_c .lt_c .span{ font-size: 14px; color: #333; font-weight: 800;}
.synthesiscon .tan_con .con .one .one_c .lt_c .p{font-size: 12px; color:#999; margin-top: 4px;}
.synthesiscon .tan_con .con .one .one_c .rt_c{ float: right; width: 28%; text-align: center;}
.synthesiscon .tan_con .con .one .one_c .rt_c .p{ margin-bottom: -5px; font-size:20px; color: #ffd468; ; font-weight: 800;}
.synthesiscon .tan_con .con .one .one_c .rt_c .p .em{font-size:12px; display: inline-block; color: #ffd468;}
.synthesiscon .tan_con .con .one .one_c .rt_c .span{ background:#ffd468;color: #fff; font-size: 11px; display:inline-block; border-radius: 25px; padding: 0 10rpx;}
.synthesiscon .tan_con .close{position: absolute;bottom: -40px;left: 50%;margin-left: -10px;display: block;width: 25px;height: 25px;top: auto; border:none}          

.geren_xinxi .xz_text{float:left;position: relative;width: calc(100% - 70px);}
.geren_xinxi .xz_text p{margin: 0 0 5px 15px;font-size:12px;color:#fff;}
.geren_xinxi .xz_text .szimg{position:absolute;top: -4px;right: 10px;}
.geren_xinxi .xz_text .szimg img{width: 22px;}
.money_two .money_r:last-child{ border:none}
/*20250315ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã‚Â¾*/
.newbanner{ width:100%; position: relative}
.newbanner img{width: 100%}
.newbanner .text{position:absolute;left: 20px;top: 65px;}
.newbanner .text h3{font-size: 17px;color: #fff;font-weight: 800}
.newbanner .text i{position:absolute;width: 71px;height: 5px;background-image: linear-gradient(90deg ,#3ebcf6, #6b67e2);top: 18px;}
.newbanner .text p{font-size:14px;color: #fff;margin-top: 10px;}
.newclassify{width:95%;margin: -120px auto 0;position: relative;z-index: 9}
.newclassify .leftc{ width:48%; float: left; margin-right: 3%;background: url(../images/newcpbg.png) no-repeat top; background-size: 100% 100%}
.newclassify .leftc .one{width:100%;padding: 10px;}
.newclassify .leftc .one img{width: 40px;display: block;float: left}
.newclassify .leftc .one .txtc{float:left;width: calc(100% - 40px);padding-left: 5px}
.newclassify .leftc .one .txtc span{ font-size:14px; color: #fff}
.newclassify .leftc .one .txtc p{font-size: 10px;color: #d5d9ff;}
.newclassify .leftc .two{padding: 15px 10px 10px;}
.newclassify .leftc .two span{font-size:14px; color: #fff}
.newclassify .leftc .two p{font-size:10px; color: #d5d9ff}
.newclassify .rightc{ width:48%; float: left;}
.newclassify .rightc .one{width:100%;padding: 10px; background:rgba(14,2,45,0.2); box-shadow: 0 0 5px rgba(155,198,254,0.5) inset; margin-bottom: 10px; border-radius: 8px}
.newclassify .rightc .one img{width: 30px;display: block;float: left;margin-top: 4px;}
.newclassify .rightc .one .txtc{float:left;width: calc(100% - 40px);padding-left: 5px}
.newclassify .rightc .one .txtc span{ font-size:14px; color: #fff}
.newclassify .rightc .one .txtc p{font-size: 10px;color: #8981b1;}
.sxnavul{width:95%;margin: 10px auto 15px;}
.sxnavul .sxli{ float:left; margin-right: 15px; position: relative}
.sxnavul .sxli i{width: 55px;height: 4px;background-image: linear-gradient(90deg ,#3ebcf6, #0e022d);position: absolute;top: 16px;left: 0;display: none}
.sxnavul .sxli p{font-size: 14px; color: #999; }
.sxnavul .sxli.on p{ font-size: 14px; color: #fff; font-weight: 800}
.sxnavul .sxli.on i{ display:block;}
.sxconc{ width:95%; margin: 0 auto 10px}
.sxconc .conc{ display:none;}
.sxconc .conc:nth-child(1){ display:block;}
.sxconc .conc .one{ background: #1c0e3a; box-shadow: 0 0 5px rgba(155,198,254,0.5) inset; border-radius: 5px; padding: 10px; width: 48%; margin-right: 3%; float: left; margin-bottom: 10px}
.sxconc .conc .one:nth-child(2n){ margin-right: 0}
.sxconc .conc .one .img{ width:100%}
.sxconc .conc .one .img img{width:100%;height: 150px;border-radius: 5px;}
.sxconc .conc .one .text{position:relative;width: 100%;padding-top: 10px;}
.sxconc .conc .one .text h3{font-size:14px;font-weight: 800;color: #fff;margin-bottom: 10px;}
.sxconc .conc .one .text p{font-size:12px;color: #fff;margin-bottom: 5px;}
.sxconc .conc .one .text p em{color: #33c6df}
.sxconc .conc .one .text span{font-size: 12px;color: #fcff00;display: block;}
.sxconc .conc .one .text img{ position:absolute; top: 20px; right: 20px; width: 60px}
.sxconc .conc .one .text button{width:100%;border-radius: 5px;background: #6e6bfe;font-size: 14px;line-height: 28px;border: none;color: #fff;margin: 5px 0 0;}
.sxconc .conc .two{background: #1c0e3a;box-shadow: 0 0 5px rgba(155,198,254,0.5) inset; border-radius: 5px; padding: 10px; margin-bottom: 10px}
.sxconc .conc .two img{ float:left; width: 50px;height:50px; border-radius: 5px;}
.sxconc .conc .two .text{float: left;width: calc(100% - 50px);padding-left: 10px;padding-top: 3px;}
.sxconc .conc .two .text span{
    font-size:14px;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
    }
.sxconc .conc .two .text p{ font-size: 14px; color: #999;  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}


.yqimg{width:95%;margin: 0 auto 10px;border-radius: 10px;overflow: hidden}
.yqimg img{ display:block; width: 100%}

.newhyc{width:95%;margin: 0 auto 10px;}
.newhyc .topc{width:100%;border-radius: 10px 10px 0 0;padding: 10px 10px 20px;background: linear-gradient(90deg ,#fbe5b6, #f5ce83);}
.newhyc .topc img{float:left;width: 75px;margin-right: 15px;margin-top: 2px;}
.newhyc .topc i{float:left;padding: 2px 5px;background: #fff;border-radius: 15px;font-size: 12px;color: #806434;font-style: normal;font-weight: 800;margin-top: 3px;}
.newhyc .topc a{ background: #fff; color: #333;font-size: 12px; float: right; margin-top: 3px; padding: 2px 10px; border-radius: 15px}
.newhyc .centerc{width:100%;border-radius: 10px;background: linear-gradient(-45deg,#1c0e3a,#2e1a5a, #1c0e3a);box-shadow: 0 0 5px rgba(155,198,254,0.5) inset;margin: -10px auto 0;}
.newhyc .centerc .one{width:33.33%;float: left;text-align: center;padding: 10px 0;box-sizing: border-box;}
.newhyc .centerc .one a{border-right: 1px solid rgba(255,255,255,0.2);box-sizing: border-box;width: 100%;display: block;}
.newhyc .centerc .one:last-child a{ border-right:none}
.newhyc .centerc .one span{font-size: 14px; color: #fff; font-weight: 800;}
.newhyc .centerc .one p{ font-size:12px; color: #aea6bb; margin-top: 5px}
.newhyc .bottomc{width:100%;padding: 0 10px 10px;}
.newhyc .bottomc p{font-size: 12px;color: #aea6bb;margin-bottom: 5px;}
.newhyc .bottomc  .tiaoc{ width: 100%; height: 8px; border-radius: 15px; background: #aea6bb}
.newhyc .bottomc  .tiaoc .tiao{height: 8px;border-radius: 15px;background: linear-gradient(-90deg ,#3ebcf6, #584fed);}