.jge{
	width:100%;padding:.1rem ;float:left
}

.move-touch {
    -webkit-overflow-scrolling: touch
}

.auto-center ul li .pict {
    display: table;
    width: 100%;
    text-align: center
}

.auto-center ul li .pict i {
    vertical-align: middle;
    display: table-cell
}

.vague {
    -webkit-filter: blur(2px);
    transition: .3s;
    -webkit-transition: .3s
}

.rogate {
    transition: .3s;
    -webkit-transition: .3s
}

.rogate:hover {
    transform: rotate(90deg)
}

.arrow {
    position: relative;
    line-height: 1;
    margin-left: .1rem
}

.arrow:before {
    content: "";
    position: absolute;
    top: -.02rem;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: .08rem solid;
    border-right: .08rem solid transparent;
    border-top: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow:after {
    content: "";
    position: absolute;
    top: .18rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: .08rem solid;
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow.one:before {
    display: none
}

.arrow.one:after {
    top: .14rem
}

.border-top:before {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    top: 0;
    left: 0
}

.border-bottom:after {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    bottom: -1px;
    left: 0
}

.flex-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.flex-slide>* {
    flex-shrink: 0
}

.box-space-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.box-space-between>* {
    flex-shrink: 0
}

.touch-state {
    position: relative
}

.touch-state label {
    position: relative;
    background: #fff;
    display: block;
    width: .9rem;
    height: .45rem;
    border: 1px solid #ccc;
    border-radius: .3rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state label:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: .41rem;
    height: .41rem;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state input {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 45%;
    top: 20%
}

.touch-state input:checked+label {
    background: #47b92c;
    border-color: #47b92c
}

.touch-state input:checked+label:after {
    left: calc(100% - .41rem)
}

.swiper-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    position: relative
}

.swiper-slide {
    flex-shrink: 0;
    position: relative
}

.mohu {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}

.fixed-top {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff
}

.column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.column>* {
    column-count: 1;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

table {
    border-spacing: 0
}

body {
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

li {
    list-style-type: none;
    float: left
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

img {
    border: none;
    vertical-align: middle
}

em,
i,
var {
    font-style: normal
}

button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: .26rem;
    border: none
}

iframe {
    border: none
}

input,
select,
textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    border-radius: 0;
    border: none;
    background: 0 0
}

input:disabled {
    opacity: 1;
    color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}

.ico {
    display: inline-block;
    vertical-align: middle
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.hide {
    display: none !important
}

.mobile-wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    float: left
}

body,
html {
    width: 100%;
    height: 100%
}

.alert-rege .conts .text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 .06rem rgba(128, 128, 128, .7);
    border-radius: .1rem;
    background-color: #f5f5f5
}

.alert-rege .conts .text::-webkit-scrollbar {
    width: .06rem;
    height: .06rem;
    background-color: #f5f5f5
}

.alert-rege .conts .text::-webkit-scrollbar-thumb {
    border-radius: .1rem;
    -webkit-box-shadow: inset 0 0 .06rem rgba(128, 128, 128, .7);
    background-color: #959393
}

.login {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(45deg, #28c3f1, #0898f8);
    position: relative;
    min-height: 13.34rem
}

.login:after {
    content: "";
    position: absolute;
    left: 0;
    top: .4rem;
    height: 3.94rem;
    width: 100%;
    background: url(../img/b1086d_572x394.png) center no-repeat;
    background-size: 5.72rem 3.94rem
}

.login .conts {
    width: 100%;
    position: relative;
    z-index: 6;
    padding: 0 .6rem
}

.login .conts .logo {
    width: 100%;
    text-align: center;
    padding-top: -0.18rem
}

.login .conts .logo img {
    width: 3.83rem
}

.login .conts .tabs {
    width: 100%;
    padding-top: .74rem
}

.login .conts .tabs ul {
    width: 100%
}

.login .conts .tabs ul li {
    width: auto;
    line-height: .6rem;
    border-bottom: .03rem solid rgba(0, 0, 0, 0);
    color: #fff;
    margin-right: .5rem
}

.login .conts .tabs ul li.acti {
    border-bottom: .03rem solid #ffc600;
    color: #ffc600
}

.login .conts .form {
    width: 100%;
    padding: .25rem 0;
    float: left
}

.login .conts .form .item {
    width: 100%;
    margin-bottom: .22rem;
    position: relative
}

.login .conts .form .item input {
    width: 100%;
    height: .74rem;
    border: .02rem solid #c6c6c6;
    border-radius: .1rem;
    padding-left: .3rem;
    background-color: #fff
}

.login .conts .form .item label {
    display: inline-block;
    width: 1.68rem;
    height: .52rem;
    background-color: #848484;
    position: absolute;
    right: .16rem;
    border-radius: .06rem;
    text-align: center;
    line-height: .52rem;
    color: #fff;
    font-size: .24rem;
    bottom: .11rem
}

.login .conts .form .item button {
    width: 100%;
    height: .7rem;
    background-color: #ffc600;
    text-align: center;
    line-height: .7rem;
    border: none;
    color: #fff;
    font-size: .3rem;
    font-weight: 700;
    border-radius: .1rem
}

.login .conts .form .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.login .conts .form .link a {
    color: #fff
}

.nulls {
    width: 100%;
    height: 1.04rem;
    float: left
}

.head {
    width: 7.2rem;
    height: 1.04rem;
    background-color: #009de2;
    position: fixed;
    left: 50%;
    margin-left: -3.6rem;
    z-index: 1000;
    top: 0
}

.head .logo {
    position: absolute;
    left: .3rem;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.head .logo img {
    height: .76rem
}

.head .text {
    width: 100%;
    line-height: 1.04rem;
    text-align: center;
    font-size: .3rem;
    color: #fff
}

.head .retu {
    width: .8rem;
    height: 1.04rem;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center
}

.head .retu img {
    width: .25rem
}

.head .menu {
    width: .8rem;
    height: 1.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0
}

.head .menu i {
    display: inline-block;
    width: .54rem;
    height: .04rem;
    background-color: #fff;
    position: relative
}

.head .menu i:after {
    content: "";
    position: absolute;
    left: 0;
    top: -.2rem;
    width: 100%;
    height: .04rem;
    transition: .5s;
    background-color: #fff
}

.head .menu i:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.2rem;
    width: 100%;
    transition: .5s;
    height: .04rem;
    background-color: #fff
}

.head .menu.acti i {
    background: 0 0
}

.head .menu.acti i:after {
    left: 0;
    top: 0;
    transform: rotate(45deg)
}

.head .menu.acti i:before {
    left: 0;
    top: 0;
    transform: rotate(-45deg)
}

.regedit {
    width: 100%;
    min-height: 95vh;
    background-color: #f5f5f5
}

.regedit .form {
    width: 100%
}

.regedit .form .conts {
    width: 100%;
    background-color: #fff;
    float: left
}

.regedit .form .item {
    width: 100%;
    border-bottom: .02rem solid #eaeff5;
    height: 1rem;
    padding: 0 .32rem;
    display: flex;
    justify-content: space-between
}

.regedit .form .item .labs {
    width: 2.25rem;
    height: .98rem;
    line-height: .98rem;
    font-size: .26rem;
    color: #424456
}

.regedit .form .item .labs em {
    color: #e10000;
    padding-right: .06rem
}

.regedit .form .item .input {
    width: calc(100% - 2.25rem);
    position: relative
}

.regedit .form .item .input img {
    position: absolute;
    right: 0;
    bottom: .21rem;
    height: .56rem
}

.regedit .form .item .input input {
    width: 100%;
    height: .98rem;
    border: none;
    background: 0 0;
    font-size: .26rem;
    color: #333;
    padding-left: .1rem
}

.regedit .form .item .input label {
    display: inline-block;
    width: 1.68rem;
    height: .52rem;
    background-color: #848484;
    position: absolute;
    right: .16rem;
    border-radius: .06rem;
    text-align: center;
    line-height: .52rem;
    color: #fff;
    font-size: .24rem;
    bottom: .23rem
}

.regedit .agreement {
    width: 100%;
    height: .98rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.regedit .agreement a {
    color: #ffc600
}

.regedit .agreement input {
    width: .24rem;
    height: .24rem;
    margin: 0 .06rem
}

.regedit .button {
    padding: 0 .2rem
}

.regedit .button button {
    width: 6.78rem;
    height: .9rem;
    border-radius: .1rem;
    color: #fff;
    text-align: center;
    margin-bottom: .2rem;
    font-weight: 700;
    font-size: .28rem
}

.regedit .button button.blue {
    background-color: #009de2
}

.regedit .button button.green {
    background-color: #93cc18
}

.home {
    width: 100%;
    min-height: 1rem;
    float: left
}

.home .banner {
    width: 100%
}

.home .banner ul {
    width: 100%
}

.home .banner ul li {
    width: 100%
}

.home .banner ul li img {
    width: 100%
}

.home .banner .swiper-pagination {
    bottom: .2rem !important
}

.home .banner .swiper-pagination .swiper-pagination-bullet {
    width: .5rem;
    margin: 0 .09rem;
    height: .08rem;
    opacity: 1;
    border-radius: 0;
    background-color: #fff
}

.home .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fffd44
}

.home .defect {
    width: 100%;
    background: url(../img/a26e19_364x371.png) center 64px no-repeat;
    background-size: 3.64rem 3.71rem;
    min-height: 5rem;
    float: left;
    padding-top: .24rem
}

.home .defect .title {
    width: 100%;
    text-align: center;
    height: .94rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.home .defect .title img {
    width: 6rem
}

.home .defect .list {
    width: 100%;
    padding: 0 .1rem
}

.home .defect .list ul {
    width: 100%
}

.home .defect .list ul li {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
    padding-right: .3rem
}

.home .defect .list ul li .labs {
    width: 1rem;
    height: 1.4rem;
    font-size: .72rem;
    font-weight: 700;
    font-style: italic;
    color: #6c6c6c;
    text-align: center;
    line-height: 1.25rem;
    padding-bottom: .15rem
}

.home .defect .list ul li .labs em {
    font-style: italic;
    position: relative;
    width: 100%
}

.home .defect .list ul li .labs em:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #009de2
}

.home .defect .list ul li .text {
    width: calc(100% - 1rem)
}

.home .defect .list ul li .text h5 {
    line-height: .4rem;
    font-size: .28rem;
    color: #333;
    font-weight: 700
}

.home .defect .list ul li .text p {
    font-size: .2rem;
    line-height: .36rem;
    color: #999;
    margin: .02rem 0;
    min-height: 1.12rem
}

.home .defect .list ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: .3rem
}

.home .defect .list ul li:nth-child(2n) .text h5 {
    text-align: right
}

.home .defect .list ul li:nth-child(2n) .text p {
    text-align: right
}

.home .product {
    width: 100%;
    min-height: 1rem;
    float: left
}

.home .product .title {
    width: 100%;
    text-align: center
}

.home .product .title img {
    width: 6.74rem
}

.home .product .conts {
    width: 100%;
    padding: 0 .32rem;
    padding-top: .32rem
}

.home .product .conts .list {
    width: 100%;
    padding-bottom: .6rem;
    float: left
}

.home .product .conts .list ul {
    width: 100%
}

.home .product .conts .list ul li {
    width: 100%
}

.home .product .conts .list ul li .imgs {
    width: 100%
}

.home .product .conts .list ul li .imgs img {
    width: 100%
}

.home .product .conts .list ul li .text {
    width: 100%;
    padding-top: .16rem
}

.home .product .conts .list ul li .text .labs {
    width: 100%;
    height: .58rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.home .product .conts .list ul li .text .labs i {
    display: inline-block;
    width: auto;
    padding: 0 .46rem;
    height: .5rem;
    background-color: #009de2;
    border-radius: .04rem;
    text-align: center;
    line-height: .5rem;
    color: #fff;
    font-size: .24rem
}

.home .product .conts .list ul li .text .txts {
    width: 100%
}

.home .product .conts .list ul li .text .txts p {
    width: 100%;
    line-height: .5rem;
    font-size: .24rem;
    color: #666;
    padding-left: .24rem;
    position: relative;
    text-align: justify;
    margin: .04rem 0
}

.home .product .conts .list ul li .text .txts p:after {
    content: "";
    position: absolute;
    left: .06rem;
    top: .2rem;
    width: .1rem;
    height: .1rem;
    background-color: #c9c9c9;
    border-radius: .05rem
}

.home .product .conts .list .swiper-pagination {
    bottom: .2rem !important
}

.home .product .conts .list .swiper-pagination .swiper-pagination-bullet {
    width: .2rem;
    margin: 0 .09rem;
    height: .2rem;
    opacity: 1;
    background-color: #dbdbdb
}

.home .product .conts .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffc600
}

.home .process {
    width: 100%
}

.home .process .title {
    width: 100%;
    text-align: center
}

.home .process .title img {
    width: 6.12rem
}

.home .process .list {
    width: 100%;
    padding: .4rem .5rem;
    float: left
}

.home .process .list ul {
    width: 100%
}

.home .process .list ul li {
    width: 50%;
    padding-top: .24rem;
    position: relative;
    height: 3rem;
    margin-bottom: .3rem;
    padding-top: .3rem
}

.home .process .list ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1.3rem;
    top: .2rem;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid #ccc;
    border-radius: 50%
}

.home .process .list ul li .ico {
    width: 100%;
    height: .7rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.home .process .list ul li .ico img {
    width: .6rem
}

.home .process .list ul li .txts {
    width: 100%;
    text-align: center;
    padding: 0 .5rem;
    padding-bottom: .5rem
}

.home .process .list ul li .txts h5 {
    line-height: .4rem;
    font-size: .28rem
}

.home .process .list ul li .txts p {
    font-size: .2rem;
    padding-top: .04rem;
    color: #999;
    line-height: .36rem
}

.home .process .list ul li .nums {
    width: .44rem;
    height: .44rem;
    background-color: #009de2;
    text-align: center;
    line-height: .48rem;
    color: #fff;
    font-size: .24rem;
    font-family: arial;
    border-radius: .22rem;
    position: absolute;
    left: 50%;
    margin-left: -.22rem;
    bottom: 0;
    z-index: 9
}

.home .message {
    width: 100%;
    background-color: #009de2;
    padding: .5rem .4rem;
    float: left
}

.home .message .form {
    width: 100%
}

.home .message .form .item {
    width: 100%;
    margin-bottom: .3rem
}

.home .message .form .item input {
    width: 100%;
    height: .72rem;
    background-color: #fff;
    border-radius: .06rem;
    padding: 0 .3rem;
    font-size: .26rem;
    color: #333
}

.home .message .form .item button {
    width: 100%;
    height: .8rem;
    background-color: #ffc600;
    border-radius: .06rem;
    color: #fff;
    font-size: .3rem
}

.home .message .form .item:last-child {
    margin-bottom: 0
}

.fix-menu {
    width: 7.2rem;
    height: 1.2rem;
    background-color: #fff;
    position: fixed;
    left: 50%;
    margin-left: -3.6rem;
    bottom: 0;
    z-index: 88;
    box-shadow: 0 -.05rem .1rem rgba(0, 0, 0, .1)
}

.fix-menu ul {
    width: 100%
}

.fix-menu ul li {
    width: 20%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 1.2rem
}

.fix-menu ul li .ico {
    width: 100%;
    height: .56rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.fix-menu ul li .ico i {
    display: inline-block;
    width: .6rem;
    height: .5rem;
    background: url(../img/4207b0_60x50.png) center no-repeat;
    background-size: .6rem .5rem
}

.fix-menu ul li .txt {
    width: 100%;
    line-height: .4rem;
    font-size: .26rem;
    color: #a1a9b9
}

.fix-menu ul li:nth-child(2) .ico i {
    background: url(../img/ccd911_60x50.png) center no-repeat;
    background-size: .6rem .5rem
}

.fix-menu ul li:nth-child(3) .ico i {
    background: url(../img/48004d_60x50.png) center no-repeat;
    background-size: .6rem .5rem
}

.fix-menu ul li:nth-child(4) .ico i {
    background: url(../img/18d8d5_60x50.png) center no-repeat;
    background-size: .6rem .5rem
}

.fix-menu ul li:nth-child(5) .ico i {
    background: url(../img/94e2f4_60x50.png) center no-repeat;
    background-size: .6rem .5rem
}

.fix-menu ul li.acti .txt {
    color: #009de2
}

.fix-menu ul li:nth-child(1).acti .ico i {
    background: url(../img/f31903_60x50.png) center no-repeat !important;
    background-size: .6rem .5rem !important
}

.fix-menu ul li:nth-child(2).acti .ico i {
    background: url(../img/75a8d8_60x50.png) center no-repeat !important;
    background-size: .6rem .5rem !important
}

.fix-menu ul li:nth-child(3).acti .ico i {
    background: url(../img/c89398_60x50.png) center no-repeat !important;
    background-size: .6rem .5rem !important
}

.fix-menu ul li:nth-child(4).acti .ico i {
    background: url(../img/366d27_60x50.png) center no-repeat !important;
    background-size: .6rem .5rem !important
}

.fix-menu ul li:nth-child(5).acti .ico i {
    background: url(../img/6ab390_60x50.png) center no-repeat !important;
    background-size: .6rem .5rem !important
}

.null {
    width: 100%;
    height: 1.2rem;
    float: left
}

.shopcar {
    width: 100%;
    background-color: #f3fbff;
    float: left
}

.shopcar .number {
    width: 100%;
    height: 1.1rem;
    line-height: 1.1rem;
    padding: 0 .3rem;
    float: left;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    margin-bottom: .2rem
}

.shopcar .number .sele {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    margin-right: .2rem
}

.shopcar .number .sele input {
    margin-right: .1rem
}

.shopcar .number .txts {
    float: right
}

.shopcar .number .labs {
    float: left
}

.shopcar .number em {
    color: #db0101
}

.shopcar .list {
    width: 100%
}

.shopcar .list ul {
    width: 100%
}

.shopcar .list ul li {
    width: 100%;
    padding: .32rem;
    background-color: #fff;
    padding-bottom: .1rem;
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between
}

.shopcar .list ul li .sele {
    width: .6rem;
    height: 1.4rem;
    display: flex;
    align-items: flex-start;
    align-items: center
}

.shopcar .list ul li:last-child {
    margin-bottom: 0
}

.shopcar .list ul li .conts {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.shopcar .list ul li .imgs {
    width: 1.4rem;
    height: 1.4rem
}

.shopcar .list ul li .imgs img {
    width: 100%
}

.shopcar .list ul li .text {
    width: calc(100% - 1.4rem);
    padding-left: .28rem
}

.shopcar .list ul li .text .tits {
    width: 100%;
    line-height: .44rem;
    font-size: .28rem;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.shopcar .list ul li .text .txts {
    width: 100%;
    padding-top: .2rem
}

.shopcar .list ul li .text .txts .item {
    width: 50%;
    line-height: .4rem;
    font-size: .24rem;
    color: #333;
    float: left
}

.shopcar .list ul li .text .txts .item em {
    color: #d11
}

.shopcar .list ul li .btns {
    width: 100%;
    padding: .3rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.shopcar .list ul li .btns a {
    display: inline-block;
    width: 1.44rem;
    height: .5rem;
    border: 1px solid #bfbfbf;
    border-radius: .06rem;
    text-align: center;
    line-height: .48rem;
    color: #a2a2a2;
    margin-left: .2rem
}

.shopcar .list ul li .btns a:last-child {
    background-color: #f66;
    border: 1px solid #f66;
    color: #fff
}

.shopcar .button {
    width: 100%;
    padding: 0 .24rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: .2rem
}

.shopcar .button a {
    display: inline-block;
    width: 32%;
    height: .84rem;
    background-color: #db0101;
    text-align: center;
    line-height: .84rem;
    color: #fff;
    border-radius: .06rem;
    font-size: .28rem;
    font-weight: 700
}

.shopcar .button a:nth-child(2) {
    background-color: #009de2
}

.shopcar .button a:nth-child(3) {
    background-color: #93cc18
}

.order {
    width: 100%;
    background-color: #f5f5f5;
    min-height: 100vh;
    float: left;
	padding-bottom: 30px
}

.order .state {
    width: 100%;
    height: 1.64rem;
    background-image: linear-gradient(to right, #3cd0ff, #09f);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 .3rem
}

.order .state h5 {
    line-height: .5rem;
    font-size: .3rem;
    color: #fff
}

.order .state p {
    line-height: .5rem;
    font-size: .28rem;
    color: #fff
}

.order .list {
    width: 100%
}

.order .list ul {
    width: 100%
}

.order .list ul li {
    width: 100%;
    padding: .32rem;
    background-color: #fff;
    padding-bottom: .1rem;
    margin-bottom: .2rem
}

.order .list ul li .conts {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.order .list ul li .imgs {
    width: 1.4rem;
    height: 1.4rem
}

.order .list ul li .imgs img {
    width: 100%
}

.order .list ul li .text {
    width: calc(100% - 1.4rem);
    padding-left: .28rem
}

.order .list ul li .text .tits {
    width: 100%;
    line-height: .44rem;
    font-size: .28rem;
    color: #555
}

.order .list ul li .text .txts {
    width: 100%;
    padding-top: .2rem
}

.order .list ul li .text .txts .item {
    width: 50%;
    line-height: .4rem;
    font-size: .24rem;
    color: #333;
    float: left
}

.order .list ul li .text .txts .item em {
    color: #f66
}

.order .list ul li .btns {
    width: 100%;
    padding: .3rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.order .list ul li .btns a {
    display: inline-block;
    width: 1.44rem;
    height: .5rem;
    border: 1px solid #bfbfbf;
    border-radius: .06rem;
    text-align: center;
    line-height: .48rem;
    color: #a2a2a2;
    margin-left: .2rem
	
}

.order .list ul li .btns a.fk {
    background-color: #f66;
    border: 1px solid #f66 !important;
    color: #fff !important
}

.order .list ul li .btns a.sh {
    background-color: #66b6ff;
    border: 1px solid #66b6ff;
    color: #fff
}

.order .list ul li .btns a.pj {
    background-color: #47c8bc;
    border: 1px solid #47c8bc;
    color: #fff
}

.order .inform {
    width: 100%;
    float: left
}

.order .inform .item {
    width: 100%;
    margin-top: .2rem;
    background-color: #fff
}

.order .inform .item .row_td {
    width: 100%;
    padding: 0 .3rem;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between
}

.order .inform .item .row_td .lab {
    line-height: 1rem;
    font-size: .28rem;
    color: #333
}

.order .inform .item .row_td .txt {
    line-height: 1rem;
    color: #555
}

.order .inform .item .row_td em {
    color: #db0101
}

.order .search {
    width: 100%;
    padding: .2rem;
    float: left
}

.order .search .item {
    width: calc(50% - .1rem);
    float: left;
    height: .68rem;
    margin-bottom: .2rem
}

.order .search .item:nth-child(2n) {
    float: right
}

.order .search .item .input {
    width: 100%
}

.order .search .item .input input {
    width: 100%;
    height: .68rem;
    border: .04rem solid #dedede;
    background-color: #fff;
    border-radius: .1rem;
    font-size: .28rem;
    color: #333;
    padding: 0 .2rem
}

.order .search .item .sele {
    width: 100%
}

.order .search .item .sele label {
    line-height: .68rem;
    font-size: .28rem;
    color: #333
}

.order .search .item .sele select {
    width: 2.34rem;
    height: .68rem;
    border: .04rem solid #dedede;
    background-color: #fff;
    border-radius: .1rem;
    font-size: .28rem;
    color: #333;
    padding: 0 .2rem
}

.order .search .item .btns {
    width: 100%
}

.order .search .item .btns button {
    width: 100%;
    height: .68rem;
    background-color: #009de2;
    color: #fff;
    border-radius: .1rem;
    font-size: .3rem
}

.order .tabs {
    width: 100%;
    background-color: #fff;
    float: left
}

.order .tabs ul {
    width: 100%
}

.order .tabs ul li {
    width: 25%;
    line-height: .94rem;
    color: #424456;
    text-align: center;
    font-size: .28rem;
    border-bottom: .05rem solid #fff
}

.order .tabs ul li.acti {
    border-bottom: .05rem solid #009de2;
    color: #009de2
}

.order .address {
    width: 100%;
    background-color: #fff;
    float: left
}

.order .address .list {
    width: 100%
}

.order .address .list ul {
    width: 100%
}

.order .address .list ul li {
    width: 100%;
    border-bottom: 1px solid #eaeff5;
    padding: 0 .32rem
}

.order .address .list ul li:last-child {
    border: none
}

.order .address .list ul li .txts {
    width: 100%;
    padding: .2rem 0;
    border-bottom: 1px solid #eaeff5
}

.order .address .list ul li .txts .name {
    width: 100%;
    line-height: .48rem;
    font-size: .28rem
}

.order .address .list ul li .txts .name span {
    margin-right: .4rem;
    color: #555
}

.order .address .list ul li .txts .addr {
    width: 100%;
    line-height: .44rem;
    font-size: .24rem;
    color: #bfc3cd
}

.order .address .list ul li .choose {
    width: 100%;
    height: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .28rem
}

.order .address .list ul li .choose .sele {
    line-height: .8rem;
    color: #bfc3cd;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.order .address .list ul li .choose .sele input {
    width: .36rem;
    height: .36rem;
    background: url(../img/4cce4f_37x36.png) center no-repeat;
    background-size: .37rem .36rem;
    border-radius: .18rem;
    margin-right: .1rem
}

.order .address .list ul li .choose .sele input:checked {
    background: url(../img/d60349_37x36.png) center no-repeat;
    background-size: .37rem .36rem
}

.order .address .list ul li .choose .del {
    color: #bfc3cd
}

.order .button {
    width: 100%;
    padding: .24rem .2rem;
    float: left
}

.order .button button {
    width: 100%;
    height: .84rem;
    background-color: #009de2;
    border-radius: .06rem;
    text-align: center;
    line-height: .84rem;
    color: #fff;
    font-size: .3rem
}

.order .listing {
    width: 100%;
    background-color: #fff;
    float: left
}

.order .listing.mt {
    margin-top: .2rem
}

.order .listing .title {
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #eaeff5;
    text-align: center;
    line-height: 1rem;
    font-size: .3rem;
    font-weight: 700
}

.order .listing .list {
    width: 100%
}

.order .listing .list ul {
    width: 100%
}

.order .listing .list ul li {
    width: 100%;
    padding: .32rem;
    background-color: #fff;
    padding-bottom: .1rem;
    margin-bottom: .2rem;
    border-bottom: .2rem solid #f5f5f5
}

.order .listing .list ul li:last-child {
    margin-bottom: 0;
    border: none
}

.order .listing .list ul li .conts {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.order .listing .list ul li .imgs {
    width: 1.4rem;
    height: 1.4rem
}

.order .listing .list ul li .imgs img {
    width: 100%
}

.order .listing .list ul li .text {
    width: calc(100% - 1.4rem);
    padding-left: .28rem
}

.order .listing .list ul li .text .tits {
    width: 100%;
    line-height: .44rem;
    font-size: .28rem;
    color: #555
}

.order .listing .list ul li .text .txts {
    width: 100%;
    padding-top: .2rem
}

.order .listing .list ul li .text .txts .item {
    width: 50%;
    line-height: .4rem;
    font-size: .24rem;
    color: #333;
    float: left
}

.order .listing .list ul li .text .txts .item em {
    color: #d11
}

.order .listing .list ul li .btns {
    width: 100%;
    padding: .3rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.order .listing .list ul li .btns a {
    display: inline-block;
    width: 1.44rem;
    height: .5rem;
    border: 1px solid #bfbfbf;
    border-radius: .06rem;
    text-align: center;
    line-height: .48rem;
    color: #a2a2a2;
    margin-left: .2rem
}

.order .listing .label {
    width: 100%;
    height: .94rem;
    background-color: #fff;
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f5f5f5
}

.order .listing .label span {
    color: #333
}

.order .listing .label em {
    color: #999
}

.order .settlement {
    width: 100%;
    margin-top: .2rem;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    float: left
}

.order .settlement .intr {
    width: 100%;
    padding: 0 .3rem;
    border-bottom: 1px solid #f5f5f5
}

.order .settlement .intr .item {
    width: 100%;
    height: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.order .settlement .intr .item .labs {
    color: #555
}

.order .settlement .intr .item .labs i {
    color: #bfc3cd
}

.order .settlement .intr .item .txts {
    color: #555;
    height: .8rem;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.order .settlement .intr .item .txts em {
    color: #db0101
}

.order .settlement .intr .item .txts span {
    margin-left: .1rem
}

.order .settlement .number {
    width: 100%;
    height: 1.1rem;
    line-height: 1.1rem;
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
    color: #555
}

.order .settlement .number em {
    color: #db0101
}

.order .buttons {
    width: 100%;
    padding: .2rem;
    float: left;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between
}

.order .buttons button {
    width: 3.26rem;
    height: .84rem;
    border: none;
    background-color: #009de2;
    color: #fff;
    font-size: .3rem;
    font-weight: 700;
    border-radius: .08rem
}

.order .buttons button:last-child {
    background-color: #93cc18
}

.share {
    width: 100%;
    min-height: 100vh;
    background-color: #f5f5f5;
    float: left
}

.share .conts {
    width: 100%;
    background-color: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.share .conts .title {
    width: 100%;
    text-align: center;
    line-height: .8rem;
    font-size: .46rem;
    font-weight: 700;
    color: #009de2
}

.share .conts .imgs {
    width: 100%;
    padding: .3rem 0;
    text-align: center
}

.share .conts .imgs img {
    width: 4.76rem
}

.share .conts .label {
    width: 100%;
    text-align: center
}

.share .conts .label p {
    width: 100%;
    line-height: .6rem;
    font-size: .3rem;
    color: #424456
}

.share .conts .label p em {
    color: #009de2
}

.share .button {
    width: 100%;
    padding: .2rem
}

.share .button button {
    width: 100%;
    height: .84rem;
    background-color: #009de2;
    text-align: center;
    line-height: .84rem;
    color: #fff;
    border-radius: .1rem;
    font-size: .3rem
}

.bgs {
    background-color: #f5f5f5
}

.integral {
    width: 100%
}

.integral .list {
    width: 100%
}

.integral .list ul {
    width: 100%
}

.integral .list ul li {
    width: 100%;
    margin-top: .3rem;
    background-color: #fff;
    padding: .2rem .3rem;
    display: flex;
    justify-content: space-between
}

.integral .list ul li .text {
    width: auto
}

.integral .list ul li .text h5 {
    line-height: .44rem;
    font-size: .28rem;
    color: #333
}

.integral .list ul li .text h5.green {
    color: #7bd21c
}

.integral .list ul li .text h5.red {
    color: #eb2626
}

.integral .list ul li .text p {
    line-height: .4rem;
    font-size: .26rem;
    color: #bfc3cd
}

.integral .list ul li .nums {
    line-height: .84rem;
    font-size: .3rem;
    color: #333;
    font-family: arial
}

.integral .list ul li .nums.red {
    color: #eb2626
}

.integral .list ul li .nums.green {
    color: #7bd21c
}

.comments {
    width: 100%
}

.comments .tabs {
    width: 100%;
    background-color: #fff;
    float: left
}

.comments .tabs ul {
    width: 100%
}

.comments .tabs ul li {
    width: 33.3%;
    line-height: .94rem;
    color: #424456;
    text-align: center;
    font-size: .28rem;
    border-bottom: .05rem solid #fff
}

.comments .tabs ul li em {
    color: #db0101
}

.comments .tabs ul li i {
    color: #009de2
}

.comments .tabs ul li.acti {
    border-bottom: .05rem solid #009de2;
    color: #009de2
}

.comments .conts {
    width: 100%
}

.comments .conts .list {
    width: 100%
}

.comments .conts .list ul {
    width: 100%
}

.comments .conts .list ul li {
    width: 100%;
    margin-top: .2rem;
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
    padding: .2rem .3rem
}

.comments .conts .list ul li .tits {
    width: 100%;
    height: .5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.comments .conts .list ul li .tits i {
    display: inline-block;
    padding: 0 .12rem;
    height: .48rem;
    line-height: .48rem;
    background-color: #009de2;
    color: #fff;
    border-radius: .06rem;
    margin-right: .1rem
}

.comments .conts .list ul li .tits i.hf {
    background-color: #7ed321
}

.comments .conts .list ul li .tits em {
    color: #999
}

.comments .conts .list ul li .txts {
    width: 100%;
    padding: .1rem 0;
    font-size: .24rem;
    line-height: .4rem;
    color: #666;
    text-align: justify
}

.comments .conts .list ul li .txts .null {
    text-align: center;
    padding-top: .3rem
}

.data {
    width: 100%;
    padding-top: .2rem
}

.data .form {
    width: 100%;
    background-color: #fff
}

.data .form .item {
    width: 100%;
    height: 1rem;
    border-bottom: .03rem solid #eee;
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between
}

.data .form .item .labs {
    line-height: .97rem;
    font-size: .28rem;
    padding-left: .2rem;
    position: relative;
    color: #666
}

.data .form .item .labs em {
    position: absolute;
    left: 0;
    top: 0;
    color: #e10000
}

.data .form .item .text {
    width: auto;
    line-height: .97rem;
    min-width: 2rem
}

.data .form .item .text .txts {
    color: #666;
    text-align: right
}

.data .form .item .text .input input {
    width: 4rem;
    text-align: right;
    font-size: .28rem;
    color: #666
}

.data .form .item .text .certification {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.data .form .item .text .certification .box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.data .form .item .text .certification .box span {
    color: #009de2
}

.data .form .item .text .certification .box i {
    display: inline-block;
    width: 1.3rem;
    height: .5rem;
    border: 1px solid #009de2;
    text-align: center;
    line-height: .48rem;
    color: #009de2;
    margin-right: .2rem;
    border-radius: .04rem
}

.data .form .item .text .certification .box:last-child {
    display: none
}

.data .form .item .text .certification .box:last-child i {
    border: 1px solid red;
    color: red
}

.data .form .item .text .certification.no .box:first-child {
    display: none
}

.data .form .item .text .certification.no .box:last-child {
    display: block
}

.data .form .item .null {
    width: 100%;
    line-height: .97rem;
    color: #555;
    text-align: center
}

.data .labels {
    width: 100%;
    line-height: .84rem;
    font-size: .28rem;
    color: #666;
    padding: 0 .3rem
}

.data .labels em {
    color: #e10000
}

.data .button {
    width: 100%;
    padding: .2rem .3rem;
    text-align: center;
    padding-top: 0
}

.data .button button {
    width: 100%;
    height: .84rem;
    background-color: #009de2;
    text-align: center;
    line-height: .84rem;
    color: #fff;
    border-radius: .08rem;
    font-size: .3rem
}

.personal {
    width: 100%;
    padding-bottom: .4rem;
    float: left
}

.personal .user {
    width: 100%;
    padding: 0 .32rem;
    padding-top: 0.38rem;
    background: url(../img/066866_720x363.png) top center no-repeat;
    background-size: 7.2rem 6.63rem;
    float: left;
    padding-bottom: 0.98rem
}

.personal .user .intr {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.personal .user .intr .cont {
    width: auto;
    padding: 0 .1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.personal .user .intr .cont .imgs {
    width: 1.04rem
}

.personal .user .intr .cont .imgs img {
    width: 100%
}

.personal .user .intr .cont .txts {
    padding-left: .24rem
}

.personal .user .intr .cont .txts h5 {
    line-height: .5rem;
    font-size: .32rem;
    color: #fff;
    text-align: center
}

.personal .user .intr .cont .txts p {
    width: 100%;
    text-align: center
}

.personal .user .intr .cont .txts p img {
    width: 1.05rem
}

.personal .user .intr .account {
    width: 3.6rem;
    display: flex;
    justify-content: space-between
}

.personal .user .intr .account .item {
    height: 1.2rem;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.personal .user .intr .account .item .tits {
    line-height: .4rem;
    font-size: .26rem;
    color: #a3d6fe
}

.personal .user .intr .account .item .txts {
    line-height: .5rem;
    font-size: .36rem;
    font-weight: 700;
    color: #fff;
    font-family: arial
}

.personal .user .btns {
    width: 100%;
    padding: .3rem 0;
    display: flex;
    justify-content: space-between
}

.personal .user .btns a {
    display: inline-block;
    width: 2.06rem;
    height: .62rem;
    border: .03rem solid #fff;
    text-align: center;
    line-height: .56rem;
    font-size: .28rem;
    color: #fff;
    border-radius: .06rem
}

.personal .content {
    width: 100%;
    padding: 0 .2rem;
    padding-top: .2rem;
    float: left;
    position: relative
}

.personal .content .orderInf {
    width: 100%;
    background-color: #fff;
    position: relative;
    float: left;
    margin-top: -.7rem;
    border-radius: .08rem;
    box-shadow: 0 .05rem .2rem rgba(18, 176, 234, .15)
}

.personal .content .orderInf .title {
    width: 100%;
    height: .83rem;
    border-bottom: .03rem solid #eaeff5;
    line-height: .8rem;
    padding: 0 .42rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .28rem
}

.personal .content .orderInf .list {
    width: 100%
}

.personal .content .orderInf .list ul {
    width: 100%
}

.personal .content .orderInf .list ul li {
    width: 25%;
    padding-top: .24rem;
    padding-bottom: .35rem
}

.personal .content .orderInf .list ul li .ico {
    width: 100%;
    height: .64rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.personal .content .orderInf .list ul li .ico img {
    width: .64rem
}

.personal .content .orderInf .list ul li .txt {
    width: 100%;
    line-height: .36rem;
    font-size: .26rem;
    color: #333;
    text-align: center
}

.personal .inform {
    width: 100%;
    margin-top: .4rem;
    float: left;
    background-color: #fff;
    min-height: 2rem;
    padding: 0 .3rem
}

.personal .inform .item {
    width: 100%;
    height: 1rem;
    border-bottom: .03rem solid #eaeff5;
    display: flex;
    justify-content: space-between
}

.personal .inform .item:last-child {
    border-bottom: none
}

.personal .inform .item .ico {
    width: .56rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.personal .inform .item .ico img {
    width: .56rem
}

.personal .inform .item .txts {
    width: calc(100% - .56rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: .1rem
}

.personal .inform .item .txts .txt {
    font-size: .28rem
}

.personal .inform .item .txts .more {
    height: .97rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.personal .inform .item .txts .more img {
    width: .14rem
}

.custom {
    width: 100%
}

.custom .bann {
    width: 100%
}

.custom .bann img {
    width: 100%
}

.custom .content {
    width: 100%;
    padding: .2rem
}

.custom .content .tabs {
    width: 100%;
    height: .6rem;
    background-color: #eaeaea;
    border-radius: .1rem;
    overflow: hidden
}

.custom .content .tabs ul {
    width: 100%
}

.custom .content .tabs ul li {
    width: 50%;
    line-height: .6rem;
    font-size: .28rem;
    color: #333;
    text-align: center
}

.custom .content .tabs ul li.acti {
    background-color: #009de2;
    color: #fff
}

.custom .content .conts {
    width: 100%
}

.custom .content .conts .row_td {
    width: 100%;
    display: flex;
    margin: .12rem 0;
    float: left;
    justify-content: space-between
}

.custom .content .conts .row_td .item {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-right: .1rem
}

.customx .contentx .contsx .row_tdx .itemx {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: .1rem
}

.custom .content .conts .row_td .item:nth-child(2) {
    padding-right: 0;
    padding-left: .1rem
}

.custom .content .conts .row_td .labs {
    width: auto;
    line-height: .72rem;
    font-size: .26rem;
    color: #333
}

.custom .content .conts .row_td .intr {
    width: calc(100% - .74rem);
    display: flex;
    justify-content: space-between
}

.custom .content .conts .row_td .intr label {
	line-height:0.72rem;
}

.custom .content .conts .row_td .intr.f4 {
    width: calc(100% - 1.2rem)
}

.custom .content .conts .row_td .intr .sele {
    width: 32%;
    height: .72rem;
    border: .03rem solid #dedede;
    border-radius: .1rem
}

.custom .content .conts .row_td .intr .sele select {
    width: 100%;
   /* height: 100%; */
    border: none;
    background: 0 0;
    color: #666;
    padding: 0 .12rem
}

.custom .content .conts .row_td .intr .input {
    width: 100%
}

.custom .content .conts .row_td .intr .input input {
    width: 100%;
    height: .72rem;
    border: .03rem solid #dedede;
    border-radius: .1rem;
    padding: 0 .12rem;
    text-align: left;
}

.custom .content .conts .row_td .intr .input select {
    width: 100%;
    height: .72rem;
    border: .03rem solid #dedede;
    background: 0 0;
    color: #666;
    border-radius: .1rem;
    padding: 0 .12rem
}

.custom .content .conts .row_td .intr .file {
    width: 100%;
    height: .72rem;
    border-radius: .1rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.custom .content .conts .row_td .intr .file button {
    width: 2.8rem;
    height: .72rem;
    background-color: #009de2;
    text-align: center;
    color: #fff;
    font-size: .28rem
}

.custom .content .conts .row_td .intr .file input {
    width: calc(100% - .8rem);
    height: .72rem;
    border: 1px solid #dedede;
    border-radius: .08rem;
    padding: 0 .12rem;
    border-right: none
}

.custom .content .conts .row_td .look {
    width: 100%;
    height: 100%;
    background-color: #009de2;
    text-align: center;
    border-radius: .08rem;
    color: #fff;
    font-size: .28rem;
    line-height: .72rem
}

.custom .content .conts .row_td .labels {
    width: 100%;
    line-height: .4rem;
    padding: .1rem 0;
    color: #d11;
    padding-left: .2rem;
    text-indent: -.2rem
}

.custom .content .conts .row_td .button {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.custom .content .conts .row_td .button button {
    width: 2.18rem;
    height: .68rem;
    background-color: #009de2;
    text-align: center;
    line-height: .68rem;
    color: #fff;
    border-radius: .1rem
}

.custom .problem {
    width: 100%
}

.custom .problem .title {
    width: 100%;
    text-align: center;
    padding: .45rem 0;
    float: left
}

.custom .problem .title img {
    width: 4.24rem
}

.custom .problem .list {
    width: 100%;
    padding: 0 .3rem
}

.custom .problem .list ul {
    width: 100%
}

.custom .problem .list ul li {
    width: 100%;
    margin-bottom: .1rem
}

.custom .problem .list ul li .q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem
}

.custom .problem .list ul li .a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem
}

.custom .problem .list ul li .a .labs em {
    background-color: #2b95de
}

.custom .problem .list ul li .a .txts {
    color: #b5b5b5;
    font-size: .24rem
}

.custom .problem .list ul li .labs {
    width: .58rem
}

.custom .problem .list ul li .labs em {
    display: inline-block;
    width: .36rem;
    height: .36rem;
    background-color: #f1174f;
    text-align: center;
    line-height: .4rem;
    font-size: .24rem;
    font-family: arial;
    color: #fff;
    border-radius: .18rem
}

.custom .problem .list ul li .txts {
    width: calc(100% - .58rem);
    line-height: .36rem;
    font-size: .26rem;
    color: #333
}

.alert {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    padding-top: 1.04rem;
    display: none
}

.alert .alertbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.alert .list {
    width: 100%;
    background-color: #009de2;
    border-top: 1px solid rgba(255, 255, 255, .5);
    float: left;
    display: none;
    position: relative;
    z-index: 1000
}

.alert .list ul {
    width: 100%
}

.alert .list ul li {
    width: 100%;
    height: .9rem;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
    line-height: .9rem
}

.alert .list ul li .txts a {
    color: #fff
}

.alert .list ul li .more {
    height: .9rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.alert .list ul li .more img {
    width: .36rem
}

.show {
    display: block
}

.alert-prods {
    width: 6.76rem;
    height: 13rem;
    border: .05rem solid #5c5c5c;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -3.38rem;
    margin-top: -3.22rem;
    border-radius: .2rem;
    overflow: hidden;
    display: none
}

.alert-prods .title {
    width: 100%;
    height: .94rem;
    background-color: #009ee5;
    text-align: center;
    line-height: .94rem;
    font-size: .3rem;
    color: #fff
}

.alert-prods .conts {
    width: 100%;
    padding: .4rem .2rem
}

.alert-prods .conts .lists {
    width: 100%
}

.alert-prods .conts .lists .leImg {
    width: 1.27rem
}

.alert-prods .conts .lists .leImg img {
    width: 100%
}

.alert-prods .conts .lists .frImg {
    width: 4.76rem
}

.alert-prods .conts .lists .frImg img {
    width: 100%
}

.alert-prods .conts .prompt {
    width: 100%;
    text-align: center;
    padding: .4rem 0;
    float: left
}

.alert-prods .conts .prompt span {
    display: inline-block;
    height: .52rem;
    background-color: #f5f5f5;
    min-width: 5rem;
    width: 5rem;
    text-align: center;
    line-height: .52rem
}

.alert-prods .conts .prompt span img {
    height: .28rem
}

.alert-prods .conts .button {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 0
}

.alert-prods .conts .button button {
    width: 2.04rem;
    height: .62rem;
    background-color: #848484;
    border-radius: .06rem;
    color: #fff;
    font-size: .28rem
}

.alert-offer {
    width: 6.76rem;
    height: 5.26rem;
    border: .05rem solid #5c5c5c;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.38rem;
    margin-top: -2.63rem;
    border-radius: .2rem;
    overflow: hidden;
    display: none
}

.alert-offer .title {
    width: 100%;
    height: .94rem;
    background-color: #009ee5;
    text-align: center;
    line-height: .94rem;
    font-size: .3rem;
    color: #fff
}

.alert-offer .conts {
    width: 100%
}

.alert-offer .conts .table {
    width: 100%;
    padding: .3rem
}

.alert-offer .conts .table table {
    width: 100%
}

.alert-offer .conts .table table tr {
    width: 100%
}

.alert-offer .conts .table table tr td {
    width: 40%;
    border-right: .04rem solid #fff;
    border-bottom: .04rem solid #fff;
    background-color: #e6f7ff;
    line-height: .62rem;
    padding-left: .3rem
}

.alert-offer .conts .table table tr td:last-child {
    width: 60%;
    color: #db0101
}

.alert-offer .conts .button {
    width: 100%;
    text-align: center;
    padding-top: 0
}

.alert-offer .conts .button button {
    width: 2.04rem;
    height: .62rem;
    background-color: #848484;
    border-radius: .06rem;
    color: #fff;
    font-size: .28rem
}

.alert-sumit {
    width: 6.76rem;
    height: 5.26rem;
    border: .05rem solid #5c5c5c;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.38rem;
    margin-top: -2.63rem;
    border-radius: .2rem;
    overflow: hidden;
    display: none
}

.alert-sumit .state {
    padding-top: .9rem;
    width: 100%
}

.alert-sumit .state .imgs {
    width: 100%;
    text-align: center
}

.alert-sumit .state .imgs img {
    width: 1.64rem
}

.alert-sumit .state .text {
    width: 100%;
    text-align: center;
    font-size: .3rem;
    color: #333;
    line-height: .7rem
}

.alert-sumit .button {
    width: 100%;
    text-align: center;
    padding-top: 0
}

.alert-sumit .button p {
    width: 100%
}

.alert-sumit .button p button {
    width: 2.04rem;
    height: .62rem;
    background-color: #009de2;
    border-radius: .06rem;
    color: #fff;
    margin-top: .2rem;
    font-size: .28rem
}

.alert-sumit .button p:last-child button {
    background-color: #848484
}

.alert-order {
    width: 6.76rem;
    height: 10.92rem;
    border: .05rem solid #5c5c5c;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.38rem;
    margin-top: -4.96rem;
    border-radius: .2rem;
    overflow: hidden;
    display: none
}

.alert-order .title {
    width: 100%;
    height: .94rem;
    background-color: #009ee5;
    text-align: center;
    line-height: .94rem;
    font-size: .3rem;
    color: #fff
}

.alert-order .conts {
    width: 100%;
    padding: .2rem
}

.alert-order .conts .intr {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.alert-order .conts .intr .imgs {
    width: 2rem
}

.alert-order .conts .intr .imgs img {
    width: 100%
}

.alert-order .conts .intr .text {
    width: calc(100% - 2rem);
    padding-left: .2rem
}

.alert-order .conts .intr .text p {
    width: 100%;
    line-height: .48rem;
    border-bottom: .03rem solid #dfdfdf;
    font-size: .22rem
}

.alert-order .conts .table {
    width: 100%;
    padding-top: .3rem
}

.alert-order .conts .table table {
    width: 100%;
    border-top: .03rem solid #dfdfdf
}

.alert-order .conts .table table td {
    border-bottom: .03rem solid #dfdfdf;
    line-height: .36rem;
    font-size: .22rem;
    padding: .08rem .2rem;
    border-right: .03rem solid #dfdfdf
}

.alert-order .conts .table table td:last-child {
    border-right: none
}

.alert-order .button {
    width: 100%;
    text-align: center;
    padding-top: 0
}

.alert-order .button button {
    width: 2.04rem;
    height: .62rem;
    background-color: #848484;
    border-radius: .06rem;
    color: #fff;
    font-size: .28rem
}

.alert-rege {
    width: 6.76rem;
    height: 10.92rem;
    border: .05rem solid #5c5c5c;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.38rem;
    margin-top: -4.96rem;
    border-radius: .2rem;
    overflow: hidden;
    display: none
}

.alert-rege .title {
    width: 100%;
    height: .94rem;
    background-color: #009ee5;
    text-align: center;
    line-height: .94rem;
    font-size: .3rem;
    color: #fff
}

.alert-rege .conts {
    width: 100%;
    padding: .3rem
}

.alert-rege .conts .tits {
    width: 100%;
    text-align: center;
    line-height: .5rem;
    font-size: .3rem;
    font-weight: 700;
    color: #333
}

.alert-rege .conts .text {
    height: 7rem;
    width: calc(100% + .2rem);
    padding-right: .2rem;
    overflow-y: scroll;
    margin-top: .1rem
}

.alert-rege .conts .text p {
    width: 100%;
    line-height: .48rem;
    font-size: .24rem;
    text-align: justify;
    text-indent: .48rem
}

.alert-rege .button {
    width: 100%;
    text-align: center;
    padding-top: 0
}

.alert-rege .button p {
    width: 100%
}

.alert-rege .button p button {
    width: 3.46rem;
    height: .76rem;
    background-color: #ffc600;
    border-radius: .06rem;
    color: #fff;
    margin-top: .16rem;
    font-size: .28rem
}

.alert-rege .button p:last-child button {
    background-color: #848484
	
}
.btn69{ display: block; width: 80px;line-height: 30px; font-size: 14px; color: #fff; text-align: center; margin: 0 auto;border-radius: 3px;background: #fd6a01;float: right;margin-right: 8px;margin-top: 5px; }

.btn66{ display: block; width: 80px;line-height: 30px; font-size: 14px; color: #ffffff; text-align: center; margin: 0 auto;border-radius: 3px;background: #0e1ab2;float: right;margin-right: 8px;margin-top: 5px; }

.btnfk{ display: block; width: 112px;line-height: 35px; font-size: 14px; color: #fff; text-align: center; margin: 0 auto;border-radius: 3px;background: #ff0000;float: right;margin-right: 8px;margin-top: 5px; }

.btnqx{ display: block; width: 112px;line-height: 35px; font-size: 14px; color: #fff; text-align: center; margin: 0 auto;border-radius: 3px;background: #827b7a;float: right;margin-right: 8px;margin-top: 5px; }

.btnsh{ display: block; width: 112px;line-height: 35px; font-size: 14px; color: #fff; text-align: center; margin: 0 auto;border-radius: 3px;background: #6b08f0;float: right;margin-right: 8px;margin-top: 5px; }

.btntk{ display: block; width: 112px;line-height: 35px; font-size: 14px; color: #fff; text-align: center; margin: 0 auto;border-radius: 3px;background: #b621fe;float: right;margin-right: 8px;margin-top: 5px; }

.btnwc{ display: block; width: 112px;line-height: 35px; font-size: 14px; color: #fff; text-align: center; margin: 0 auto;border-radius: 3px;background: #c797eb;float: right;margin-right: 8px;margin-top: 5px; }

.btnfh{ display: block; width: 112px;line-height: 35px; font-size: 14px; color: #fff; text-align: center; margin: 0 auto;border-radius: 3px;background: #74d6cc;float: right;margin-right: 8px;margin-top: 5px; }

.btnsh{ display: block; width: 112px;line-height: 35px; font-size: 14px; color: #fff; text-align: center; margin: 0 auto;border-radius: 3px;background: #f49ac6;float: right;margin-right: 8px;margin-top: 5px; }

.btnck{ display: block; width: 56px;line-height: 35px; font-size: 14px; color: #fff; text-align: center; margin: 0 auto;border-radius: 3px;background: #f49ac6;float: right;margin-right: 8px;margin-top: 5px;margin-left: 113px; }

.del-line {text-decoration:line-through;color: #ff004a;}