*, *:before, *:after {
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    color: #3e3e3e;
}

html {
    line-height: 1.6;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

ins {
    text-decoration: none;
}

del {
    color: #8f8f8f;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */

input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button {
    -webkit-appearance: none;
}

/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}


.w50 {
    width: 50px;
}

.mt5 {
    margin-top: 5px;
}

.p10 {
    padding: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pt50 {
    padding-top: 50px;
}

.pl20 {
    padding-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.red {
    color: #e83b10;
}

a, a:visited {
    color: #323232;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.f11 {
    font-size: 11px;
}

.txtr {
    text-align: right;
}

body {
    background-color: #F5F5F5;
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

/*head start*/
header {
    width: 100%;
    height: 50px;
    background-color: #FF0000;
    overflow: hidden;
}

.back {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.back a {
    width: 15px;
    height: 27px;
    display: block;
    background: url("../images/basic.png") no-repeat scroll -123px 1px rgba(0, 0, 0, 0);
}

.logo {
    position: absolute;
    top: 1px;
    height: 40px;
    left: 10px;
}

.hdright {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    color: #fff;
}

.hdright span {
    float: left;
    color: #fff;
    line-height: 15px;
    margin: 12px 8px 0px 0px;
    font-size: 12px;
}

.hdright em {
    float: left;
    font-size: 40px;
    color: #fff;
    line-height: 45px;
}

.sou {
    width: 20px;
    height: 20px;
    background: url("../images/basic.png") no-repeat scroll -21px -47px;
    margin: 12px 10px 0px 0px;
}

.sou.selected {
    background: url("../images/basic.png") no-repeat scroll -44px -66px;
}

.hdtitle {
    text-align: center;
    line-height: 50px;
    color: #fff;
}

/*head end*/
/*search start*/
.search {
    width: 100%;
    background-color: #EFEFF4;
    overflow: hidden;
    padding: 3px 0px 2px;
}

.search form {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1px 0px 2px 0px;
}

.iptkey {
    display: inline-block;
    width: 76%;
    vertical-align: top;
}

.iptkey input {
    background-color: #fff;
    border: 0 none;
    padding: 6px 6px 7px;
    width: 100%;
    font-size: 0.75em;
}

.iptval {
    display: inline-block;
    width: auto;
    overflow: hidden;
    vertical-align: top;
    padding-top: 1px;
    margin-left: -4px;
}

.iptval input[type="submit"] {
    display: block;
    width: 50px;
    height: 29px;
    border: 0px;
    background: url("../images/s.jpg") no-repeat;
}

/*search end*/
/*bd start*/
.bd {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.bd .cont {
    width: 90%;
    margin: 30px auto;
    overflow: hidden;
}

.focus {
    overflow: hidden;
    width: 100%;
    padding-top: 5px;
}

.imenu {
    overflow: hidden;
    width: 100%;
    clear: both;
    margin-top: 5px;
}

.imenu ul {
    background-color: #fff;
    color: #414141;
    width: 100%;
    overflow: hidden;
    padding: 5px 0px;
}

.imenu ul li {
    float: left;
    position: relative;
    width: 25%;
}

.imenu ul li:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.imenu ul li a {
    display: block;
    padding: 6px 0 3px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.imenu i {
    display: block;
    font-size: 0px;
}

.imenu i img {
    width: 50px;
}

.imenu p {
    color: #414141;
    font-size: 0.75em;
    margin-top: 5px;
}

/*bd end*/
/*itemsec start*/
.itemsec {
    display: block;
    overflow: hidden;
    margin-top: 8px;
}

.itemsec .hd {
    height: 36px;
    line-height: 36px;
    background-color: #fff;
}

.itemsec .hd .title {
    float: left;
    width: 80px;
    font-size: 0.875em;
    text-indent: 10px;
    background: url("../images/rd.gif") no-repeat scroll 10px center;
    text-indent: 20px;
}

.itemsec .hd .more {
    float: right;
    width: 80px;
    text-align: right;
    font-size: 0.75em;
    padding-right: 10px;
    color: #666666;
    background: url("../images/mjt.png") no-repeat scroll 96% center/6px;
}

.itemsec .hd .more span {
    font-family: 粗标宋体;
}

.itemsec ul {
    overflow: hidden;
}

.itemsec ul li {
    width: 46%;
    float: left;
    padding: 7px;
    margin-left: 2%;
    margin-top: 2%;
    background-color: #fff;
    position: relative;
    border: 1px solid #E2E2E2;
}

.itemsec ul li .img {
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    font-size: 0px;
}

.itemsec ul li .img img {
    width: 100%;
}

.itemsec dl {
    overflow: hidden;
}

.itemsec dt {
    line-height: 25px;
    height: 25px;
    font-size: 0.75em;
    overflow: hidden;
}

.itemsec dd {
    line-height: 1.2em;
    margin-top: 10px;
    overflow: hidden;
}

.itemsec .fullimg {
    width: 100%;
    display: block;
    font-size: 0px;
}

.odprice {
    float: left;
    font-size: 0.75em;
}

.shopnum {
    float: right;
    text-align: right;
    font-size: 0.75em;
}

.newprice {
    color: #d93229;
    float: left;
    font-size: 0.75em;
}

.shopcart {
    float: right;
    text-align: right;
    height: 25px;
}

.shopcart span {
    font-size: 12px;
}

.shopcart a {
    height: 20px;
    display: block;
    font-size: 0.75em;
}

/*itemsec end*/
/*footer start*/
footer {
    overflow: hidden;
    width: 100%;
    margin: 20px auto;
    padding: 0px 10px;
    color: #6e6e6e;
}

footer ul {
    overflow: hidden;
    padding: 10px 0px 50px;
}

footer ul li {
    line-height: 1.5em;
    text-align: center;
    font-size: 0.75em;
    overflow: hidden;
    color: #999;
}

footer ul li .lft {
    float: left;
    width: 40%;
    text-align: left;
}

footer ul li .rft {
    float: right;
    width: 60%;
    text-align: right;
}

footer a {
    padding: 0px 10px;
    color: #6e6e6e;
}

/*footer end*/
/*footer nav*/
.footnav {
    height: 50px;
    position: fixed;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    border-top: 1px solid #d3d3d3;
    background-color: #e7e8eb;
    z-index: 999;
}

.footnav ul {
    overflow: hidden;
    padding-top: 3px;
}

.footnav ul li {
    text-align: center;
    position: relative;
    float: left;
}

.footnav ul li a {
    display: block;
    font-size: 0.7em;
    color: #333;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.footnav ul li.current a {
    color: #b1191a;
}

.home {
    width: 25%;
}

.my {
    width: 25%;
}

.classs {
    width: 25%;
}

.cart {
    width: 25%;
}

.cart.sel {
    background-color: #ff6703;
}

.footnav ul li a em {
    display: block;
    font-size: 28px;
    height: 26px;
    line-height: 24px;
    margin: 0 auto;
    overflow: hidden;
    width: 50px;
    position: relative;
}

.footnav .home.current a em {
    color: #b1191a;
}

.footnav .classs.current a em {
    color: #b1191a;
}

.footnav .cart.current a em {
    color: #b1191a;
}

.footnav .my.current a em {
    color: #b1191a;
}

.cartnm {
    position: absolute;
    top: 0px;
    left: 60%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 10px;
    background-color: #fb3131;
    color: #fff;
    font-weight: bold;
}

/*footer nav end*/
/*category start*/
.category {
    overflow: hidden;
    padding: 5px 0px 0px;
}

.category dl {
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}

.category dl dt {
    font-size: 0.875em;
    line-height: 2em;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
}

.category dl dd {
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    float: left;
    font-size: 0.75em;
    line-height: 2.5em;
    margin-bottom: 2%;
    margin-left: 2%;
    text-align: center;
    width: 30%;
}

.category dl dd a {
    display: block;
}

/*category end*/
/*categorytab start*/
.categorytab {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.categorytab a {
    width: 50%;
    float: left;
    text-align: center;
    display: block;
    font-size: 0.875em;
    height: 40px;
    line-height: 40px;
}

.categorytab a.current {
    color: #EA5200;
    border-bottom: 1px solid #EA5200;
}

/*categorytab end*/
/*shopdetail start*/
.shopdetail {
    overflow: hidden;
    padding: 5px 0px;
}

.shopdetail .showimg {
    width: 100%;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
}

.shopdetail .showimg img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.shopdetail dl {
    background-color: #fff;
    padding: 10px;
    margin-top: 5px;
}

.shopdetail dl dt {
    font-size: 0.875em;
}

.shopdetail dl dd {
    line-height: 2em;
    font-size: 0.75em;
}

.shopdetail dl dd input[type='text'] {
    line-height: 25px;
    font-size: 0.875em;
    height: 25px;
    padding-left: 3px;
    width: 200px;
}

.shopdetail .price {
    color: #f00;
    font-size: 1.5em;
}

.shopdetail .buy {
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
}

.shopdetail .buy a {
    width: 40%;
    margin-right: 5%;
    text-align: center;
    display: inline-block;
    padding: 4px;
    color: #fff;
    border-radius: 2px;
}

.redbtn {
    background-color: #c00;
}

.greenbtn {
    background-color: #6cb248;
}

.depict {
    overflow: hidden;
    margin-top: 5px;
    background-color: #fff;
    line-height: 2em;
    font-size: 0.75em;
    padding: 10px;
}

.detailitem {
    overflow: hidden;
    margin-top: 5px;
}

.detailitem ul {
    overflow: hidden;
}

.detailitem ul li {
    border-bottom: 1px solid #d3d3d3;
    background: url("../images/rjt.png") no-repeat scroll 99% 50%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding: 0px 10px;
    font-size: 0.875em;
}

.detailitem a {
    display: block;
}

/*shopdetail end*/
/*cartlist start*/
.cartlist {
    overflow: hidden;
    margin-top: 5px;
}

.cartlist h1 {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 5px;
    padding-left: 10px;
}

.cartlist .head {
    height: 30px;
    line-height: 30px;
    background-color: #B1191A;
    color: #fff;
    font-size: 0.875em;
    padding: 0px 10px;
    border-radius: 4px;
}

.cartlist ul {
    margin-top: 5px;
    overflow: hidden;
}

.cartlist ul li {
    line-height: 1.5em;
    padding: 5px;
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
    width: 100%;
}

.cartlist ul li .img {
    width: 90px;
    height: auto;
    float: left;
}

.cartlist dl {
    overflow: hidden;
    padding-left: 10px;
}

.cartlist dl dt {
    font-size: 0.75em;
}

.cartlist dl dd {
    line-height: 2em;
    font-size: 0.75em;
}

.cartlist .price {
    color: #f00;
    font-size: 1.5em;
}

.cartlist .select-box {
    /*width: 117px;*/
    width: auto;
    float: left;
}

.select-box {
    overflow: hidden;
}

.select-box .minus {
    display: block;
    float: left;
    width: 28px;
    height: 30px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #b5b5b5;
    border-left: 1px solid #bfbfbf;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    font-size: 15px;
    font-family: Arial;
    font-weight: 800;
    text-shadow: 1px 1px 1px #fff;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #e4e4e4));
}

.select-box .minus.disabled {
    color: #c8c8c8
}

.select-box .add {
    display: block;
    float: left;
    width: 28px;
    height: 30px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #bfbfbf;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    font-size: 25px;
    font-family: Arial;
    font-weight: 100;
    text-shadow: 1px 1px 1px #fff;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #e4e4e4));
}

.select-box .amount {
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #b5b5b5;
    font-size: 20px;
    line-height: 30px;
    color: #555;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #babbbc), color-stop(1, #e2e2e2));
}

.delcart {
    background: url("../images/basic.png") no-repeat scroll -150px 0;
    width: 30px;
    height: 30px;
    float: right;
    display: block;
}

.cartlist .total {
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

.cartlist #zongji {
    font-size: 14px;
    margin: 10px 0px;
}

.cartlist .total span {
    color: #f00;
    font-size: 0.875em;
}

.cartlist .total a {
    border-radius: 4px;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: #f97000;
    display: block;
}

.cartlist .total a.gg {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    color: #6e6e6e;
    margin-top: 5px;
}

/*cartlist end*/
/*order start*/
.order {
    overflow: hidden;
}

.order dl {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.order dt {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 5px;
}

.order dd {
    line-height: 2em;
    font-size: 0.75em;
    padding: 5px 0px;
    overflow: hidden;
}

.order dd .orderlft {
    float: left;
    text-align: right;
    width: 30%;
}

.order dd .orderrft {
    float: left;
    width: 70%;
}

.order dd .orderrft input, .order dd .orderrft select {
    width: 100%;
    padding: 5px;
}

.order dd input {
    padding: 2px 3px;
}

.order textarea {
    width: 100%;
    padding: 5px;
}

.order .price {
    font-size: 1.2em;
}

.order .tjbtn {
    overflow: hidden;
    margin-top: 10px;
    padding: 10px;
}

.order .tjbtn a {
    border-radius: 4px;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: #B1191A;
    display: block;
}

.order .tjbtn a:hover {
    background-color: #ff5b5b;
}

/*order end*/
/*orderok start*/
.orderok {
    padding: 10px;
    background-color: #fff;
    margin-top: 5px;
}

.orderok h1 {
    color: #4b981d;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.orderok h1 i {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
    width: 23px;
    height: 23px;
    background: url("../images/basic.png") no-repeat scroll -96px -41px;
}

.orderok .link {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.orderok .link a {
    color: #0070db;
    font-size: 0.75em;
    padding: 10px;
}

/*order end*/
/*ucenter start*/
.ucenter {
    overflow: hidden;
}

.ucenter .uhead {
    padding: 20px 0px;
}

.ucenter .face {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}

.ucenter .uname {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 0.875em;
}

.ucenter .face img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

.ucenter .item {
    overflow: hidden;
}

.ucenter .item a {
    line-height: 40px;
    display: block;
    height: 40px;
    padding-left: 10px;
    color: #575757;
    font-size: 0.875em;
    border-bottom: 1px solid #d3d3d3;
    background: url("../images/rjt.png") no-repeat scroll 98% 50% #fff;
}

.ucenter .item a:hover {
    background-color: #DDDDDD;
}

/*ucenter end*/
/*register start*/
.reg {
    overflow: hidden;
    padding: 10px;
    background-color: #F7F7F7;
    margin-top: 5px;
}

.reg h1 {
    color: #414141;
    font-size: 0.875em;
}

.reg dl {
    overflow: hidden;
    margin-top: 10px;
}

.reg dl dt {
    color: #414141;
    font-size: 0.875em;
    margin-top: 10px;
}

.reg dl dd {
    line-height: 30px;
    height: 30px;
}

.reg dl dd input[type="text"], .reg dl dd input[type="password"] {
    width: 100%;
    padding: 6px;
    font-size: 0.75em;
}

.reg dl dd .xy {
    font-size: 0.75em;
    margin-left: 5px;
    color: #0352c1;
}

.reg dl dd .btn {
    display: block;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: #F97000;
    margin-top: 10px;
    border: none;
    width: 100%;
}

/*register end*/
/*article start*/
article {
    line-height: 1.5em;
    font-size: 0.75em;
    background-color: #fff;
    padding: 10px;
    margin-top: 8px;
}

/*article end*/
.up, .down {
    color: #323232;
}

.up.sel, .down.sel {
    color: #EA5200;
    font-size: 1.2em;
}

.tip {
    color: #f00;
    font-size: 0.75em;
}

/*regok start*/
.regok {
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 5px;
}

.regok h1 {
    color: #4b981d;
    font-size: 1.2em;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.regok h1 i {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
    width: 23px;
    height: 23px;
    background: url("../images/basic.png") no-repeat scroll -96px -41px;
}

.regok .link {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.regok .link a {
    color: #0070db;
    font-size: 0.75em;
    padding: 10px;
}

/*regok end*/
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.modal {
    display: none;
    background: #F7F7F7;
    padding: 0 10px 10px;
    overflow: auto;
    z-index: 1001;
    position: absolute;
    width: 220px;
    height: 120px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

.closeBtn {
    text-align: right;
    cursor: pointer;
}

.modal h1 {
    color: #037203;
    font-size: 0.875em;
    line-height: 2em;
}

.modal h1 i {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
    width: 23px;
    height: 23px;
    background: url("../images/basic.png") no-repeat scroll -96px -41px;
}

.modal .bloc {
    overflow: hidden;
    margin-top: 10px;
}

.modal a {
    display: inline-block;
    text-align: center;
    font-size: 0.75em;
    border-radius: 4px;
    padding: 5px 10px;
}

.modal a.cart {
    background-color: #EA5200;
    color: #fff;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
/*tuijian start*/
.tj {
    overflow: hidden;
    margin: 5px auto;
    position: relative;
}

.tj .tjimg {
    position: relative;
}

.tj .tjimg .tejia {
    min-width: 40px;
    height: 20px;
    line-height: 20px;
    background-color: #d2381e;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.tj .tjimg .hot {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: absolute;
    top: -15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    right: -5px;
    background: url("../images/te2.png") no-repeat;
}

.tj ul {
    overflow: hidden;
}

.tj ul li {
    overflow: hidden;
    display: block;
    float: left;
    width: 50%;
    font-size: 0.75em;
    padding: 5px;
    background-color: #f4f4f4;
}

.tj a img {
    width: 100%;
}

.tj a {
    overflow: hidden;
    display: block;
}

.tj a span {
    height: 20px;
    display: block;
    line-height: 20px;
    overflow: hidden;
}

/*tuijian end*/
/*address start*/
.address {
    overflow: hidden;
    padding: 10px;
    background-color: #F7F7F7;
    margin-top: 5px;
}

.address input, .address select {
    padding: 4px;
    width: 100%;
}

.address h1 {
    color: #e83b10;
    font-weight: bold;
    font-size: 0.875em;
}

.address table {
    font-size: 0.75em;
    width: 100%;
}

.address td {
    padding: 2px;
    height: 40px;
    line-height: 40px;
}

.address td.lt {
    text-align: right;
    width: 100px;
}

.dlitm {
    overflow: hidden;
    margin-top: 10px;
    background-color: #f7f7f7;
}

.dlitm ul {
    overflow: hidden;
    margin-top: 5px;
}

.dlitm li {
    font-size: 0.75em;
    line-height: 1.5em;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px;
    overflow: hidden;
}

.dlitm .tag {
    width: 12px;
    height: 18px;
    background: url("../images/basic.png") no-repeat -249px -38px;
    float: left;
    margin-right: 8px;
}

.dlitm .tag.curr {
    background-position: -236px -38px;
}

/*address end*/
.rdbtn {
    width: 115px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    background: #f86c3b;
    background: -moz-linear-gradient(top, #f76d3c, rgba(241, 92, 36, 0.5));
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#f76d3c), color-stop(0.6, #f76d3c), to(rgba(241, 92, 36, 0.5)));
    background: -o-linear-gradient(top, #f76d3c, rgba(241, 92, 36, 0.5));
}

.gdt {
    background: #e7e7e7;
    background: -moz-linear-gradient(top, #eee, rgba(202, 202, 202, 0.5));
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#eee), color-stop(0.4, #f0f0f0), to(rgba(202, 202, 202, 0.5)));
    background: -o-linear-gradient(top, #eee, rgba(202, 202, 202, 0.5));
}

.btn {
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 50px;
}

.btn.def {
    float: right;
    width: 70px;
    margin-right: 10px;
}

.btn.def.cancel {
    float: right;
    width: 70px;
    color: #fff;
    background: #e7e7e7;
    background: -moz-linear-gradient(top, #78858e, rgba(81, 91, 100, 0.5));
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#78858e), color-stop(0.4, #78858e), to(rgba(81, 91, 100, 0.5)));
    background: -o-linear-gradient(top, #78858e, rgba(81, 91, 100, 0.5));
}

.btn.mod {
    float: right;
    margin-right: 10px;
}

/*ordlist start*/
.ordlist {
    overflow: hidden;
    margin-top: 5px;
}

.ordlist .odmenu {
    background-color: #f7f7f7;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.ordlist .odmenu a {
    display: block;
    float: left;
    text-align: center;
    width: 50%;
    font-size: 0.75em;
}

.ordlist .odmenu a.sel {
    color: #fff;
    background-color: #FC8200;
}

.ordlist ul {
    overflow: hidden;
    margin: 10px auto;
}

.ordlist ul li {
    font-size: 0.75em;
    line-height: 1.5em;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px;
    overflow: hidden;
    background: url("../images/rjt.png") no-repeat scroll 99% 50% #f7f7f7;
}

.ordlist .order_state {
    background: url("../images/basic.png") no-repeat scroll -272px 0px;
    height: 30px;
    float: left;
    width: 27px;
}

.ordlist .order-item-status3 {
    background-position: -272px -60px;
}

.ordlist .order-item-status2 {
    background-position: -272px -32px;
}

.ordlist ul li a {
    float: left;
    margin-left: 10px;
    overflow: hidden;
    display: block;
}

.ordlist ul li a div {
    line-height: 1.2em;
    overflow: hidden;
}

/*ordlist end*/
/*orinfo start*/
.orinfo {
    overflow: hidden;
}

.orinfo .odmenu {
    background-color: #f7f7f7;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.orinfo .odmenu a {
    display: block;
    float: left;
    text-align: center;
    width: 50%;
    font-size: 0.75em;
}

.orinfo h1 {
    color: #e83b10;
    padding: 10px 10px 0px;
    font-size: 0.875em;
}

.orinfo ul {
    overflow: hidden;
    background-color: #fff;
}

.orinfo ul li {
    font-size: 0.75em;
    line-height: 1.5em;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 10px;
    overflow: hidden;
}

.orinfo ul li div {
    color: #515151;
}

.orinfo ul li div a.pl {
    display: block;
    border-radius: 3px;
    text-align: center;
    padding: 2px 3px;
    width: 60px;
    background-color: #EA5200;
    color: #fff;
}

.orinfo span {
    color: #e83b10;
}

.orinfo dl {
    overflow: hidden;
    padding: 5px 10px;
}

.orinfo dd {
    line-height: 1.5em;
    font-size: 11px;
    color: #515151;
    width: 156px;
    word-wrap: break-word;
    word-break: normal;
}

/*orinfo end*/
/*btnlist start*/
.btnlist {
    overflow: hidden;
    padding: 10px;
}

.btnlist a {
    border-radius: 4px;
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 3px 10px;
    margin-right: 2%;
    font-size: 0.75em;
}

.btnlist a.rd {
    background-color: #f00;
    color: #fff;
}

.btnlist a.orange {
    background-color: #EF8B00;
    color: #fff;
}

.btnlist a.hui {
    background: #e7e7e7;
    background: -moz-linear-gradient(top, #78858e, rgba(81, 91, 100, 0.5));
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#78858e), color-stop(0.4, #78858e), to(rgba(81, 91, 100, 0.5)));
    background: -o-linear-gradient(top, #78858e, rgba(81, 91, 100, 0.5));
    color: #fff;
}

/*btnlist end*/
/*pl start*/
.pl {
    overflow: hidden;
    padding: 10px;
}

.pl dl {
    overflow: hidden;
    border-bottom: 1px dashed #d3d3d3;
    padding: 5px 0px;
}

.pl dl dt {
    font-size: 11px;
    color: #a0a0a0;
}

.pl dl dt .pllft {
    float: left;
    width: 50%;
    display: block;
}

.pl dl dt .plrft {
    float: right;
    width: 50%;
    display: block;
    text-align: right;
}

.pl dl dd {
    font-size: 0.75em;
    color: #515151;
}

.addpl {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 10px;
}

.addpl textarea {
    width: 100%;
}

.addpl ul {
    overflow: hidden;
}

.addpl ul li {
    overflow: hidden;
    padding: 5px 0px;
}

/*pl end*/
.select-shadow {
    display: none;
    position: absolute;
    z-index: 0;
    height: 94px;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.select-shadow img {
    width: 25px
}

.select-shadow.large {
    height: 195px;
}

.select-inner {
    overflow: hidden;
    padding-top: 37px;
}

.select-inner span {
    position: relative;
    top: -2px;
    color: #fff;
}

.select-shadow-no-img {
    display: none;
    position: absolute;
    z-index: 0;
    height: 70px;
    width: 100%;
    top: 31px;
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.select-shadow-no-img img {
    width: 32px
}

.select-shadow-no-img.large {
    height: 105px;
    padding-top: 75px
}

/*page st*/
.pages {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: hidden;
    margin: 5px auto;
}

.pages li {
    display: inline;
    float: left;
    padding: 0px 5px;
    height: 25px;
    line-height: 25px;
    color: #666;

    margin-right: 0.3em;
    border: 1px solid #E0E0E0;
    background: #FFF;
}

.pages li span {
    color: #cc3300;
    background: #FFF;
}

.pages li.page_a {
    padding: 0;
    border: 0;
}

.pages li.page_a a {
    FLOAT: left;
    padding: 0px 5px;
    color: #0044DD;
    border: 1px solid #E0E0E0;
}

.pages li.page_a a:hover {
    background-color: #9CC0F8;
    border: 1px solid #A0A0A0;
}

.pages li.pages_input {
    padding: 0;
    border: 1px solid #A0A0A0;
}

.pages li.pages_input input {
    width: 18px;
    font-size: 14px;
    border: 1px;
    padding: 0px 3px;
    margin: 0px 3px;
    text-align: center;
}

.pages .on {
    padding: 0px 5px;
    color: red;
    font-weight: bold;
}

.pages select option {
    padding: 0px;
}

/*page end*/
.togetherod {
    overflow: hidden;
    background-color: #F7F7F7;
    border-bottom: 10px solid #000;
}

/*fontinpt start*/
.fontinpt {
    overflow: hidden;
}

.fontinpt h2 {
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

.fontinpt ul {
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
}

.fontinpt ul li {
    overflow: hidden;
    margin-bottom: 5px;
}

.fontinpt .lftft {
    float: left;
    width: 30%;
    padding: 5px;
    font-size: 0.875em;
    text-align: right;
}

.fontinpt .rftipt {
    float: left;
    width: 70%;
    padding: 5px;
    font-size: 0.875em;
}

.fontinpt .rftipt select {
    width: 100%;
}

.fontinpt .rftipt input[type="text"], .fontinpt .rftipt [type="password"] {
    width: 100%;
    padding: 3px;
}

.fontinpt .rftipt textarea {
    width: 100%;
    height: 50px;
    padding: 3px;
}

/*fontinpt end*/
/*colbtn start*/
.colbtn {
    overflow: hidden;
    margin: 10px auto;
    cursor: pointer;
}

.colbtn a, .colbtn a:visited {
    overflow: hidden;
    display: block;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.colbtn a.mei {
    background-color: #fd6396;
}

.colbtn a.blue {
    background-color: #1c84c6;
}

.colbtn a.orange {
    background-color: #EA5200;
}

.colbtn a.red {
    background-color: #ff0000;
}

.colbtn a.green {
    background-color: #04BE02;
}


.colbtn button {
    display: block;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
}


/*colbtn ene*/
/*mslist start*/
.mslist {
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
}

.mslist dl {
    overflow: hidden;
}

.mslist dl dt {
    font-size: 0.875em;
    background-color: #E1E1E1;
    border-bottom: 1px solid #9a9a9a;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    margin-bottom: 10px;
}

.mslist dl dd {
    line-height: 1.8em;
    font-size: 0.875em;
    padding: 0px 10px;
    background: url("../images/wx.png") no-repeat scroll 5px 0/18px;
    text-indent: 20px;
}

/*mslist end*/

.product {
    overflow: hidden;
    background-color: #fff;
    padding: 8px;
    margin-top: 8px;
}

.product ul {
    overflow: hidden;
}

.product ul li {
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product ul li .nimg {
    float: left;
    width: 40%;
}

.product ul li .nimg img {
    width: 100%;
}

.product ul li .ninfo {
    float: left;
    padding-left: 10px;
    width: 60%;
}

.product ul li .ntit {
    overflow: hidden;
    color: #565656;
    font-size: 14px;
}

.product ul li .ndetail {
    font-size: 0.75em;
    margin-top: 10px;
    color: #777777;
}

.product ul li .ndetail span {
    color: #ff8400;
}

.product ul li .price {
    font-size: 0.75em;
}

.product ul li .price span {
    color: #ff8400;
    font-size: 1.5em;
}

.product ul li .oldprice {
    font-size: 0.75em;
}

.product ul li .oldprice span {
    text-decoration: line-through;
}

/*time-item st*/
.time-item {
    font-size: 12px;
    float: left;
    display: none;
}

.time-item span {
    color: #fff;
    background-color: #3d3d3d;
    padding: 2px 4px;
    border-radius: 5px;
}

/*time-item ed*/
.cartnum {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #ff0000;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 60px;

}

.skover {
    float: left;
    font-size: 12px;
    width: 60px;
    display: none;
    text-align: center;
    border-radius: 5px;
    color: #FF0000;
}

/*noorder start*/
.noorder {
    background: url("../images/guang.png") no-repeat scroll center top / 61px 64px;
    color: #666;
    font-size: 14px;
    height: auto;
    line-height: 25px;
    padding-top: 80px;
    text-align: center;
    margin-top: 80px;
}

.noorder a, .noorder a:visited {
    background: #1bb862;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 8px 0;
    text-align: center;
    margin: 10px auto 0px;
    width: 230px;
    font-size: 16px;
}

/*noorder end*/
/*sgarticle st*/
.sgarticle {
    overflow: hidden;
    background-color: #fff;
    padding: 10px 20px;
}

.sgarticle .tit {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #444;
    font-size: 18px;
}

.sgarticle .meta {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
}

.sgarticle .meta span {
    margin-right: 20px;
    color: #999;
    font-size: 0.75em;
}

.sgarticle .info {
    line-height: 2em;
    font-size: 0.875em;
    margin: 20px 0px;
}

/*sgarticle ed*/
.myint {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 20px auto;
    background-color: #fff;
    font-size: 0.875em;
}

.myint span {
    color: #ff9000;
}


/*my_menu start*/
.my_menu {
    background: #efefef;
    width: 100%;
}

.my_menu ul {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.my_menu li {
    padding: 10px 0;
    float: left;
    width: 50%;
    border-right: 1px solid #ddd;
}

.my_menu li.sel {
    background-color: #efefef;
}

.my_menu a {
    color: #666;
    display: block;
    text-align: center;
}

.my_menu span {
    display: block;
}

/*my_menu end*/
/*order start*/
.orderlist {
    overflow: hidden;
}

.orderlist ul {
    margin-bottom: 50px;
    overflow: hidden;
}

.orderlist ul li {
    padding: 0px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    background-color: #fff;
}

.orderlist ul li .ddh {
    border-bottom: 1px solid #efefef;
    height: 30px;
    color: #999;
    font-size: 0.75em;
    line-height: 30px;
}

.orderlist ul li .ddh a {
    color: #999;
}

.orderlist ul li .content {
    width: 100%;
    font-size: 0.75em;
    margin: 10px 0px;
    overflow: hidden;
}

.orderlist ul li .content .img {
    width: 20%;
    height: 50px;
    float: left;
}

.orderlist ul li .content .rt {
    float: left;
    padding-left: 10px;
    width: 80%;
}

.orderlist ul li .content .tit {
    line-height: 16px;
    overflow: hidden;
    height: 50px;
    width: 70%;
    float: left;
}

.orderlist ul li .content .price {
    width: 30%;
    float: right;
    text-align: right;

}

.orderlist ul li .totalprice {
    border-top: 1px solid #efefef;
    height: 40px;
    color: #333;
    font-size: 0.875em;
    line-height: 40px;
}

.orderlist ul li .totalprice .total {
    float: left;
    width: 50%;
}

.orderlist ul li .totalprice .total span {
    color: #ffa735;
}

.orderlist ul li .totalprice .opter {
    float: left;
    width: 50%;
    text-align: right;
}

.orderlist ul li .totalprice .opter a {
    border-radius: 15px;
    color: #999;
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 20px;
}

.orderlist ul li .totalprice .opter a.green {
    background-color: #4dca3f;
    color: #fff;
}

.orderlist ul li .totalprice .opter a.orange {
    background-color: #ffa735;
    color: #fff;
}

.orderlist ul li .totalprice .opter a.hui {
    background-color: #999;
    color: #fff;
}

/*order end*/

/*hdsearch st*/
.hdsch {
    width: 50%;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    margin: 8px auto 0px;
    border-radius: 30px;
}

.hdsch .ipt {
    float: left;
    width: 70%;
}

.hdsch .ipt input {
    border: 0 none;
    height: 30px;
    line-height: 30px;
    margin-left: 17px;
    width: 100%;
    font-size: 14px;
}

.hdsch .sbtn {
    float: right;
    width: 20%;
    color: #666;
    font-size: 22px;
    margin-right: 5px;
}

.hdsch .sbtn input[type="submit"] {
    border: 0 none;
    background-color: #fff;

}

/*hdsearch ed*/
.mark {
    width: 350px;
    min-height: 258px;
    margin: 0px auto;
    font-size: 0.75em;
    color: #999;
    background: url("../images/cha_bg2.jpg") no-repeat scroll 0 0;
    background-size: cover;
    position: relative;
    font-size: 12px;
    font-family: "宋体";
}

.dan {
    width: 350px;
    height: 517px;
    margin: 0px auto;
    font-size: 0.75em;
    color: #999;
    background: url("../images/cha_bg3.jpg") no-repeat scroll 0 0;
    background-size: cover;
    position: relative;
    font-size: 12px;
    font-family: "宋体";
}

.pc {
    width: 800px;
    height: 589px;
    margin: 0px auto;
    background: url("../images/cha_bg.jpg") no-repeat scroll 0 0;
    background-size: cover;
    position: relative;
    font-size: 12px;
    font-family: "宋体";
    display: none;
}

.pc2021 {
    width: 800px;
    height: 589px;
    margin: 0px auto;
    margin-top: 10px;
    background: url("../img/zhengshu.jpg") no-repeat scroll 0 0;
    background-size: cover;
    position: relative;
    font-size: 12px;
    font-family: "宋体";
    display: none;
}

#userName {
    position: absolute;
    top: 160px;
    left: 645px;
}

#gender {
    position: absolute;
    top: 202px;
    left: 645px;
}

#birthday {
    position: absolute;
    top: 244px;
    left: 670px;
}

#danceSpecies {
    position: absolute;
    top: 287px;
    left: 670px;
}

#tongguodengji {
    position: absolute;
    top: 384px;
    right: 45px;
}

#level {
    position: absolute;
    top: 330px;
    left: 670px;
}

#bianhao {
    position: absolute;
    top: 378px;
    right: 190px;
}

#avatar {
    position: absolute;
    top: 159px;
    right: 256px;
}

#certificateNo {
    position: absolute;
    top: 330px;
    left: 530px;
}

#fazhengriqi {
    position: absolute;
    top: 333px;
    right: 190px;
}

#issueDate {
    position: absolute;
    top: 287px;
    left: 530px;
}

#zhaopian {
    position: absolute;
    top: 209px;
    right: 228px;
}


/*jiugongge st*/
.jiugongge {
    overflow: hidden;
    display: block;
    margin-top: 30px;
}

.jiugongge ul {
    overflow: hidden;
    padding: 10px;
}

.jiugongge ul li {
    float: left;
    width: 33.3333%;
}

.jiugongge ul li a {
    display: block;
    font-size: 0px;
    padding: 10px;
}

.jiugongge .title {
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

/*jiugongge ed*/


/*tiptline start*/
.tiptline {
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
}

.tiptline ul {
}

.tiptline ul li {
    overflow: hidden;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.tiptline ul li .tit {
    float: left;
    width: 40%;
    text-align: center;
}

.tiptline ul li .ipt {
    float: left;
    width: 60%;
}

.tiptline ul li .ipt input {
    border: none;
    width: 100%;
}

/*tiptline end*/
.unionbtn {
    overflow: hidden;
    display: block;
    margin: 50px auto;
    text-align: center;
}

.unionbtn input[type="submit"] {
    border: none;
    width: 160px;
    height: 50px;
    background-color: #fff;
    background: url("../images/unionpay.png") no-repeat scroll 0 0/160px;
}

.orderokmark {
    overflow: hidden;
    margin-top: 30px;
}

.orderokmark dl {
    width: 90%;
    margin: 0px auto;
}

.orderokmark dl dt {
    font-size: 14px;
    color: #666;
}

.orderokmark dl dd {
    font-size: 12px;
    color: #666;
    line-height: 26px;
}

.pay {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: 20px 0px 30px;
}

.pay a {
    color: #fff;
    padding: 12px 5px;
    border-radius: 4px;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.pay .submit {
    color: #fff;
    padding: 12px 5px;
    border-radius: 4px;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
    border: 0px;
}

.blue {
    background-color: #02AAF1;
}

.yello {
    background-color: #EF4F4F;
}

.green {
    background-color: #04BE02;
}

.topbar {
    background-color: #eaeaea;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 15px;
}

.paymoney {
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

.paymoney span {
    margin: 0px 5px;
    font-size: 30px;
    color: #EA5200;
}


/*activity st*/
.activity {
    width: 100%;
    overflow: hidden;
    min-height: 650px;
    background-color: #fffce3;
    background-size: cover;
}

.activity .tpimg {
    width: 100%;
    font-size: 0px;
}

.activity .tpimg img {
    width: 100%;
}

.activity h1 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.activity .art {
    padding: 20px;
    line-height: 2em;
    font-size: 0.8em;
}

.activity .art p {
    color: #333;
    display: block;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
}

/*activity ed*/


/*help st*/
.help {
    width: 100%;
    overflow: hidden;
    min-height: 650px;
    background-color: #fff;
    background-size: cover;
}

.help .tpimg {
    width: 100%;
    font-size: 0px;
}

.help .tpimg img {
    width: 100%;
}

.help .art {
    padding: 20px;
    line-height: 2em;
    font-size: 0.8em;
}

.help .art h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.help .art p {
    color: #333;
    display: block;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
}

/*help ed*/


/*down start*/
.down {
    overflow: hidden;
}

.down ul {
    overflow: hidden;
}

.down ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 8px;
}

.down ul li .name {
    font-size: 0.875em;
    line-height: 1.5em;
    color: #333;
}

.down ul li .company {
    color: #999;
    font-size: 0.75em;
    line-height: 2em;
}

.down ul li .company a, .down ul li .company a:visited {
    color: #999;
}

.down ul li .line {
    color: #999;
    font-size: 0.75em;
    margin-top: 5px;
    text-align: right;
}

.down ul li .line a, .down ul li .line a:visited {
    color: #069DD4;
}

.down ul li .line span {
    display: inline-block;
}

.down ul li .line em {
    margin: 0px 10px;
}

/*down end*/


.myblock textarea {
    border: 0 solid #333;
    color: #3d4145;
    font-family: inherit;
    font-size: 0.85rem;
    height: 100px;
    padding: 0 0 0 0.25rem;
    width: 100%;
}

/*client start*/
.client {
    overflow: hidden;
}

.client dl {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #E0E0E0;
    background-color: #fff;
}

.client dl dt {
    font-size: 0.875em;
    color: #333;
}

.client dl dt em {
    font-size: 0.75em;
    color: #f00;
}

.client dl dd {
    font-size: 0.75em;
    color: #999;
}

.client dl dd span {
    float: right;
    color: #999;
}

.client strong {
    font-weight: bold;
}

.client dl dd a {
    color: #999;
    float: left;
}

/*client end*/

/*recharge st*/
.recharge {
    overflow: hidden;
    background-color: #fff;
}

.recharge .jine {
    overflow: hidden;
    padding: 5px 10px;
}

.recharge .jine .lft {
    float: left;
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.recharge .jine .rft {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 70%;
}

.recharge .jine .rft input {
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    width: 90%;
}

.recharge .jine .rft select {
    height: 30px;
    line-height: 30px;
    width: 90%;
    background-color: #fff;
}

.tablist {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.tablist ul {
    overflow: hidden;
}

.tablist ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 20px;
    width: 30%;

}

.tablist ul li a {
    background-color: #ddd;
    color: #000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 10px;
    text-align: center;
    width: 80%;
}

/*recharge ed*/
.lvli {
    width: 640px;
    margin: 20px auto;
    display: none;
}

.lvli table {
    border: 1px solid #dfdfdf;
}

.lvli table td {
    border: 1px solid #dfdfdf;
}

.lvli table caption {
    background-color: #dfdfdf;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #333;
}

.lvli table th {
    width: 160px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: #dfdfdf;
    border: 1px solid #d0d0d0;
}

.lvli table td {
    text-align: center;
    height: 35px;
    line-height: 28px;
    font-size: 12px;
}

.lvli table tr {
    border: 1px solid #dfdfdf;
}

.info {
    width: 400px;
    margin: 0px auto;
}

.info h1 {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
}

.sr {
    width: 300px;
    display: -webkit-flex;
    display: flex;
    margin: 30px auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
}

.sr .lft {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.sr .rft {
    flex: 1;
}

.sr .rft input[type='text'] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}