@charset "utf-8";

/*reset by yangtata start*/

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 Tahoma, Helvetica, Arial, '宋体', sans-serif, \5b8b\4f53;
}

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

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

ul,
ol,
dl,
li {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

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

a {
    color: #5e5e5e;
    text-decoration: none;
}

a:hover {
    color: #f8285c;
    text-decoration: underline;
}

:focus {
    outline: 0 none;
}


/*reset by yangtata end*/

body {
    background: #f6f6f6;
    color: #5E5E5E;
    height: 100%;
}

textarea,
input[type="text"],
input[type="password"] {
    background: url(../images/global/input_bg_sd.png) no-repeat #FFF;
    font-family: 'Microsoft Yahei', Tahoma, Helvetica, Arial, sans-serif;
}

:-moz-placeholder,
 ::-webkit-input-placeholder {
    color: #999999;
}

.placeholder {
    color: #999999;
}


/*input*/

.address {
    color: #666;
}

.address li {
    line-height: 30px;
    display: block;
    margin-top: 5px;
    padding-bottom: 5px;
    _padding-bottom: 10px;
    height: auto;
    overflow: hidden;
}

.right .address li {
    margin-top: 10px;
}

.address li .user {
    float: left
}

.address li .user label {
    width: 80px;
    text-align: right;
    display: block;
    float: left;
}

.address li .text {
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    float: left;
    width: 200px;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
    margin-right: 5px;
}

.address li .text2 {
    width: 100px;
}

.address li .user select {
    color: #5e5e5e
}

.error-box {
    float: left;
    color: #999;
    margin-left: 5px;
}

.error-box label {
    display: inline-block;
    padding-left: 20px;
}

.error-box label.error {
    background: url(../images/user/error.gif) no-repeat 0 7px;
}

.error-box label.ok {
    background: url(../images/user/ok.gif) no-repeat 0 7px;
}

.error-box label.warn {
    background: url(../images/user/warn.gif) no-repeat 0 7px;
}

.error-box label.checking {
    background: url(../images/checking.gif) no-repeat;
    display: none;
}

.address li .smt {
    width: 80px;
    height: 30px;
    line-height: 28px;
    margin-top: 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    cursor: pointer
}

.address li .smt1 {
    margin-left: 80px;
    margin-right: 20px;
    border: 1px solid #e25f07;
    background: #FF2D5E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

.address li .smt1:hover {
    background: #ff7e00;
}

.address li .smt2 {
    border: 1px solid #b8b8b8;
    background: #c3c3c3;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

.address li .smt2:hover {
    background: #cccccc;
}

.ddinput {
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    color: #5e5e5e;
    height: 16px;
    line-height: 16px;
    padding: 5px 5px;
    width: 280px;
}

.gray {
    color: #919191;
}

.gray_2 {
    color: #808080;
}

.gray_3 {
    color: #ccc;
}

.gray_4 {
    color: #999;
}

.gray_5 {
    color: #666;
}

.whi {
    color: #fff;
}

.blue {
    color: #0289cd;
}

.blue_1 {
    color: #0099EE;
}

.green {
    color: #129800;
}

.green_2 {
    color: #139C00;
}

.green_3 {
    color: #70A700;
}

.red {
    color: #f00;
}

.org {
    color: #FF5500;
}

.org_1 {
    color: #ff6600;
}

.org_2 {
    color: #FF2D5E;
}

.org_3 {
    color: #FF2D5E
}

.bla {
    color: #000;
}

.block {
    display: block;
}

.none {
    display: none;
}

.f10 {
    font-size: 10px
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f24 {
    font-size: 24px
}

.f30 {
    font-size: 30px
}

.fb {
    font-weight: 700
}

.fn {
    font-weight: 400
}

.t2 {
    text-indent: 2em
}

.lh20 {
    line-height: 20px
}

.lh22 {
    line-height: 22px
}

.lh24 {
    line-height: 24px
}

.lh30 {
    line-height: 30px
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.bc {
    margin-left: auto;
    margin-right: auto
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.vm {
    vertical-align: middle;
}

.vt {
    vertical-align: top
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.abs-right {
    position: absolute;
    right: 0
}

.abs-left {
    position: absolute;
    left: 0
}


/*clear by:mumian start*/

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clear {
    clear: both;
}

.clear:after,
.clear:before {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
    overflow: hidden;
}

.clear {
    zoom: 1;
    clear: both;
}


/*clearfix by:mumian end*/

.m5 {
    margin: 5px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m20 {
    margin: 20px
}

.m25 {
    margin: 25px
}

.m30 {
    margin: 30px
}

.m50 {
    margin: 50px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml55 {
    margin-left: 55px
}

.ml70 {
    margin-left: 70px
}

.ml80 {
    margin-left: 80px
}

.ml85 {
    margin-left: 85px
}

.ml100 {
    margin-left: 100px
}

.p5 {
    padding: 5px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p25 {
    padding: 25px
}

.p30 {
    padding: 30px
}

.p50 {
    padding: 50px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt50 {
    padding-top: 50px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr50 {
    padding-right: 50px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb50 {
    padding-bottom: 50px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl50 {
    padding-left: 50px
}

.pl80 {
    padding-left: 80px!important;
}

.mt0 {
    margin-top: 0!important;
}

.mb0 {
    margin-bottom: 0px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.ml0 {
    margin-left: 0px!important;
}

.ml10 {
    margin-left: 10px!important;
}

.ml20 {
    margin-left: 20px!important;
}

.ml30 {
    margin-left: 30px!important;
}

.ml35 {
    margin-left: 35px!important;
}

.ml40 {
    margin-left: 40px!important;
}

.ml45 {
    margin-left: 45px!important;
}

.ml50 {
    margin-left: 50px!important;
}

.ml55 {
    margin-left: 55px!important;
}

.mr0 {
    margin-right: 0px!important;
}

.mr10 {
    margin-right: 10px!important;
}

.mr20 {
    margin-right: 20px!important;
}

.mr30 {
    margin-right: 30px!important;
}

.pt0 {
    padding-top: 0px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pb0 {
    padding-bottom: 0px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pl0 {
    padding-left: 0px!important;
}

.pl10 {
    padding-left: 10px!important;
}

.pl20 {
    padding-left: 20px!important;
}

.pl30 {
    padding-left: 30px!important;
}

.pr0 {
    padding-right: 0px!important;
}

.pr10 {
    padding-right: 10px!important;
}

.pr20 {
    padding-right: 20px!important;
}

.pr30 {
    padding-right: 30px!important;
}

@charset "utf-8";

/** CSS Document 
* Dec: Base style 
* Author: mumian@juanpi.com;
* Date: 2014-12-01;
**/


/*header by yangtata start*/

.header {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
}

.header .area {
    width: 100%;
    position: relative;
    height: 95px;
    margin: 0 auto;
}

.header .search .smt,
.new-users ul li i {
    display: block;
    background: url(../images/header-total.gif) no-repeat;
}

.header .logo,
.header .search,
.header .protection {
    position: absolute;
}

.header .logo {
    top: 17px;
    left: 0;
    width: 280px;
    height: 55px;
}

.header .logo.other {
    height: 54px;
    width: 240px;
    top: 20px;
}

.header .logo.juan-brand {
    background-position: -78px -104px;
}

.header .logo.juan-iphone {
    background-position: -78px -161px;
}

.header .logo.juan-user {
    background-position: -78px -217px;
}

.header .logo.juan-jf {
    background-position: -78px -274px;
}

.header .logo.juan-fanli {
    background-position: -78px -334px;
}

.header .logo div .juan-txt {
    height: 50px;
    width: 70px;
}

.header .logo .go-old {
    position: relative;
    background: url(../images/go-old.gif) no-repeat;
    height: 39px;
    width: 40px;
    margin: 2px 0 0 10px;
}

.header .logo .go-old a {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 12px;
}

.header .logo .juan-logo {
    height: 55px;
    overflow: hidden;
    width: 280px;
}

.header .logo .juan-other-logo {
    height: 0;
    width: 70px;
    padding-top: 35px;
    overflow: hidden;
}

.header .logo .other-logo {
    height: 0;
    margin-left: 14px;
    overflow: hidden;
    padding-top: 34px;
    width: 89px;
}


/* about mac retina*/

.header .logo.juan-logo01 {
    background: url(../images/juan-logo.png) no-repeat;
    width: 165px;
    height: 45px;
    background-size: cover;
    padding: 0;
    text-indent: -999px;
}

.header .logo.juan-logo01 .go-old {
    position: absolute;
    left: 165px;
}

.header .logo.juan-user01 {
    background: url(../images/juan-user.png) no-repeat;
    background-size: cover;
    height: 55px;
}

.header .logo.juan-fanli01 {
    background: url(../images/juan-fanli.png) no-repeat;
    background-size: cover;
    height: 55px;
}

.header .logo.juan-jifen01 {
    background: url(../images/juan-jifen.png) no-repeat;
    background-size: cover;
    height: 55px;
}

.header .logo.juan-iphone01 {
    background: url(../images/juan-phone.png) no-repeat;
    background-size: cover;
    height: 55px;
}

.header .logo.juan-brand01 {
    background: url(../images/juan-brand.png) no-repeat;
    background-size: cover;
    height: 55px;
}


/*this is protection*/

.header .protection {
    background-position: 0 0;
    height: 32px;
    width: 465px;
    top: 28px;
    right: 270px;
}

.header .protection a {
    display: block;
    float: left;
    height: 16px;
    width: 98px;
    margin: 0 0px 0 34px;
}

.header .protection a.lowest {
    margin-left: 75px;
    width: 85px;
}

.header .protection a.check {
    margin-left: 75px;
    width: 85px;
}

.header .protection01 {
    background: url(../images/juan-zhijian.png) no-repeat;
    background-size: cover;
    height: 33px;
}


/*this is protection*/

.header .protection {
    background-position: 0 0;
    height: 32px;
    width: 465px;
    top: 35px;
    right: 270px;
}

.header .protection a {
    display: block;
    float: left;
    height: 16px;
    width: 98px;
    margin: 0 0px 0 34px;
}

.header .protection a.lowest {
    margin-left: 75px;
    width: 85px;
}

.header .protection a.check {
    margin-left: 75px;
    width: 85px;
}

.header .protection01 {
    background: url(../images/juan-zhijian.png) no-repeat;
    background-size: cover;
    height: 30px;
}


/*this is search*/

.header .search {
    top: 25px;
    right: 0;
    width: 287px;
    height: 33px;
}

.header .search .search-area {
    display: block;
    width: 249px;
    height: 33px;
    background: #efefef;
    border-top: 1px solid #F8285C;
    border-bottom: 1px solid #F8285C;
    border-left: 1px solid #F8285C;
}

.header .search .txt {
    border: 0 none;
    outline: 0 none;
    background: #efefef;
    width: 239px;
    height: 30px;
    line-height: 30px;
    margin: 2px 0 0 10px;
    color: #333333;
}

.header .search .smt {
    background-position: right -65px;
    border: 0 none;
    cursor: pointer;
    height: 35px;
    width: 37px;
}


/*jky-login by yangtata*/


/*mainNav by yangtata start*/

.header .mainNav {
    width: 100%;
    height: 38px;
    border-bottom: 2px solid #ff3366;
    min-width: 1200px;
}

.header .mainNav .nav {
    height: 38px;
    margin: 0 auto;
}

.header .mainNav .nav .navigation li {
    float: left;
    display: inline;
    height: 38px;
    position: relative;
    z-index: 11;
}

.header .mainNav .nav .navigation li.fanli {
    background: #fff
}

.header .mainNav .nav .navigation li.fanli a {
    color: #f8285c
}

.header .mainNav .nav .navigation li.hot {
    background: #fff
}

.header .mainNav .nav .navigation li.hot a {
    color: #8000FF;
    font-weight: 600
}

.header .mainNav .nav .navigation li a .cur {
    background: url(../images/cur.gif) no-repeat;
    width: 7px;
    height: 4px;
    display: inline-block;
    margin-left: 3px;
    vertical-align: 3px;
    _vertical-align: -6px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-backface-visibility: hidden;
}

.header .mainNav .nav .navigation li .all-classify {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 102px;
    background: #f8f9f5;
    border: #f8285c solid 1px;
    box-shadow: 3px 0px 5px rgba(145, 145, 145, 0.4);
}

.header .mainNav .nav .navigation li.open a .cur {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.header .mainNav .nav .navigation li.open .all-classify {
    display: block;
}

.header .mainNav .nav .navigation li .all-classify dd {
    height: 36px;
    line-height: 36px;
    border-bottom: #e2e2e2 solid 1px;
    border-top: #fff solid 1px;
}

.header .mainNav .nav .navigation li .all-classify dd a {
    color: #777;
    padding: 0;
    width: 102px;
    height: 36px;
}

.header .mainNav .nav .navigation li .all-classify dd i,
.header .mainNav .nav .navigation li .all-classify dd span {
    display: inline;
    float: left;
}

.header .mainNav .nav .navigation li .all-classify dd i {
    background: url(../images/zhe-icon.gif) no-repeat;
    width: 22px;
    height: 22px;
    margin: 10px 10px 0 20px;
}

.header .mainNav .nav .navigation li .all-classify dd i.nvzhuang {
    background-position: 0 -312px;
}

.header .mainNav .nav .navigation li .all-classify dd i.nanzhuang {
    background-position: 0 0;
}

.header .mainNav .nav .navigation li .all-classify dd i.xiebaopeishi {
    background-position: 0 -40px;
}

.header .mainNav .nav .navigation li .all-classify dd i.muying {
    background-position: 0 -76px;
    margin-top: 6px;
}

.header .mainNav .nav .navigation li .all-classify dd i.jujia {
    background-position: 0 -117px;
}

.header .mainNav .nav .navigation li .all-classify dd i.meizhuang {
    background-position: 0 -158px;
}

.header .mainNav .nav .navigation li .all-classify dd i.shuma {
    background-position: 0 -198px;
}

.header .mainNav .nav .navigation li .all-classify dd i.meishi {
    background-position: 0 -238px
}

.header .mainNav .nav .navigation li .all-classify dd i.wenti {
    background-position: 0 -275px;
    margin-top: 7px;
}

.header .mainNav .nav .navigation li .all-classify dd a:hover {
    font-weight: bold;
    background: #fff;
}

.header .mainNav .nav .navigation li .all-classify dd a:hover .nvzhuang {
    background-position: -38px -312px;
}

.header .mainNav .nav .navigation li .all-classify dd a:hover .nanzhuang {
    background-position: -38px 0;
}

.header .mainNav .nav .navigation li .all-classify dd a:hover .xiebaopeishi {
    background-position: -38px -40px;
}

.header .mainNav .nav .navigation li .all-classify dd a:hover .muying {
    background-position: -38px -76px;
}

.header .mainNav .nav .navigation li .all-classify dd a:hover .jujia {
    background-position: -38px -117px;
}

.header .mainNav .nav .navigation li .all-classify dd a:hover .meizhuang {
    background-position: -38px -158px;
}

.header .mainNav .nav .navigation li .all-classify dd a:hover .shuma {
    background-position: -38px -198px;
}

.header .mainNav .nav .navigation li .all-classify dd a:hover .meishi {
    background-position: -38px -238px
}

.header .mainNav .nav .navigation li .all-classify dd a:hover .wenti {
    background-position: -38px -275px;
}

.header .mainNav .nav .navigation li a {
    float: left;
    cursor: pointer;
    padding: 10px 20px 0;
    color: #333;
    font-size: 14px;
    height: 30px;
}

.header .mainNav .nav .navigation li a i {
    background: url(../images/newjd.gif) no-repeat;
    background-position: -28px 0;
    width: 28px;
    height: 22px;
    position: absolute;
    top: -2px;
    right: 1px;
}

.header .mainNav .nav .navigation li.current a i {
    background-position: 0 0;
}

.header .mainNav .nav .navigation li a.brandnav {
    padding: 10px 20px 0;
}

.header .mainNav .nav .navigation li.last {
    background: none;
}

.header .mainNav .nav .navigation li.current {
    background: #f8285c;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.header .mainNav .nav .navigation li.on {
    background: #3539C2;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.header .mainNav .nav .navigation li.first a {
    width: 162px;
    text-align: center;
}

.header .mainNav .nav .navigation li.current a {
    color: #fff;
}

.header .mainNav .nav .navigation li.on a {
    color: #fff;
}

.header .mainNav .nav .navigation li.first {
    width: 200px;
}

.header .mainNav .nav .navigation li.current a:hover {
    text-decoration: none;
}

.header .mainNav .nav .navigation li.on a:hover {
    text-decoration: none;
}

.header .mainNav .nav .navigation li a:hover {
    text-decoration: underline;
}

.navigation .code-tips {
    display: none;
    position: absolute;
    left: -28px;
    top: 36px;
    background-color: #fff;
    border: #e2e2e2 solid 1px;
    padding: 5px;
    width: 148px;
    height: 173px;
    z-index: 100;
}

.navigation .code-tips .code {
    height: 148px;
    width: 148px;
}

.header .mainNav .nav .navigation li a #new-phone {
    margin-top: 3px;
}

#new-phone {
    background: url(../images/phone-new.png) no-repeat;
    margin-top: 12px;
    height: 16px;
}

#new-qcodes {
    top: 40px;
}

.header .state-show {
    line-height: 38px;
    position: relative;
    z-index: 100;
}

.header .state-show .normal-a {
    font-size: 14px;
    color: #333;
    height: 38px;
    float: left;
    display: inline;
    padding: 0 15px;
}

.header .state-show .on {
    background: #f8285c;
    color: #fff;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.header .state-show .normal-side-box {
    top: 39px;
    right: 0;
}

.header .state-show #signinid:hover .normal-side-box {
    display: block;
}

.icon-normal,
#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon {
    background: url(../images/icon-total.png) no-repeat 0 0;
}

.icon-normal {
    background-position: 0 0;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 3px;
}

.icon-sign {
    background-position: -84px -38px;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 13px;
    _margin-top: 11px;
}

.icon-phone {
    background: url(../images/icon-phone.gif) no-repeat;
    height: 35px;
    width: 12px;
    float: left;
}

.icon-advance {
    background-position: right top;
    width: 15px;
    height: 16px;
    float: left;
    margin-top: 3px;
}

.icon-fanli {
    width: 0;
    position: relative;
    left: -20px
}

.icon-bag {
    background-position: 0 -156px;
    width: 16px;
    height: 18px;
    float: left;
    margin: 8px 11px 0 12px;
}

.icon-bag-empty {
    background-position: 0 -182px;
    width: 25px;
    height: 36px;
    float: left;
    margin-right: 5px;
}

.icon-clock {
    width: 14px;
    height: 14px;
    background-position: right -20px;
}


/*header_other by ake*/

.header_other {
    height: 95px;
    background: url(../images/user_line.gif) repeat-x;
}

.header_other .area {
    height: 95px;
}

.header_other .other_nav {
    position: absolute;
    right: 0;
    bottom: 4px;
}

.header_other .other_nav ul {
    line-height: 36px;
}

.header_other .other_nav li {
    float: left;
    display: inline;
}

.header_other .other_nav li a {
    float: left;
    padding: 0 32px;
    height: 36px;
    background: #2a142b;
    display: block;
    font-size: 14px;
    color: #fff;
}

.header_other .other_nav li a.active {
    background: #ff2d5e;
    color: #fff;
    text-decoration: none;
}


/*login by ake*/

.header-login {
    border-bottom: 4px solid #2a142b;
}

.header-login .area {
    height: 76px;
}

.header-login .logo {
    top: 15px;
}

.header-login .protection {
    right: 10px;
    top: 24px;
}


/*mainNav by yangtata end*/


/*head by yangtata end*/


/*toolbar by yangtata start*/

#toolbar {
    background: #f6f6f6;
    height: 36px;
    min-width: 1200px;
}

#toolbar .bar-con {
    margin: 0 auto;
    line-height: 34px;
}

#toolbar .bar-con .topNav li {
    float: left;
    display: inline;
    border-right: #e2e2e2 solid 1px;
}

#toolbar .bar-con .topNav li.first {
    border-left: #e2e2e2 solid 1px;
}

#toolbar .bar-con .topNav li a {
    display: block;
    float: left;
    padding: 0 25px;
    color: #666;
    height: 36px;
}

#toolbar .bar-con .topNav li a.red {
    color: #ee4e22;
}

#toolbar .bar-con .topNav li a.active {
    background: #fff;
    color: #F8285C
}

#toolbar .bar-con .topNav li a.active:hover {
    text-decoration: none;
}

#toolbar .bar-con .right-show div {
    display: block;
    float: left;
    color: #e2e2e2;
}

#toolbar .bar-con .right-show div a {
    margin-right: 10px;
    color: #333;
}

#toolbar .bar-con .right-show div a .count {
    width: 12px;
    padding: 0 3px;
    background: #ff3838;
    color: #fff;
    margin-left: 2px;
}

#toolbar .bar-con .right-show div.logined-show {
    position: relative;
    z-index: 99;
    height: 36px;
}

#toolbar .bar-con .right-show div.logined-show .normal-a {
    display: block;
    margin-top: 10px;
    line-height: normal;
    cursor: pointer;
}

#toolbar .bar-con .right-show div.logined-show img {
    margin-right: 5px;
    float: left;
    display: inline;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#toolbar .bar-con .right-show div.logined-show a .user {
    color: #ff3366;
    font-weight: bold;
    display: inline;
    float: left;
    max-width: 64px;
    _width: 64px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#toolbar .bar-con .right-show div.logined-show a .cur {
    display: inline;
    float: left;
    background: url(../images/cur.gif) no-repeat;
    width: 10px;
    height: 5px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    margin-left: 2px;
    margin-top: 6px;
    -webkit-backface-visibility: hidden;
}

#toolbar .bar-con .right-show div.logined-show a:hover {
    text-decoration: none;
}

#toolbar .bar-con .right-show div.logined-show .normal-box {
    position: absolute;
    top: 35px;
    left: 10px;
    width: 200px;
    background: #fff;
    border: #f7dce0 solid 1px;
    width: 92px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    z-index: 99;
}

#toolbar .bar-con .right-show div.logined-show:hover .normal-box {
    display: block;
}

#toolbar .bar-con .right-show div.hover .normal-box {
    display: block;
}

#toolbar .bar-con .right-show div.logined-show.hover a .cur {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#toolbar .bar-con .right-show div.logined-show .login-box {
    height: 120px;
}

#toolbar .bar-con .right-show div.logined-show .normal-box ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: #f7dce0 solid 1px;
    vertical-align: top;
}

#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon {
    width: 12px;
    height: 14px;
    display: inline;
    margin: 10px 5px 0 10px;
    float: left;
}

#toolbar .bar-con .right-show div.logined-show .normal-box ul li a span {
    display: inline;
    float: left;
}

#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon-01 {
    background-position: 0 -49px;
}

#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon-02 {
    background-position: 0 -79px;
}

#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon-03 {
    background-position: 0 -108px;
}

#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon-04 {
    background-position: 0 -136px;
}

#toolbar .bar-con .right-show div.logined-show .normal-box ul li a {
    display: block;
    margin-left: 0;
    color: #ce003f;
    width: 92px;
    height: 30px;
    cursor: pointer;
}

#toolbar .bar-con .right-show div.logined-show .normal-box ul li a:hover {
    background: #fcf0f0;
    text-decoration: none;
}

#toolbar .bar-con .right-show .personal-show a:hover {
    text-decoration: none;
}

#toolbar .bar-con .right-show .personal-show a:hover span {
    text-decoration: underline;
}

#toolbar .bar-con .right-show .logined-show img {
    vertical-align: -5px;
    margin-right: 5px;
}

.main {
    margin: 0px auto;
    width: 1200px;
}

.clearfix {
    clear: both;
}


/*side_right by yangtata start old
.side_right {
    width: 40px;	
	bottom:150px;	
    position:fixed;
	display:none;
	_position:absolute;
	_right:10px;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-210));
	z-index:102;
	border:4px solid #f1eced;
	background-color: #f1eced;
	border-radius:4px;
	float: right;
    margin-left: 1160px;
}
.side_right .con{ position:relative; height:216px;}
.side_right .con .wap:hover .normal-side-box{display:block}
.side_right .con .sign-btn:hover .normal-side-box{display:block}
.side_right .con .waptag:hover .normal-side-box{display:block}

*/

.normal-side-box {
    position: absolute;
    top: 22px;
    right: 48px;
    width: 180px;
    background: #fff;
    border: #f8285c solid 1px;
    text-align: center;
    color: #666;
    display: none;
}

.normal-side-box .cur-img {
    display: block;
    background: url(../images/cur-side.gif) no-repeat;
    height: 15px;
    width: 8px;
    position: absolute;
    top: 77px;
    right: -8px;
}

.normal-side-box p {
    margin: 10px;
    line-height: 24px;
}

.normal-side-box p a {
    color: #39c;
}

.normal-side-box p b {
    color: #ff3838;
}

.normal-side-box p.other {
    background: #f9f9f9;
    margin: 0;
    padding: 10px 0;
}

.app-side-box {
    top: -22px;
    width: 164px;
    text-align: center;
}

.app-side-box .app-show {
    height: 128px;
    width: 128px;
    margin: 17px auto 0;
}

.app-side-box .app-txt {
    font-size: 14px;
    color: #f8285c;
}


/*this is tag-side-box*/

.tag-side-box {
    top: auto;
    bottom: 110px;
    width: 333px;
    text-align: left;
    min-height: 100px;
}

.tag-side-box.empty {
    width: 198px;
    top: -3px;
    bottom: auto;
    min-height: 0;
}

.tag-side-box.empty .cur-img {
    bottom: auto;
    top: 2px;
}

.tag-side-box .bag-tool {
    display: block;
    position: static;
    box-shadow: none;
}

.tag-side-box .cur-img {
    top: auto;
    bottom: 65px;
    right: -15px;
    height: 40px;
    width: 15px;
    background-position: 0 12px;
}


/*totop-tips start*/

.totop-tips {
    width: 100%;
    background: #ffebd2;
    min-width: 1200px
}

.totop-tips p {
    text-align: center;
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #666;
}

.totop-tips p strong {
    color: #333;
}

.totop-tips a {
    color: #ff3838;
    margin-left: 30px;
}

.totop-tips .closet {
    position: absolute;
    right: 0;
    top: 0;
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}

.totop-tips .closet em {
    font-family: "微软雅黑";
    margin-right: 5px;
}


/*totop-tips end*/


/*
.side_right .trigger{
    background:url(../images/btn_side.png) no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    margin:0 0 4px;
	color:#fff;
	text-align:center;
	position:relative;
}
.side_right .trigger:hover{ color:#fff;}
.side_right .trigger .icon{ display:block; background:url(../images/icon-right.gif) no-repeat; height:40px; width:40px;}
.side_right .trigger .icon-01{ background-position:10px -36px;}
.side_right .trigger .icon-02{ background-position:10px -80px}
.side_right .trigger .icon-03{ background-position:10px -122px;}
.side_right .trigger .icon-04{ background-position:0 -142px;}
.side_right .trigger .icon-05{background-position:10px 6px;}
.side_right .trigger .icon-06{background-position:10px -162px;}
.side_right .trigger .icon-07{background-position:10px -208px;}
.side_right .trigger p{ display:none; padding-top:3px; line-height:16px;}
.side_right .trigger:hover{ background-position:right top; text-decoration:none;}
.side_right .trigger:hover p{ display:block;}
.side_right .trigger:hover span{ display:none;}
.side_right .trigger.tag em.num{width:auto;height:12px;line-height:12px;padding:0 4px;display:block;position:absolute;top:5px;right:-2px;background:#f8285c;color:#f6f6f6;text-align:center;border-radius:15px;font-family:"宋体";}
.side_right .trigger.tag em.time{position:absolute;top:-55px;left:0;width:36px;height:66px;line-height:36px;color:#fff;font-family:"arial";font-size:14px;background:url(../images/tag-time.png) no-repeat;font-size:12px;}

*/


/*this is */

.tag_remind {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: 385px;
    border: #f8285c solid 1px;
    background: #fff;
    padding: 20px 0;
    width: 214px;
    height: 86px;
    z-index: 100;
    text-align: center;
}

.tag_remind .tips {
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.tag_remind .txt {
    color: #999;
    margin: 10px 0;
}

.tag_remind .btn_all a {
    color: #fff;
    width: 78px;
    height: 24px;
    line-height: 24px;
    border: #dc0138 solid 1px;
    background: #ff2d5e;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.tag_remind .btn_all a:hover {
    background: #ff517d;
    text-decoration: none;
}

.tag_remind .del {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    color: #ccc;
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.tag_remind .del:hover {
    color: #ff2d5e;
    text-decoration: none;
}


/*this is service by yangtata start*/


/*this is service by yangtata end*
/*foot by yangtata start*/

.foot {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    background: #f9f9f9;
    border-top: #ce003f solid 1px;
    clear: both;
}

.foot .white_bg {
    border-top: #f8285c solid 3px;
}

.foot .logo {
    color: #999999;
    text-align: center;
    padding-top: 10px;
}

.foot .logo img {
    margin-right: 27px;
}

.foot .logo .no {
    border: none;
}

.foot-con {
    padding: 0 50px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.con-box-n {
    padding-top: 25px;
    margin: 0 auto;
}

.con-left-info {
    padding-left: 65px;
    width: auto;
    overflow: hidden;
}

.con-left-info dl {
    float: left;
    display: inline;
    text-align: left;
}

.con-left-info dt {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 7px;
}

.con-left-info dd {
    margin-bottom: 5px;
    color: #666;
}

.con-left-info dl a {
    color: #666;
}

.con-left-info dl .revEmail {
    padding-left: 10px;
    line-height: 28px;
}

.con-left-info dd i {
    width: 4px;
    height: 4px;
    overflow: hidden;
    border-radius: 50%;
    background: #c6c6c6;
    display: inline-block;
    margin-right: 5px;
    float: left;
    margin-top: 8px;
}

.con-left-info .help-info {
    width: 100px;
}

.con-menu {
    margin-top: 35px;
}

.con-menu a {
    display: block;
    width: 86px;
    height: 35px;
    background: url(../images/service_add.gif) no-repeat;
}

.con-menu .service-add {
    background-position: 0 -5px;
}

.con-menu .service-add:hover {
    background-position: 0 -52px;
}

.con-menu .service-time {
    padding-left: 10px;
    width: 65px;
}

.con-menu .service-time p {
    color: #919191;
    line-height: 18px;
}

.foot-con .ft-company {
    text-align: center;
    padding-top: 20px;
    color: #c6c6c6;
}

.foot-con .ft-company a {
    color: #c6c6c6;
}

.foot-con .ft-company a:hover {
    text-decoration: underline;
}


/*school start by xiaoxiong 1021*/

.con-left-info .school {
    position: relative;
}

.con-left-info .school em {
    position: absolute;
    left: 63px;
    _left: 50;
    top: 3px;
    top: 2px\0;
    top: 2px\9;
    *top: 1px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/school-ico.png) no-repeat;
}


/*foot by yangtata end*/


/*this is top_bar*/

.top_bar {
    background-color: #f7f7f7;
    height: 360px;
    width: 1200px;
    margin: 0 auto;
}

.top_bar .banner {
    position: relative;
    height: 360px;
    width: 700px;
    z-index: 0;
    overflow: hidden;
}

.top_bar .banner {
    margin-left: 200px;
}

.top_bar .banner li {
    padding-left: 0;
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0;
    left;
    0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.top_bar .banner .pic {
    height: 360px;
    display: block;
    width: 700px;
    margin: 0 auto;
}


/*this is top_wrap*/

.top_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    _height: 1px;
    _overflow: hidden;
}

.top_wrap .top_box {
    position: relative;
    width: 100%;
    height: 0;
    min-width: 1200px
}

.top_wrap .banner_l {
    position: relative;
    top: -360px;
    z-index: 10;
    width: 200px;
    display: block;
    left: 0;
}

.w1200 .top_wrap .banner_l {
    left: 0;
}

.top_wrap .banner_l dl {
    width: 180px;
    height: 357px;
    overflow: hidden;
    padding: 2px 10px 1px;
    background-color: #fff;
}

.top_wrap .banner_l dl dd {
    float: left;
    width: 50%;
    height: 51px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    background: url(../images/dotted_line.png) repeat-x bottom;
}

.top_wrap .banner_l dl dd a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    position: relative;
}

.ct-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    background: url(../images/ct_icons.png) no-repeat 0 0;
    margin-right: 5px;
}

.ct-icon-nvzhuang {
    background-position: 0 0;
}

.ct-icon-nanzhuang {
    background-position: -24px 0;
}

.ct-icon-xiezi {
    background-position: -48px 0;
}

.ct-icon-xiangbao {
    background-position: -72px 0;
}

.ct-icon-muying {
    background-position: -96px 0;
}

.ct-icon-meizhuang {
    background-position: -120px 0;
}

.ct-icon-jujia {
    background-position: -144px 0;
}

.ct-icon-jiafang {
    background-position: -168px 0;
}

.ct-icon-wenti {
    background-position: -192px 0;
}

.ct-icon-meishi {
    background-position: -216px 0;
}

.ct-icon-shuma {
    background-position: -240px 0;
}

.ct-icon-dianqi {
    background-position: -264px 0;
}

.ct-icon-neiyi {
    background-position: -288px 0;
}

.ct-icon-peishi {
    background-position: -312px 0;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-nvzhuang {
    background-position: 0 -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-nanzhuang {
    background-position: -24px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-xiezi {
    background-position: -48px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-xiangbao {
    background-position: -72px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-muying {
    background-position: -96px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-meizhuang {
    background-position: -120px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-jujia {
    background-position: -144px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-jiafang {
    background-position: -168px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-wenti {
    background-position: -192px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-meishi {
    background-position: -216px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-shuma {
    background-position: -240px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-dianqi {
    background-position: -264px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-neiyi {
    background-position: -288px -24px;
}

.top_wrap .banner_l dl dd a:hover .ct-icon-peishi {
    background-position: -312px -24px;
}

.ct-line {
    float: right;
    width: 1px;
    height: 15px;
    background-color: #eee;
    margin-top: 18px;
}

.banner_arrow {
    display: none;
}

.banner_arrow .arrow_prev,
.banner_arrow .arrow_next {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: absolute;
    top: -210px;
    width: 29px;
    z-index: 12;
}

.banner_arrow .arrow_prev {
    left: 200px;
}

.banner_arrow .arrow_next {
    right: 0;
}

.banner_arrow .arrow_prev:hover,
.banner_arrow .arrow_next:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.banner_arrow .arrow_prev i,
.banner_arrow .arrow_next i {
    background: url(../images/arrow.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 21px;
    margin: 12px 0 0 9px;
    overflow: hidden;
    width: 13px;
}

.banner_arrow .arrow_prev i {
    background-position: top left;
}

.banner_arrow .arrow_next i {
    background-position: top right;
}

.top_wrap .banner_r {
    height: 360px;
    position: absolute;
    right: 0;
    top: -360px;
    width: 295px;
    z-index: 10;
    background: #e8e8e8;
    box-shadow: 0 -3px 2px rgba(102, 102, 102, .15);
    overflow: hidden;
}

.top_wrap .banner_r dl {
    width: 296px;
    height: 360px;
    overflow: hidden;
}

.top_wrap .banner_r dl dd {
    float: left;
    display: inline;
    width: 295px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    margin: 0 1px 1px 0;
    border-bottom: 1px dashed #ccc;
}

.top_wrap .banner_r dl dd img {
    width: 120px;
    min-height: 120px;
}

.top_wrap .banner_r dl dd a {
    width: 295px;
    float: left;
    overflow: hidden;
}

.top_wrap .banner_r dl dd span {
    display: inline-block;
    height: 80px;
    width: 175px;
    float: right;
    font-family: Microsoft Yahei;
}

.top_wrap .banner_r dl dd span b {
    color: #222;
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft Yahei;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
}

.top_wrap .banner_r dl dd span p {
    height: 88px;
    line-height: 15px;
    overflow: hidden;
    font-size: 11px;
    font-family: Microsoft Yahei;
    color: #666;
    padding: 0 5px;
    text-align: left;
}

.top_wrap .banner_r dl dd a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.top_wrap .banner_r.acd {
    height: 360px;
    position: absolute;
    right: 0;
    top: -360px;
    width: 295px;
    z-index: 10;
    background: #e8e8e8;
    box-shadow: 0 -3px 2px rgba(102, 102, 102, .15);
    overflow: hidden;
}

.top_wrap .banner_r.acd dl {
    width: 296px;
    height: 360px;
    overflow: hidden;
    background-color: #e2e2e2;
}

.top_wrap .banner_r.acd dl dd {
    float: left;
    display: inline;
    width: 146px;
    height: 119px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    margin: 0 1px 1px 0;
    border: 0
}

.top_wrap .banner_r.acd dl dd a {
    width: 146px;
    float: left;
    overflow: hidden;
    height: 120px;
    padding: 0;
}

.top_wrap .banner_r.acd dl dd img {
    width: 120px;
    max-height: 120px;
}

.top_wrap .banner_r.acd dl dd.last {
    width: 295px;
    height: 120px;
}

.top_wrap .banner_r.acd dl dd.last a {
    width: 295px;
    float: left;
    overflow: hidden;
    height: 120px;
    padding: 0;
}

.top_wrap .banner_r.acd dl dd.last img {
    width: 295px;
    max-height: 120px;
}

.top_wrap .banner_r.acd dl dd a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.top_wrap .round {
    position: absolute;
    top: -25px;
    width: 200px;
    right: 300px;
}

.top_wrap .round .adType {
    text-align: center;
}

.top_wrap .round .adType a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #000;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 50%;
}

.top_wrap .round .adType a.current {
    background: #ff2d5e;
}


/*new-users by yangtata start*/

.new-users ul li {
    display: inline;
    float: left;
    font-size: 16px;
    font-family: "微软雅黑", "宋体";
    margin-left: 25px;
    line-height: 42px;
}

.new-users ul li i {
    display: inline;
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.new-users ul li i.f {
    background-position: right -103px;
}

.new-users ul li i.s {
    background-position: right -146px;
}

.new-users ul li i.t {
    background-position: right -189px;
}

.new-users ul li span {
    display: inline;
    float: left;
    color: #333;
}

.new-users ul.only {
    margin-left: 200px;
}

.new-users .update-time {
    height: 38px;
    font-family: "微软雅黑", "宋体";
    margin-right: 20px;
}

.new-users .update-time .txt {
    line-height: 20px;
    text-align: right;
    color: #333;
    font-size: 18px;
    width: 130px;
    height: 38px;
}

.new-users .update-time .txt span {
    font-size: 14px;
    color: #666;
}

.new-users .update-time .times span em {
    display: inline-block;
    height: 38px;
    width: 30px;
    text-align: center;
    background: #ff517d;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
}

.new-users .update-time .times span i {
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}


/*new-users by yangtata end*/


/*w1200 start by yangtata start*/

.w1200 .header .protection {
    right: 380px;
}

.w1200 .totop-tips p {
    width: 1200px;
}

.w1200 .goods-list {
    width: 1206px;
}

.w1200 .header .area {
    width: 1200px;
}

.w1200 .header .mainNav .nav {
    width: 1200px;
}

.w1200 #toolbar .bar-con {
    width: 1200px;
}

.w1200 .subNav {
    width: 1200px;
}

.w1200 .main {
    width: 1200px;
}

.w1200 .main.w980 {
    width: 980px;
}

.w1200 .main .zhe-more {
    width: 1196px;
}

.w1200 .main .brand-box {
    width: 1200px;
}

.w1200 .main .brand-list {
    width: 1220px;
}

.w1200 .banner_r {
    display: block;
}

.w1200 .top_bar .banner li {
    padding-left: 0;
}

.w1200 .banner_arrow .arrow_next {
    right: 300px;
}

.w1200 .main .slide-logos .logos-box {
    width: 1190px;
}

.w1200 .main_notice {
    background: url(../images/notice-n.jpg) no-repeat;
}

.w1200 .main_notice01 {
    background: url(../images/notice-f.jpg) no-repeat;
}

.w1200 .main_notice a.go-zk,
.w1200 .main_notice01 a.go-zk {
    right: 462px;
}

.w1200 .main_notice a.go-brand,
.w1200 .main_notice01 a.go-brand {
    right: 184px;
}

.w1200 .advance-nav {
    width: 1200px;
}

.w1200 .main .on-brand {
    width: 1200px;
    height: 240px;
    overflow: hidden;
}

.w1200 .foot-con {
    width: 1100px;
}

.w1200 .con-left-info dl {
    width: 200px;
}

.w1200 .con-left-info .help-info {
    width: 100px;
}

.w1200 .foot .links .links_list_box {
    width: 970px;
}

.w1200 .top_wrap {
    width: 1200px;
}

.w1200 body {
    min-width: 1200px;
}

.w1200 .new-users {
    width: 1180px;
    margin: 30px auto;
}

.w1200 .new-users ul li {
    margin-left: 60px;
}

.w1200 .new-users .update-time {
    margin-right: 35px;
}


/*w1200 start by yangtata end*/


/*list public*/

.new-icon {
    background: url(../images/inew.png) no-repeat 0 0;
    height: 37px;
    overflow: hidden;
    padding-top: 37px;
    width: 37px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

.top_bar .fpmid {
    position: absolute;
    left: -55px;
    width: 540px;
    height: 100px;
    bottom: 10px;
    z-index: 4
}

.top_bar .fpmid .des {
    float: right;
    width: 395px;
    height: 90px;
    background: #FFF;
    background: rgba(255, 255, 255, .8);
    padding: 10px 10px 0
}

.top_bar .fpmid .des span {
    display: inline-block;
    height: 20px;
    background: #26e3c3;
    padding: 0 7px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
}

.top_bar .fpmid .des h3 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e3e2de;
}

.top_bar .fpmid .des p {
    margin-top: 6px;
    color: #666;
    line-height: 20px;
}

.top_bar .xydate {
    position: absolute;
    margin-top: -110px;
    left: 50%;
    width: 60px;
    height: 100px;
    margin-left: -390px;
    color: #FFF;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, .6);
    z-index: 7
}

.xydate h5 {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-weight: normal;
    color: #F8285C;
    margin-top: 5px;
}

.xydate p {
    line-height: 14px;
    margin-top: 10px;
    font-size: 12px
}

.xydate p#wek {
    margin-top: 5px;
}

.line-cate-nav li a:hover span.arrow-up,
.line-cate-nav li a.active span.arrow-up {
    border-bottom: 5px solid #FF002F;
}

.line-cate-nav li a:hover span.arrow-down,
.line-cate-nav li a.active span.arrow-down {
    border-top: 5px solid #FF002F;
}

.arrow-up {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #5E5E5E;
    margin-top: 9px;
    position: absolute;
    font-size: 0px;
    line-height: 0px;
}

.arrow-down {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #5E5E5E;
    font-size: 0px;
    line-height: 0px;
}

input[type="password"] {
    background: url("../images/input_bg_sd.png") no-repeat scroll 0 0 #FFFFFF;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}

html,
html body {
    _background: url(about:blank) #EFEFEF;
    _background-attachment: fixed;
}

.green {
    color: #139C00;
}

.blue {
    color: #0063DC;
}

.black {
    color: #000;
}

.block {
    display: block;
}

.none {
    display: none;
}

.alert_fullbgs {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    _position: absolute;
    z-index: 80;
    filter: alpha(opacity=30);
    opacity: 0.3;
    background-color: #000;
    _filter: alpha(opacity=30);
    _background-color: none;
    _filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    _top: expression(eval(document.documentElement.scrollTop));
}


/*alert*/

.alert_bgs {
    position: absolute;
    top: 400px;
    left: -1000000px;
    padding: 6px 6px 6px 6px;
    height: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99a0a0a0, endColorstr=#99a0a0a0);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99a0a0a0, endColorstr=#99a0a0a0);
    z-index: 90;
}

.alert_bgs .alert_box {
    border: 1px solid #939393;
    height: auto;
    overflow: hidden;
}

.alert_bgs .alert_box .alert_top {
    height: 36px;
    width: 480px;
    background: #f0f1f2;
    text-indent: 15px;
    font-size: 14px;
    color: #4C8D44;
    line-height: 36px;
    font-weight: bold;
    position: relative;
}

.alert_bgs.alert_box .alert_top span {
    float: left;
    color: #797D84;
}

.alert_bgs .alert_box .alert_top a,
.alert_bgs .alert_box .close {
    height: 24px;
    width: 24px;
    background: url("../images/total_alert.gif") no-repeat -173px -722px;
    display: block;
    float: right;
    margin-top: 6px;
    margin-right: 6px;
    _margin-right: 2px;
}

.alert_bgs .alert_box .alert_top a:hover,
.alert_bgs.alert_box a.close:hover {
    background-position: -202px -722px;
}

.alert_contents {
    background-color: #FFFFFF;
    font-size: 12px;
    width: 480px;
    height: auto;
    overflow: hidden;
}

.alert_contents .smt {
    background: url(../images/btn_total.gif) no-repeat;
    width: 104px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: bold;
    float: left;
    display: inline;
    border: none;
    color: #fff;
    cursor: pointer;
}

.alert_contents .smt01 {
    color: #fff;
    background-position: 0 0;
}

.alert_contents .smt01:hover {
    background-position: 0 -34px;
    text-decoration: none;
}

.alert_contents .smt02 {
    background-position: 0 -71px;
    color: #535353;
}

.alert_contents .smt02:hover {
    background-position: 0 -105px;
    text-decoration: none;
}

.alert_contents .ok-btn {
    background: url("../images/btn_total.gif") no-repeat scroll 0 -371px transparent;
    display: block;
    float: left;
    font-weight: bold;
    height: 28px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    width: 91px;
    color: #fff;
}

.alert_bg .smt-other {
    display: block;
    float: left;
    display: inline;
}

.alert_bg .smt-other span {
    background: url(../images/btn_total.gif) no-repeat 0 -141px;
    height: 28px;
    line-height: 26px;
    display: block;
    padding: 0 15px 0 20px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.alert_bg .smt-other em {
    background: url(../images/btn_total.gif) no-repeat -184px -141px;
    display: block;
    float: left;
    width: 5px;
    height: 28px;
}

.alert_bg .smt-other:hover {
    cursor: pointer;
}

.alert_bg .smt-other:hover span {
    background-position: 0 -175px;
}

.alert_bg .smt-other:hover em {
    background-position: -184px -175px;
}


/*login*/


/*goods*/

.alert_contents .goods_box {
    font-size: 12px;
    padding: 20px;
    overflow: hidden;
}

.alert_contents .goods_box span {
    display: block;
    padding-bottom: 10px;
    color: #000;
    line-height: 20px;
}

.alert_contents .goods_box .input {
    zoom: 1;
    height: 26px;
}

.alert_contents .goods_box .text {
    border: 1px solid #ccc;
    border-right: none;
    height: 24px;
    line-height: 24px;
    float: left;
    padding: 0 3px;
    margin: 0px;
    width: 370px;
    _*width: 360px;
    overflow: hidden;
    display: inline;
}

.alert_contents .goods_box .button {
    background: url("../images/total_alert.gif") no-repeat 0px 0px;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    width: 63px;
    display: inline;
    cursor: pointer;
}

.alert_contents .goods_box .support {
    clear: both;
    margin-top: 10px;
    color: #000;
}

.alert_contents .goods_box .support a {
    background: none no-repeat scroll left center transparent;
    line-height: 16px;
    margin-right: 9px;
}

.alert_contents .goods_box .support a:hover {
    text-decoration: none;
    cursor: pointer;
}

.alert_contents .goods_box .support a.in {
    color: #0099EE;
    padding: 0;
    margin-right: 0px;
}

.alert_contents .goods_box .support a.in:hover {
    text-decoration: underline;
}

.alert_content .goods_box .support p {
    padding: 12px 0px;
}

.alert_contents .goods_box .support .taobao {
    height: 16px;
    width: 45px;
    background: url("../images/total_alert.gif") no-repeat 0px -66px;
    line-height: 16px;
    text-indent: 20px;
    display: block;
    float: left;
}

.alert_contents .goods_box .support .juhuasuan {
    background: url(../images/total_alert.gif) no-repeat -64px -66px;
    height: 16px;
    width: 56px;
    line-height: 16px;
    text-indent: 20px;
    display: block;
    float: left;
}

.alert_contents .goods_box .support .tianmao {
    background: url(../images/total_alert.gif) no-repeat -131px -66px;
    height: 16px;
    width: 45px;
    line-height: 16px;
    text-indent: 20px;
    display: block;
    float: left;
}

.alert_contents .goods_box .pic {
    border: 1px solid #4C8D44;
    height: 90px;
    width: 90px;
    overflow: hidden;
    float: left;
}

.alert_contents .goods_box .pic img {
    height: 90px;
    width: 90px;
}

.alert_contents .goods_box .queren {
    padding-left: 10px;
    width: 338px;
    height: 90px;
    _margin-bottom: 20px;
    float: left;
    overflow: hidden;
}

.alert_contents .goods_box .queren span {
    font-size: 14px;
    height: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.alert_contents .goods_box .queren .goods_p {
    color: #FF7201;
    font-weight: bold;
}

.alert_contents .goods_box .queren input {
    background: url("../images/total_alert.gif") no-repeat scroll 0 -30px transparent;
    border: medium none;
    display: block;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    width: 138px;
    margin-top: 10px;
    margin-left: 90px;
    text-align: center;
    line-height: 33px;
    line-height: 34px \9;
}


/*localPic*/

.alert_contents .load {
    padding-top: 20px;
    width: 480px;
    text-align: center;
}

.alert_contents .load .button {
    height: 34px;
    width: 138px;
    background: url("../images/total_alert.gif") no-repeat 0px -30px;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.alert_contents .choose {
    font-weight: 500;
    width: 480px;
    padding: 20px 0px;
    text-align: center;
}


/*face*/

.alert_tops .f1 {
    padding: 0 15px;
    background-color: #fff;
    line-height: 30px;
    margin-top: 6px;
    margin-left: 10px;
    _margin-left: 5px;
    text-indent: 0px;
    display: block;
    color: #000;
}

.alert_contents .face {
    padding: 10px;
    _margin-bottom: 10px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
}

.alert_contents .face li {
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    width: 22px;
    height: 22px;
    overflow: hidden;
}


/*repeat*/

.alert_contents .fw_root {
    line-height: 160%;
    padding: 15px 10px 0px 20px;
    color: #111;
}

.alert_contents .fw_pub_area {
    padding-left: 20px;
    padding-top: 10px;
    width: 445px;
}

.alert_contents .fwpa_tool {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.alert_contents .fwpa_tool a {
    background: url("../images/total_alert.gif") no-repeat -181px -33px;
    height: 14px;
    width: 27px;
    display: block;
    float: left;
    margin-top: 7px;
}

.alert_contents .fwpa_tool span {
    color: #666;
}

.alert_contents .fwpa_tool span b {
    font-weight: bold;
}

.alert_contents .fw_content {
    border: 1px solid #C8C8C8;
    height: 78px;
    overflow: hidden;
    padding: 5px 5px;
    width: 430px;
    font-size: 12px;
}

.alert_contents .fw_submit_box {
    overflow: hidden;
    padding: 15px 0;
}

.alert_contents .fw_submit_box input {
    margin-right: 3px;
    vertical-align: -3px;
    margin-bottom: 5px;
    margin-left: 10px;
    _margin-left: 5px;
}

.alert_contents .fw_submit_box label {
    color: #111;
}

.alert_contents .fw_submit_box .sub_div {
    margin: 0px auto;
    width: 180px;
    overflow: hidden;
}

.alert_contents .fw_submit_box .sub_div a {
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-left: 20px;
    _margin-left: 10px;
    text-align: center;
}

.alert_contents .fw_submit_box .sub_div a:hover {
    text-decoration: none;
}

.alert_contents .fw_submit_box .sub_div .fw_submit {
    background: url("../images/total_alert.gif") no-repeat -69px 0px;
    height: 26px;
    width: 81px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.alert_contents .fw_submit_box .sub_div .fw_cancel {
    width: 50px;
    margin-left: 10px;
    _margin-left: 5px;
}


/*userInfo*/

.u_info_tip {
    position: absolute;
    font-size: 12px;
    width: 300px;
    z-index: 888;
}

.u_info_tip .tip_info {
    background-color: #FFFFFF;
    border: 1px solid #FF863F;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    height: 90px;
    width: 298px;
}

.u_info_tip .avatar {
    float: left;
    height: 54px;
    margin: 8px 13px 0 8px;
    width: 54px;
}

.u_info_tip .info {
    padding-top: 3px;
    position: relative;
}

.u_info_tip p {
    line-height: 170%;
}

.u_info_tip p a {
    color: #FF7201;
    font-weight: bold;
}

.u_info_tip p a:hover {
    text-decoration: none;
}

.u_info_tip p a span {
    color: #0099EE;
    font-weight: bold;
    text-decoration: underline;
}

.u_info_tip p a:hover span {
    color: #0099EE;
    text-decoration: none;
}

.u_info_tip p img {
    margin: 0 2px 0 5px;
    _margin-left: 2px;
    vertical-align: -10%;
}

.u_info_tip .info div {
    position: absolute;
    right: 3px;
    _right: 80px;
    top: 7px;
}

.u_info_tip .info div a {
    margin-right: 2px;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}

.u_info_tip .intro {
    clear: both;
    color: #aaa;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    padding: 0 8px;
    white-space: nowrap;
    width: 270px;
    word-wrap: normal;
}

.u_info_tip .tip_toolbar {
    background-color: #F8F8E2;
    border: 1px solid #FF863F;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    color: #111111;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
}

.u_info_tip .tip_toolbar .follow_del {
    color: #666;
}

.u_info_tip .icrad_add {
    border-right: 1px solid #BDE069;
    height: 12px;
    line-height: 12px;
    margin: 10px 5px 10px 0;
    padding-right: 8px;
    float: left;
}

.u_info_tip .tip_toolbar a {
    color: #5B9400;
    padding: 0 5px;
}

.u_info_tip .tip_toolbar .addfo {
    background: url("../images/total_alert.gif") no-repeat scroll 0 -89px transparent;
    display: block;
    height: 18px;
    overflow: hidden;
    text-align: center;
    text-indent: -999px;
    width: 54px;
    padding: 0px;
    top: 8px;
    position: absolute;
}

.u_info_tip .tip_arrow {
    background: url("../images/total_alert.gif") no-repeat scroll -174px -56px transparent;
    height: 9px;
    margin-left: 33px;
    margin-top: -1px;
    width: 251px;
    position: relative;
}


/*invite_sina-alert*/

.alert_bg .alert_box .invite_sina_top {
    width: 580px;
}

.alert_bg .alert_box .invite_sina_friend {
    width: 580px;
    background-color: #fff;
    padding-bottom: 20px;
}

.alert_bg .alert_box .invite_sina_friend .change_n {
    height: 20px;
    padding: 10px 15px;
}

.alert_bg .alert_box .invite_sina_friend .change_n .invite_title {
    color: #179a05;
    font-weight: blod;
    font-size: 16px;
}

.alert_bg .alert_box .invite_sina_friend .change_n .change_name {
    float: right;
    font-size: 13px;
    text-decoration: underline;
    color: #ff7201;
}

.alert_bg .alert_box .invite_sina_friend .name_list_all {
    height: 290px;
    position: relative;
    margin: 5px 26px;
    overflow: hidden;
}

.alert_bg .alert_box .invite_sina_friend .name_list {
    height: 285px;
    overflow: hidden;
    position: absolute;
    width: 10000000px;
}

.alert_bg .alert_box .invite_sina_friend .name_list ul {
    float: left;
    height: 285px;
    width: 540px;
    overflow: hidden;
}

.alert_bg .alert_box .invite_sina_friend .name_list ul li {
    float: left;
    padding: 10px 32px 0px 0px;
}

.alert_bg .alert_box .invite_sina_friend .name_list .name_check {
    float: left;
}

.alert_bg .alert_box .invite_sina_friend .name_list .mg_name {
    float: left;
    height: 85px;
    overflow: hidden;
    padding-left: 10px;
    width: 50px;
}

.alert_bg .alert_box .invite_sina_friend .name_list .mg_name img {
    float: left;
    cursor: pointer;
    height: 50px;
    width: 50px;
}

.alert_bg .alert_box .invite_sina_friend .name_list .mg_name a {
    color: #0099ee;
}

.alert_bg .alert_box .invite_sina_friend .name_list .mg_name a:hover {
    text-decoration: none;
}

.alert_bg .alert_box .invite_sina_friend .send_content {
    padding: 5px 26px;
    overflow: hidden;
}

.alert_bg .alert_box .invite_sina_friend .send_content .count {
    display: block;
    margin-bottom: 5px;
    color: #999;
    text-align: right;
}

.alert_bg .alert_box .invite_sina_friend .send_content .input_text {
    border: 1px solid #aaa;
    color: #595757;
    padding: 5px;
    height: 106px;
    width: 515px;
    font-size: 12px;
    overflow: hidden;
}

.alert_bg .alert_box .invite_sina_friend .notice {
    display: block;
    padding: 0 0 20px 30px;
    color: #999;
}

.alert_bg .alert_box .invite_sina_friend .send_sina {
    display: block;
    cursor: pointer;
    clear: both;
    background: url("../images/total_alert.gif") no-repeat 0px -30px;
    height: 34px;
    width: 138px;
    margin-left: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

.alert_bg .alert_box .invite_sina_friend a.send_sina:hover {
    text-decoration: none;
}


/*loading*/

.alert_bg .alert_box .alert_loading {
    width: 160px;
    padding: 0;
    height: 61px;
    line-height: 61px;
    background-color: #fff;
    margin: 0px auto;
}

.alert_bg .alert_box .alert_loading img {
    width: 61px;
    height: 61px;
    float: left;
}

.alert_bg .alert_box .alert_loading a {
    color: #0099ee;
}

.alert_bg .alert_box .alert_loading a:hover {
    color: #fff;
    background-color: #0099ee;
    text-decoration: none;
}


/*alert-successful*/

.alert_bg .alert_box .alert_suc {
    padding: 0px;
    line-height: 61px;
    height: 61px;
    width: 170px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.alert_bg .alert_box .alert_suc em {
    height: 21px;
    width: 21px;
    margin-top: 22px;
    display: block;
    float: left;
    margin-left: 32px;
    _margin-left: 16px;
    background: url("../images/total_alert.gif") -206px -174px;
}

.alert_bg .alert_box .alert_suc span {
    margin-left: 10px;
    _margin-left: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.alert_bg .alert_box .alert_suc .close {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0px;
}


/*alert-notice*/

.alert_notice {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    display: none;
}

.alert_notice em {
    display: block;
    height: 8px;
    width: 17px;
    margin-left: 6px;
    _margin-left: 3px;
    overflow: hidden;
    z-index: 9;
    position: relative;
    background: url("../images/total_alert.gif") no-repeat -211px -117px;
}

.alert_notice .notice_content {
    height: auto;
    width: auto;
    padding: 5px;
    margin-top: -1px;
    position: relative;
    line-height: 16px;
    z-index: 1;
    overflow: visible;
    background-color: #fff;
    border: 1px solid #ccc;
}


/*go-tao*/

.alert_go_tao {
    padding: 20px;
    overflow: hidden;
    height: auto;
}

.alert_go_tao .info {
    padding-bottom: 20px;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.alert_go_tao .info .alert_notice {
    top: 77px;
    left: 102px;
}

.alert_go_tao .info .alert_notice em {
    margin-left: 84px;
}

.alert_go_tao .alert_notice .notice_content {
    _height: 16px;
}

.alert_go_tao .info .pic {
    height: 80px;
    width: 80px;
    float: left;
    border: 1px solid #ccc;
}

.alert_go_tao .info .pic img {
    height: 80px;
    width: 80px;
}

.alert_go_tao .info span {
    display: block;
    float: left;
    padding-left: 20px;
    margin-bottom: 10px;
}

.alert_go_tao .info .text_f {
    padding: 0px;
}

.alert_go_tao .info .tit {
    width: 330px;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
    font-size: 14px;
    color: #0063DC;
    margin-bottom: 10px;
}

.alert_go_tao .info .price,
.alert_go_tao .info .fan {
    width: 155px;
}

.alert_go_tao .info .fan_r {
    padding-left: 53px;
}

.alert_go_tao .info input {
    border: 1px solid #ccc;
    width: 58px;
    padding-left: 2px;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    float: left;
}

.alert_go_tao p {
    line-height: 25px;
    margin-top: 10px;
}

.alert_go_tao p span,
.alert_go_tao p a {
    color: red;
    font-weight: normal;
}

.alert_go_tao p a {
    margin-right: 20px;
}


/*alert-shareOrder*/

.share_order {
    height: auto;
    overflow: hidden;
}

.share_order .pic {
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-left: 15px;
    _margin-left: 8px;
    width: 100px;
    height: 100px;
    float: left;
}

.share_order .order_info {
    margin-top: 10px;
    padding-left: 15px;
    width: 345px;
    height: 102px;
    overflow: hidden;
    float: left;
    padding-bottom: 10px;
}

.share_order .order_info p {
    height: 14px;
    overflow: hidden;
    margin-bottom: 7px;
}

.share_order .order_info .add_face {
    background: url("../images/total_alert.gif") no-repeat scroll -181px -33px transparent;
    display: block;
    float: left;
    height: 14px;
    width: 27px;
    margin-right: 10px;
}

.share_order .order_info span {
    display: block;
    float: left;
    white-space: nowrap;
    line-height: 14px;
    width: 295px;
    overflow: hidden;
}

.share_order .order_info .pub_text {
    width: 276px;
    height: 44px;
    padding: 2px;
    float: left;
    font-size: 12px;
    color: #5e5e5e;
    overflow: hidden;
    resize: none;
    border: 1px solid #ccc;
}

.share_order .order_info .pub_btn {
    background: url("../images/total_alert.gif") no-repeat scroll transparent;
    display: block;
    float: left;
    border: none;
    margin-left: 2px;
    _margin-left: 1px;
    height: 50px;
    width: 47px;
    cursor: pointer;
}

.share_order .order_info .add_pic {
    background: url("../images/total_alert.gif") no-repeat scroll -139px -308px transparent;
    display: block;
    float: left;
    margin-right: 5px;
    height: 24px;
    width: 88px;
    margin-top: 6px;
}

.share_order .order_info .point {
    display: block;
    height: 22px;
    margin-top: 6px;
    background: #FFF6E8;
    border: 1px solid #FFD292;
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 22px;
}

.share_order .order_info .point em {
    background: url("../images/total_alert.gif") no-repeat scroll -219px -138px transparent;
    display: block;
    float: left;
    height: 24px;
    width: 8px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.share_order .order_info .point b {
    font-weight: normal;
    color: #FF0000;
}

.share_order .pub_pic {
    clear: both;
    padding-left: 15px;
    padding-top: 10px;
    height: 102px;
    padding-bottom: 10px;
}

.share_order .pub_pic li {
    float: left;
    height: 100px;
    width: 100px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0px;
}

.share_order .pub_pic li img {
    height: 100px;
    width: 100px;
}

.share_order .pub_pic li .close {
    height: 18px;
    width: 18px;
    top: -20px;
    right: -20px;
    background: url("../images/total_alert.gif") no-repeat scroll -209px -203px transparent;
    position: absolute;
}

.share_order .pub_pic li a.close:hover {
    background: url("../images/total_alert.gif") no-repeat scroll -209px -203px transparent;
}


/*l-step-alert*/

#alert_step .alert_content {
    padding: 15px;
    _padding-bottom: 0px;
    clear: both;
    width: 450px;
}

#alert_step .alert_content p a {
    color: #FF7322;
    text-decoration: underline;
    padding-left: 30px;
}

#alert_step .alert_content .alert_s {
    width: 438px;
    height: 69px;
    border: 1px solid #DCDCDC;
    clear: both;
    margin: 15px auto 15px;
}

#alert_step .alert_content .alert_s img {
    width: 438px;
    height: 69px;
}

#alert_step .alert_content .alert_log,
#alert_step .alert_content .alert_reg {
    width: 100px;
    height: 26px;
    background: url("../images/total_alert.gif") 0px -342px;
    display: block;
    float: left;
    line-height: 26px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#alert_step .alert_content a.alert_log:hover,
#alert_step .alert_content a.alert_reg:hover {
    text-decoration: none;
    color: #fff;
}

#alert_step .alert_content .alert_log {
    margin-left: 104px;
    _margin-left: 52px;
    margin-right: 30px;
}

#alert_step .alert_content .alert_reg {
    background-position: -127px -342px;
}


/*p-alert_fan*/

#alert_fast_log_reg .alert_top {
    width: 510px;
}

#alert_fast_log_reg .alert_top span {
    width: 72px;
    height: 23px;
    background: url(../images/jpfan-total.gif) no-repeat -278px -183px;
    margin: 6px 0 0 6px;
}

#alert_fast_log_reg .alert_content {
    width: 510px;
}

#alert_fast_log_reg .sort_info {
    padding: 10px 13px 35px 20px;
    overflow: hidden;
    color: #5e5e5e;
}

#alert_fast_log_reg .sort_info .sort_help {
    clear: both;
    height: 20px;
    margin-bottom: 15px;
}

#alert_fast_log_reg .sort_info .sort_help .help {
    float: right;
    background: url(../images/total_alert.gif) no-repeat;
    background-position: -200px -686px;
    background-position: -200px -687px \9;
    *background-position: -200px -688px;
    _background-position: -200px -686px;
    clear: both;
    padding-left: 15px;
    cursor: pointer;
}

#alert_fast_log_reg .sort_info .sort_help .help:hover {
    text-decoration: none;
}

#alert_fast_log_reg .sort_info .sort_tips {
    text-align: center;
    font-size: 16px;
    color: #777;
}

#alert_fast_log_reg .sort_info .sort_tips em {
    color: #FF7F40;
    font-size: 18px;
    font-weight: bold;
    margin: 0 2px;
}

#alert_fast_log_reg .sort_info .tips {
    color: #ABABAB;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    width: 440px;
    margin: 20px auto 0;
}

#alert_fast_log_reg .sort_info .tips b {
    color: #FF7F40;
}

#alert_fast_log_reg .login_reg {
    padding: 0px 0px 20px 0px;
    overflow: hidden;
    width: 510px;
    color: #5e5e5e;
}

#alert_fast_log_reg .login_reg .fl {
    line-height: 24px;
}

#alert_fast_log_reg .login_reg .l_r_menu {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    clear: both;
    height: 28px;
    position: relative;
    width: 478px;
    padding-left: 32px;
}

#alert_fast_log_reg .login_reg .l_r_menu li {
    bottom: 1px;
    _bottom: -2px;
    float: left;
    margin-right: 10px;
    position: relative;
    height: 30px;
    width: 120px;
}

#alert_fast_log_reg .login_reg .l_r_menu li a {
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 120px;
    border: #fffdf3 solid 1px;
    border-bottom: 0 none;
    top: 1px;
    position: absolute;
    left: 0;
}

#alert_fast_log_reg .login_reg .l_r_menu .unnormal {
    float: right;
    margin-right: 15px;
    padding-top: 7px;
    *width: 120px;
    _width: 110px;
    display: inline;
}

#alert_fast_log_reg .login_reg .l_r_menu .unnormal a {
    background: none;
    border: 0 none;
    color: #0099ee;
    display: inline;
    height: auto;
    line-height: normal;
    width: auto;
    position: static;
}

#alert_fast_log_reg .login_reg .l_r_menu li a:hover {
    text-decoration: none;
    color: #6DB110;
}

#alert_fast_log_reg .login_reg .l_r_menu .current {
    background: none repeat scroll 0 0 #FFFFFF;
    border: #ededed solid 1px;
    border-bottom: none;
    color: #6db110;
    font-weight: bold;
    height: 28px;
}

#alert_fast_log_reg .login_reg .l_r_p {
    clear: both;
    line-height: 40px;
    padding-left: 15px;
    background: url("../images/total_alert.gif") no-repeat -218px -229px;
}

#alert_fast_log_reg .login_reg .l_r_login {
    padding-left: 32px;
    height: auto;
    overflow: hidden;
    width: 478px;
}

#alert_fast_log_reg .login_reg .l_r_login .login,
#alert_fast_log_reg .login_reg .l_r_login .reg {
    float: left;
    font-size: 12px;
    overflow: hidden;
    width: 348px;
    height: auto;
}

#alert_fast_log_reg .login_reg .l_r_login .login {
    width: 280px;
}

#alert_fast_log_reg .login_reg .l_r_login .login font {
    font-size: 12px;
}

#alert_fast_log_reg .login_reg .l_r_login .login font span {
    color: #B5B4B4;
}

#alert_fast_log_reg .login_reg .login_name,
#alert_fast_log_reg .login_reg .login_pwd,
#alert_fast_log_reg .login_reg .l_r_reg input {
    height: 24px;
    line-height: 24px;
    width: 204px;
    border: 1px solid #DCDCDC;
    color: #5e5e5e;
    font-size: 12px;
    padding-left: 3px;
    float: left;
}

#alert_fast_log_reg .login_reg .login_name,
#alert_fast_log_reg .login_reg .login_pwd {
    margin-bottom: 10px;
}

#alert_fast_log_reg .login_reg .l_r_reg input {
    width: 147px;
}

#alert_fast_log_reg .login_reg .button,
#alert_fast_log_reg .login_reg .reg .button {
    display: block;
    height: 26px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 117px;
    margin: 10px 10px 0px 70px;
    float: left;
    padding: 0px;
    cursor: pointer;
    border: none;
    background: url("../images/total_alert.gif") no-repeat 0px -688px;
    display: inline;
}

#alert_fast_log_reg .login_reg .reg .button {
    margin-top: 0px;
    background-position: 0px -719px;
}

#alert_fast_log_reg .login_reg .l_r_login .checkbox {
    float: left;
    margin: 3px 3px 0px 70px;
    margin-top: 0px \9;
    *margin-top: -4px;
    _margin-top: -2px;
    float: left;
    border: none;
    padding: 0px;
}

#alert_fast_log_reg .login_reg .l_r_login .fo_psw {
    display: block;
    float: left;
    font-size: 12px;
    padding-top: 13px;
    text-decoration: underline;
    color: #b5b4b4;
}

#alert_fast_log_reg .login_reg .l_r_login .union_login,
#alert_fast_log_reg .login_reg .l_r_reg .union_login {
    float: right;
    margin-right: 20px;
    padding: 0px 0 5px 0;
    overflow: hidden;
    height: 110px;
    width: 100px;
}

#alert_fast_log_reg .login_reg .l_r_login .union_login p {
    text-align: center;
    padding-bottom: 5px;
    color: #b5b4b4;
}

#alert_fast_log_reg .login_reg .l_r_login .union_login a {
    display: block;
    float: left;
    clear: both;
    height: 22px;
    margin: 2px 10px 0px 10px;
    width: 80px;
}

#alert_fast_log_reg .login_reg .l_r_login .union_login .i_tx {
    *background-position: -49px -2px;
    _background-position: -49px 0px;
}

#alert_fast_log_reg .login_reg .l_r_login .union_login a:hover {
    text-decoration: none;
}

#alert_fast_log_reg .login_reg .l_r_login .union_login .l_qq {
    background-position: -95px -189px;
    margin-right: 0;
}

#alert_fast_log_reg .login_reg .l_r_login .union_login .l_taobao {
    background-position: 0 -222px;
}

#alert_fast_log_reg .login_reg .l_r_reg {
    height: auto;
    overflow: hidden;
    padding-left: 32px;
}

#alert_fast_log_reg .login_reg .l_r_reg .register {
    width: 348px;
    float: left;
    height: auto;
    overflow: hidden;
}

#alert_fast_log_reg .login_reg .l_r_reg .reg div {
    float: left;
    font-size: 12px;
    width: 214px;
}

#alert_fast_log_reg .login_reg .l_r_reg .reg li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.tips_red,
.tips_green,
.tips_normal {
    background: url("../images/total_alert.gif") no-repeat scroll -208px -480px;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-left: 5px;
    padding: 5px 10px 5px 23px;
    width: 88px;
}

.tips_normal {
    border: none;
    background: none;
    display: none;
    padding-left: 0px;
}

.tips_green {
    border: 1px solid #FFF;
    background-color: #FFF;
    background-position: -208px -451px;
}

#alert_fast_log_reg .login_reg .suc {
    line-height: 25px;
    margin-top: 50px;
    margin-left: 110px;
    _margin-left: 55px;
    background: url("../images/total_alert.gif") no-repeat -206px -170px;
    padding-left: 27px;
}

#alert_fast_log_reg .login_reg .suc a {
    text-decoration: underline;
}


/*alert_tip_goods*/

#alert_tip_goods .alert_top span {
    background: url("../images/total_alert.gif") no-repeat scroll 0 -653px transparent;
    display: block;
    height: 23px;
    margin: 7px 0 0 7px;
    width: 68px;
}

#alert_tip_goods .sort_info {
    background: none repeat scroll 0 0 #FFFDF3;
    color: #5E5E5E;
    overflow: hidden;
    padding: 10px 13px 35px 20px;
}

#alert_tip_goods .sort_info .sort_tips {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

#alert_tip_goods .sort_info .sort_tips .friend_tip {
    background: url("../images/total_alert.gif") no-repeat scroll -197px -658px transparent;
    height: 16px;
    padding: 0 4px;
    width: 16px;
}

#alert_tip_goods .login_reg {
    color: #5E5E5E;
    overflow: hidden;
    width: 480px;
}

#alert_tip_goods .login_reg .l_r_reg {
    height: 80px;
    overflow: hidden;
    padding-top: 40px;
}

#alert_tip_goods .login_reg .l_r_reg .loading_img {
    float: left;
    margin-left: 175px;
}

#alert_tip_goods .login_reg .l_r_reg span {
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
    margin-left: 15px;
}


/*Lead_Search*/

.lead_search {
    color: #000;
    overflow: hidden;
    padding-top: 15px;
    margin: 20px;
    _margin-left: 10px;
    width: 440px;
    border-top: 1px solid #CCCCCC;
}

.lead_search p {
    line-height: 30px;
    font-size: 14px;
    padding-left: 25px;
    background: url("../images/total_alert.gif") no-repeat -208px -507px;
    margin-bottom: 5px;
}

.lead_search .green_bg {
    color: #fff;
    background-color: #4C8D44;
    padding: 0px 3px;
}

.lead_search a.green_bg:hover {
    background-color: #fff;
    color: #4C8D44;
}

.lead_search .help,
.lead_search .collect {
    display: block;
    height: 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    width: 149px;
    float: left;
    margin-left: 80px;
    _margin-left: 40px;
    margin-top: 10px;
    text-align: center;
    background: url("../images/total_alert.gif") no-repeat 0px -488px;
}

.lead_search a:hover {
    text-decoration: none;
}

.lead_search .collect {
    width: 104px;
    margin-left: 30px;
    background-position: 0px -527px;
}

.lead_search .collect {
    display: block;
    height: 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    width: 149px;
    float: left;
    margin-left: 80px;
    _margin-left: 40px;
    margin-top: 10px;
    text-align: center;
    background: url("../images/total_alert.gif") no-repeat 0px -488px;
}

.lead_search a:hover {
    text-decoration: none;
}

.lead_search .collect {
    width: 104px;
    margin-left: 30px;
    background-position: 0px -527px;
}


/*#alert-shai*/

#alert_shai .alert_content {
    position: relative;
    padding: 10px 0;
}

#alert_shai .alert_content .c_left,
#alert_shai .alert_content .c_right {
    background: url("../images/total_alert.gif") no-repeat -105px -544px;
    height: 12px;
    width: 9px;
    display: block;
    position: absolute;
    left: 10px;
    top: 40px;
}

#alert_shai .alert_content .c_right {
    background-position: -116px -544px;
    left: 460px;
}

#alert_shai .alert_content a.c_left:hover {
    background-position: -128px -544px;
}

#alert_shai .alert_content a.c_right:hover {
    background-position: -140px -544px;
}

#alert_shai .alert_content .shai_goods_box {
    width: 430px;
    position: relative;
    height: 80px;
    overflow: hidden;
    margin-left: 28px;
}

#alert_shai .alert_content .shai_goods_box ul {
    position: absolute;
    width: 2000px;
}

#alert_shai .alert_content .shai_goods_box ul li {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 6px;
}

#alert_shai .alert_content .shai_goods_box li a {
    width: 80px;
    height: 80px;
}

#alert_shai .alert_content .shai_goods_box li img {
    width: 80px;
    height: 80px;
}


/*alert_zhe_info*/

.alert_content .zhe_info {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.alert_content .zhe_info .z_img {
    float: left;
    height: 80px;
    width: 80px;
    margin-left: 20px;
    margin-right: 10px;
    _margin-left: 10px;
    display: inline-block;
}

.alert_content .zhe_info .z_img img {
    height: 80px;
    width: 80px;
}

.alert_content .zhe_info .z_info {
    width: 350px;
    overflow: hidden;
    float: left;
    height: 80px;
}

.alert_content .zhe_info .z_info p {
    margin-bottom: 10px;
    white-space: nowrap;
}

.alert_content .zhe_info .z_info p .date {
    padding: 1px;
    margin-right: 5px;
}

.alert_content .zhe_info .z_info p .datespan {
    margin-left: 5px;
}

.alert_content .zhe_info .z_info p span {
    margin-right: 10px;
}

.alert_content .zhe_info .z_info p span input {
    border: 1px solid #ccc;
    height: 22px;
    width: 66px;
    line-height: 22px;
    padding: 0 2px;
    vertical-align: -2px;
}

.alert_content .zhe_info .z_info .alert_but {
    position: absolute;
    right: 20px;
    bottom: 24px;
}

.alert_content .zhe_info .z_info a.alert_but:hover {
    text-decoration: none;
}


/*new alert_gloabl*/

.alert_bg_new {
    background: none repeat scroll 0 0 rgba(253, 112, 28, 0) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FD701C, endColorstr=#00FD701C);
    overflow: visible;
    padding: 0px;
    z-index: auto \9;
    _z-index: 100009;
}

.alert_bg_new .alert_box {
    border-radius: 5px;
    position: relative;
    z-index: 100010;
}

.alert_bg_new .j_left,
.alert_bg_new .j_top {
    background: url("../images/total_alert.gif") no-repeat -143px -527px;
    height: 11px;
    width: 6px;
    margin-left: -5px;
    display: block;
    margin-bottom: -30px;
    position: relative;
    z-index: 100011;
    overflow: hidden;
}

.alert_bg_new .j_top {
    background-position: -128px -527px;
    height: 6px;
    width: 11px;
    margin-left: 12px;
    _margin-left: 6px;
    margin-bottom: -1px;
}

.alert_bg_new .alert_box .alert_top {
    background-color: #F8F8F8;
    font-size: 12px;
    color: #000;
    text-indent: 20px;
}

.alert_bg_new .alert_box .alert_top .alert_close {
    background: url("../images/total_alert.gif") no-repeat -175px -722px;
}

.alert_bg_new .alert_box .alert_top a.alert_close:hover {
    background: url("../images/total_alert.gif") no-repeat -203px -722px;
}

.alert_box .alert_content .alert_but {
    background: url("../images/total_alert.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font-weight: bold;
    height: 26px;
    width: 63px;
    line-height: 26px;
    text-align: center;
}


/*alert_bind*/

#alert_bind .article {
    float: none;
    height: auto;
    padding: 15px 30px;
    width: auto;
}

#alert_bind .article .qqwb-message {
    background-position: -150px -402px;
}

#alert_bind .ts-msg .warn-message {
    color: red;
}

#alert_bind .footer {
    height: 45px;
    overflow: hidden;
    position: relative;
}

#alert_bind .footer .operate {
    padding-left: 0;
    overflow: hidden;
}

#alert_bind .footer .operate .bind_but,
#alert_bind_tip .footer .operate .bind_but {
    margin-right: 12px;
    width: 71px;
    background: url("../images/total_alert.gif") -156px 0px no-repeat;
    display: block;
    float: left;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-weight: bold;
    s
}

#alert_bind .footer .operate .bind_but {
    margin-left: 140px;
    _margin-left: 70px;
}

#alert_bind .footer .operate .extra {
    color: #AAAAAA;
    vertical-align: middle;
    line-height: 28px;
}

#alert_bind .footer .operate .extra a {
    color: #0099EE;
    text-decoration: none;
}


/*alert_bind_tip*/

#alert_bind_tip .article {
    float: none;
    height: auto;
    padding: 15px 30px;
    width: auto;
}

#alert_bind_tip .article .error {
    text-align: left;
    font-size: 14px;
}

#alert_bind_tip .footer {
    height: 45px;
    overflow: hidden;
    position: relative;
}

#alert_bind_tip .footer .operate {
    padding-left: 0;
    overflow: hidden;
}

#alert_bind_tip .footer .operate .bind_but {
    margin-left: 200px;
}

.alert_content .nocompatible {
    height: auto;
    overflow: hidden;
    margin: 40px 20px 50px;
    _margin-left: 0px;
    _padding-bottom: 10px;
    width: 440px;
}

.alert_content .nocompatible .tipren {
    background: url(../images/rentou.png) no-repeat;
    height: 98px;
    width: 90px;
    display: block;
    float: left;
}

.alert_content .nocompatible span {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    display: block;
    float: left;
    width: auto;
    margin: 0 27px;
    _margin: 0 25px;
}

.alert_content .nocompatible span a {
    margin-right: 5px;
    font-size: 14px;
    color: #129800;
    cursor: pointer;
}

.alert_content .nocompatible span a:hover {
    text-decoration: underline;
}

.alert_content .nocompatible .btnback {
    height: auto;
    overflow: hidden;
    clear: both;
    margin-left: 160px;
    margin-top: 10px;
    width: 100px;
    float: left;
    display: inline;
}

.alert_content .nocompatible .btnback a {
    background: url(../images/reback.png) no-repeat;
    border: medium none;
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
}

.alert_content .nocompatible .btnback a:hover {
    text-decoration: none;
}

.alert_content .nocompatible .btnall {
    clear: both;
    margin-left: 100px;
    height: auto;
    overflow: hidden;
    margin-top: -10px;
    float: left;
    display: inline;
    width: 300px;
}

.alert_content .nocompatible .btnall a {
    width: 100px;
    height: 26px;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    margin-right: 20px;
    float: left;
}

.alert_content .nocompatible .btnall .shetype {
    background: url(../images/fan-icon.png) no-repeat;
    border: 0 none;
}

.alert_content .nocompatible .btnall .reback {
    background: url(../images/reback.png) no-repeat;
    border: 0 none;
}

.alert_content .nocompatible .btnall a:hover {
    text-decoration: none;
    cursor: pointer;
}

.survey-box {
    opacity: .3;
    opacity: 1 url(0/);
    width: 318px;
    height: 0;
    position: fixed;
    _position: absolute;
    right: 0;
    bottom: -244px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    background-color: white;
    box-shadow: -2px -2px 15px #CCC;
    -webkit-box-shadow: -2px -2px 15px #CCC;
    -moz-box-shadow: -2px -2px 15px #ccc;
    font-size: 12px;
    z-index: 2000;
}

.survey_show_w3c {
    height: 205px;
    opacity: 1;
    right: 0;
    bottom: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
}

.survey_header {
    background: #a3cc65;
    width: 318px;
    height: 38px;
    border-bottom: 1px solid #F0F0F0;
    line-height: 38px;
    color: #333;
}

.survey_title {
    float: left;
    text-indent: 20px;
    color: #fff;
    font-weight: bold;
}

.survey_hide:hover {
    background-position: 2px -86px;
}

.survey_main {
    padding: 10px 20px 15px;
    width: 267px;
}

.survey_radio_good {
    background-position: 0 0;
    float: left;
}

.survey_radio_bad {
    background-position: -90px 0;
    float: left;
}

.survey_radio_good_sel {
    background-position: 0 -33px;
}

.survey_radio_bad_sel {
    background-position: -90px -33px;
}

.survey_text {
    clear: both;
    width: 268px;
    height: 70px;
    border: 1px solid #D1D1D1;
    margin-top: 15px;
    padding: 5px;
    resize: none;
    _display: inline;
    font-size: 12px;
    overflow: auto;
}

.survey_text.default {
    color: #C7C7C7;
}

.survey_count {
    margin-top: 10px;
    float: left;
    color: #999;
}

.survey_submit {
    font-size: 12px;
    background: #FAFAFA;
    border: 1px solid #CCC;
    cursor: pointer;
    width: 50px;
    height: 20px;
    float: right;
    margin-top: 5px;
    border-radius: 2px;
}

#cafpa {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: 9999em;
    background: url(../images/global/afp_close.png) no-repeat 3px 2px
}

#cafpa:hover {
    background-position: -30px 2px
}


/*buy_phcard*/

#buy_phcard {
    left: 50px;
    position: absolute;
    top: 50px;
    display: none;
}

#buy_phcard .alert_top {
    width: 330px;
}

#buy_phcard .alert_box {
    border: #E6E6E6 solid 1px;
}

#buy_phcard .alert_content {
    width: 330px;
}

#buy_phcard .alert_content .tips {
    color: #999;
    text-align: center;
    clear: both;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 15px;
}

#buy_phcard .alert_content .phone_card {
    padding: 10px 30px;
}

#buy_phcard .alert_content .phone_card ul {
    margin: 5px 5px 5px;
    height: auto;
}

#buy_phcard .alert_content .phone_card ul li {
    width: 250px;
    color: #535353;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 30px;
}

#buy_phcard .alert_content .phone_card ul li a {
    color: #0289cd;
    text-decoration: none;
    margin-left: 5px;
}

#buy_phcard .alert_content .phone_card ul li a:hover {
    text-decoration: underline;
}

#buy_phcard .alert_content .phone_card ul .tips {
    color: #999;
    text-align: center;
}

#buy_phcard .alert_content .phone_card ul .buy_succeed {
    font-size: 14px;
    color: #ff5500;
    text-align: center;
}

#buy_phcard .alert_content .phone_card ul li .radio {
    vertical-align: middle;
    margin-right: 3px;
    cursor: pointer;
}

#buy_phcard .alert_content .phone_card ul li .radiolable {
    width: auto;
    display: inline;
    float: none;
    cursor: pointer;
}

#buy_phcard .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding: 0px 0px 0px 66px;
}

#buy_phcard .alert_content .band_btns {
    padding: 0px 50px 25px;
}

#buy_phcard .alert_content .band_btn .ex_ok {
    color: #FFFFFF;
}

#buy_phcard .alert_content .band_btn .succeed_btn {
    margin-left: 60px;
}

#buy_phcard .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}

#buy_phcard .alert_content .band_btn .ex_ok:hover {
    background-position: -94px -371px;
}

#buy_phcard .alert_content .band_btn .ex_exit:hover {
    background-position: -94px -407px;
}


/*card_password*/

#card_password {
    left: 50px;
    position: absolute;
    top: 50px;
    display: none;
}

#card_password .alert_top {
    width: 330px;
}

#card_password .alert_box {
    border: #E6E6E6 solid 1px;
}

#card_password .alert_content {
    width: 330px;
}

#card_password .alert_content .tips {
    color: #999;
    text-align: center;
    clear: both;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 15px;
}

#card_password .alert_content .phone_card {
    padding: 10px 30px;
}

#card_password .alert_content .phone_card ul {
    margin: 5px 5px 5px;
    height: auto;
}

#card_password .alert_content .phone_card ul li {
    width: 260px;
    color: #535353;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 30px;
}

#card_password .alert_content .phone_card ul li a {
    color: #0289cd;
    text-decoration: none;
    margin-left: 5px;
}

#card_password .alert_content .phone_card ul li a:hover {
    text-decoration: underline;
}

#card_password .alert_content .phone_card ul .tips {
    color: #999;
    text-align: center;
}

#card_password .alert_content .phone_card ul .buy_succeed {
    font-size: 14px;
    color: #ff5500;
    text-align: center;
}

#card_password .alert_content .phone_card ul li .radio {
    vertical-align: middle;
    margin-right: 3px;
    cursor: pointer;
}

#card_password .alert_content .phone_card ul li .radiolable {
    width: auto;
    display: inline;
    float: none;
    cursor: pointer;
}

#card_password .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding: 0px 50px 0px;
}

#card_password .alert_content .band_btns {
    padding: 0px 50px 25px;
}

#card_password .alert_content .band_btn .ex_ok {
    color: #FFFFFF;
}

#card_password .alert_content .band_btn .succeed_btn {
    margin-left: 60px;
}

#card_password .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}

#card_password .alert_content .band_btn .ex_ok:hover {
    background-position: -94px -371px;
}

#card_password .alert_content .band_btn .ex_exit:hover {
    background-position: -94px -407px;
}


/*direct_bg*/

#direct_bg {
    left: 50px;
    position: absolute;
    top: 10px;
    display: none;
}

#direct_bg .alert_top {
    width: 400px;
    *width: auto;
}

#direct_bg .alert_box {
    border: #E6E6E6 solid 1px;
    width: 400px;
}

#direct_bg .alert_content {
    width: 400px;
}

#direct_bg .alert_content .phone_card {
    padding: 10px 20px;
}

#direct_bg .alert_content .phone_card ul {
    margin: 5px 0px 5px;
}

#direct_bg .alert_content .phone_card ul li {
    width: 305px;
    color: #535353;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 26px;
}

#direct_bg .alert_content .phone_card ul li label {
    width: 80px;
    float: left;
}

#direct_bg .alert_content .phone_card ul li span {
    float: left;
    width: 210px;
}

#direct_bg .alert_content .phone_card ul li a {
    color: #0289cd;
    text-decoration: none;
    margin-left: 5px;
}

#direct_bg .alert_content .phone_card ul li a:hover {
    text-decoration: underline;
}


/* bugfix 6191 by: fangfang, 2014/01/22 */

#direct_bg .alert_content .phone_card .tips {
    margin-left: -55px;
}

#direct_bg .alert_content .phone_card ul .tips {
    color: #ff5500;
    text-align: center;
    margin: 15px 0 0 0;
}

#direct_bg .alert_content .phone_card ul .buy_succeed {
    font-size: 14px;
    color: #535353;
    text-align: center;
}

#direct_bg .alert_content .phone_card ul .goods_lack {
    color: #ff5500;
}

#direct_bg .alert_content .phone_card ul .lack_tips {
    color: #999;
}

#direct_bg .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding: 0px 0px 25px 72px;
}

#direct_bg .alert_content .band_btn .ex_ok {
    color: #FFFFFF;
}

#direct_bg .alert_content .band_btn .succeed_btn {
    margin-left: 50px;
}

#direct_bg .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}

#direct_bg .alert_content .band_btn .ex_ok:hover {
    background-position: -94px -371px;
}

#direct_bg .alert_content .band_btn .ex_exit:hover {
    background-position: -94px -407px;
}


/*bugfix 6177 by: fangfang 2014/01/21 */

#direct_bg .alert_content .con-success .detail {
    margin-left: 0px;
    width: 400px;
    position: relative;
}

#direct_bg .alert_content .con-success .detail .title {
    padding: 20px 0px 20px 15px;
    margin: 0;
    color: #fc3935;
    font-weight: bold;
    font-size: 16px;
}

#direct_bg .alert_content .con-success .detail .size_padding {
    padding-left: 86px;
    padding-right: 80px;
    margin-bottom: 12px;
    *padding-bottom: 12px;
}

#direct_bg .alert_content .con .detail p {
    height: auto;
    overflow: hidden;
    float: left;
}

#direct_bg .alert_content .con-success {
    border-bottom: none;
    overflow: hidden;
}


/*direct_bg*/

#buy_phcard_lack {
    left: 50px;
    position: absolute;
    top: 10px;
    display: none;
}

#buy_phcard_lack .alert_top {
    width: 345px;
}

#buy_phcard_lack .alert_box {
    border: #E6E6E6 solid 1px;
}

#buy_phcard_lack .alert_content {
    width: 345px;
}

#buy_phcard_lack .alert_content .phone_card {
    padding: 10px 20px;
}

#buy_phcard_lack .alert_content .phone_card ul {
    margin: 5px 0px 5px;
}

#buy_phcard_lack .alert_content .phone_card ul li {
    width: 290px;
    color: #535353;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 26px;
}

#buy_phcard_lack .alert_content .phone_card ul li label {
    width: 80px;
    float: left;
}

#buy_phcard_lack .alert_content .phone_card ul li span {
    float: left;
    width: 210px;
}

#buy_phcard_lack .alert_content .phone_card ul li a {
    color: #0289cd;
    text-decoration: none;
    margin-left: 5px;
}

#buy_phcard_lack .alert_content .phone_card ul li a:hover {
    text-decoration: underline;
}

#buy_phcard_lack .alert_content .phone_card ul .tips {
    color: #ff5500;
    text-align: center;
    margin: 15px 0 0 0;
}

#buy_phcard_lack .alert_content .phone_card ul .buy_succeed {
    font-size: 14px;
    color: #535353;
    text-align: center;
}

#buy_phcard_lack .alert_content .phone_card ul .goods_lack {
    color: #ff5500;
}

#buy_phcard_lack .alert_content .phone_card ul .lack_tips {
    color: #999;
}

#buy_phcard_lack .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding: 0px 50px 25px;
    width: 245px !important;
}

#buy_phcard_lack .alert_content .band_btn .ex_ok {
    color: #FFFFFF;
    width: 131px;
    background-position: 0 -537px;
}

#buy_phcard_lack .alert_content .band_btn .succeed_btn {
    margin-left: 58px;
    display: inline;
}

#buy_phcard_lack .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}

#buy_phcard_lack .alert_content .band_btn .ex_exit:hover {
    background-position: -94px -407px;
}


/*exchange_bg*/

#exchange_bg {
    left: 50px;
    position: absolute;
    top: 50px;
    display: none;
}

#exchange_bg .alert_top {
    width: 330px;
}

#exchange_bg .alert_box {
    border: #E6E6E6 solid 1px;
}

#exchange_bg .alert_content {
    width: 330px;
}

#exchange_bg .alert_content .tips {
    color: #999;
    text-align: center;
}

#exchange_bg .alert_content .phone_card {
    padding: 10px 30px;
}

#exchange_bg .alert_content .phone_card ul {
    margin: 5px 5px 5px;
}

#exchange_bg .alert_content .phone_card ul li {
    width: 260px;
    color: #535353;
    margin-bottom: 0px;
    margin-top: 0px;
}

#exchange_bg .alert_content .phone_card ul li label {
    width: 100px;
}

#exchange_bg .alert_content .phone_card ul li a {
    color: #0289cd;
    text-decoration: none;
    margin-left: 5px;
}

#exchange_bg .alert_content .phone_card ul li a:hover {
    text-decoration: underline;
}

#exchange_bg .alert_content .phone_card ul .tips {
    color: #999;
    text-align: center;
}

#exchange_bg .alert_content .phone_card ul .buy_succeed {
    font-size: 14px;
    color: #ff5500;
    text-align: center;
}

#exchange_bg .alert_content .phone_card ul .visited {
    text-align: center;
    margin-top: 15px;
}

#exchange_bg .alert_content .phone_card ul .visited a {
    color: #0289cd;
    text-decoration: none;
}

#exchange_bg .alert_content .phone_card ul .visited a:hover {
    text-decoration: underline;
}

#exchange_bg .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding: 0 0 25px 63px;
}

#exchange_bg .alert_content .band_normal {
    padding: 0 0 0px 63px;
}

#exchange_bg .alert_content .band_btn .ex_ok {
    color: #FFFFFF;
}

#exchange_bg .alert_content .band_btn .succeed_btn {
    margin-left: 57px;
}

#exchange_bg .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}

#exchange_bg .alert_content .band_btn .ex_ok:hover {
    background-position: -94px -371px;
}

#exchange_bg .alert_content .band_btn .ex_exit:hover {
    background-position: -94px -407px;
}


/*alert_ceng*/

.alert_ceng {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0.0;
    background-color: #000;
    _filter: alpha(opacity=100);
    _background-color: none;
    _filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}


/*success_sign*/

#success_sign .alert_box {
    border: #f0f0f0 solid 1px;
}

#success_sign .alert_box .alert_top span {
    color: #535353;
}

#success_sign .alert_content {
    padding: 25px 35px 35px;
    width: 410px;
}

#success_sign .alert_content p {
    line-height: 30px;
}

#success_sign .alert_content .tips_success {
    color: #535353;
    font-size: 14px;
    text-align: center;
}

#success_sign .alert_content .predict_time {
    color: #ff5500;
    text-align: center;
}

#success_sign .alert_content .tips {
    font-size: 14px;
    color: #ccc;
    margin-top: 5px;
    text-align: center;
    clear: none;
    padding-left: 0px;
    display: block;
    float: none;
    width: auto;
}

#success_sign .alert_content .btns {
    position: relative;
    display: block;
    margin-top: 20px;
    height: 30px;
    width: 360px;
    overflow: hidden;
}

#success_sign .alert_content .smt03 {
    display: block;
    float: left;
}

#success_sign .alert_content .smt03 span {
    background: url(../images/btn_total.gif) no-repeat 0 -141px;
    height: 28px;
    line-height: 26px;
    display: block;
    padding: 0 15px 0 20px;
    float: left;
    color: #fff;
    font-weight: bold;
}

#success_sign .alert_content .smt03 em {
    background: url(../images/btn_total.gif) no-repeat -184px -141px;
    display: block;
    float: left;
    width: 5px;
    height: 28px;
}

#success_sign .alert_content .smt03:hover {
    cursor: pointer;
}

#success_sign .alert_content .smt03:hover span {
    background-position: 0 -175px;
}

#success_sign .alert_content .smt03:hover em {
    background-position: -184px -175px;
}

#success_sign .alert_content .smt04 {
    display: block;
    float: left;
}

#success_sign .alert_content span {
    background: url(../images/btn_total.gif) no-repeat 0 -207px;
    height: 28px;
    line-height: 26px;
    display: block;
    padding: 0 15px 0 20px;
    float: left;
    color: #5c6572;
    font-weight: bold;
}

#success_sign .alert_content em {
    background: url(../images/btn_total.gif) no-repeat -184px -207px;
    display: block;
    float: left;
    width: 5px;
    height: 28px;
}

#success_sign .alert_content .smt04:hover span {
    background-position: 0 -236px;
}

#success_sign .alert_content .smt04:hover em {
    background-position: -184px -236px;
}

#success_sign .alert_content .btns a {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -46px;
    cursor: pointer;
}

#success_sign .alert_content .btns .smt03 {
    margin-left: 100px;
    display: inline;
}

#success_sign .alert_content .btns a:hover {
    text-decoration: none;
}


/*apply-cancel*/

#apply-cancel .alert_box {
    border: #f0f0f0 solid 1px;
}

#apply-cancel .alert_box .alert_top {
    width: 325px;
}

#apply-cancel .alert_box .alert_top span {
    color: #535353;
}

#apply-cancel .alert_content {
    padding: 25px 35px 35px;
    width: 255px;
}

#apply-cancel .alert_content p {
    line-height: 30px;
}

#apply-cancel .alert_content .tips_success {
    color: #535353;
    font-size: 14px;
    text-align: center;
}

#apply-cancel .alert_content .predict_time {
    color: #ff5500;
    text-align: center;
}

#apply-cancel .alert_content .tips {
    font-size: 14px;
    color: #ccc;
    margin-top: 5px;
    text-align: center;
    clear: none;
    padding-left: 0px;
    display: block;
    float: none;
    width: auto;
}

#apply-cancel .alert_content .btns {
    display: block;
    margin-top: 20px;
    height: 30px;
    width: 255px;
    overflow: hidden;
}

#apply-cancel .alert_content .btns a {
    margin-left: 15px;
}

#apply-cancel .alert_content .btns .ml115 {
    margin-left: 95px;
    width: 60px;
    height: 30px;
}


/*biz-centre-alert*/

#biz-centre-alert .alert_box {
    border: 1px solid #F0F0F0;
}

#biz-centre-alert .alert_box .alert_top span {
    color: #535353;
}

#biz-centre-alert .alert_box .alert_top {
    width: 380px;
}

#biz-centre-alert .alert_content {
    padding: 25px 35px 35px;
    width: 310px;
}

#biz-centre-alert .alert_content p {
    line-height: 30px;
}

#biz-centre-alert .alert_content .tips_success {
    color: #535353;
    font-size: 14px;
    text-align: center;
}

#biz-centre-alert .alert_content .predict_time {
    color: #ff5500;
    text-align: center;
}

#biz-centre-alert .alert_content .tips {
    font-size: 14px;
    color: #ccc;
    margin-top: 5px;
    text-align: center;
    clear: none;
    padding-left: 0px;
    display: block;
    float: none;
    width: auto;
}

#biz-centre-alert .alert_content .btns {
    display: block;
    margin-top: 20px;
    height: 30px;
    width: 310px;
    overflow: hidden;
}

#biz-centre-alert .alert_content .btns a {
    margin-left: 30px;
}

#biz-centre-alert .alert_content .btns .ml115 {
    margin-left: 105px;
}

#biz-centre-alert .alert_content .go-btns {
    display: block;
    margin-top: 20px;
    height: 30px;
    width: 310px;
    overflow: hidden;
}

#biz-centre-alert .alert_content .go-btns a {
    margin-left: 30px;
}

#biz-centre-alert .alert_content .go-btns .ml115 {
    margin-left: 105px;
}


/*alert_juandou*/

#alert_juandou .alert_top {
    width: 580px;
}

#alert_juandou .alert_content {
    width: 580px;
}

#alert_juandou .alert_content .top_tips {
    margin: 20px 0px;
}

#alert_juandou .alert_content .top_tips .tips {
    color: #535353;
    font-size: 14px;
    text-align: center;
}

#alert_juandou .alert_content .top_tips .num {
    color: #ff7201;
    font-family: "微软雅黑", "arial";
    font-size: 30px;
    vertical-align: -2px;
    margin: 0 3px;
}

#alert_juandou .alert_content .tom_tips {
    color: #8d8d8d;
    text-align: center;
    margin-top: 5px;
}

#alert_juandou .alert_content .weeks {
    padding: 0 17px;
    text-align: center;
    height: auto;
    overflow: hidden;
}

#alert_juandou .alert_content .weeks span {
    width: 78px;
    background: #f2f2f2;
    height: 24px;
    line-height: 24px;
    color: #7a7a7a;
    font-weight: normal;
    display: block;
    float: left;
}

#alert_juandou .alert_content table {
    margin-bottom: 20px;
    padding: 0 15px;
}

#alert_juandou .alert_content table tr td {
    background: #fff6ea;
    width: 76px;
    height: 40px;
    text-align: center;
    color: #c4c4c4;
    vertical-align: top;
}

#alert_juandou .alert_content table tr .current {
    background: #feb842;
    color: #fff;
}

#alert_juandou .alert_content table tr td p {
    padding: 6px 10px;
    height: 20px;
    line-height: 10px;
    position: relative;
}

#alert_juandou .alert_content table tr td p .month {
    float: left;
    color: #fea147;
}

#alert_juandou .alert_content table tr td p .days {
    float: right;
}

#alert_juandou .alert_content table tr td i {
    position: absolute;
    bottom: -2px;
    left: -5px;
    display: block;
    height: 10px;
    width: 40px;
    font-style: normal;
}


/*alert-mdpric*/

#alert-mdprice .alert_box {
    border: 1px solid #E6E6E6;
}

#alert-mdprice .alert_box .alert_top {
    width: 300px;
}

#alert-mdprice .alert_box .alert_content {
    width: 300px;
}

#alert-mdprice .alert_box .alert_content .mdprice-con {
    width: 250px;
    padding: 20px 25px;
    height: auto;
    overflow: hidden;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .pic {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .title {
    width: 190px;
    float: right;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .title a {
    color: #0289cd;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .detail {
    clear: both;
    width: 260px;
    height: auto;
    overflow: hidden;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .detail span {
    display: block;
    float: left;
    height: 26px;
    line-height: 22px;
    *line-height: 24px;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .detail .cr-p {
    width: 110px;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .detail .cr-p label {
    text-decoration: line-through;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .detail .md-p {
    width: 140px;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .detail .md-p .txt {
    vertical-align: -2px;
    *vertical-align: -6px;
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    border-style: solid;
    border-width: 1px;
    color: #535353;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    padding-left: 5px;
    width: 70px;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .detail .s1 {
    color: #ff5500;
    display: inline;
    padding-left: 156px;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .band_btn {
    height: auto;
    overflow: hidden;
    width: 260px;
    margin-top: 15px;
}

#alert-mdprice .alert_box .alert_content .mdprice-con .band_btn .ex_ok:hover {
    background-position: -94px -371px;
    text-decoration: none;
}


/*alert-tips*/

#alert-tips .alert_box {
    border: #f0f0f0 solid 1px;
}

#alert-tips .tips-con {
    padding: 30px 0;
}

#alert-tips .tips-con p {
    text-align: center;
    line-height: 30px;
}

#alert-tips .tips-con .title {
    font-size: 14px;
    margin-bottom: 10px;
}

#alert-tips .tips-con .checktime {
    color: #FF7F01;
}

#alert-tips .tips-con .band_btn {
    height: auto;
    overflow: hidden;
    width: 480px;
    margin-top: 15px;
}

#alert-tips .tips-con .band_btn .ex_ok:hover {
    background-position: -94px -371px;
    text-decoration: none;
}


/*#alert-recharge*/

#alert-recharge .alert_box .alert_content .recharge-con {
    padding: 40px 0;
    text-align: center;
}

#alert-recharge .alert_box .alert_content .recharge-con p .succeed {
    font-size: 14px;
    color: #129800;
}

#alert-recharge .alert_box .alert_content .recharge-con p .failed {
    color: #ff5500;
}

#alert-recharge .alert_box .alert_content .recharge-con .band_btn {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 120px;
}

#alert-recharge .alert_box .alert_content .recharge-con a {
    display: block;
    background: url(../images/btn_total.gif) no-repeat;
    width: 104px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    float: left;
    margin-right: 20px;
}

#alert-recharge .alert_box .alert_content .recharge-con .pay_no {
    background-position: 0 -71px;
    color: #838383;
}

#alert-recharge .alert_box .alert_content .recharge-con a:hover {
    text-decoration: none;
    background-position: 0 -34px;
}

#alert-recharge .alert_box .alert_content .recharge-con .pay_no:hover {
    background-position: 0 -105px;
}

#alert-recharge .alert_box .alert_content .recharge-con .success-btn {
    margin-left: 70px;
}


/*alert-apply*/

#alert-apply .alert_box {
    border: #f0f0f0 solid 1px;
}

#alert-apply .alert_box .alert_top {
    width: 570px;
}

#alert-apply .alert_content {
    padding: 20px 15px;
    width: 540px;
}

#alert-apply .alert_content .apply-con .tips {
    border-bottom: #e3e3e3 dashed 1px;
    padding: 0 0 20px;
    color: #777;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#alert-apply .alert_content .apply-con .tips a {
    color: #0289cd;
}

#alert-apply .alert_content .apply-con .con {
    padding: 15px 20px;
}

#alert-apply .alert_content .apply-con .con .txt-con {
    width: 500px;
    line-height: 22px;
}

#alert-apply .alert_content .apply-con .con .remind-tips {
    float: right;
    color: #525252;
    margin: 10px 10px 10px 0;
    clear: both;
}

#alert-apply .alert_content .apply-con .con .remind-tips .checkbox {
    margin-right: 3px;
    vertical-align: -3px;
    *vertical-align: -3px;
}

#alert-apply .alert_content .apply-con .con .apply-btn {
    clear: both;
    width: 500px;
    height: auto;
    overflow: hidden;
}

#alert-apply .alert_content .apply-con .con .apply-btn a {
    display: block;
    float: right;
    margin-left: 20px;
    cursor: pointer;
}

#alert-apply .alert_content .apply-con .con .apply-btn .goto span,
#alert-apply .alert_content .apply-con .con .apply-btn .goto em,
#alert-apply .alert_content .apply-con .con .apply-btn .continue span,
#alert-apply .alert_content .apply-con .con .apply-btn .continue em {
    display: block;
    float: left;
    background: url(../images/btn_total.gif) no-repeat;
    height: 28px;
    line-height: 26px;
    *line-height: 30px;
}

#alert-apply .alert_content .apply-con .con .apply-btn .goto span {
    padding: 0 14px 0 18px;
    background-position: 0 -141px;
    color: #fff;
    font-weight: bold;
}

#alert-apply .alert_content .apply-con .con .apply-btn .goto em {
    background-position: -184px -141px;
    width: 3px;
    height: 28px;
    float: right;
    display: inline-block;
    float: left;
}

#alert-apply .alert_content .apply-con .con .apply-btn .goto:hover {
    text-decoration: none;
}

#alert-apply .alert_content .apply-con .con .apply-btn .goto:hover span {
    background-position: 0 -175px;
}

#alert-apply .alert_content .apply-con .con .apply-btn .goto:hover em {
    background-position: -184px -175px;
}

#alert-apply .alert_content .apply-con .con .apply-btn .continue span {
    padding: 0 10px 0 14px;
    background-position: 0 -616px;
    color: #fff;
    font-weight: bold;
}

#alert-apply .alert_content .apply-con .con .apply-btn .continue em {
    background-position: -184px -616px;
    width: 3px;
    height: 28px;
    float: right;
    display: inline-block;
    float: left;
}

#alert-apply .alert_content .apply-con .con .apply-btn .continue:hover span {
    background-position: 0 -648px;
}

#alert-apply .alert_content .apply-con .con .apply-btn .continue:hover em {
    background-position: -184px -648px;
}


/*alert-apply-du*/

#alert-apply-du .alert_box .alert_top {
    width: 570px;
}

#alert-apply-du .alert_content {
    padding: 20px 15px;
    width: 540px;
}

#alert-apply-du .alert_content .apply-con .tips {
    border-bottom: #e3e3e3 dashed 1px;
    padding: 0 0 20px;
    color: #777;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#alert-apply-du .alert_content .apply-con .tips a {
    color: #0289cd;
}

#alert-apply-du .alert_content .apply-con .con {
    padding: 15px 20px;
}

#alert-apply-du .alert_content .apply-con .con .txt-con {
    width: 500px;
    color: #919191;
    line-height: 22px;
}

#alert-apply-du .alert_content .apply-con .con .remind-tips {
    float: right;
    color: #525252;
    margin: 10px 3px 10px 0px;
    clear: both;
}

#alert-apply-du .alert_content .apply-con .con .remind-tips .checkbox {
    margin-right: 3px;
    vertical-align: -3px;
    *vertical-align: -3px;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn {
    clear: both;
    width: 500px;
    height: auto;
    overflow: hidden;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn a {
    display: block;
    float: right;
    margin-left: 20px;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn .goto span,
#alert-apply-du .alert_content .apply-con .con .apply-btn .goto em,
#alert-apply-du .alert_content .apply-con .con .apply-btn .continue span,
#alert-apply-du .alert_content .apply-con .con .apply-btn .continue em {
    display: block;
    float: left;
    background: url(../images/btn_total.gif) no-repeat;
    height: 28px;
    line-height: 26px;
    *line-height: 30px;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn .goto span {
    padding: 0 14px 0 18px;
    background-position: 0 -207px;
    color: #5C6572;
    font-weight: bold;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn .goto em {
    background-position: -186px -207px;
    width: 3px;
    height: 28px;
    float: right;
    display: inline-block;
    float: left;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn .goto:hover span {
    background-position: 0 -236px;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn .goto:hover em {
    background-position: -186px -236px;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn .continue span {
    padding: 0 10px 0 14px;
    background-position: 0 -141px;
    color: #fff;
    font-weight: bold;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn .continue em {
    background-position: -186px -141px;
    width: 3px;
    height: 28px;
    float: right;
    display: inline-block;
    float: left;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn .continue:hover span {
    background-position: 0 -175px;
}

#alert-apply-du .alert_content .apply-con .con .apply-btn .continue:hover em {
    background-position: -186px -175px;
}


/*alert_fanli*/

#alert_fanli .alert_bg {
    z-index: 10009;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

#alert_fanli .alert_box {
    background: #fff;
    width: 540px;
}

#alert_fanli .alert_box .alert_top {
    width: 540px;
}

#alert_fanli .alert_content {
    margin: 0 auto;
    width: 540px;
    padding-bottom: 15px;
}

#alert_fanli .alert_title {
    width: 494px;
    margin: 0 auto 20px;
    text-indent: 25px;
    padding-top: 13px
}

#alert_fanli .alert_title p {
    line-height: 25px;
    font-size: 14px;
    color: #777777;
}

#alert_fanli .alert_title .number {
    color: #ff7f40;
}

#alert_fanli .alert_title a {
    color: #0289cd;
}

#alert_fanli .help_img {
    background: url(../images/busi_sign.gif) no-repeat 0px -98px;
    height: 12px;
    width: 12px;
    display: block;
    display: inline-block;
    vertical-align: -1px;
    *vertical-align: 1px;
    _vertical-align: -3px;
    margin-left: 3px;
    cursor: pointer;
}

#alert_fanli .alert_pic {
    cursor: pointer;
    background: url(../images/alipay1.gif) no-repeat;
    width: 222px;
    height: 172px;
    margin: 20px auto 0;
    display: block;
}

#alert_fanli .alert_pic span {
    display: none;
    cursor: pointer;
}

#alert_fanli .alert_pic_1 {
    text-align: right;
    padding-right: 10px;
    height: 20px;
}

#alert_fanli .alert_pic.play {
    background: url(../images/alipay2.gif);
    background: url(../images/alipay22.gif)\9;
}

#alert_fanli .alert_pic.play.play_stop {
    background: url(../images/alipay3.gif) no-repeat;
}

#alert_fanli .alert_pic.play.play_stop.play_add {
    background: url(../images/alipay3.jpg) no-repeat;
}

#alert_fanli .alert_pic.play.play_stop span {
    font-size: 36px;
    font-family: 600;
    color: #000;
    display: block;
    position: absolute;
    top: 162px;
    left: 260px;
    text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}

#alert_fanli .alert_pic.play.play_stop .surface-mark {
    display: block;
    position: absolute;
    top: 162px;
    left: 260px;
    background: #000;
    z-index: 10;
    width: 50px;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#alert_fanli .alert_pic_1 a {
    color: #ff7f40;
}

#alert_fanli .alert_pic_2 {
    text-align: center;
    margin: 40px 0;
    font-size: 14px;
}

#alert_fanli .alert_pic_2 .number {
    color: #ff7f40;
}

#alert_fanli .alert_pic_2 a {
    color: #0289cd;
    text-decoration: underline;
    font-size: 12px;
}

#alert_fanli .infor {
    line-height: 36px;
    margin: -20px 0 0 160px;
    font-size: 14px;
    color: #777;
}

#alert_fanli .go-see {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 15px;
}

#alert_fanli .go-see a {
    color: #0289cd;
}

#alert_fanli .go-other {
    width: 440px;
    border-top: 1px dashed #c3c3c3;
    padding: 20px 0 25px 100px;
    font-size: 14px;
    color: #777;
}

#alert_fanli .go-other .go-btn {
    background: url(../images/go-other.gif) no-repeat;
    width: 226px;
    height: 47px;
    line-height: 46px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    color: #777;
}

#alert_fanli .go-other .go-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: none;
}

#alert_fanli .login_z {
    width: 520px;
    margin: 0 10px;
    border-top: 1px dashed #c3c3c3;
}

#alert_fanli .login_user_1 {
    width: 440px;
    position: relative;
    margin: 15px 40px 0;
    height: auto;
    overflow: hidden;
}

#alert_fanli .login_user_1 ul {
    width: 440px;
    height: auto;
    overflow: hidden;
}

#alert_fanli .login_user_1 li {
    margin: 2px 0 7px;
    clear: both;
    float: left;
    width: 440px;
}

#alert_fanli .login_user_1 li .change_code {
    display: block;
    float: left;
    margin-left: 10px;
}

#alert_fanli .login_user_1 li .change_code img {
    height: 26px;
}

#alert_fanli .login_user_1 li .tips-error {
    clear: both;
    margin-left: 84px;
    color: #FF6702;
    line-height: 24px;
}

#alert_fanli .login_user_1 .check-p {
    float: left;
    margin: 10px 0 0 5px;
}

#alert_fanli .login_user_1 .user {
    vertical-align: 2px;
    color: #777;
}

#alert_fanli .login_user_1 .label_title {
    font-size: 14px;
    color: #777;
    height: 24px;
    width: 84px;
    float: left;
    line-height: 22px;
    white-space: nowrap;
}

#alert_fanli .login_user_1 .text {
    width: 192px;
    height: 24px;
    line-height: 22px;
    border: 0;
    border: 1px solid #b9b9b9;
    float: left;
}

#alert_fanli .login_user_1 .codeInput {
    width: 92px;
}

#alert_fanli .login_user_1 .change_img {
    width: 96px;
    height: 25px;
    background: #c3c3c3;
    position: absolute;
    top: 0px;
    left: 180px;
    _top: 2px;
    _left: 98px;
}

#alert_fanli .login_user_1 .smt {
    width: 108px;
    height: 47px;
    overflow: hidden;
    position: absolute;
    top: 53px;
    right: 35px;
    height: 48px;
    background: url(../images/lq.gif) no-repeat;
    border: none;
    cursor: pointer;
}


/*alert_fanli_empower*/

#alert_fanli_empower .alert_box .alert_top {
    width: 510px;
}

#alert_fanli_empower .alert_box .alert_top span {
    width: 72px;
    height: 23px;
    background: url(../images/jpfan-total.gif) no-repeat -278px -183px;
    margin: 6px 0 0 6px;
}

#alert_fanli_empower .alert_box .alert_content {
    width: 510px;
}

#alert_fanli_empower .alert_title {
    margin: 0 35px;
    width: 440px;
}

#alert_fanli_empower .alert_title h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #777;
}

#alert_fanli_empower .alert_title h4 {
    font-weight: normal;
    color: #ababab;
    line-height: 24px;
    margin-top: 20px;
    font-size: 12px;
}

#alert_fanli_empower .alert_title b {
    color: #ff7f40;
}

#alert_fanli_empower .help_w {
    width: 510px;
    height: auto;
    overflow: hidden;
}

#alert_fanli_empower .help_w a {
    background: url(../images/jpfan-total.gif) no-repeat -336px -158px;
    padding-left: 16px;
    float: right;
    margin: 10px 10px 20px 0;
    color: #777;
}

#alert_fanli_empower .alert_look {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

#alert_fanli_empower .alert_look a {
    color: #0289cd;
}

#alert_fanli_empower .box-login {
    width: 270px;
    margin: 20px auto 30px;
}

#alert_fanli_empower .alert_login {
    width: 505px;
    margin: 0 auto;
    border-top: 1px dashed #c3c3c3;
}

#alert_fanli_empower .login_d {
    width: 270px;
    height: auto;
}

#alert_fanli_empower .login_d a,
#alert_fanli_empower .login_d .p-img {
    background: url(../images/jpfan-total.gif) no-repeat;
    display: block;
    float: left;
}

#alert_fanli_empower .login_d a {
    background-position: -130px -361px;
    width: 150px;
    height: 39px;
    padding-left: 70px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

#alert_fanli_empower .login_d a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: none;
}

#alert_fanli_empower .login_d .p-img {
    background-position: -309px -299px;
    width: 41px;
    height: 60px;
    margin: 0 0 0 8px;
}

#alert_fanli_empower .box-login .links {
    width: 270px;
    clear: both;
}

#alert_fanli_empower .box-login .links a {
    color: #9d9d9d;
    margin-left: 58px;
}


/*withdrawal-way*/

#withdrawal-way {
    overflow: visible;
}

#withdrawal-way .alert_box {
    border: 1px solid #E6E6E6;
    overflow: visible;
}

#withdrawal-way .alert_box .alert_top {
    width: 365px;
}

#withdrawal-way .alert_box .alert_content {
    width: 345px;
    padding: 30px 10px;
    overflow: visible;
}

#withdrawal-way .alert_box .alert_content .title-type {
    text-align: center;
    font-size: 14px;
}

#withdrawal-way .alert_box .alert_content .choice {
    font-size: 14px;
    margin: 0 62px;
    padding-top: 30px;
    width: 221px;
    clear: both;
}

#withdrawal-way .alert_box .alert_content .choice div {
    float: left;
    position: relative;
}

#withdrawal-way .alert_box .alert_content .choice .manually_type {
    float: right;
}

#withdrawal-way .alert_box .alert_content .choice div .help_img {
    background: url(../images/busi_sign.gif) no-repeat scroll 0 -98px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 12px;
    margin-left: 3px;
    margin-right: 8px;
    width: 12px;
}

#withdrawal-way .alert_box .alert_content .choice p label {
    margin-left: 3px;
}


/*bugfix1 by: fangfang 2014/01/10 start */


/*bugfix1 end */

#withdrawal-way .alert_box .alert_content .band_btn {
    clear: both;
    width: 345px;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}

#withdrawal-way .alert_box .alert_content .band_btn .ok-btn {
    margin: 0 auto;
    float: none;
}

#withdrawal-way .alert_box .alert_content .band_btn .ok-btn:hover {
    color: #fff;
    text-decoration: none;
    background-position: -94px -371px;
}


/*login start*/

#alert_landing .alert_top {
    width: 640px;
    height: 49px;
    border-bottom: 1px solid #e2e2e2;
    background: #f9f9f9;
}

#alert_landing .alert_top .alert_close {
    margin-right: 20px;
    margin-top: 17px;
}

#alert_landing .login-l-img {
    margin: 60px 40px 0 0;
    width: 200px;
    height: 172px;
}

#alert_landing .alert_content {
    width: 600px;
    background: #FFF;
    padding: 25px 20px 20px;
}

#alert_landing .content-landing {
    float: left;
    display: inline;
    margin-left: 40px;
    width: 260px;
}

#alert_landing .content-landing-zc {
    margin-left: 70px;
}

#alert_landing .content-landing-zc .zc {
    position: absolute;
    right: 0;
}

#alert_landing .content-landing .zc {
    font-size: 14px;
    font-weight: normal;
    font-family: "宋体";
    margin-left: 120px;
    float: right;
    margin-right: 40px;
    display: inline;
    line-height: 35px;
}

#alert_landing .content-landing .zc a {
    text-decoration: underline;
    color: #0289cd;
}

#alert_landing .content-landing .zc a:hover {
    text-decoration: none;
}

#alert_landing .content-landing h3 {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    float: left;
}

#alert_landing .content-landing ul {
    clear: both;
    padding-top: 25px;
    height: 255px;
    overflow: hidden;
}

#alert_landing .content-landing li {
    padding-bottom: 20px;
    position: relative;
    overflow: visible;
    height: 40px;
    _height: 40px;
}

#alert_landing .content-landing li .user {
    float: left;
    width: 250px;
    height: 38px;
    position: relative;
    border: 1px solid #c6c6c6;
}

#alert_landing .content-landing li .input-active {
    border: 1px solid #a4cd6b;
    box-shadow: 0px 0px 2px rgba(164, 205, 147, .8);
}

#alert_landing .content-landing li .user span {
    width: 39px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
}

#alert_landing .content-landing li .error-box {
    margin-left: 10px;
    width: 185px;
    margin-top: 10px;
    float: left;
    color: #666;
}


/* bugfix 5935 by: fangfang, m by: xiaoxiao 2014/01/14 */

#alert_landing .content-landing li .error-box .public {
    margin-top: 4px;
    *margin-top: 3px;
    width: 12px;
    height: 15px;
    float: left;
}

#alert_landing .content-landing li .error-box .anquan {
    background-position: -20px 0px;
}

#alert_landing .content-landing li .error-box .anquan-d {
    background-position: -36px 0px;
}

#alert_landing .content-landing li .error-box .danger {
    background-position: -49px 0px;
}

#alert_landing .content-landing li .error-box01 {
    padding-left: 120px;
}

#alert_landing .content-landing li strong {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 3px;
}

#alert_landing .content-landing li .error {
    background-position: 0 -19px;
}

#alert_landing .content-landing li .warn {
    background-position: -20px -19px;
}

#alert_landing .content-landing li .ok {
    background-position: -40px -19px;
}

#alert_landing .content-landing li input {
    border: none;
}


/*bugfix 1 'ie7 imcompatible' by: fangfang 2014/01/10 start */


/* bugfix 6018 by: fangfang, m by: xiaoxiao 2014/01/14 */

#alert_landing .content-landing li .user-input {
    color: #666;
    font-size: 14px;
    padding: 10px 0 10px 10px;
    border-left: 1px solid #c6c6c6;
    height: 18px;
    line-height: 18px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 39px;
}


/*bugfix 1 'ie7 imcompatible' end */

#alert_landing .content-landing li i {
    width: 13px;
    height: 12px;
    margin: 14px auto 0;
    background: url(../images/new-login.gif) no-repeat;
    display: block;
}

#alert_landing .content-landing li .user-ico {
    background-position: -58px -143px;
}

#alert_landing .content-landing li .pass-ico {
    background-position: -77px -143px;
    ;
}

#alert_landing .content-landing li .spr-ico {
    background-position: -91px -144px;
    ;
}

#alert_landing .content-landing li .email-ico {
    background-position: -106px -144px;
}

#alert_landing .content-landing li .spr {
    width: 180px;
    position: relative;
    margin-right: 10px;
}

#alert_landing .content-landing li .spr input {
    width: 130px;
}

#alert_landing .content-landing li .verification-code {
    width: 60px;
    height: 40px;
    float: left;
    cursor: pointer;
}

#alert_landing .content-landing li .chex {
    width: 250px;
    position: relative;
    top: -10px;
}

#alert_landing .content-landing .chex-d {
    padding-bottom: 0;
    _height: 28px;
}

#alert_landing .content-landing li .chex .ck {
    vertical-align: -2px;
    margin-right: 10px;
}

#alert_landing .content-landing li .chex .forget {
    color: #666;
}

#alert_landing .content-landing li .chex .register {
    color: #0289cd;
}

#alert_landing .content-landing li .btn {
    position: relative;
    margin-left: 25px;
    top: -10px;
}

#alert_landing .content-landing li .btn .sub {
    width: 198px;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
}

#alert_landing .content-landing li .btn .smt-o {
    background-position: 0 0;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

#alert_landing .content-landing li .btn .smt-o:hover {
    background-position: 0 -45px;
}

#alert_landing .content-landing li .btn .smt-d {
    background-position: 0 -89px;
    color: #ababab;
    cursor: default;
    text-shadow: 1px 0 0 rgb(241, 241, 241);
}

#alert_landing .content-landing li .btn .smt-d:hover {
    background-position: 0 -89px;
}

#alert_landing .content-landing .third-login .third-box {
    margin: 25px 0 0 55px;
}

#alert_landing .content-landing .third-login .third-box label {
    vertical-align: 8px;
    color: #999;
}

#alert_landing .content-landing .third-login a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/busi_sign.gif) no-repeat;
    margin-right: 10px;
}

#alert_landing .content-landing .third-login .tao {
    background-position: 0 -140px;
}

#alert_landing .content-landing .third-login .sina {
    background-position: 0 -169px;
}

#alert_landing .content-landing .third-login .weixin {
    background-position: -210px -194px;
}

#alert_landing .content-landing .third-login .tao:hover {
    background-position: -27px -140px;
}

#alert_landing .content-landing .third-login .sina:hover {
    background-position: -27px -169px;
}

#alert_landing .content-landing .third-login .weixin:hover {
    background-position: -236px -194px;
}

#alert_landing .content-landing .tao-tx {
    padding-top: 15px;
    color: #999;
    position: absolute;
}

#alert_landing .content-landing .tao-tx a {
    color: #999;
}

#alert_landing .content-landing .tao-tx .tao {
    margin-right: 13px;
}

#alert_landing .content-landing .tao-tx .tx {
    margin-left: 13px;
}

#alert_landing .alert_content .direct-go {
    width: 600px;
    text-align: right;
    clear: both;
}

#alert_landing .alert_content .direct-go a {
    color: #0189cd;
    font-size: 14px;
}

#alert_landing .content-landing dl dd {
    float: left;
    font-size: 16px;
    font-family: "微软雅黑", "宋体";
    border-bottom: #c6c6c6 solid 1px;
    width: 126px;
    text-align: center;
    background: url(../images/line-bar.png) no-repeat right 5px;
    height: 34px;
    line-height: 34px;
    position: relative;
}

#alert_landing .content-landing dl dd.no {
    background: none;
}

#alert_landing .content-landing dl dd a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 126px;
    color: #333;
}

#alert_landing .content-landing dl dd.active {
    line-height: 28px;
}

#alert_landing .content-landing dl dd.active a {
    position: absolute;
    border-bottom: #666 solid 3px;
}

#alert_landing .content-landing dl dd a:hover {
    text-decoration: none;
}

#alert_landing .content-landing li.qq-union {
    height: 124px;
    margin-top: 20px;
}

#alert_landing .content-landing li.qq-union .qq-pic {
    width: 120px;
    height: 120px;
    border: #e1e1e1 solid 1px;
    padding: 2px;
    margin: 0 auto;
}

#alert_landing .content-landing li.qq-union .links {
    width: 124px;
    margin: 5px auto 0;
}

#alert_landing .content-landing li.qq-union .links a {
    color: #0289cd;
}


/* bugfix 6057 by: ake,2014/01/15 */


/*login end*/


/*alert_sign by yangtata start*/

#alert_sign .alert_top {
    width: 470px;
    height: 50px;
    border-bottom: #e2e2e2 solid 1px;
    line-height: 50px;
}

#alert_sign .alert_top span {
    color: #3e3e3e;
    font-family: "微软雅黑";
    font-size: 18px;
}

#alert_sign .alert_top .alert_close {
    margin-right: 20px;
    margin-top: 14px;
}

#alert_sign .alert_content {
    width: 410px;
    padding: 20px 30px;
}

#alert_sign .alert_content .app-show {
    padding: 10px 30px 0 0;
    border-right: #e2e2e2 solid 1px;
    margin-right: 35px;
}

#alert_sign .alert_content .app-show .pic {
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    background: url(../images/jp-app.png) no-repeat;
}

#alert_sign .alert_content .app-show p {
    width: 140px;
    text-align: center;
    color: #ff3366;
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
}

#alert_sign .alert_content .app-show p a {
    color: #ff3366;
}

#alert_sign .alert_content .sign-show {
    width: 204px;
    padding-top: 20px;
}

#alert_sign .alert_content .sign-show .share {
    margin: 25px 0 0 8px;
    float: left;
}

#alert_sign .alert_content .sign-show .icon {
    display: inline-block;
    background: url(../images/sign-total.gif) no-repeat;
    float: left;
    width: 52px;
    height: 52px;
    padding-left: 0;
}

#alert_sign .alert_content .sign-show .icon.ok {
    background-position: 0 -62px;
    height: 40px;
    width: 40px;
}

#alert_sign .alert_content .sign-show .icon.no {
    background-position: -42px -62px;
    width: 40px;
    height: 40px;
}

#alert_sign .alert_content .sign-show .icon.q-zone {
    background-position: 0 0;
    margin-right: 15px;
}

#alert_sign .alert_content .sign-show .icon.q-weibo {
    background-position: -144px 0;
}

#alert_sign .alert_content .sign-show .icon.sina {
    background-position: -72px 0;
    margin-right: 15px;
}

#alert_sign .alert_content .sign-show .icon.q-zone:hover,
#alert_sign .alert_content .sign-show .icon.q-weibo:hover,
#alert_sign .alert_content .sign-show .icon.sina:hover {
    opacity: 0.8;
}

#alert_sign .alert_content .sign-show .tips span {
    display: inline-block;
    float: left;
    width: 150px;
    font-size: 16px;
    color: #009000;
    font-weight: bold;
    margin-left: 10px;
}

#alert_sign .alert_content .sign-show .tips span.no {
    color: #333;
    margin-top: 6px;
}

#alert_sign .alert_content .sign-show .result .txt {
    color: #666;
    font-size: 14px;
    margin: 15px 0 0 50px;
    float: left;
}

#alert_sign .alert_content .sign-show .result .txt a {
    color: #0289cd;
}

#alert_sign .alert_content .top_tips {
    padding: 0 0 20px;
    color: #666;
}

#alert_sign .alert_content .top_tips .result {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
}

#alert_sign .alert_content .top_tips .sum {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 20px;
    height: 44px;
    line-height: 22px;
}

#alert_sign .alert_content .btn {
    width: 180px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}

#alert_sign .alert_content .sub {
    text-align: center;
    line-height: 38px;
    background: #f36;
    border: 1px solid #fd0c48;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

#alert_sign .alert_content .sub:hover {
    background: #fd4976;
    text-decoration: none;
}


/*alert_sign by yangtata end*/


/*alert_exchange_new*/

#alert_exchange_new {
    width: 550px;
}

#alert_exchange_new .alert_top {
    width: 550px;
    height: 45px;
}

#alert_exchange_new .alert_top span {
    line-height: 45px;
}

#alert_exchange_new .alert_top .alert_close {
    margin-right: 20px;
    margin-top: 9px;
}

#alert_exchange_new .alert_content {
    width: 550px;
    padding-bottom: 50px;
}

#alert_exchange_new .alert_content .top_tips {
    padding: 30px 0 20px 0;
    color: #666;
}

.alert_content .top_tips .exchange-num {
    font-size: 20px;
    font-family: "微软雅黑";
    vertical-align: -2px;
}

#alert_exchange_new .alert_content .top_tips p {
    font-size: 14px;
    text-align: center;
    line-height: 34px;
}

#alert_exchange_new .alert_content .top_tips_1 {
    padding: 20px 0 0 0;
}

#alert_exchange_new .alert_content .top_tips_1 p {
    font-size: 12px;
}

#alert_exchange_new .alert_content .top_tips_1 p em {
    color: #f00;
}


/* bugfix 6543 by fangfang, m by xiaoxiao 2014/02/27 */

#alert_exchange_new .address {
    margin: 0 60px;
    padding: 10px 10px 0 10px;
    background: #f9f9f9;
}

#alert_exchange_new .address input {
    font-size: 12px;
}

#alert_exchange_new .address li {
    line-height: 30px;
    clear: both;
    display: block;
    margin-top: 5px;
    padding-bottom: 10px;
    _padding-bottom: 15px;
    height: auto;
    overflow: hidden;
}

.address li .text {
    border-top: #aaa solid 1px;
    border-left: #aaa solid 1px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    float: left;
    font-size: 14px;
    height: 28px;
    padding-left: 5px;
    color: #333;
    margin-right: 5px;
}

.address li .modify_ways {
    padding-right: 20px;
}

.address li .modify_ways a {
    color: #0289cd;
}

.address label {
    text-align: right;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}

.address li .import {
    color: #F00;
    line-height: 28px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
}

.address select {
    width: 100px;
    height: 30px;
    color: #666;
}

.address li .smt10 {
    width: 65px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
}

.address li .smt11 {
    background: #ff6600;
    margin-right: 20px;
}

.address li .smt12 {
    background: #c6c6c6;
    color: #555555
}

.address li .smt {
    border: none;
    font-weight: normal;
}


/* bugfix 6543 by fangfang, m by xiaoxiao 2014/02/27 */

#alert_exchange_new .address01 {
    padding-bottom: 10px;
}

#alert_exchange_new .address01 li {
    padding-bottom: 0;
    margin-top: 0;
}

#alert_exchange_new .question {
    margin: 20px 60px 0 60px;
}

#alert_exchange_new .question a {
    text-decoration: underline;
    position: absolute;
}

#alert_exchange_new .question a:hover {
    text-decoration: none;
    color: #f00;
}

#alert_exchange_new .box-question {
    margin-bottom: 20px;
}

#alert_exchange_new .box-answer input {
    border: none;
}

#alert_exchange_new .box-answer .txt {
    padding-left: 10px;
    height: 24px;
    border-style: solid;
    border-color: #abadb3 #dbdfe6 #dbdfe6 #abadb3;
    border-width: 1px;
    border-radius: 2px;
    font-size: 12px;
}

#alert_exchange_new .box-answer .txt01 {
    width: 310px;
}

#alert_exchange_new .box-answer .txt02 {
    width: 440px;
    color: #3e3e3e;
}

#alert_exchange_new .bquestion-btn {
    text-align: center;
    margin-left: 225px;
    margin-top: 20px;
    overflow: hidden;
}

#alert_exchange_new .bquestion-btn .sub {
    width: 98px;
    line-height: 28px;
    background: #ff6600;
    border: 1px solid #e25f07;
    display: block;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

#alert_exchange_new .bquestion-btn .sub:hover {
    background: #ff7e00;
    color: #fff;
    text-decoration: none;
}

#alert_exchange_new .bquestion-btn .error {
    margin-top: 7px;
    padding-left: 20px;
    color: #666;
}

#alert_exchange_new .bquestion-btn .error .error-ico {
    width: 16px;
    height: 16px;
    background: url(../images/stroe-total.gif) no-repeat right -172px;
    float: left;
    display: inline;
    margin-top: 2px;
    margin-right: 6px;
}


/*alert_exchange_new 02 by xiaoxiong@juanpi.com*/

#alert_exchange_new .txt {
    font-size: 16px;
}

#alert_exchange_new .green-txt {
    color: #009900;
    font-weight: bold;
}

#alert_exchange_new .spancol-txt {
    color: #666666;
    font-weight: normal;
}

#alert_exchange_new .a-style {
    color: #0289cd;
    font-size: 12px;
}

#alert_exchange_new .address-a {
    overflow: hidden;
}

#alert_exchange_new .address-a .payfor {
    margin-bottom: 8px;
}

#alert_exchange_new .address-a .payfor-txt {
    padding-right: 30px;
    color: #666666;
    line-height: 24px;
}

#alert_exchange_new .address-a .tujie {
    display: block;
    margin-top: 20px;
    float: right;
    padding-right: 20px;
}


/*alert_exchange_new 03 by xiaoxiong@juanpi.com*/

#alert_exchange_new .address-b {
    margin: 40px 0 19px 0px;
    position: relative;
    text-align: center;
}


/* bugfix 6543 by fangfang, m by lifang 2014/02/27 */

#alert_exchange_new .address-b i {
    width: 16px;
    height: 16px;
    background: url(../images/backlog-icon.gif) no-repeat;
    display: inline-block;
    margin-right: 4px;
    vertical-align: -2px;
}

#alert_exchange_new .address-b .success-true {
    background-position: 0 -26px;
}

#alert_exchange_new .address-b .success-false {
    background-position: 0 0px;
}

#alert_exchange_new .address-c {
    margin: 70px 0 19px 0px;
}

#alert_exchange_new .fukuan {
    text-align: center;
}

#alert_exchange_new .fukuan .fukuan-txt {
    font-size: 14px;
    margin-right: 5px;
    color: #666666;
}

#alert_exchange_new .fukuan .baoinfo:hover {
    text-decoration: underline;
    color: #0289cd;
}

#alert_exchange_new .duihuan {
    text-align: center;
}

#alert_exchange_new .dh {
    padding-left: 60px;
    padding-top: 7px;
}

#alert_exchange_new .dh a {
    color: #0289cd;
    font-size: 14px;
}

#alert_exchange_new
/*alert_exchange_new 04 by xiaoxiong@juanpi.com*/

#alert_exchange_new .pleft {
    padding: 0 0 40px 217px;
}

#alert_exchange_new .fenxiang {
    padding: 0 0 30px 0px;
    text-align: center;
    padding-top: 40px;
    font-size: 14px;
}

#alert_exchange_new .alert-icons {
    width: 240px;
    margin: 0 auto;
    height: 50px;
}

#alert_exchange_new .icon-style {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 15px;
    padding-left: 0;
    float: left;
}

#alert_exchange_new .alert-qqz {
    background: url(../images/qq-icon.gif) no-repeat 0 0;
}

#alert_exchange_new .alert-sina {
    background: url(../images/qq-icon.gif) no-repeat 0 -70px;
}

#alert_exchange_new .alert-qq {
    background: url(../images/qq-icon.gif) no-repeat -97px 0;
}


/*alert_exchange_new 05 by xiaoxiong@juanpi.com*/

#alert_exchange_new .write {
    padding: 30px 0 0 60px;
    font-size: 14px;
}

#alert_exchange_new .time {
    padding-top: 38px;
    padding-bottom: 20px;
    padding-left: 60px;
}

#alert_exchange_new .time-title {
    display: block;
    height: 37px;
    line-height: 37px;
}

#alert_exchange_new .time .count {
    background: url(../images/count.gif) no-repeat;
    width: 235px;
    height: 37px;
    margin: 0px 0 0px 0px;
    position: relative;
}

#alert_exchange_new .time .count .days,
.time .count .hour,
.time .count .minute,
.time .count .seconds {
    width: 39px;
    height: 37px;
    line-height: 36px;
    font-size: 24px;
    color: #fff;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

#alert_exchange_new .time .count em {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 39px;
    display: block;
    height: 2px;
    overflow: hidden;
    background: #f9f9f9;
}

#alert_exchange_new .time .count span {
    width: 19px;
    text-align: center;
    display: block;
    float: left;
    color: #474747;
    height: 37px;
    line-height: 36px;
}

#alert_exchange_new .time .last-time {
    color: #474747;
    margin-left: 1px;
}


/*remind start*/

#alert_remind .alert_top {
    width: 540px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
}

#alert_remind .alert_top span {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #3e3e3e;
}

#alert_remind .alert_contents {
    width: 540px;
    padding: 40px 0;
    text-align: center;
}

#alert_remind .alert_contents .top_tips {
    font-size: 16px;
    font-weight: bold;
}

#alert_remind .alert_contents .top_tips .over {
    color: #ff3366;
}

#alert_remind .alert_contents .top_tips .start {
    color: #ff3366;
}

#alert_remind .alert_contents .top_tips p a {
    color: #0289cd;
    text-decoration: underline;
}

#alert_remind .alert_contents .top_tips p a:hover {
    text-decoration: none;
}

#alert_remind .alert_contents .app-show {
    background: url(../images/love-show.gif) no-repeat;
    height: 230px;
    width: 482px;
    margin: 0 auto 10px;
}

#alert_remind .foot_tips {
    color: #666;
    height: 66px;
    line-height: 64px;
    border-top: #e2e2e2 dashed 1px;
    font-size: 14px;
}

#alert_remind .foot_tips em {
    color: #ff3838;
}

#alert_remind .foot_tips .foot_app {
    margin-left: 20px;
    text-align: center;
    line-height: 38px;
    background: #ff3366;
    border: 1px solid #e25f07;
    width: 120px;
    height: 40px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

#alert_remind .foot_tips .foot_app:hover {
    background: #ff7e00;
    text-decoration: none;
}


/*old*/

#alert_remind .item-btn_1 {
    width: 305px;
    margin: 0 auto;
}

#alert_remind .item-btn .collect-box {
    background: url(../images/item-like-bj.gif) no-repeat;
    width: 305px;
    height: 50px;
    margin: 20px 0 10px 110px;
}

#alert_remind .item-btn .collect-box.normal {
    width: 106px;
}

#alert_remind .item-btn .collect-box p {
    line-height: 50px;
    font-size: 14px;
    color: #666;
    font-weight: 700;
}

#alert_remind .item-btn .item-like {
    display: inline;
    float: left;
    position: relative;
    width: 101px;
}

#alert_remind .item-like .heart {
    background: url(../images/my-like.png) no-repeat -23px -37px;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 17px;
    left: 15px;
}

#alert_remind .item-btn .item-like:hover {
    text-decoration: none;
}

#alert_remind .item-btn .item-like.active {
    background: url(../images/item-like-bj-hover.gif) no-repeat;
    text-decoration: none;
}

#alert_remind .item-btn .item-like:hover .heart {
    background-position: -23px -77px;
}

#alert_remind .item-btn .item-like.active .heart {
    background-position: -23px -57px;
}

#alert_remind .item-btn .collect-box .like-o {
    display: inline;
    float: left;
    width: 169px;
    padding: 0 15px 0 20px;
}

#alert_remind .item-btn .collect-box .like-l {
    text-align: left;
    padding-left: 46px;
}

#alert_remind .item-btn .collect-box .like-o span b {
    color: #ff6600;
}

#alert_remind .item-like .jiu-ico {
    background: url(../images/jiu-zhe.gif) no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    top: -1px;
    right: -1px;
}

#alert_remind .item-btn .item-like-btn {
    width: 106px;
    height: 50px;
    background: url(../images/like-btn.gif) no-repeat 0 0;
}

#alert_remind .item-btn .item-like-btn.active {
    background: url(../images/like-btn.gif) no-repeat 0 -57px;
}

#alert_remind .item-btn .item-like-btn.active .heart {
    background-position: -23px -57px;
}

#alert_remind .item-btn .item-like:hover p {
    color: #444;
}

#alert_remind .item-btn .item-like.active:hover p {
    color: #666;
}

#alert_remind .alert_content .btn {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 120px;
}

#alert_remind .alert_content .btn01 {
    height: 38px;
    width: 120px;
}

#alert_remind .alert_content .btn02 {
    height: 38px;
    width: 230px;
}

#alert_remind .alert_content .sub {
    background: none repeat scroll 0 0 #FF6600;
    border: 1px solid #E25F07;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
}


/*by yangtata start*/

#alert-rebate-tips .alert_box .alert_top {
    width: 460px;
}

#alert-rebate-tips .alert_box .alert_content {
    width: 420px;
    padding: 30px 20px;
}

#alert-rebate-tips .alert_box .alert_content .search-goods {
    width: 420px;
    line-height: 24px;
    text-align: center;
    margin: 0 30px;
    width: 360px;
}

#alert-rebate-tips .alert_box .alert_content .tips {
    width: 360px;
    height: 38px;
    line-height: 38px;
    margin: 20px auto 30px;
    text-align: center;
    color: #009000;
    font-weight: bold;
    font-size: 14px;
    background: #f5f5f6;
}

#alert-rebate-tips .alert_box .alert_content .go-rebate {
    width: 120px;
    height: 40px;
    background: #ff6600;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    border: #e25f07 solid 1px;
}

#alert-rebate-tips .alert_box .alert_content .go-rebate:hover {
    background: #ff7e00;
    text-decoration: none;
}

#alert-rebate-tips .alert_box .alert_content .no-remind {
    float: right;
    font-size: 14px;
    color: #666;
}

#alert-rebate-tips .alert_box .alert_content .no-remind input {
    vertical-align: middle;
    margin-right: 3px;
}


/*by yangtata end*/


/*alert-new-user by muian start*/

#alert-new-user .alert_box .alert_top {
    width: 410px;
}

#alert-new-user .alert_box .alert_content {
    width: 410px;
    padding: 30px 0;
}

#alert-new-user .alert_box .alert_content .tips {
    color: #666;
    font-size: 16px;
    text-align: center;
    padding: 10px 30px 30px;
    width: 350px;
}

#alert-new-user .alert_box .alert_content .share-txt {
    text-align: center;
    color: #666;
    font-size: 14px;
}

#alert-new-user .alert_box .alert_content .share-box div {
    margin: 0 auto;
    margin: 10px 0 0 120px;
}

#alert-new-user .alert_box .alert_content .share-box div.bdshare-button-style0-32 a {
    margin-right: 30px;
}


/*alert-new-user by muian end*/


/*alert alert-rebate-laoding by yangtata start*/

#alert-rebate-laoding .alert_box .alert_top {
    width: 490px;
}

#alert-rebate-laoding .alert_box .alert_content {
    width: 450px;
    padding: 25px 20px;
}

#alert-rebate-laoding .alert_box .alert_content .search-goods {
    background: url(../images/j-to-t.gif) no-repeat;
    width: 260px;
    height: 30px;
    margin: 15px auto 25px;
    position: relative;
}

#alert-rebate-laoding .alert_box .alert_content .search-goods .to {
    background: url(../images/to.gif) no-repeat;
    width: 63px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 93px;
}

#alert-rebate-laoding .alert_box .alert_content .tips {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-family: "微软雅黑", "宋体";
}

#alert-rebate-laoding .alert_box .alert_content .tips-other {
    color: #ababab;
    text-align: center;
    margin: 10px 0 30px;
    font-family: "宋体";
}

#alert-rebate-laoding .alert_box .alert_content .tips-other em {
    background: url(../images/list-total.gif) no-repeat -151px 0;
    display: inline-block;
    width: 49px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
    vertical-align: middle;
}

#alert-rebate-laoding .alert_box .alert_content .go-rebate {
    width: 180px;
    height: 40px;
    background: #f36;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    border: #f36 solid 1px;
}

#alert-rebate-laoding .alert_box .alert_content .go-rebate:hover {
    background: #ff517d;
    text-decoration: none;
}

#alert-rebate-laoding .alert_box .alert_content .no-remind {
    float: right;
    font-size: 14px;
    color: #666;
}

#alert-rebate-laoding .alert_box .alert_content .no-remind input {
    vertical-align: middle;
    margin-right: 3px;
}


/*alert alert-rebate-laoding by yangtata end*/

.alert_fullbg_1 {
    opacity: 0.5;
}


/*alert-deposit by ake*/

#alert-deposit {
    padding: 0;
    width: 450px;
    position: relative;
    overflow: visible;
}

#alert-deposit .alert_box {
    border: none;
}

#alert-deposit .alert_top {
    background: #fff;
    width: 450px;
}

#alert-deposit .alert_content {
    padding: 20px 0;
    width: 450px;
}

#alert-deposit .alert_content .deposit_tit {
    font-size: 30px;
    font-family: "微软雅黑";
    margin-bottom: 30px;
    color: #333;
}

#alert-deposit .alert_content .deposit_tit em {
    color: #ff3838;
}

#alert-deposit .alert_content p {
    text-align: center;
    margin-bottom: 24px;
}

#alert-deposit .alert_content .deposit-tips {
    margin-bottom: 35px;
    font-size: 14px;
    color: #333;
}

#alert-deposit .alert_content a {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

#alert-deposit .alert_content a:hover {
    text-decoration: none;
}

#alert-deposit .alert_content .deposit-btn {
    background: #ff6600;
    border: 1px solid #e25f07;
}

#alert-deposit .alert_content .deposit-btn:hover {
    background: #ff7e00;
}

#alert-deposit .deposit_guide {
    background: url(../images/guide.png) no-repeat;
    width: 33px;
    height: 78px;
    position: absolute;
    top: -33px;
    left: 284px;
}


/*alert-deposit by ake end*/


/*this is alert_confirm start*/

#alert_confirm .alert_top {
    width: 380px;
}

#alert_confirm .alert_content {
    width: 380px;
    padding: 20px 0 30px;
}

#alert_confirm .alert_content .tips {
    text-align: center;
    color: #666;
    line-height: 24px;
}

#alert_confirm .alert_content .result-tips {
    text-align: center;
}

#alert_confirm .alert_content .btn {
    width: 150px;
    margin: 30px auto 0px;
    height: auto;
    overflow: hidden;
}

#alert_confirm .alert_content .btn.other {
    width: 210px;
}

#alert_confirm .alert_content .btn a.confirm {
    background-position: 0 -93px;
    width: 50px;
    height: 30px;
    border: 0 none;
}

#alert_confirm .alert_content .btn a.cancel {
    background-position: 0 -123px;
    width: 50px;
    height: 30px;
    border: 0 none;
    color: #666;
}

#alert_confirm .alert_content .btn a.success {
    background-position: 0 -153px;
    width: 87px;
    height: 30px;
}

#alert_confirm .alert_content .btn a.fail {
    background-position: 0 -183px;
    width: 100px;
    height: 30px;
    color: #666;
}

#alert_confirm .alert_content .btn a:hover {
    text-decoration: none;
}

#alert_confirm .alert_content .btn a.confirm:hover {
    background-position: -51px -93px;
}

#alert_confirm .alert_content .btn a.cancel:hover {
    background-position: -51px -123px;
}

#alert_confirm .alert_content .btn a.success:hover {
    background-position: -88px -153px;
}

#alert_confirm .alert_content .btn a.fail:hover {
    background-position: -100px -183px;
}


/*this is alert_confirm end*/


/*this is alert_result start*/

#alert_result .alert_top {
    width: 240px;
    background: #fff;
}

#alert_result .alert_content {
    width: 240px;
}

#alert_result .alert_content .error-box {
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 20px auto 40px;
}

#alert_result .alert_content .error-box .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 3px;
}

#alert_result .alert_content .error-box .icon.ok {
    background-position: top right;
}

#alert_result .alert_content .error-box .icon.no {
    background-position: right -21px;
}

#alert_result .alert_content .error-box .icon.warn {
    background-position: right -42px;
}


/*this is alert_result end*/


/*this is draw-prize-alert by yangtata start*/

#draw_prize_alert .alert_top {
    width: 520px;
    height: 45px;
    line-height: 44px;
}

#draw_prize_alert .alert_top .alert_close {
    margin: 10px 10px 0 0;
}

#draw_prize_alert .alert_content {
    width: 450px;
    padding: 20px 35px 30px;
}

#draw_prize_alert .alert_content p.tips,
#draw_prize_alert .alert_content p.result {
    width: 450px;
    height: auto;
    overflow: hidden;
}

#draw_prize_alert .alert_content p.result b {
    color: #ff5500;
    font-size: 16px;
}

#draw_prize_alert .alert_content div.confirm {
    margin: 20px 0 0;
}

#draw_prize_alert .alert_content .info {
    width: 418px;
    padding: 15px;
    border: #e2e2e2 dashed 1px;
    margin: 20px auto 15px;
    border-radius: 5px 5px 5px 5px;
}

#draw_prize_alert .alert_content .info li {
    height: 28px;
    line-height: 28px;
    padding: 5px 0 5px 0;
}

#draw_prize_alert .alert_content .info li label {
    width: 80px;
    height: 28px;
    overflow: hidden;
    float: left;
    text-align: right;
}

#draw_prize_alert .alert_content .info li .txt {
    border-color: #aaa #ddd #ddd #aaa;
    border-style: solid;
    border-width: 1px;
    color: #535353;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    padding-left: 5px;
}

#draw_prize_alert .alert_content .detail li label {
    font-size: 14px;
    width: 84px;
}

#draw_prize_alert .alert_content li a.modify {
    color: #0289cd;
}

#draw_prize_alert .alert_content .info li .btn {
    margin-left: 0;
    float: left;
    display: inline;
}

#draw_prize_alert .alert_content .error-box {
    margin-left: 15px;
    color: #666;
    float: left;
    display: inline;
}

#draw_prize_alert .alert_content .error {
    display: inline;
    float: left;
    margin: 6px 5px 0 0;
    height: 16px;
    width: 16px;
}

#draw_prize_alert .alert_content .error-box p {
    float: left;
    display: inline;
    line-height: 28px;
    font-size: 12px;
    font-weight: normal;
}

#draw_prize_alert .alert_content .confirm-info .modify {
    display: inline;
    float: left;
    color: #0289cd;
    line-height: 28px;
    margin-left: 5px;
}

#draw_prize_alert .alert_content .btn {
    cursor: pointer;
    margin-left: 150px;
    background: #ff6600;
    border: 1px solid #e25f07;
    float: left;
    display: inline;
    line-height: 28px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

#draw_prize_alert .alert_content .btn:hover {
    background: #ff7e00;
    text-decoration: none;
}

#draw_prize_alert .alert_content .btn.disabled {
    background: #9a9997;
    cursor: default;
    border: #9a9997 solid 1px;
}

#draw_prize_alert .alert_content .tips {
    color: #777;
}

#draw_prize_alert .alert_content .tips b {
    color: #ff5500;
    font-weight: normal;
}


/*this is draw-prize-alert end by yangtata*/


/*alert-deposit by ake end*/

#alert_message.alert_bg {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99a0a0a0, endColorstr=#99a0a0a0);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99a0a0a0, endColorstr=#99a0a0a0);
    z-index: 100009;
    padding: 5px;
}

#alert_message .alert_box .alert_top {
    width: 750px;
    border-bottom: 1px solid #e2e2e2;
}

#alert_message .alert_box .alert_top .alert_close {
    margin: 10px 10px 0 0;
}

#alert_message .alert_box {
    background: #fff;
}

#alert_message .alert_content {
    width: 750px;
    overflow: visible;
}

#alert_message .alert_content .m-account {
    width: 100%;
    border: none;
    padding-bottom: 30px;
    min-height: 0;
}

#alert_message .alert_content .m-account h3 {
    font-size: 14px;
    padding: 0 40px;
    margin-bottom: 25px;
}

#alert_message .alert_content .m-account .inr_tips {
    width: 574px;
}

#alert_message .alert_content .m-account .tra {
    color: #666;
    font-size: 12px;
    width: 440px;
}

#alert_message .alert_content .m-account .goods-message {
    margin-top: 20px;
}

#alert_message .alert_content .m-account .goods-message li {
    width: 100%;
}

#alert_message .alert_content .m-account .brand_w {
    width: 395px;
    margin-top: 4px;
}

#alert_message .alert_content_1 .m-account {
    width: 500px;
    padding-bottom: 0;
}

#alert_message .alert_content_1 .m-account .goods-message li {
    width: 500px;
}

#alert_message .alert_content_1 .m-account .goods-message {
    padding: 0 30px;
}

#alert_message .alert_content_1 .m-account .message-box-inv .box_l {
    margin-right: 0px;
}

#alert_message .alert_content_1 .message-box-inv a {
    color: #0289cd;
    font-family: "宋体";
    text-decoration: underline;
}

#alert_message .alert_content_1 .message-box-inv a:hover {
    text-decoration: none;
}

#alert_message .alert_top span {
    color: #333;
    margin-bottom: 10px;
}

#alert_message .alert_content_2 {
    width: 100%;
}

#alert_message .alert_content_2 .m-account .goods-message li {
    width: 660px;
}

#alert_message .alert_content_2 .inr_tips {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 18px;
}


/*goods_sku start by ake*/

#goods_sku {
    padding: 0;
    background: none !important;
    filter: none;
}

#goods_sku .alert_box {
    border: 1px solid #e2e2e2;
}

#goods_sku .alert_top {
    background: #f0f1f2;
    height: 40px;
    line-height: 40px;
    width: 490px;
}

#goods_sku .alert_top span {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #333;
    font-weight: normal;
    padding-left: 20px;
    text-indent: 0;
}

#goods_sku .alert_box .alert_top .alert_close {
    margin: 8px 15px 0 0;
}

#goods_sku .alert_content {
    padding: 25px 30px;
    width: 430px;
}

#goods_sku .alert_content .sku_xx {
    margin-bottom: 25px;
}

#goods_sku .alert_content .sku_xx table {
    width: 100%;
    border: 1px solid #e2e2e2;
}

#goods_sku .alert_content .sku_xx table th {
    background: #f4ffff;
    font-weight: normal;
}

#goods_sku .alert_content .sku_xx table tr {
    border-bottom: 1px solid #e2e2e2;
}

#goods_sku .alert_content .sku_xx table th,
#goods_sku .alert_content .sku_xx table td {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    border-right: 1px solid #e2e2e2;
    width: 33.4%;
}

#goods_sku .alert_content .sku_xx table td {
    text-align: center;
}

#goods_sku .alert_content .sub {
    width: 128px;
    height: 38px;
    margin: 0 auto;
}

#goods_sku .alert_content .sub01 {
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
}

.new-users ul li {
    display: inline;
    float: left;
    font-size: 16px;
    font-family: "微软雅黑", "宋体";
    margin-left: 60px;
    line-height: 42px;
}

.new-users ul li i {
    display: inline;
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.new-users ul li i.f {
    background-position: right -103px;
}

.new-users ul li i.s {
    background-position: right -146px;
}

.new-users ul li i.t {
    background-position: right -189px;
}

.new-users ul li span {
    display: inline;
    float: left;
    color: #333;
}

.new-users ul.only {
    margin-left: 200px;
}

.new-users .update-time {
    height: 38px;
    margin-right: 35px;
    font-family: "微软雅黑", "宋体";
}

.new-users .update-time .txt {
    line-height: 20px;
    text-align: right;
    color: #333;
    font-size: 18px;
    width: 130px;
    height: 38px;
}

.new-users .update-time .txt span {
    font-size: 14px;
    color: #666;
}

.new-users .update-time .times span em {
    display: inline-block;
    height: 38px;
    width: 30px;
    text-align: center;
    background: #ff517d;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
}

.new-users .update-time .times span i {
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}

#preview img {
    max-width: 450px;
}

.box {
    margin: 0 auto;
    width: 1120px;
    position: relative;
}

.footer_new {
    padding: 20px 0 0;
    height: 40px;
}

.index_link_news {
    position: absolute;
    margin-bottom: 8px;
    line-height: 40px;
    color: #575757;
    right: 0;
    float: right;
    width: 300px;
}

.index_link_news span {
    float: left;
}

.index_news_window {
    float: right;
    overflow: hidden;
    width: 240px;
    height: 40px;
}

.index_link_news ul {
    cursor: pointer;
}

.index_link_news ul li {
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    text-align: left;
    width: 240px;
    overflow: hidden;
}

.footer_new .links {
    width: 700px;
    height: 40px;
    line-height: 40px;
    color: #9b9a9a;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    float: left;
}

.footer_new .links a {
    color: #575757;
}

.footer_new .links .links_tip {
    float: left;
    color: #575757;
}

.footer_new .links .links_tip,
.footer_new .links .links_more a {
    font-weight: normal;
}

.footer_new .links .links_more {
    float: right;
}

.footer_new .links .links_ul {
    width: 495px;
    height: 40px;
    float: left;
    text-align: left;
    position: relative;
}

.footer_new .links .links_ul a {
    padding: 0 10px;
}

.footer_new .links .links_ul a:hover {
    color: #ff4a00
}

.footer_new .down_info {
    font-size: 12px;
    color: #c7c7c7;
    line-height: 30px;
    background: #f0f0f0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
}


/*view-tag商品页面底部品牌*/

.intBrand {
    margin-bottom: 20px;
    overflow: hidden;
}

.intBrand .tit {
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
}

.intBrand .tit h2 {
    font: bold 16px/20px "";
    color: #333;
    float: left;
}

.intBrand .tit a {
    float: right;
    line-height: 20px;
}

.intBrand .brands {
    overflow: hidden;
    padding: 0 20px 0px 20px;
    width: 1180px;
    background-color: #fff;
}

.intBrand .list {
    float: left;
    width: 122px;
    height: 103px;
    overflow: hidden;
    margin: 0 8px 7px 0;
}

.intBrand .list .img {
    border: 1px solid #e2e2e2;
    position: relative;
}

.intBrand .list a {
    display: block;
}

.intBrand .list .img img {
    width: 120px;
    height: 60px;
    vertical-align: middle;
}

.intBrand .list .img:hover {
    border-color: #FF3366;
}

.intBrand .list .name {
    margin-top: 5px;
    line-height: 18px;
    color: #666;
    text-align: center;
}


/*view-tag商品页面底部标签*/

#ju_tags_search {
    background-color: #FFF;
    margin-bottom: 10px;
}

#ju_tags_search ul {
    padding: 10px 5px;
    overflow: hidden;
}

#ju_tags_search ul li {
    float: left;
    background-color: #fff;
    text-align: left;
    font: 12px/24px '宋体';
    color: #999999;
    width: auto;
    border: 1px solid #f0f0f0;
    height: 22px;
    padding: 5px;
    margin: 1px;
}

#ju_tags_search ul li:hover {
    border: 1px solid #FF3366;
}

#ju_tags_search ul li a {
    color: #999999;
    display: block;
    float: left;
    padding-left: 5px;
    width: 129.765px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ju_tags_search ul li a:hover {
    text-decoration: none
}

#ju_tags_search .tit {
    overflow: hidden;
    padding: 10px 20px 0 10px;
    background-color: #fff;
}

#ju_tags_search .tit h2 {
    font: bold 16px/20px "";
    color: #333;
    float: left;
}

#ju_tags_search .tit a {
    float: right;
    line-height: 20px;
}


/* new side_right by yangtata*/

.side_right {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 36px;
    z-index: 102;
    background-color: #444;
    _display: none;
}

.side_right .side-box {
    background: #444;
    height: 100%;
    position: relative;
    z-index: 101;
    color: #fff;
}

.side_right .side-oper {
    position: absolute;
    top: 150px;
}

.side_right .side-oper.other {
    position: absolute;
    bottom: 0;
    top: auto;
}

.side_right .side-oper li.normal {
    margin-top: 15px;
    position: relative;
}

.side_right .side-oper li.normal.side-backtop {
    height: 36px;
}

.side_right .side-oper li.normal.side-backtop a.links {
    display: none;
}

.side_right .side-oper li.normal.side-user {
    margin-top: 0;
}

.side_right .side-oper li.normal.side-cart {
    border-top: #222 solid 1px;
    border-bottom: #222 solid 1px;
}

.side_right .side-oper li.normal.side-cart .tab-login {
    display: none;
}

.side_right .side-oper li.normal.side-cart.selected .tab-login {
    display: block;
}

.side_right .side-oper li.normal.side-cart #side-empty {
    padding: 10px 0 25px;
    z-index: 5;
}

.side_right .side-oper li.normal.side-cart #side-empty .arr-icon {
    top: 50%;
    margin-top: -8px;
}

.side_right .side-oper li.normal a.links {
    width: 36px;
    padding: 9px 0;
    display: block;
    cursor: pointer;
}

.side_right .side-oper li.normal a.links.links-cart {
    border-top: #555 solid 1px;
    border-bottom: #555 solid 1px;
}

.side_right i.normal-icon {
    display: block;
    background: url(../images/sidebar/sidebar.png) no-repeat;
}

.side_right i.normal-icon.i-user {
    background-position: 0 0;
    width: 18px;
    height: 18px;
    margin-left: 9px;
}

.side_right i.normal-icon.i-cart {
    height: 77px;
    width: 18px;
    background-position: 1px -24px;
    margin: 0 0 0 9px;
}

.side_right i.normal-icon.i-love {
    width: 18px;
    height: 18px;
    background-position: 0 -110px;
    margin: 0 0 0 9px;
}

.side_right i.normal-icon.i-quan {
    width: 18px;
    height: 18px;
    background-position: 0 -134px;
    margin: 0 0 0 9px;
}

.side_right i.normal-icon.i-complain {
    width: 18px;
    height: 18px;
    background-position: 0 -208px;
    margin: 0 0 0 9px;
}

.side_right i.normal-icon.i-code {
    width: 18px;
    height: 18px;
    background-position: 0 -160px;
    margin: 0 0 0 9px;
}

.side_right i.normal-icon.i-backtop {
    width: 18px;
    height: 18px;
    background-position: 0 -187px;
    margin: 0 0 0 9px;
}

.side_right .side-oper li.normal:hover a.links {
    background-color: #f36;
    text-decoration: none;
}

.side_right .side-oper li.normal:hover a.links .i-user {
    background-position: -26px 0;
}

.side_right .side-oper li.normal:hover a.links .i-cart {
    background-position: -25px -24px;
}

.side_right .side-oper li.normal:hover a.links .i-love {
    background-position: -26px -110px;
}

.side_right .side-oper li.normal:hover a.links .i-quan {
    background-position: -26px -134px;
}

.side_right .side-oper li.normal:hover a.links .i-complain {
    background-position: -26px -208px;
}

.side_right .side-oper li.normal:hover a.links .i-code {
    background-position: -26px -160px;
}

.side_right .side-oper li.normal:hover a.links .i-backtop {
    background-position: -26px -187px;
}

.side_right .side-oper li.normal:hover a.links .num {
    background: #fff;
    color: #f36;
}

.side_right .side-oper li.normal.curr a.links {
    background-color: #f36;
}

.side_right .side-oper li.normal.curr a.links .i-user {
    background-position: -26px 0;
}

.side_right .side-oper li.normal.curr a.links .i-cart {
    background-position: -25px -24px;
}

.side_right .side-oper li.normal.curr a.links .i-love {
    background-position: -26px -110px;
}

.side_right .side-oper li.normal.curr a.links .i-quan {
    background-position: -26px -134px;
}

.side_right .side-oper li.normal.curr a.links .i-complain {
    background-position: -26px -208px;
}

.side_right .side-oper li.normal.curr a.links .i-code {
    background-position: -26px -160px;
}

.side_right .side-oper li.normal.curr a.links .i-backtop {
    background-position: -26px -187px;
}

.side_right .side-oper li.normal.curr a.links .num {
    background: #fff;
    color: #f36;
}

.side_right .side-ad .tab-tips {
    background: none;
    border: none;
    bottom: 0px;
    top: -139px;
    box-shadow: none;
    position: absolute;
    margin-right: 40px;
}

.side_right .side-oper li.normal.curr a.links_ad,
.side_right .side-oper li.normal:hover a.links_ad {
    background: none;
    !important;
}

.side_right .side-oper em.num {
    background: #f36;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-family: "宋体";
    height: 18px;
    line-height: 18px;
    width: 18px;
    text-align: center;
    margin: 5px 0 0 9px;
}

.side_right .tab-tips {
    background-color: #444;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: none;
    height: 36px;
    line-height: 36px;
    opacity: 0;
    position: absolute;
    right: 62px;
    text-align: center;
    top: 0;
    width: 90px;
    border-radius: 2px;
}

.side_right .tab-tag {
    top: 40px;
}

.side_right .tab-tips a {
    color: #ffffff;
    text-decoration: none;
}

.side_right .tab-tips a em {
    font-size: 14px;
    font-family: "arial";
}

.side_right .arr-icon {
    color: #444;
    font-family: "宋体";
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: 14px;
    width: 16px;
}

.side_right .side-oper li.normal.side-code .tab-tips {
    top: auto;
    bottom: -46px;
    background-color: #fff;
    border: #e2e2e2 solid 1px;
    padding: 5px;
    width: 90px;
    height: 115px;
}

.side_right .side-oper li.normal.side-code .tab-tips .code-box {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 120px;
    width: 90px;
    z-index: 5;
}

.side_right .side-oper li.normal.side-code .tab-tips .code {
    height: 90px;
    width: 90px;
}

.side_right .side-oper li.normal.side-code .tab-tips .txt {
    color: #666;
    line-height: 30px;
}

.side_right .side-oper li.normal.side-code .tab-tips .arr-icon {
    color: #fff;
    top: 55px;
}

.side_right .side-oper li.normal .tab-login {
    line-height: 36px;
    opacity: 0;
    position: absolute;
    right: 62px;
    text-align: center;
    top: 0;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: none;
    background: #fff;
    width: 220px;
    height: 106px;
    padding: 20px 0;
    z-index: 10;
}

.side_right .side-oper li.normal .tab-login .arr-icon {
    color: #fff;
}

.side_right .side-oper li.normal .tab-login a.head {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

.side_right .side-oper li.normal .tab-login .pic {
    border: #eee solid 2px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

.side_right .side-oper li.normal .tab-login .pic img {
    border-radius: 50%;
}

.side_right .side-oper li.normal .tab-login .txt {
    color: #333;
    background: #fff3f5;
    border-top: #ffd8d8 solid 1px;
    border-bottom: #ffd8d8 solid 1px;
    height: 30px;
    line-height: 30px;
}

.side_right .side-oper li.normal .tab-login .txt a {
    color: #f36;
}

.side_right .side-oper li.normal .tab-login .txt a:hover {
    text-decoration: underline;
}

.side_right .side-oper li.normal .tab-login .time {
    color: #333;
    line-height: 20px;
}

.side_right .side-oper li.normal .tab-login .time em {
    color: #f36;
    padding: 0 2px;
}

.side_right .side-oper li.normal .tab-login .go_pay {
    display: block;
    width: 74px;
    height: 30px;
    line-height: 30px;
    background: #f36;
    margin: 7px auto 0;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

.side_right .side-oper li.normal .tab-login .go_pay:hover {
    background: #ff517d;
    text-decoration: none;
}

.side_right .side-oper li.normal .tab-login .duang-pic {
    background: url(../images/sidebar/duang.gif) no-repeat;
    width: 44px;
    height: 40px;
    margin: 0 auto;
}

.side_right .close {
    color: #ccc;
    display: block;
    width: 10px;
    height: 10px;
    font-size: 16px;
    line-height: 10px;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

.side_right .close:hover {
    color: #f36;
}

.right-bag {
    width: 190px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    right: -230px;
    top: 0;
    transition: all 0.2s linear 0s;
    background: #fff;
    height: 100%;
    padding: 0 20px;
    display: block;
}

.right-bag.bag-show {
    right: 36px;
}

.bag-tool.right-bag ul li {
    width: 190px;
}

.bag-tool.right-bag ul li .detail {
    width: 130px;
}

.bag-tool.right-bag ul li p.title a {
    width: 120px;
}

.sidebar-hd {
    border-bottom: 1px solid #dedcdc;
    overflow: hidden;
    padding: 10px 0;
    height: 20px;
    line-height: 20px;
}

.sidebar-hd a span {
    color: #333;
}

.sidebar-hd a span.t {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.sidebar-hd a:hover {
    text-decoration: none;
}

.sidebar-hd span.time {
    color: #f36;
    margin: 0 2px 0 10px;
}

.sidebar-hd span.time em {
    font-size: 14px;
    font-family: arial;
}

.right-bag .bag-empty {
    text-align: center;
}

.right-bag .bag-empty .img {
    background: url(../images/sidebar/bag.gif) no-repeat;
    width: 69px;
    height: 120px;
    margin: 20px auto;
}

.right-bag .bag-empty .txt {
    font-size: 14px;
}

#toolbar .bar-con .right-show div i {
    display: inline-block;
    background: url(../images/global/new-alert-total.gif) no-repeat;
    width: 17px;
    height: 20px;
    vertical-align: -8px;
    margin-right: 4px;
}

#toolbar .bar-con .right-show div i.icon-qq {
    background-position: 0 0;
    width: 17px;
}

#toolbar .bar-con .right-show div i.icon-sina {
    background-position: -20px 0;
}

#toolbar .bar-con .right-show div i.icon-taobao {
    background-position: -44px 0;
}

#toolbar .bar-con .right-show div i.icon-jd {
    background-position: -183px -238px;
}

#toolbar .bar-con .right-show div i.icon-wx {
    width: 18px;
    background-position: -182px -261px;
}

#toolbar .bar-con .right-show div i.icon-pdd {
    width: 18px;
    background-position: -182px -284px;
}

.line-cate-nav-location {
    height: 50px;
}

.line-cate-nav-location .line-cate-nav-wrapper {
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
}

.line-cate-nav-location.hidn {
    height: 0;
}

.line-cate-nav-location.hidn .line-cate-nav-wrapper {
    display: none;
}

.line-cate-nav-location .line-cate-nav-wrapper.fix-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 4px #999;
    -moz-box-shadow: 0px 0px 4px #999;
    box-shadow: 0px 0px 4px #999;
}

.line-cate-nav {
    width: 1200px;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
}

.line-cate-nav li {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 12px;
}

.line-cate-nav li.px {
    padding: 0 8px;
}

.line-cate-nav li.onlyquan {
    float: right
}

.line-cate-nav li a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.line-cate-nav li a:hover,
.line-cate-nav li a.active {
    color: #ff3366
}

.line-cate-nav li.first {
    border-right: 1px solid #ccc;
    padding-left: 0;
}

.line-cate-nav li.last a {
    color: #336600;
}

.zcline-cate-nav {
    width: 1200px;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
}

.zcline-cate-nav li {
    float: left;
    padding: 2px 10px;
    width: 130px;
    overflow: hidden;
}

.zcline-cate-nav li a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    text-align: center
}

.zcline-cate-nav li a:hover,
.zcline-cate-nav li a.active {
    color: #ff3366
}

.zcline-cate-nav li.first {
    border-right: 1px solid #ccc;
    padding-left: 0;
}

.zcline-cate-nav li.last a {
    color: #336600;
}

#J_fanli {
    height: 100px
}

#J_fanli_result {
    height: auto
}

#J_fanli_result .goodsdetail {
    width: 98%;
    padding: 15px 5px;
}

#J_fanli_result .goodsdetail a {
    cursor: pointer;
}

#J_fanli_result .goodsdetail .detail p {
    line-height: 21px
}

#J_fanli_result .goodsdetail .detail .commission {
    float: left;
    margin-left: 20px;
}

#J_fanli_result .goodsdetail .detail .seller {
    padding-top: 0;
    float: left
}

#J_fanli_result .goodsdetail .detail .price {
    font-size: 12px;
    float: left
}

#J_fanli_result .goodsdetail .detail {
    width: 76%;
    margin-left: 10px
}

#J_fanli_result .goodsdetail .detail .title {
    width: 100%;
    height: 20px;
}

#J_fanli_result .goodsdetail .detail .pis {
    float: left;
    width: 100%;
    height: 40px;
}

#J_fanli_result .goodsdetail .detail .pis p {
    line-height: 40px!important;
    font-family: Tahoma, Helvetica, Arial, '宋体', sans-serif, \5b8b\4f53;
}

#J_fanli_result .goodsdetail .detail .tbuy {
    float: right;
    width: 192px
}

#J_fanli_result .goodsdetail .detail .tbuy a {
    cursor: pointer;
    width: 192px;
    height: 40px;
    float: right;
    background: url(../images/buybtn.png) no-repeat;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

#J_fanli_result .goodsdetail .detail .lquan {
    float: left;
    background-color: #FF2300;
    height: 40px;
    border-radius: 3px;
    width: 120px;
    text-align: center;
}

#J_fanli_result .goodsdetail .detail .lquan a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-family: '微软雅黑';
    line-height: 40px;
}

#J_fanli_result .cx {
    text-align: center;
    height: 60px;
    padding-top: 15px;
    float: left;
    width: 100%;
    line-height: 40px;
}

#J_fanli .clearfix {
    height: 40px;
    width: auto;
    padding-top: 15px
}

#J_fanli .clearfix .item_url {
    width: 80%;
    height: 20px;
    border: 1px solid #dedcdc;
    padding: 4px 0
}

.main-nav-search-tab {
    position: absolute;
    right: 237px;
    z-index: 98;
    text-align: left;
}

.main-nav-search-tab .main-nav-search-dropdown {
    width: 65px;
    height: 33px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-left: 1px solid #F8285C;
    border-top: 1px solid #F8285C;
    border-bottom: 1px solid #F8285C;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 3px 0px 0px 3px;
}

.main-nav-search-tab .main-nav-search-dropdown a {
    display: block;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    color: #F8285C;
    text-decoration: none;
}

.main-nav-search-tab .iconfont {
    position: absolute;
    right: 5px;
    top: 16px;
    color: rgb(153, 153, 153);
    width: 8px;
    height: 4px;
    cursor: pointer;
    background: url(../images/up.png) no-repeat;
}

.main-nav-search-tab .main-nav-search-dropdown.open {
    height: auto;
}

.goods-list li .youquan {
    display: none;
    width: 284px;
    margin: auto 0;
    position: relative;
    height: 30px;
    margin-top: -30px;
    z-index: 9999;
    float: left;
    background: #ccc;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    line-height: 30px
}

.goods-list li .youquan a {
    color: #000;
    position: absolute;
    width: 270px;
    bottom: -30px;
    left: 10px;
}

.goods-list li .youquan span {
    color: #f8285c;
    font-weight: bold
}

.goods-list li .good-title a {
    width: 200px;
    overflow: hidden;
    float: left;
    word-break: break-all;
}

.goods-list li .good-title .qico {
    float: left;
    width: 15px;
    height: 15px;
    background: url(../images/yquan.png) no-repeat;
    margin-top: 2px;
}

#tan_chuang_div {
    display: none;
    width: 100%;
    height: 100%;
}

.gdwin-bg {
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: fixed;
    z-index: 9999;
    _position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    _top: expression(eval(document.documentElement.scrollTop+0));
    text-align: center;
}

.gdwin-box {
    font-family: "微软雅黑";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    _left: 50%;
}

.gdwin-box-body {
    _top: expression(eval(document.documentElement.scrollTop+370));
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    width: 646px;
    height: 452px;
    margin: -226px 0 0 -323px;
}

.gdwin-box-body .position-c {
    position: relative;
    width: 100%;
    height: 100%;
}

.gdwin-box-body .position-c img {
    width: 646px;
    height: 452px;
    vertical-align: middle;
}

.gdwin-box-body .position-c .btn-close {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 32px;
    height: 32px;
    z-index: 4;
    background: url(../images/btn-close.png) center center no-repeat;
    cursor: pointer;
}

.flashSale_wrap {
    position: relative;
    height: 35px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    width: 1200px!important;
    padding-top: 20px;
    background: #fff;
}

#flashSale {
    position: relative;
    height: 35px;
    overflow: hidden;
}

#flashSale .hdXsq {
    height: 35px;
    border-bottom: 1px solid #ff404c;
    line-height: 18px;
}

#flashSale .hdXsq .tab-nav {
    float: right;
    margin-right: -1px;
    height: 35px;
    font-size: 0;
}

#flashSale .hdXsq .tab-nav a:hover,
#flashSale .hdXsq .tab-nav a.active {
    background: #ff404c;
    color: #fff;
    text-decoration: none;
}

#flashSale .hdXsq .tab-nav a {
    display: inline-block;
    padding: 0 8px;
    height: 28px;
    color: #333;
    font: 12px/28px "microsoft yahei";
    margin: 7px 0 0;
}

#flashSale .hdXsq .tab-nav em {
    display: none;
    width: 1px;
    background: #ccc;
    height: 12px;
    position: relative;
    top: 2px;
}

#flashSale .hdXsq .tit {
    text-align: left;
    float: left;
    font-family: 'microsoft yahei';
    color: #ff404c;
}

#flashSale .hdXsq .tit .tit_icon {
    float: left;
    width: 138px;
    margin-left: 13px;
    margin-right: 16px;
    height: 32px;
    margin-top: -3px;
    background: url(../images/xsmsico.png);
}

#flashSale .hdXsq .tit .tit_attach {
    float: left;
    margin-top: 4px;
    font-size: 14px;
    color: #666;
}

#flashSale .hdXsq .tit .tit_attach em {
    float: left;
    width: 6px;
    height: 6px;
    margin-top: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background-color: #ff404c;
}

#flashSale .hdXsq .tit em,
#flashSale .hdXsq .tit a {
    color: #ff404c;
    font-size: 12px;
    font-family: "microsoft yahei";
}

.mod-list {
    height: 20px;
    float: right;
    width: 250px;
}

.mod-list .mod-filter {
    float: right;
    font-size: 12px;
}

.mod-list .mod-filter .border,
.mod-list .mod-filter .filter,
.mod-list .mod-filter .search,
.mod-list .mod-filter .sort {
    float: left;
    margin: 0 5px;
}

.mod-list .mod-filter .border li,
.mod-list .mod-filter .filter li,
.mod-list .mod-filter .search li,
.mod-list .mod-filter .sort li {
    float: left;
    padding: 4px 10px 0;
}

.mod-list .mod-filter .border li a,
.mod-list .mod-filter .filter li a,
.mod-list .mod-filter .search li a,
.mod-list .mod-filter .sort li a {
    color: #666;
    display: block;
}

.mod-list .mod-filter .border li a.on,
.mod-list .mod-filter .border li a:hover,
.mod-list .mod-filter .filter li a.on,
.mod-list .mod-filter .filter li a:hover,
.mod-list .mod-filter .search li a.on,
.mod-list .mod-filter .search li a:hover,
.mod-list .mod-filter .sort li a.on,
.mod-list .mod-filter .sort li a:hover {
    color: #e61414;
}

.mod-list .mod-filter .border li a .arrow,
.mod-list .mod-filter .border li a span,
.mod-list .mod-filter .filter li a .arrow,
.mod-list .mod-filter .filter li a span,
.mod-list .mod-filter .search li a .arrow,
.mod-list .mod-filter .search li a span,
.mod-list .mod-filter .sort li a .arrow,
.mod-list .mod-filter .sort li a span {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    line-height: 18px;
}

.mod-list .mod-filter .border li a.on,
.mod-list .mod-filter .filter li a.on,
.mod-list .mod-filter .search li a.on,
.mod-list .mod-filter .sort li a.on {
    cursor: default;
}

.mod-list .mod-filter .arrow {
    font-family: ju-font;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-size: 20px;
    margin-left: -5px;
}

@font-face {
    font-family: ju-font;
    src: url(//at.alicdn.com/t/font_1474869639_6850646.eot);
    src: url(//at.alicdn.com/t/font_1474869639_6850646.eot?#iefix) format('embedded-opentype'), url(//at.alicdn.com/t/font_1474869639_6850646.woff) format('woff'), url(//at.alicdn.com/t/font_1474869639_6850646.ttf) format('truetype'), url(//at.alicdn.com/t/font_1474869639_6850646.svg#ju-font) format('svg')
}

.ju-font {
    font-family: ju-font;
    font-style: normal
}

.s11 {
    position: fixed;
    width: 120px;
    left: 50%;
    top: 193px;
    margin-left: 599px;
    cursor: pointer;
    z-index: 10000;
}

.s11img {
    width: 120px;
    height: 120px;
}

.s11close {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
}

.s11:hover .s11close {
    display: block
}

#mallSearch {
    float: right;
    padding-top: 25px;
    width: 540px;
    overflow: hidden;
}

.ncinfos {
    width: 204px
}

.mallSearch-form {
    border: solid #f8285c;
    border-width: 2px 0 2px 2px;
}

#mallSearch #searchprompt,
#mallSearch fieldset,
.mallSearch-input {
    position: relative;
}

.mallSearch-input {
    background: #fff;
    height: 30px;
}

#mallSearch .s-combobox {
    height: 30px;
}

#mallSearch #searchprompt {
    color: #000;
    margin: 0;
    z-index: 2;
    width: 439px!important;
    height: 20px;
    line-height: 20px;
    padding: 5px 3px 5px 5px;
    outline: 0;
    border: none;
    font-weight: 900;
    background: url(../images/sss.gif) repeat-x;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#mallSearch button {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    border: 0;
    font-size: 16px;
    letter-spacing: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #f8285c;
    height: 30px;
    overflow: hidden;
    font-family: '\5FAE\8F6F\96C5\9ED1', arial, "\5b8b\4f53";
}

.searchprompt-info,
.searchprompt-info ul,
.searchprompt-info ul li {
    width: 449px;
    background: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    z-index: 999
}

.searchprompt-info {
    position: absolute;
    z-index: 1999;
    top: 59px;
    display: none
}

.searchprompt-info ul li {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei";
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    width: 439px;
    overflow: hidden;
    cursor: pointer
}

.searchprompt-info ul li.cur {
    background: #F8285C;
    color: #fff
}

.searchprompt-info {
    *display: none!important
}

#sugwords {
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px #ccc
}

.search-keywords {
    line-height: 20px;
    padding: 4px 2px;
}

.search-keywords,
.search-keywords a {
    color: #767676
}

.search-keywords a {
    margin-right: 13px
}

.top_wrap .banner_r dl dd img {
    width: 100px;
    min-height: 100px;
    padding: 5px 0;
    overflow: hidden;
}

.top_wrap .banner_r dl dd {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top_wrap .banner_r dl dd a {
    height: 110px;
    padding: 5px 0;
}

.top_wrap .banner_r dl dd span {
    height: 110px;
}

.baping-page-peel-page-peel-box {
    display: none !important;
    height: 0;
    overflow: hidden;
}

.tbh-ad-inner {
    display: none !important;
}

.tbh-banner {
    position: relative;
}

.tb-pass {
    background-color: transparent;
}

.J_Module {
    min-height: 0;
}

.topBanner {
    overflow: hidden;
}

.topBanner .banner-wrap {
    width: 1190px;
    margin: 0 auto;
}

.topBanner .banner-wrap img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@charset "utf-8";
#descimg {
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0 auto;
}

#descimg img {
    max-width: 790px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.container {
    width: 73%
}

.product {
    width: 100%;
    padding-bottom: 10px;
}

.product-pic {
    background: url(../images/good/bg-y.png) repeat-y;
    padding: 10px 0 10px 10px;
    position: relative;
    width: 310px;
    margin-right: 10px;
    min-height: 280px;
}

.product-pic img {
    opacity: 1;
    display: block;
    margin: 0 auto;
    width: 310px;
    height: 310px
}

.product-pic img:hover {
    opacity: 0.9;
}

.product-pic span {
    background: url(../images/good/bg2.png) no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 7px;
}


/*price-info by ake start*/

.product-info {
    color: #666;
    position: relative;
    width: 525px;
    padding-top: 10px;
    margin-left: 10px;
}

.product-info h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    width: 525px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "微软雅黑";
    margin-bottom: 20px;
}

.product-info h3.tb_t {
    width: 450px;
}

.product-info h3 a {
    color: #333;
}

.product-info .share {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.product-info .share {
    display: block;
    float: left;
    padding-top: 3px;
}

.product-info .share-box {
    float: left;
    width: 88px;
}

.product-info .item-pr {
    padding-right: 20px;
}

.product-info .item-pr .old-price {
    color: #999;
    text-decoration: line-through;
}

.product-info .jp-size {
    margin-top: 25px;
    height: 26px;
}

.product-info .jp-size dt {
    float: left;
    line-height: 24px;
}

.product-info .jp-size li {
    position: relative;
    display: inline;
    float: left;
    margin: 0 4px 8px 0;
    padding: 1px;
    line-height: 20px;
    vertical-align: middle;
    background: #fff;
}

.product-info .jp-size li a {
    padding: 3px 5px 4px 5px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #c6c6c6;
}

.product-info .jp-size li a:hover {
    text-decoration: underline;
}

.product-info .jp-size li .active {}

.gobuy .price {
    color: #999;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}

.gobuy .price em {
    font-family: "微软雅黑";
    font-size: 14px;
}

.gobuy .price .jd-current {
    font-size: 32px;
    font-family: Arial;
    vertical-align: -2px;
}

.gobuy .btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    background: url(../images/item.gif) no-repeat;
    font-weight: bold;
    text-decoration: none;
    font-family: "宋体";
    cursor: pointer
}

.gobuy .btn:hover {
    text-decoration: none;
}

.gobuy.buy .btn {
    background-position: 0 -452px;
}

.gobuy.start .btn {
    background-position: 0 -702px;
}

.gobuy.gone .btn {
    background-position: 0 -823px;
    cursor: default;
}

.gobuy.buy .btn:hover {
    background-position: 0 -513px;
    color: #fff;
}

.gobuy.start .btn:hover {
    background-position: 0 -762px;
}

.gobuy.buy .price em,
.gobuy.buy .price .jd-current {
    color: #ff464e;
}

.gobuy.start .price em,
.gobuy.start .price .jd-current {
    color: #008800;
}

.gobuy.gone .price em,
.gobuy.gone .price .jd-current {
    color: #ccc;
}

.product-info .body_price a.quanurl {
    background: #FF464E;
    color: #fff;
    line-height: 40px;
    text-align: center;
    float: left;
    padding: 6px 50px;
    margin-top: 13px;
    margin-left: 16px;
    border-left: 2px dashed #fff;
    border-right: 2px dashed #fff;
    font-size: 18px
}

.product-info .body_price a em {
    font-size: 18px;
    color: #00FF00;
    font-weight: bold;
    padding: 0 5px
}

.product-info .body_price {
    margin-top: -5px;
}

.product-info .price_f.buy {
    color: #ff464e;
}

.product-info .price_f {
    height: 65px;
    line-height: 65px
}

.product-info .body_price .price-ico {
    font-size: 16px;
    font-family: "微软雅黑";
}

.product-info .body_price .price {
    font-size: 50px;
    font-family: "Arial";
}

.product-info .old_price {
    font-size: 14px;
    font-family: "宋体";
    color: #bbbbbb;
    margin-bottom: 30px;
}

.product-info .old_price .price {
    text-decoration: line-through;
    font-family: "Arial";
    font-size: 14px;
    margin-right: 10px;
}

.product-info .keyword {
    width: 100%;
    overflow: hidden;
    height: 25px;
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.product-info .keyword a {
    font-size: 14px;
    color: #999;
    background: #f6f6f6;
    cursor: pointer
}

.product-info .keyword a:hover {
    font-size: 14px;
    color: #fff;
    background: #ff464e;
}

.product-info .old_price .buy_time {
    font-size: 12px;
}

.product-info .old_price .buy_time i {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: -2px;
    background: url(../images/items/item.gif) no-repeat right -105px;
}

.product-info .old_price .buy_time em {
    font-family: "Arial";
    padding: 0 3px;
}

.product-info .old_price .buy_time em {
    color: #ff464e;
}

.product-info .fanli {
    margin-top: 25px;
    margin-bottom: 5px;
    height: 26px;
}

.product-info .fanli em {
    width: 120px;
    height: 26px;
    display: inline-block;
    background: url(../images/good/rebate_txt.png) no-repeat;
    vertical-align: middle;
}

.product-info .fanli .fxje {
    padding-right: 5px;
}

.product-info .fanli .fxje b {
    color: #70A700;
    font-size: 16px;
}

.product-info .two-dime-box {
    position: absolute;
    bottom: 135px;
    right: 0;
    width: 120px;
    border: solid #F1F1F1 1px;
    z-index: 1
}

.product-info .two-dime-box:hover {
    border-style: solid solid solid solid;
    border-color: #6db110;
    border-width: 1px;
}

.product-info .two-dime-box .dimension {
    width: 110px;
    margin: 0 auto;
    background: #fff;
    padding: 0 5px;
}

.product-info .two-dime-box .dimension .dime-pic {
    opacity: 1;
    width: 110px;
    display: block;
}

.product-info .two-dime-box .dimension .dime-pic:hover {
    opacity: 0.8;
}

.product-info .two-dime-box .dimension p {
    text-align: center;
    color: #6db110;
    overflow: hidden;
    white-space: nowrap;
}

.product-info .item-tips {
    display: block;
    position: absolute;
    bottom: 165px;
    right: 120px;
    height: 56px;
    width: 116px;
    background: url(../images/new-alert-total.gif) no-repeat 0 -624px;
    z-index: 2
}

.share_box {
    bottom: 0
}

.product-info .price em {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #F8285C
}

.org_2 {
    color: #F8285C
}

.product-info .itemleft {
    height: 60px;
    padding-bottom: 28px;
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 25px;
}

.product-info .itemright {
    float: left;
    width: 150px;
    height: 200px;
    overflow: hidden;
}

.product-info .itemright .itemrighta {
    float: left;
    width: 150px;
    height: 140px;
    overflow: hidden;
}

.product-info .itemright .itemrightx {
    float: left;
    width: 140px;
    max-height: 58px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    border: 1px solid rgb(217, 217, 217);
    border-top: 0
}

.product-info .itemright .itemrightx a {
    font-weight: bold;
    color: #F8285C;
}

.product-info .price .jd-current {
    font-size: 32px;
    color: #F8285C;
    font-family: Arial;
    vertical-align: -2px;
}

.product-info .title-tips01 {
    padding: 0 5px;
    height: 20px;
    background: #F8285C;
    float: left;
    margin-top: 12px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    position: relative;
    margin-right: 16px;
}

.product-info .tip-b {
    background: url(../images/good/tips.gif) no-repeat;
    width: 9px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -9px;
}

.product-info .item-btn {
    margin-top: 15px;
}

.product-info .item-btn .btn-tip {
    position: relative;
}

.product-info .item-btn .btn-tip:hover .tips-aitao,
.product-info .item-btn .btn-tip:hover .tips-box {
    display: block
}

.product-info .item-btn .btn-tip .tips-aitao {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    display: none
}

.product-info .item-btn .btn-tip .tips-aitao i {
    width: 300px;
    height: 195px;
    background: url(../images/good/fanli_at.gif) no-repeat;
    display: block
}

.product-info .item-btn .btn-tip .tips-box {
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 1;
    display: none
}

.product-info .item-btn .btn-tip .tips-box i {
    position: absolute;
    background: url(../images/good/tips.png) no-repeat 30px 0;
    width: 145px;
    height: 10px;
    top: -9px;
    left: 0;
}

.product-info .item-btn .btn-tip .tips-box p {
    width: 255px;
    line-height: 20px;
    background: #FFFFCA;
    border: #FFCC97 solid 1px;
    color: #f60;
    padding: 8px
}

.product-info .btn {
    height: 50px;
    margin-bottom: 18px;
}

.product-info .btn a {
    display: block;
    font-size: 16px;
    font-family: "宋体";
    text-decoration: none;
    cursor: pointer
}

.product-info .btn .go_btn {
    border-radius: 5px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    width: 150px;
    height: 50px;
    margin-right: 20px;
}

.product-info .btn .buy {
    background: #ff464e;
}

.product-info .btn .buy:hover {
    background: #f66;
}

.product-info .btn .start {
    background: #76ad3f;
}

.product-info .btn .start:hover {
    background: #84c251;
}

.product-info .btn .gone {
    background: #ccc;
    color: #fff;
}

.product-info .btn .my-like {
    padding: 0 14px;
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    background: #f9f9f9;
    line-height: 50px;
    color: #676767;
    position: static;
    width: auto;
    box-sizing: border-box;
}

.product-info .btn .my-like:hover {
    background: #fff;
}

.product-info .btn .my-like .icon {
    background: url(../images/item.gif) no-repeat right 0;
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
    display: inline;
}

.product-info .btn .my-like:hover,
.product-info .btn .my-like.active {
    color: #ff464e;
}

.product-info .btn .my-like:hover .icon,
.product-info .btn .my-like.active .icon {
    background: url(../images/item.gif) no-repeat right -28px;
}

.product-info .btn .my-like .icon.l-active {
    background: url(../images/item.gif) no-repeat right -28px;
}

.tatayang {
    text-indent: 0;
    border-top: 1px solid #fff;
    text-align: left;
    clear: both;
    width: 100%;
    float: left;
    padding: 20px 10px 30px 18px
}

.tatayang ul {
    padding-left: 40px
}

.tatayang li {
    display: inline;
    float: left;
    width: 260px;
    height: 18px;
    overflow: hidden;
    margin: 0 15px 10px 0;
    line-height: 18px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.product-info .item-btn .btn {
    width: 145px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    background: url(../images/good/tag_state.gif) no-repeat;
}

.product-info .item-btn .buybtn {
    width: 150px;
    height: 60px;
    float: left;
    background: #ff464e;
    font-size: 16px;
    font-family: "宋体";
    text-align: center;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.product-info .item-btn .buybtn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.product-info .btn:hover {
    text-decoration: none;
}

.product-info .item-btn .buy {
    background-position: 0 -160px;
    text-shadow: 1px 1px #ff4700;
}

.product-info .item-btn .buy:hover {
    background-position: 0 -213px;
}

.product-info .item-btn .start {
    background-position: 0 -264px;
    text-shadow: 1px 1px #309f0c;
}

.product-info .item-btn .start:hover {
    background-position: 0 -317px;
}

.product-info .item-btn .wait {
    background-position: 0 -264px;
    text-shadow: 1px 1px #309f0c;
}

.product-info .item-btn .wait:hover {
    background-position: 0 -317px;
}

.product-info .item-btn .end {
    background-position: 0 -372px;
    text-shadow: 1px 1px #a5a5a5;
}

.product-info .item-btn .gone {
    background-position: 0 -372px;
    text-shadow: 1px 1px #a5a5a5;
}

.product-info .item-btn .sellout {
    background-position: 0 -372px;
    text-shadow: 1px 1px #a5a5a5;
}

.product-info .bady-time {
    margin-top: 12px;
    margin-bottom: 5px;
}

.product-info .bady-time .time {
    font-size: 14px;
    color: #666666;
}

.product-info .bady-time .time em {
    color: #666666;
}

.product-info .bady-time .common {
    margin-left: 10px;
    margin-top: 10px;
    width: 78px;
    height: 22px;
    border-radius: 2px;
    display: block;
    float: left;
    line-height: 22px;
    text-align: center;
}

.product-info .bady-time .remind {
    border: 1px solid #baef72;
    background: #f5ffe6;
    color: #467311;
}

.product-info .bady-time .remind:hover {
    background: #e8ffc4;
}

.product-info .bady-time .nomind {
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #c6c6c6;
    cursor: default;
}

.product-info .bady-time .nomind:hover {
    text-decoration: none;
}

.product-info .report {
    float: right;
}

.product-info .report a {
    color: #919191;
}

.product-info .report .report-icon {
    height: 15px;
    width: 14px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 6px;
    background: url(../images/good/tag_state.gif) no-repeat -186px -40px;
}

.product-info .quan-all {
    position: relative;
    margin-left: 18px;
    display: block;
    float: left;
    width: 160px;
    height: 50px;
    background: url(../images/good/tag_state.gif) no-repeat;
}

.product-info .quan-buy {
    background-position: 0 -491px;
    text-shadow: 1px 1px #ff8300;
}

.product-info .quan-start {
    background-position: 0 -432px;
    text-shadow: 1px 1px #3b9b02;
}

.product-info .quan-end {
    background-position: 0 -550px;
    text-shadow: 1px 1px #a5a5a5;
}

.product-info .quan-price {
    margin: 0px 0 0 25px;
    float: left;
    display: inline;
    font-size: 32px;
    color: #fff;
}

.product-info .quan-price em {
    font-size: 14px;
}

.product-info .quan-num {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 95px;
}

.product-info .discount {
    margin-left: 10px;
    margin-top: 15px;
}

.product-info .discount b {
    width: 15px;
    height: 17px;
    float: left;
    display: block;
    margin-left: 8px;
    background: url(../images/good/tag_state.gif) no-repeat;
}

.product-info .discount b.i1 {
    background-position: -100px 0;
}

.product-info .discount b.i2 {
    background-position: -119px 0;
}

.product-info .fenxiang {
    height: 24px;
    line-height: 24px;
    display: inline
}


/*goods-inside end by ake*/

.product-comment {
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
}

.product-comment h3 {
    margin: 0;
    background: #F5F5F5;
    font: 14px/20px 'Microsoft Yahei';
    padding: 8px;
    margin-bottom: 15px;
}

.product-comment .comment-container {
    position: relative;
    max-height: 325px;
    _height: 354px;
    /*ie6*/
    overflow: hidden;
}

#comment-list {
    overflow: auto;
    position: relative;
}

.product-comment dl {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.product-comment dt {
    float: left;
    margin: 2px 8px 0 10px;
    clear: left;
    width: 50px;
    position: relative;
}

.product-comment dd {
    float: left;
    width: 800px;
}

.product-comment .u-name {
    color: #ff7201
}

.product-comment dd em {
    float: right;
    font-style: normal;
    color: #ccc;
}

.com-nr {
    margin-top: 10px;
    color: #999;
    height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-com li {
    float: left;
}

.page-com li a {
    padding: 5px 10px;
    display: block;
    border: 1px solid #ccc;
    margin: 0 3px;
    color: #666;
    background: #F5F5F5;
}

.page-com li a:hover {
    background: #fff;
    text-decoration: none
}

.page-com .current {
    padding: 6px 11px;
    background: #ee6217;
    color: #fff;
}

.com-box {
    margin: 20px 0 0 0;
}

.com-box .pub-txt {
    background-color: #f9f9f9;
    color: #999;
    border-color: #ddd #ddd #ddd #ddd;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 2px 0 0;
    overflow: hidden;
    padding: 3px 5px;
    position: relative;
    resize: none;
    vertical-align: 0;
    width: 783px;
    height: 80px;
    border-radius: 3px;
    outline: none;
}

.com-box .pub-area {
    clear: both;
    margin: 10px 0 0 0;
}

.com-box .pub-area .count {
    color: #999;
    display: block;
    float: left;
}

.com-box .pub-area .count em {
    color: #4fa326;
    margin-right: 3px;
}

.com-box .pub-area .pub_btn {
    float: right;
    background: url(../images/good/pub_btn.gif) no-repeat;
    width: 83px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #333;
    border: none;
    cursor: pointer
}

.com-box .pub-area .pub_btn:hover {
    text-decoration: none;
    opacity: 0.9;
}

.tuan_de_recom {
    background: #fff;
    margin-top: 15px;
    padding: 16px 0 20px 20px;
    *padding-bottom: 5px;
}

.tuan_de_recom .de_recom_title {
    font-size: 16px;
    color: #333;
}

.tuan_de_recom .de_recom_title h3 {
    font-weight: normal
}

.tuan_de_recom .de_recom_title .de_recom_more {
    color: #999;
    text-align: right;
    width: 100px;
    padding-right: 20px;
    font-size: 12px
}

.tuan_de_recom ul li {
    float: left;
    width: 147px;
    margin: 15px 15px 0 0;
    overflow: hidden;
    text-align: center;
}

.tuan_de_recom ul li img {
    height: 140px;
    width: 140px;
}

.tuan_de_recom ul li .price-info {
    padding: 5px 5px;
    font: 14px Verdana;
}

.tuan_de_recom ul li .price-info .price_num {
    float: left;
}

.tuan_de_recom ul li .price-info .price_num_ori {
    float: right;
    padding-top: 2px;
    color: #999;
    font-size: 12px;
    text-decoration: line-through
}

.mod_right {
    width: 250px;
    float: right;
}

.apply_list {
    background: #fff;
    overflow: hidden;
    width: 250px;
    margin-bottom: 15px;
}

.apply_list h3 {
    color: #a3370f;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    background: #f9f9f9;
    padding: 0 15px;
}

.apply_list .goods_info {
    padding: 0 0 20px;
    width: 250px;
    _padding-bottom: 10px
}

.apply_list .goods_info .pic {
    height: 250px;
    width: 250px;
    overflow: hidden;
    position: relative
}

.apply_list .goods_info .pic ul {
    width: 1250px
}

.apply_list .goods_info .pic ul li {
    width: 250px;
    height: 250px;
    float: left;
    position: relative
}

.apply_list .goods_info .pic img {
    width: 250px
}

.apply_list .goods_info .title {
    margin: 5px auto 8px;
    height: 16px;
    line-height: 16px;
    width: 200px;
    overflow: hidden
}

.apply_list .goods_info .title a {
    color: #8d8d8d;
    display: none
}

.apply_list .goods_info .detail {
    width: 95px;
    color: #8d8d8d;
    float: left;
    margin-left: 25px;
    _margin-left: 15px;
    height: 36px;
    line-height: 36px;
    border-right: #d7d7d7 dashed 1px;
    display: none;
    margin-top: 10px
}

.apply_list .goods_info .detail .price {
    font-family: "微软雅黑", "verdana";
    padding-right: 10px;
    height: 14px
}

.apply_list .goods_info .detail .number {
    height: 14px;
    color: #8d8d8d
}

.apply_list .goods_info .detail .number em {
    color: #ff7201;
    font-size: 30px;
    font-family: Arial;
    vertical-align: -2px;
    margin-right: 2px
}

.apply_list .goods_info .juan-detail .number em {
    font-size: 22px
}

.apply_list .goods_info .infos {
    width: 90px;
    color: #8f8f8f;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    display: none;
}

.apply_list .goods_info .infos span {
    color: #8d8d8d;
    width: 100px;
    display: block;
    height: 18px
}

.apply_list .goods_info .switch {
    clear: both;
    width: 140px;
    height: 10px;
    padding-left: 40px;
    margin: 10px auto 0px;
    overflow: hidden
}

.apply_list .goods_info .switch li {
    height: 10px;
    width: 11px;
    float: left;
    margin-left: 10px
}

.apply_list .goods_info .switch li a {
    display: block;
    background: url(../images/good/switch.gif) no-repeat -13px 0;
    height: 10px;
    width: 11px
}

.apply_list .goods_info .switch li a:hover {
    background-position: 0 0
}

.apply_list .goods_info .switch .active a {
    background-position: 0 0
}

.w980 .container,
.w980 .product {
    width: 100%;
}

.w980 .product-info {
    width: 600px;
}

.w980 .product-info h3 {
    width: 600px;
}

.w980 .product-info h3.tb_t {
    width: 330px;
}

.w980 .product-comment dd {
    width: 90%;
}

.w980 .com-box .pub-txt {
    width: 783px;
}

.w980 .tuan_de_recom ul li {
    width: 123px;
}

.w980 .tuan_de_recom ul li img {
    height: 123px;
    width: 123px;
}

.product-info .jp-size {
    margin-top: 10px;
    height: 28px;
    overflow: hidden;
}

.product-info .jp-size li {
    line-height: 23px;
}

.item-good-list {
    position: relative;
}

.item-good-list h3 {
    padding: 15px 0 10px 0;
    color: #303030;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: normal;
    color: #303030;
}

.place-explain {
    font-size: 12px;
    padding: 20px 10px;
    margin-bottom: 10px;
    background: #fff;
    max-width: 1200px;
}

.place-explain a {
    color: #5E5E5E;
    margin: 0 3px;
}

.place-explain .bady-xx-seo {
    width: 435px;
    overflow: hidden;
    white-space: nowrap;
}


/*bady-part start by ake*/

#bady-tab {
    margin-bottom: 10px;
    width: 876px;
}

#bady-tab ul.tabs {
    float: left
}

.bady-part {
    overflow: hidden;
    background: #fff;
}

.w1200 .bady-tab {
    width: 100%;
    height: 50px;
    background: #f1f1f1;
    z-index: 999;
}

.w1100 .bady-tab {
    width: 1100px;
    height: 50px;
    background: #f9f9f9;
    z-index: 999;
}

.bady-tab ul li {
    float: left;
    border-right: 1px solid #e2e2e2;
    position: relative;
}

.bady-tab ul li a {
    padding: 0 30px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    display: block;
}

.bady-tab ul li a:hover {
    text-decoration: none;
}

.bady-tab ul li a em {
    color: #F8285C;
    margin-left: 10px;
    display: inline-block;
}

.bady-tab ul li .badyactive {
    color: #6db110;
    background: #fff;
}

.bady-tab ul li .bady-line-top {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    background: #6db110;
    overflow: hidden;
}


/*information start by ake*/

.information {
    padding: 1px 10px 40px 10px;
}

.information img {
    display: inherit;
}

.commentpic {
    margin-left: 50px
}

.commentpic img {
    max-width: 250px;
    margin: 0 auto;
    display: inline;
    float: left;
    margin-right: 5px;
    margin-top: 5px
}

.comment {
    padding-top: 0px;
}

.info-parameter {
    overflow: hidden;
    width: 400px;
}

.info-parameter ul li {
    float: left;
    width: 200px;
    line-height: 30px;
    color: #919191;
}

.info-pic {
    margin: 0 30px;
}

.rule-explain {
    width: auto;
}

.rule-explain dt {
    color: #666;
}

.rule-explain dd {
    line-height: 24px;
    color: #919191;
}


/*comment-box by ake start*/

.comment {
    margin-top: 0px;
}

.comment-dis {
    width: auto;
}

.comment-box {
    width: 100%;
    position: relative;
}

.comment-title {
    color: #333;
    font-family: "宋体";
    overflow: hidden;
}

. .com-box {
    width: 100%;
}

.com-pub {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.com-pub .pub-head {
    float: left;
    line-height: 60px;
}

.com-pub .pub-head .head {
    display: block;
    float: left;
    padding: 1px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin-right: 10px;
}

.com-pub .pub-head .name {
    display: block;
    float: left;
    color: #666;
    font-weight: normal;
    font-size: 14px;
}

.com-pub .pub-head .name:hover {
    text-decoration: none;
}

.com-pub .introduce {
    margin-left: 10px;
    position: relative;
    float: left;
    width: 650px;
    height: auto;
    padding: 10px 10px;
    background: #fffae9;
    border: #ffe6cb dashed 1px;
    line-height: 20px;
}

.com-pub .introduce p {
    font-size: 12px;
    color: #666;
}

.com-pub .introduce em {
    position: absolute;
    left: -7px;
    top: 35%;
    background: url(../images/left-cur.gif) no-repeat;
    width: 7px;
    height: 12px;
}

.com-big {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.com-big .pub-txt {
    background-color: #f9f9f9;
    color: #999;
    border-color: #c5c5c5 #c5c5c5 #c5c5c5 #c5c5c5;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 2px 0 0;
    overflow: hidden;
    padding: 3px 5px;
    position: relative;
    resize: none;
    vertical-align: 0;
    width: 808px;
    height: 50px;
    border-radius: 3px;
}

.com-big .pub-area-ft {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    margin: 10px 0 0 0;
}

.com-big .pub-area-ft .add_face {
    float: right;
    background: url(../images/total_item.gif) no-repeat scroll -101px -224px;
    color: #92BD2F;
    display: block;
    height: 14px;
    line-height: 12px;
    margin: 8px 5px 0 0;
    width: 14px;
    padding-left: 15px;
    color: #5f5f5f;
}

.com-big .pub-area-ft .add_face:hover {
    text-decoration: none;
}

.com-big .pub-area-ft .count {
    color: #999;
    display: block;
    float: left;
    margin-left: 10px;
}

.com-big .pub-area-ft .count em {
    color: #4fa326;
    margin-right: 3px;
}

.com-big .pub-area-ft .pub_btn {
    float: right;
    background: url(../images/pub_btn.gif) no-repeat;
    width: 85px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #2e2e2e;
}

.com-big .pub-area-ft .pub_btn:hover {
    text-decoration: none;
    opacity: 0.9;
}

.com-big .com-list li {
    padding: 15px 0;
    border-bottom: #fafafa solid 1px;
    width: 820px;
    height: auto;
    overflow: hidden;
}

.com-big .com-list li .header {
    float: left;
}

.com-big .com-list li .header .uinfo {
    width: 26px;
    height: 26px;
    overflow: hidden;
}

.com-big .com-list li .name {
    float: left;
    color: #fe7201;
    margin-left: 10px;
    line-height: 26px;
}

.com-big .com-list .sms {
    line-height: 26px;
    color: #999;
}

.com-big .com-list .sms a {
    color: #0289cd;
}

.com-big .com-list .sms a:hover {
    text-decoration: underline;
}

.com-big .com-list .sms .reply {
    float: right;
    *margin-top: -26px;
}

.com-big .com-list .sms .time {
    color: #c6c6c6;
    margin-left: 15px;
}

.pl-box {
    height: 28px;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
}

.pl-box p {
    background: url(../images/pinglun.gif) no-repeat;
    width: 279px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    line-height: 27px;
    color: #666;
}


/*comment-box by ake end*/


/*information end by ake*/


/*bady-part end by ake*/

.fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 999;
}

.jd-num01 {
    color: #F8285C;
}


/*rate-user-info start by ake 20140409*/

.com-big .user-info-r li {
    padding: 17px 0;
    border-bottom: 1px dotted #f1f1f1;
}

.rate-user .user-name {
    font-family: "微软雅黑";
}

.rate-user-grade .tm-icon {
    display: inline-block;
    vertical-align: -4px;
    background: url(../images/tmall-vip.gif) no-repeat;
    margin-right: 3px;
}

.rate-user-grade .t1 {
    width: 18px;
    height: 18px;
    background-position: 0 0;
}

.rate-user-grade .t2 {
    width: 18px;
    height: 18px;
    background-position: 0 -22px;
}

.rate-user-grade .t3 {
    width: 18px;
    height: 18px;
    background-position: 0 -44px;
}

.rate-user-grade .vip-icon {
    vertical-align: middle;
    height: 12px;
}

.rate-user-grade .b_red_1 {
    background-position: 0 -71px;
    width: 12px;
}

.rate-user-grade .b_red_2 {
    background-position: 0 -88px;
    width: 25px;
}

.rate-user-grade .b_red_3 {
    background-position: 0 -105px;
    width: 38px;
}

.rate-user-grade .b_red_4 {
    background-position: 0 -121px;
    width: 51px;
}

.rate-user-grade .b_red_5 {
    background-position: 0 -139px;
    width: 64px;
}

.rate-user-grade .b_blue_1 {
    background-position: 0 -157px;
    width: 12px;
}

.rate-user-grade .b_blue_2 {
    background-position: 0 -171px;
    width: 25px;
}

.rate-user-grade .b_blue_3 {
    background-position: 0 -188px;
    width: 38px;
}

.rate-user-grade .b_blue_4 {
    background-position: 0 -204px;
    width: 51px;
}

.rate-user-grade .b_blue_5 {
    background-position: 0 -221px;
    width: 64px;
}

.rate-right .rate-time {
    margin-right: 20px;
}

.rate-right em {
    color: #ccc;
    font-family: "Arial";
}

.rate-user {
    color: #666666;
}

.rate-leirong {
    line-height: 22px;
    padding-top: 8px;
    color: #919191;
}

.com-box .more {
    text-align: right;
    padding-top: 20px;
}

.com-box .more a {
    color: #0289cd;
}

.gobuy {
    float: right;
}

.gobuy .buybtn {
    width: 192px;
    height: 40px;
    float: left;
    background: url(../images/buybtn.png) no-repeat;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.gobuy .buybtn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.gobuy p {
    line-height: 44px;
    overflow: hidden;
    margin-right: 10px;
    color: #919191;
    float: left;
}

.gobuy .price em {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #F8285C
}

.gobuy .item-btn {
    margin-top: 22px;
}

.gobuy .price .jd-current {
    font-size: 32px;
    color: #F8285C;
    font-family: Arial;
    vertical-align: -2px;
}

.title-tips01 {
    padding: 0 5px;
    height: 20px;
    background: #F8285C;
    float: left;
    margin-top: 12px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    position: relative;
    margin-right: 16px;
}

.tip-b {
    background: url(../images/good/tips.gif) no-repeat;
    width: 9px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -9px;
}

.gobuy .tbuy {
    width: 192px;
    float: right;
}

.gobuy .buy {
    background-position: 0 -684px;
}

.gobuy .buy:hover {
    background-position: 0 -738px;
}

.gobuy .start {
    background-position: 0 -794px;
}

.gobuy .start:hover {
    background-position: 0 -848px;
}

.gobuy .wait {
    background-position: 0 -794px;
}

.gobuy .wait:hover {
    background-position: 0 -848px;
}

.gobuy .gone {
    background-position: 0 -902px;
}

.gobuy .end {
    background-position: 0 -902px;
}

.gobuy .sellout {
    background-position: 0 -902px;
}

textarea {
    background: url(../images/input_bg_sd.png) no-repeat scroll 0 0 white;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}

.note_comment_warp {
    clear: both;
}

.note_comment {
    margin-top: 20px;
    margin-left: 5px;
}

.note_comment .c_l {
    background-color: white;
    padding-bottom: 20px;
}

.note_comment .c_l li {
    min-height: 40px;
    padding: 10px 20px 10px 0;
    width: 99%;
    overflow: hidden;
}

.note_comment .c_l .avt {
    float: left;
    height: 34px;
    width: 34px;
    overflow: hidden;
}

.note_comment .c_l li .sms {
    color: #666;
    line-height: 18px;
    padding: 0 0px 0 48px;
}

.note_comment .c_l li .sms .icard {
    color: #09E;
}

.note_comment .c_l .sms span {
    color: #CCC;
    font-size: 12px;
}

.note_comment .c_l div {
    line-height: 120%;
    text-align: right;
    padding: 10px 0px 0 48px;
}

.note_comment .c_l div span {
    color: #CCC;
    font-size: 12px;
    float: left;
}

.note_comment .c_l div a {
    color: #2571BD;
}

.pub_area {
    clear: both;
    padding-top: 20px;
    width: 99%;
}

.pub_area .pub_txt {
    border: 1px solid #CCC;
    height: 60px;
    line-height: 16px;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
    resize: none;
    width: 100%;
    font-size: 12px;
    -moz-box-shadow: 2px 2px 3px #ECECEC inset;
    -webkit-box-shadow: 2px 2px 3px #ECECEC inset;
    box-shadow: 2px 2px 3px #ECECEC inset;
    color: #999;
}

.pub_area_ft {
    margin-top: 10px;
    overflow: hidden;
    height: 24px;
}

.pub_area_ft .pub_btn {
    background: url("../images/total_item.gif") no-repeat scroll -64px -45px transparent;
    color: white;
    display: block;
    font-weight: 600;
    height: 24px;
    line-height: 22px;
    margin: 0 2px 0 5px;
    text-align: center;
    width: 51px;
    float: right;
}

.pub_area .pub_out {
    padding: 2px 0;
}

.topinfo {
    border: 1px solid #e4e4e4;
    border-top: none;
    min-height: 4px;
    _height: 4px;
    float: left;
    width: 678px;
}

.smtit {
    text-align: right;
    background: url("../images/i3-2.png") repeat-x left bottom #F7F7F7;
    line-height: 30px;
    float: left;
    margin-top: 10px;
    width: 660px;
    padding: 0 10px 3px 10px;
}

.smtit h2 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.smtit a {
    color: #0099cc;
}

.smtit a:hover {
    color: #CC0000;
}

.smlis {
    padding-top: 10px;
    float: left;
}

.smlis dl {
    float: left;
    border: 1px solid #eaeaea;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    display: inline;
}

.smlis dl.mo {
    margin-right: 0;
}

.smlis dt {
    color: #C41504;
    font-family: Arial;
    font-size: 50px;
    font-weight: bold;
    float: left;
    width: 40px;
}

.smlis dd {
    float: left;
    line-height: 20px;
    padding: 0 8px 0 10px;
    text-align: left;
    width: 160px;
    overflow: hidden;
}

.smlis dd em {
    color: #999999;
}

.sminfo {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.sminfo strong {
    color: #333;
    line-height: 30px;
}

.bbilis {
    margin: 5px 0;
}

.bbilis li {
    float: left;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    width: 205px;
    color: #333;
}

.bbilis2 {
    color: #333;
    line-height: 30px;
    font-size: 14px;
    padding: 10px 0;
}

.plshaid {
    line-height: 30px;
    padding: 0 10px;
    text-align: right;
}

.plshaid span {
    float: left;
}

.plshaid a {
    color: #0099cc;
}

.plshaid a:hover {
    color: #CC0000;
}

.plzw {
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.pllist {
    padding-top: 10px
}

.pllist dt {
    float: left;
    width: 50px;
}

.pllist dt img {
    width: 50px;
    height: 50px;
}

.pllist dd {
    color: #999;
    line-height: 20px;
    float: left;
    width: 590px;
    padding-bottom: 5px;
    word-wrap: break-word;
}

.pllist dd.tit {
    text-align: right;
}

.pllist dd.tit em {
    float: left;
    color: #c31403;
    font-weight: bold;
}

.pllist dd.info {
    padding: 0;
    overflow: hidden;
    margin-bottom: 5px;
}

.pllist dd.info a {
    color: #999;
}

.pllist dd.info i.icon {
    display: inline-block;
    width: 11px;
    height: 16px;
    background: url("../images/bg3.png") no-repeat -443px -312px;
    overflow: hidden;
    vertical-align: text-bottom;
    margin-left: 3px;
}

.pllist dd.tit a {
    float: left;
    color: #DD3322;
}

.pllist dd.img a:hover {
    text-decoration: none;
}

.pllist dd.img {
    overflow-x: hidden;
}

.pllist dd.img img {
    border: 1px solid #dedede;
    padding: 1px;
    width: 56px;
    height: 56px;
    margin-right: 5px;
    cursor: pointer;
}

.pllist dd.img img.big {
    width: auto;
    height: auto;
    max-width: 580px;
}

.plpage {
    padding: 10px 0;
    text-align: center;
}

.tab-r-a {
    background: url(../images/i3.png) 0 -98px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding-left: 10px;
    display: none;
    margin-top: 3px;
}

.tab-r-a:hover {
    color: #fff;
    text-decoration: none;
}

.tab-r-a em {
    background: url(../i3.png) right -98px;
    display: inline-block;
    padding-right: 20px;
    height: 24px;
}

.tab-r-a i {
    font-family: Arial;
    font-style: normal;
    font-size: 16px;
}

.tb-sticky-tabbar .tab-r-a {
    display: block;
    cursor: pointer;
}

#imgbox {
    line-height: 20px;
    padding-top: 10px;
    float: left;
    width: 680px;
    overflow: hidden;
}

.hot_box {
    background: #fff;
    width: 25%;
    padding-top: 25px;
}

.hot_goods h3 {
    margin-bottom: 25px;
    position: relative;
}

.hot_goods h3 .line {
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    border-top: 1px solid #2a142b;
    height: 0;
    overflow: hidden;
}

.hot_goods h3 .line-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    _top: 2px;
    _left: 120px;
    margin-top: -11px;
    margin-left: -57px;
    width: 115px;
    height: 18px;
    text-align: center;
    background: #fff;
    color: #2a142b;
    font-size: 14px;
    font-family: "微软雅黑";
}

.hot_goods ul li {
    position: relative;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 3px solid #f6f6f6;
}

.hot_goods ul li a {
    color: #666;
    display: block;
    width: 100%;
}

.hot_goods ul li a:hover {
    text-decoration: none;
}

.hot_goods ul li img {
    width: 100%;
    max-width: 300px
}

.hot_goods ul li .hot_price {
    position: absolute;
    top: 85%;
    right: 6px;
    padding: 0 15px;
    background: #fff;
    border-radius: 20px;
    opacity: 0.8;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
}

.hot_goods ul li .hot_price .hot_yang {
    font-size: 14px;
    font-family: "微软雅黑";
}

.hot_goods ul li .hot_price .hot_num {
    font-family: "Arial";
    color: #666666;
    line-height: 30px;
    font-size: 20px;
}

.hot_goods ul li img {
    border: 1px solid #e2e2e2;
}

.have-coupon {
    font-family: Microsoft YaHei;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 92px;
    height: 52px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background: url(../images/quaanan.png) no-repeat;
}

.product-info .bady-time .buy_time {
    padding-left: 10px;
    font-size: 12px;
}

.product-info .bady-time .buy_time em {
    font-family: "Arial";
    padding: 0 3px;
    color: #ff3366;
    font-style: normal;
}

.my-likes {
    padding: 0 14px;
    height: 28px;
    border: 1px solid #ff3366;
    border-radius: 50px;
    background: #f9f9f9;
    line-height: 28px;
    position: static;
    width: auto;
    top: 10px;
    color: #ff3366;
    right: 10px;
    cursor: pointer;
    z-index: 15;
    min-width: 80px;
    text-align: center;
    margin-top: 5px;
    margin-left: 20px;
}

.item-btn .my-like {
    display: block;
    padding: 0 14px;
    height: 48px;
    border: 1px solid #F8285C;
    border-radius: 50px;
    background: #f9f9f9;
    line-height: 48px;
    color: #676767;
    position: static;
    width: auto;
    margin-left: 20px;
    margin-top: 5px;
    font-size: 16px;
    font-family: "宋体";
    text-decoration: none;
}

.item-btn .my-like .icon {
    background: url(../images/item.gif) no-repeat right 0;
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
    display: inline;
}

.item-btn .my-like:hover,
.item-btn .my-like.active {
    color: #ff3366;
}

.item-btn .my-like:hover .icon,
.item-btn .my-like.active .icon {
    background: url(../images/item.gif) no-repeat right -28px;
}

.rate-grid a {
    color: #333
}

.rate-grid table {
    width: 100%;
    table-layout: fixed
}

.rate-grid td {
    padding: 16px 7px;
    border-bottom: 1px solid #e3e3e3
}

.rate-grid .col-meta {
    width: 155px;
    color: #999
}

.rate-grid .col-author {
    padding-right: 0
}

.rate-grid .rate-content,
.rate-grid .rate-reply {
    word-wrap: break-word;
    word-break: break-all;
    line-height: 19px;
    max-height: 190px;
    overflow: hidden
}

.rate-grid .rate-content {
    color: #333;
    display: inline-block;
    background: #fffdcd;
    font-weight: 400
}

.rate-content span {
    color: #999
}

.rate-grid .rate-reply {
    color: #AF874D;
    margin-top: 8px
}

.rate-grid .rate-date {
    color: #ccc
}

.rate-append {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    margin: 10px 0 0 6px;
    padding: 10px
}

.rate-append s {
    background: url(//img.alicdn.com/tps/i4/T1HGA8XflfXXboGKr.-487-21.png) -480px 0 no-repeat;
    width: 7px;
    height: 6px;
    position: absolute;
    left: -6px;
    top: -1px;
    overflow: hidden
}

.rate-append .rate-daydiff {
    color: #999
}

.rate-grid .col-meta p span {
    color: #666
}

.rate-grid .rate-sku {
    margin-bottom: 3px
}

.rate-grid .rate-user-profile p {
    margin-right: 5px
}

.rate-grid .rate-user-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rate-grid .rate-user-info span {
    color: #999
}

.rate-grid .rate-user-grade img {
    vertical-align: middle;
    margin-right: 3px
}

.rate-paginator {
    margin-top: 20px;
    text-align: right;
    background: url(//img.alicdn.com/tps/i1/T1O.q5XdVqXXXXXXXX-70-20.png) right 0 no-repeat;
    padding: 20px 0 10px;
    margin-right: 30px
}

.rate-page a,
.rate-page span {
    display: inline-block;
    vertical-align: top;
    height: 27px;
    line-height: 27px;
    padding: 5px 14px;
    border: 1px solid #e5e5e5;
    border-width: 1px 1px 1px 0;
    color: #2953a6;
    font-size: 14px
}

.rate-page a:hover {
    background-color: #efefef
}

.rate-page span {
    color: #999
}

.rate-page .rate-page-prev {
    border-width: 1px
}

.rate-page .rate-page-break {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 20px
}

.rate-date .rate-share {
    position: static;
    display: inline-block;
    margin-left: 12px;
    vertical-align: top
}

.rate-beta {
    position: absolute;
    background: url(//img.alicdn.com/tps/i1/T1qcukXv8dXXbvDvzb-24-12.png) no-repeat;
    width: 24px;
    height: 12px
}

.publicize,
.rate-sort-recommend {
    position: relative
}

.rate-sort-recommend .rate-beta {
    top: -14px;
    left: 6px
}

.rate-w790 .rate-grid .col-master {
    width: 460px
}

.rate-w990 .rate-grid .col-master {
    width: 588px;
    padding-left: 24px
}

.rate-w990 .rate-grid .col-meta {
    width: 215px
}

.publicize {
    padding: 8px 0;
    border: 1px solid #F19000;
    overflow: hidden;
    text-align: center;
    color: #f60;
    margin-bottom: 5px;
    margin-top: 5px
}

.publicize .pubmore {
    position: absolute;
    right: 5px;
    width: 120px;
    top: 10px
}

.publicize .pubmore .ui-msg-icon {
    top: -4px
}

.rate-grid .tm-col-master {
    width: 510px;
    padding-right: 30px
}

.rate-w790 .rate-grid .tm-col-master {
    width: 460px
}

.rate-w990 .rate-grid .tm-col-master {
    width: 588px;
    padding-left: 24px
}

.rate-grid .tm-rate-content,
.rate-grid .tm-rate-reply {
    word-wrap: break-word;
    word-break: break-all;
    line-height: 19px;
    overflow: hidden
}

.rate-grid .tm-rate-content-collapse {
    height: 190px
}

.rate-grid .tm-rate-content-expand {
    height: auto;
    max-height: none
}

.rate-grid .tm-rate-content {
    color: #333
}

.rate-grid .tm-rate-content .tm-rate-fulltxt b {
    display: inline-block;
    color: #C00;
    font-weight: 400
}

.tm-rate-content span {
    color: #999
}

.rate-grid .tm-rate-date {
    clear: both;
    color: #ccc
}

.tm-rate-date .rate-share {
    position: static;
    display: inline-block;
    margin-left: 12px;
    vertical-align: -4px;
    vertical-align: top
}

.rate-grid .tm-rate-reply {
    color: #AF874D;
    margin-top: 8px
}

.tm-rate-premiere {
    padding-bottom: 10px;
    min-height: 40px
}

.tm-rate-append,
.tm-rate-premiere {
    clear: both;
    position: relative;
    padding-left: 105px
}

.tm-rate-append .tm-rate-tag,
.tm-rate-premiere .tm-rate-tag {
    width: 104px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.tm-rate-tag .tm-rate-title {
    color: #999
}

.tm-rate-premiere .tm-rate-tag\ff0c.tm-rate-append .tm-rate-tag {
    text-indent: 9px;
    line-height: 22px;
    color: grey
}

.rate-charts {
    overflow: hidden;
    background: #f4f4f4
}

.rate-charts .rate-charts-left,
.rate-charts .rate-charts-right {
    display: inline-block;
    width: 394px;
    height: 110px
}

.rate-charts .rate-charts-left {
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8
}

.rate-charts .rate-charts-right {
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8
}

.rate-w990 .rate-charts .rate-charts-left,
.rate-w990 .rate-charts .rate-charts-right {
    display: inline-block;
    width: 494px;
    height: 110px
}

.rate-toolbar .tm-rate-age,
.rate-toolbar .tm-rate-hair,
.rate-toolbar .tm-rate-skin,
.rate-toolbar .tm-rate-sort {
    display: inline-block;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    text-indent: -1em
}

.rate-grid .rate-user-info .tm-review-usernick {
    color: #000
}

.rate-barcharts-box {
    position: relative;
    width: 630px;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px
}

.rate-barcharts-box .inner {
    margin-right: -40px;
    position: relative;
    height: 140px;
    overflow: hidden
}

.charttip {
    position: absolute;
    width: 82px;
    border-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 4px 8px 1px;
    display: none;
    background-color: #000;
    z-index: 10
}

.charttip i {
    position: absolute;
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    margin-top: 0
}

.rate-barcharts-box .rate-barchart {
    float: left;
    width: 180px;
    height: 140px;
    margin-right: 40px
}

.rate-barcharts-box-two-row .rate-barchart {
    width: 212px;
    margin-right: 110px
}

.rate-barcharts-box .more {
    position: relative;
    cursor: pointer;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    padding-right: 10px;
    background: url(//img.alicdn.com/tps/TB16ViJLpXXXXadXFXXXXXXXXXX-10-85.png) 34px 8px no-repeat
}

.rate-barcharts-box .more:hover {
    color: #c00;
    background-position: 34px -47px
}

.rate-barcharts-box .more-all {
    background-position: 34px -23px
}

.rate-barcharts-box .more-all:hover {
    color: #c00;
    background-position: 34px -72px
}

.rate-location {
    color: #666;
    margin-bottom: 20px
}

.rate-location .location-select {
    position: relative;
    z-index: 22;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
    padding-left: 4px
}

.rate-location .location-select .location-current {
    background: url(//img.alicdn.com/tps/TB16ViJLpXXXXadXFXXXXXXXXXX-10-85.png) 47px 7px no-repeat;
    display: inline-block;
    cursor: default;
    height: 16px;
    line-height: 16px;
    width: 54px;
    border: 1px solid #CCC;
    padding-right: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top
}

.rate-location .location-select li,
.tm-more-rate-hd .tm-more-rate-btn {
    cursor: pointer
}

.rate-location .location-select ul {
    display: none;
    position: absolute;
    background: #fff;
    width: 54px;
    padding: 0 8px 0 0;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #DDD;
    overflow: hidden;
    z-index: 1
}

.rate-location .open ul {
    display: block
}

.rate-location .location-select .selected {
    display: none
}

.rate-location em {
    color: #C00
}

.rate-location .ps {
    color: #CCC
}

.newcharts-guide {
    position: absolute;
    display: block;
    width: 206px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #FFBD6F;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FFFDF4;
    color: #F90;
    font-size: 14px;
    z-index: 10
}

.newcharts-guide i.inner,
.newcharts-guide i.wraper {
    border-width: 10px;
    border-style: solid;
    width: 0;
    height: 0;
    left: 34px;
    margin-top: 0;
    position: absolute;
    display: block
}

.newcharts-guide i.wraper {
    border-color: transparent transparent #FFBD6F;
    top: -20px
}

.newcharts-guide i.inner {
    border-color: transparent transparent #fff;
    top: -19px
}

.newcharts-guide span {
    position: absolute;
    display: block;
    right: 13px;
    top: -12px;
    width: 34px;
    height: 12px;
    background: url(//img.alicdn.com/tps/TB1sIC_LpXXXXc0aXXXXXXXXXXX-34-12.png) no-repeat
}

.rate-chat,
.tm-more-rate-close {
    display: none
}

.rate-chat {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden
}

.tm-more-rate-wrapper .tm-more-rate-hd {
    position: relative;
    padding: 10px 5px;
    background-color: #F0F0F0;
    color: #BBB;
    text-align: center;
    -moz-box-shadow: 0 1px 1px #ccc;
    -webkit-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc
}

.tm-more-rate-wrapper .tm-more-rate-statement {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px
}

.tm-more-rate-wrapper .tm-rate-why-more-link {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #BBB
}

.tm-more-rate-hd .tm-more-rate-btn:hover,
.tm-more-rate-wrapper .tm-rate-why-more-link:hover {
    color: #69C
}

.tm-more-rate-wrapper.expanded .tm-more-rate-close {
    display: block
}

.tm-more-rate-wrapper.expanded .tm-more-rate-open {
    display: none
}

.tm-more-rate-wrapper.expanded .tm-more-rate-bd {
    height: 300px
}

.tm-more-rate-bd {
    -moz-transition: height .2s linear;
    -webkit-transition: height .2s linear;
    -o-transition: height .2s linear;
    transition: height .2s linear;
    height: 0;
    overflow: auto;
    position: relative
}

.tm-more-last-tip {
    text-align: center;
    width: 100%;
    margin-top: 10px
}

.rate-tag-inner,
.rate-tag-list {
    overflow: hidden
}

.rate-tag-box,
.rate-tag-label,
.rate-tag-list,
.rate-tag-toggle {
    display: inline-block;
    vertical-align: top
}

.rate-tag-box {
    width: 630px
}

.rate-tag-label {
    color: #ccc;
    width: 16px;
    height: 61px;
    margin-top: 4px;
    font-size: 11px;
    line-height: 12px;
    padding: 0 12px 0 25px;
    background: url(//img.alicdn.com/tps/i3/T12eC3XklrXXXXXXXX-15-52.png) right center no-repeat
}

.rate-tag-toggle {
    margin-top: 10px;
    width: 13px;
    height: 13px;
    overflow: hidden;
    cursor: pointer;
    background: url(//img.alicdn.com/tps/i3/T1OZn4Xj8XXXaxN9_d-16-330.png) right -96px no-repeat;
    visibility: hidden
}

.rate-tag-toggle-expand {
    background-position: right -109px
}

.rate-tag-list {
    position: relative;
    width: 555px;
    height: 70px
}

.rate-tag-list span {
    float: left;
    height: 22px;
    margin: 7px 6px 6px
}

.rate-tag-list .rate-tag-inner a {
    position: relative;
    float: left;
    border-radius: 2px;
    line-height: 18px;
    padding: 1px 10px;
    background: #fff;
    box-shadow: 2px 2px 1px #f2f2f2;
    border: 1px solid #d3f4e4;
    white-space: nowrap;
    color: #409280
}

.rate-tag-list a i,
.rate-tag-list s {
    position: absolute;
    width: 12px;
    height: 12px;
    right: -6px;
    overflow: hidden
}

.rate-tag-list .tag-posi a {
    color: #b10000;
    border-color: #ffd7dd
}

.rate-tag-list .tag-neg .selected,
.rate-tag-list a:hover {
    text-decoration: none;
    background: #d9f5ed;
    border-color: #409280
}

.rate-tag-list .tag-posi .selected,
.rate-tag-list .tag-posi a:hover {
    background: #ffe2e2;
    border-color: #b10000;
    color: #b10000
}

.rate-tag-list s {
    visibility: hidden;
    bottom: -6px;
    background: url(//img.alicdn.com/tps/i4/T1X.owXeBcXXbRf1g.-12-24.png) 0 -12px no-repeat
}

.rate-tag-list .tag-posi s {
    background-position: 0 0
}

.rate-tag-list .selected s {
    visibility: visible
}

.rate-tag-list a i {
    display: none;
    top: -6px;
    background: url(//img.alicdn.com/tps/i1/T142n0FeBaXXcmZd7.-12-12.png) no-repeat
}

.rate-tag-list a:hover i {
    display: block
}

.rate-subject {
    display: none;
    background: #f6f6f6;
    border: 1px solid #d7d7d7;
    border-width: 0 1px;
    color: #333;
    height: 98px;
    border-top: 1px solid #d7d7d7;
    margin-bottom: 5px;
    border-bottom: 1px solid #d7d7d7
}

.rate-subject h4 {
    float: left;
    font-weight: 400;
    width: 115px;
    height: 60px;
    line-height: 60px;
    margin: 19px 0;
    border-right: 1px dotted #E0E0E0;
    text-align: center
}

.tm-rate .rate-theme-list {
    float: left;
    height: 36px;
    padding: 36px 0 0 30px
}

.rate-theme,
.rate-theme h5,
.rate-theme ol {
    display: inline-block;
    vertical-align: middle
}

.tm-rate .rate-theme-0 {
    margin-right: 40px
}

.rate-theme h5 {
    font-weight: 400
}

.rate-theme ol {
    width: 200px;
    border: 1px solid #DA485A;
    border-radius: 2px;
    line-height: 15px;
    height: 15px;
    text-align: center
}

.rate-theme li {
    position: relative;
    float: left;
    height: 15px;
    cursor: default;
    margin: 0
}

.rate-theme li span {
    position: absolute;
    top: -22px;
    left: -50%;
    color: #999;
    white-space: nowrap;
    z-index: 2
}

.rate-theme li s {
    position: absolute;
    top: -4px;
    width: 7px;
    height: 4px;
    background: url(//img.alicdn.com/tps/i2/T1rV7cXoxeXXbiw8na-7-34.png) no-repeat;
    overflow: hidden;
    z-index: 2
}

.rate-theme .theme-opt-0 {
    background: url(//img.alicdn.com/tps/i2/T1rV7cXoxeXXbiw8na-7-34.png) 0 -19px repeat-x;
    color: #fff;
    font-weight: 700
}

.rate-theme .theme-opt-0 span {
    color: #D33347
}

.rate-theme .theme-opt-1 {
    background: url(//img.alicdn.com/tps/i2/T1rV7cXoxeXXbiw8na-7-34.png) 0 -4px repeat-x
}

.rate-theme .theme-field {
    width: 100%;
    height: 98px;
    position: absolute;
    top: -40px;
    filter: alpha(opacity=1);
    -moz-opacity: .01;
    -khtml-opacity: .01;
    opacity: .01;
    z-index: 2;
    cursor: pointer
}

.rate-theme .theme-field .upf {
    height: 39px;
    background: #eedbdd
}

.rate-theme .theme-field .downf {
    height: 41px;
    background: #eedbdd
}

.rate-theme .theme-field .middlef {
    height: 17px
}

.rate-theme .addcolor .middlef {
    background: #eedbdd
}

.rate-theme .theme-field-1 {
    right: 0
}

.rate-theme .theme-field-2,
.rate-theme .theme-field-3 {
    left: 0
}

.rate-theme .hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.rate-theme .select div.stag {
    height: 6px;
    background: #e9c6ca
}

.rate-theme .hover div.stag {
    display: block
}

.rate-theme div.stag {
    display: none
}

.rate-w790 .rate-graph {
    padding-left: 105px
}

.rate-w790 .rate-tag-box {
    width: 670px
}

.rate-w790 .rate-tag-list {
    width: 590px
}

.rate-w990 .rate-graph {
    padding-left: 160px
}

.rate-w990 .rate-tag-box {
    width: 850px
}

.rate-w990 .rate-tag-list {
    width: 770px
}

.tm-m-photos,
.tm-m-photos-thumb {
    zoom: 1
}

.tm-m-photos-thumb {
    margin: 10px 0;
    list-style-type: none;
    height: 40px
}

.tm-m-photos-thumb .tm-current {
    border: 2px solid #f23d6a;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: auto
}

.tm-m-photos-thumb li {
    float: left;
    border: 2px solid #f2f2f2;
    padding: 2px;
    margin-right: 8px;
    position: relative;
    transition: border-color .2s ease-out
}

.tm-m-photos-thumb img {
    display: block;
    width: 40px;
    height: 40px;
    cursor: url(//img.alicdn.com/tps/i1/T1nTBDFCRbXXbzTk_b-25-20.png), url(//assets.alicdn.com/img/common/zoom_in.cur), auto
}

.tm-m-photo-viewer,
.tm-m-photo-viewer img,
.tm-m-photos-thumb .tm-current img {
    cursor: url(//img.alicdn.com/tps/i1/T1oq4AFupvXXcu5FDa-20-20.png), url(//assets.alicdn.com/img/common/zoom_out.cur), auto
}

.tm-current .tm-photos-arrow {
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: -12px
}

.tm-photos-arrow {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 6px dashed transparent;
    border-top: 6px solid #f23d6a;
    position: absolute;
    left: 15px;
    filter: alpha(opacity=0);
    opacity: 0;
    bottom: -8px;
    background: 0 0
}

.tm-m-photo-viewer {
    position: relative;
    margin: 10px 0;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px;
    float: left;
    overflow: hidden
}

.tm-m-photo-viewer-navleft,
.tm-m-photo-viewer-navright {
    bottom: 0;
    background: url(//assets.alicdn.com/s.gif);
    position: absolute
}

.tm-m-photo-viewer img {
    position: absolute;
    vertical-align: middle
}

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

.tm-m-photo-viewer-navicon {
    display: none;
    font-family: iconfont;
    font-size: 40px;
    font-style: normal;
    color: #C40000;
    cursor: pointer
}

.tm-m-photo-viewer-navleft {
    top: 0;
    left: 0;
    width: 10px;
    cursor: pointer
}

.tm-m-photo-viewer-navleft .tm-m-photo-viewer-navicon {
    position: absolute;
    top: 50%;
    left: 8px
}

.tm-m-photo-viewer-navright {
    top: 0;
    right: 0;
    width: 40px;
    cursor: pointer
}

.tm-m-photo-viewer-navright .tm-m-photo-viewer-navicon {
    position: absolute;
    top: 50%;
    right: 8px
}

.container .product .spic li {
    position: relative;
    float: left;
    width: 56px;
    height: 56px;
    padding: 6px 6px 0 0;
}

.container .product .spic img {
    width: 56px;
    height: 56px;
}

.container .product .spic li b {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54px;
    height: 54px;
    border: 1px #f8c solid;
}

.container .product .spic li.cu b {
    display: block
}

.liketxt.active {
    color: #ff464e
}


/** layui-v2.4.5 MIT License By https://www.layui.com */

.layui-inline,
img {
    display: inline-block;
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

.layui-edge,
.layui-header,
.layui-inline,
.layui-main {
    position: relative
}

.layui-elip,
.layui-form-checkbox span,
.layui-form-pane .layui-form-label {
    text-overflow: ellipsis;
    white-space: nowrap
}

.layui-btn,
.layui-edge,
.layui-inline,
img {
    vertical-align: middle
}

.layui-btn,
.layui-disabled,
.layui-icon,
.layui-unselect {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
    outline: 0
}

img {
    border: none
}

li {
    list-style: none
}

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

h4,
h5,
h6 {
    font-size: 100%
}

button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #777
}

a cite {
    font-style: normal;
    *cursor: pointer
}

.layui-border-box,
.layui-border-box * {
    box-sizing: border-box
}

.layui-box,
.layui-box * {
    box-sizing: content-box
}

.layui-clear {
    clear: both;
    *zoom: 1
}

.layui-clear:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0
}

.layui-inline {
    *display: inline;
    *zoom: 1
}

.layui-edge {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden
}

.layui-edge-top {
    top: -4px;
    border-bottom-color: #999;
    border-bottom-style: solid
}

.layui-edge-right {
    border-left-color: #999;
    border-left-style: solid
}

.layui-edge-bottom {
    top: 2px;
    border-top-color: #999;
    border-top-style: solid
}

.layui-edge-left {
    border-right-color: #999;
    border-right-style: solid
}

.layui-elip {
    overflow: hidden
}

.layui-disabled,
.layui-disabled:hover {
    color: #d2d2d2!important;
    cursor: not-allowed!important
}

.layui-circle {
    border-radius: 100%
}

.layui-show {
    display: block!important
}

.layui-hide {
    display: none!important
}

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

.layui-icon {
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.layui-icon-reply-fill:before {
    content: "\e611"
}

.layui-icon-set-fill:before {
    content: "\e614"
}

.layui-icon-menu-fill:before {
    content: "\e60f"
}

.layui-icon-search:before {
    content: "\e615"
}

.layui-icon-share:before {
    content: "\e641"
}

.layui-icon-set-sm:before {
    content: "\e620"
}

.layui-icon-engine:before {
    content: "\e628"
}

.layui-icon-close:before {
    content: "\1006"
}

.layui-icon-close-fill:before {
    content: "\1007"
}

.layui-icon-chart-screen:before {
    content: "\e629"
}

.layui-icon-star:before {
    content: "\e600"
}

.layui-icon-circle-dot:before {
    content: "\e617"
}

.layui-icon-chat:before {
    content: "\e606"
}

.layui-icon-release:before {
    content: "\e609"
}

.layui-icon-list:before {
    content: "\e60a"
}

.layui-icon-chart:before {
    content: "\e62c"
}

.layui-icon-ok-circle:before {
    content: "\1005"
}

.layui-icon-layim-theme:before {
    content: "\e61b"
}

.layui-icon-table:before {
    content: "\e62d"
}

.layui-icon-right:before {
    content: "\e602"
}

.layui-icon-left:before {
    content: "\e603"
}

.layui-icon-cart-simple:before {
    content: "\e698"
}

.layui-icon-face-cry:before {
    content: "\e69c"
}

.layui-icon-face-smile:before {
    content: "\e6af"
}

.layui-icon-survey:before {
    content: "\e6b2"
}

.layui-icon-tree:before {
    content: "\e62e"
}

.layui-icon-upload-circle:before {
    content: "\e62f"
}

.layui-icon-add-circle:before {
    content: "\e61f"
}

.layui-icon-download-circle:before {
    content: "\e601"
}

.layui-icon-templeate-1:before {
    content: "\e630"
}

.layui-icon-util:before {
    content: "\e631"
}

.layui-icon-face-surprised:before {
    content: "\e664"
}

.layui-icon-edit:before {
    content: "\e642"
}

.layui-icon-speaker:before {
    content: "\e645"
}

.layui-icon-down:before {
    content: "\e61a"
}

.layui-icon-file:before {
    content: "\e621"
}

.layui-icon-layouts:before {
    content: "\e632"
}

.layui-icon-rate-half:before {
    content: "\e6c9"
}

.layui-icon-add-circle-fine:before {
    content: "\e608"
}

.layui-icon-prev-circle:before {
    content: "\e633"
}

.layui-icon-read:before {
    content: "\e705"
}

.layui-icon-404:before {
    content: "\e61c"
}

.layui-icon-carousel:before {
    content: "\e634"
}

.layui-icon-help:before {
    content: "\e607"
}

.layui-icon-code-circle:before {
    content: "\e635"
}

.layui-icon-water:before {
    content: "\e636"
}

.layui-icon-username:before {
    content: "\e66f"
}

.layui-icon-find-fill:before {
    content: "\e670"
}

.layui-icon-about:before {
    content: "\e60b"
}

.layui-icon-location:before {
    content: "\e715"
}

.layui-icon-up:before {
    content: "\e619"
}

.layui-icon-pause:before {
    content: "\e651"
}

.layui-icon-date:before {
    content: "\e637"
}

.layui-icon-layim-uploadfile:before {
    content: "\e61d"
}

.layui-icon-delete:before {
    content: "\e640"
}

.layui-icon-play:before {
    content: "\e652"
}

.layui-icon-top:before {
    content: "\e604"
}

.layui-icon-friends:before {
    content: "\e612"
}

.layui-icon-refresh-3:before {
    content: "\e9aa"
}

.layui-icon-ok:before {
    content: "\e605"
}

.layui-icon-layer:before {
    content: "\e638"
}

.layui-icon-face-smile-fine:before {
    content: "\e60c"
}

.layui-icon-dollar:before {
    content: "\e659"
}

.layui-icon-group:before {
    content: "\e613"
}

.layui-icon-layim-download:before {
    content: "\e61e"
}

.layui-icon-picture-fine:before {
    content: "\e60d"
}

.layui-icon-link:before {
    content: "\e64c"
}

.layui-icon-diamond:before {
    content: "\e735"
}

.layui-icon-log:before {
    content: "\e60e"
}

.layui-icon-rate-solid:before {
    content: "\e67a"
}

.layui-icon-fonts-del:before {
    content: "\e64f"
}

.layui-icon-unlink:before {
    content: "\e64d"
}

.layui-icon-fonts-clear:before {
    content: "\e639"
}

.layui-icon-triangle-r:before {
    content: "\e623"
}

.layui-icon-circle:before {
    content: "\e63f"
}

.layui-icon-radio:before {
    content: "\e643"
}

.layui-icon-align-center:before {
    content: "\e647"
}

.layui-icon-align-right:before {
    content: "\e648"
}

.layui-icon-align-left:before {
    content: "\e649"
}

.layui-icon-loading-1:before {
    content: "\e63e"
}

.layui-icon-return:before {
    content: "\e65c"
}

.layui-icon-fonts-strong:before {
    content: "\e62b"
}

.layui-icon-upload:before {
    content: "\e67c"
}

.layui-icon-dialogue:before {
    content: "\e63a"
}

.layui-icon-video:before {
    content: "\e6ed"
}

.layui-icon-headset:before {
    content: "\e6fc"
}

.layui-icon-cellphone-fine:before {
    content: "\e63b"
}

.layui-icon-add-1:before {
    content: "\e654"
}

.layui-icon-face-smile-b:before {
    content: "\e650"
}

.layui-icon-fonts-html:before {
    content: "\e64b"
}

.layui-icon-form:before {
    content: "\e63c"
}

.layui-icon-cart:before {
    content: "\e657"
}

.layui-icon-camera-fill:before {
    content: "\e65d"
}

.layui-icon-tabs:before {
    content: "\e62a"
}

.layui-icon-fonts-code:before {
    content: "\e64e"
}

.layui-icon-fire:before {
    content: "\e756"
}

.layui-icon-set:before {
    content: "\e716"
}

.layui-icon-fonts-u:before {
    content: "\e646"
}

.layui-icon-triangle-d:before {
    content: "\e625"
}

.layui-icon-tips:before {
    content: "\e702"
}

.layui-icon-picture:before {
    content: "\e64a"
}

.layui-icon-more-vertical:before {
    content: "\e671"
}

.layui-icon-flag:before {
    content: "\e66c"
}

.layui-icon-loading:before {
    content: "\e63d"
}

.layui-icon-fonts-i:before {
    content: "\e644"
}

.layui-icon-refresh-1:before {
    content: "\e666"
}

.layui-icon-rmb:before {
    content: "\e65e"
}

.layui-icon-home:before {
    content: "\e68e"
}

.layui-icon-user:before {
    content: "\e770"
}

.layui-icon-notice:before {
    content: "\e667"
}

.layui-icon-login-weibo:before {
    content: "\e675"
}

.layui-icon-voice:before {
    content: "\e688"
}

.layui-icon-upload-drag:before {
    content: "\e681"
}

.layui-icon-login-qq:before {
    content: "\e676"
}

.layui-icon-snowflake:before {
    content: "\e6b1"
}

.layui-icon-file-b:before {
    content: "\e655"
}

.layui-icon-template:before {
    content: "\e663"
}

.layui-icon-auz:before {
    content: "\e672"
}

.layui-icon-console:before {
    content: "\e665"
}

.layui-icon-app:before {
    content: "\e653"
}

.layui-icon-prev:before {
    content: "\e65a"
}

.layui-icon-website:before {
    content: "\e7ae"
}

.layui-icon-next:before {
    content: "\e65b"
}

.layui-icon-component:before {
    content: "\e857"
}

.layui-icon-more:before {
    content: "\e65f"
}

.layui-icon-login-wechat:before {
    content: "\e677"
}

.layui-icon-shrink-right:before {
    content: "\e668"
}

.layui-icon-spread-left:before {
    content: "\e66b"
}

.layui-icon-camera:before {
    content: "\e660"
}

.layui-icon-note:before {
    content: "\e66e"
}

.layui-icon-refresh:before {
    content: "\e669"
}

.layui-icon-female:before {
    content: "\e661"
}

.layui-icon-male:before {
    content: "\e662"
}

.layui-icon-password:before {
    content: "\e673"
}

.layui-icon-senior:before {
    content: "\e674"
}

.layui-icon-theme:before {
    content: "\e66a"
}

.layui-icon-tread:before {
    content: "\e6c5"
}

.layui-icon-praise:before {
    content: "\e6c6"
}

.layui-icon-star-fill:before {
    content: "\e658"
}

.layui-icon-rate:before {
    content: "\e67b"
}

.layui-icon-template-1:before {
    content: "\e656"
}

.layui-icon-vercode:before {
    content: "\e679"
}

.layui-icon-cellphone:before {
    content: "\e678"
}

.layui-icon-screen-full:before {
    content: "\e622"
}

.layui-icon-screen-restore:before {
    content: "\e758"
}

.layui-icon-cols:before {
    content: "\e610"
}

.layui-icon-export:before {
    content: "\e67d"
}

.layui-icon-print:before {
    content: "\e66d"
}

.layui-icon-slider:before {
    content: "\e714"
}

.layui-main {
    width: 1140px;
    margin: 0 auto
}

.layui-header {
    z-index: 1000;
    height: 60px
}

.layui-header a:hover {
    transition: all .5s;
    -webkit-transition: all .5s
}

.layui-side {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 200px;
    overflow-x: hidden
}

.layui-side-scroll {
    position: relative;
    width: 220px;
    height: 100%;
    overflow-x: hidden
}

.layui-body {
    position: absolute;
    left: 200px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.layui-layout-body {
    overflow: hidden
}

.layui-layout-admin .layui-header {
    background-color: #23262E
}

.layui-layout-admin .layui-side {
    top: 60px;
    width: 200px;
    overflow-x: hidden
}

.layui-layout-admin .layui-body {
    top: 60px;
    bottom: 44px
}

.layui-layout-admin .layui-main {
    width: auto;
    margin: 0 15px
}

.layui-layout-admin .layui-footer {
    position: fixed;
    left: 200px;
    right: 0;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    background-color: #eee
}

.layui-layout-admin .layui-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    color: #009688;
    font-size: 16px
}

.layui-layout-admin .layui-header .layui-nav {
    background: 0 0
}

.layui-layout-left {
    position: absolute!important;
    left: 200px;
    top: 0
}

.layui-layout-right {
    position: absolute!important;
    right: 0;
    top: 0
}

.layui-container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.layui-fluid {
    position: relative;
    margin: 0 auto;
    padding: 0 15px
}

.layui-row:after,
.layui-row:before {
    content: '';
    display: block;
    clear: both
}

.layui-col-lg1,
.layui-col-lg10,
.layui-col-lg11,
.layui-col-lg12,
.layui-col-lg2,
.layui-col-lg3,
.layui-col-lg4,
.layui-col-lg5,
.layui-col-lg6,
.layui-col-lg7,
.layui-col-lg8,
.layui-col-lg9,
.layui-col-md1,
.layui-col-md10,
.layui-col-md11,
.layui-col-md12,
.layui-col-md2,
.layui-col-md3,
.layui-col-md4,
.layui-col-md5,
.layui-col-md6,
.layui-col-md7,
.layui-col-md8,
.layui-col-md9,
.layui-col-sm1,
.layui-col-sm10,
.layui-col-sm11,
.layui-col-sm12,
.layui-col-sm2,
.layui-col-sm3,
.layui-col-sm4,
.layui-col-sm5,
.layui-col-sm6,
.layui-col-sm7,
.layui-col-sm8,
.layui-col-sm9,
.layui-col-xs1,
.layui-col-xs10,
.layui-col-xs11,
.layui-col-xs12,
.layui-col-xs2,
.layui-col-xs3,
.layui-col-xs4,
.layui-col-xs5,
.layui-col-xs6,
.layui-col-xs7,
.layui-col-xs8,
.layui-col-xs9 {
    position: relative;
    display: block;
    box-sizing: border-box
}

.layui-col-xs1,
.layui-col-xs10,
.layui-col-xs11,
.layui-col-xs12,
.layui-col-xs2,
.layui-col-xs3,
.layui-col-xs4,
.layui-col-xs5,
.layui-col-xs6,
.layui-col-xs7,
.layui-col-xs8,
.layui-col-xs9 {
    float: left
}

.layui-col-xs1 {
    width: 8.33333333%
}

.layui-col-xs2 {
    width: 16.66666667%
}

.layui-col-xs3 {
    width: 25%
}

.layui-col-xs4 {
    width: 33.33333333%
}

.layui-col-xs5 {
    width: 41.66666667%
}

.layui-col-xs6 {
    width: 50%
}

.layui-col-xs7 {
    width: 58.33333333%
}

.layui-col-xs8 {
    width: 66.66666667%
}

.layui-col-xs9 {
    width: 75%
}

.layui-col-xs10 {
    width: 83.33333333%
}

.layui-col-xs11 {
    width: 91.66666667%
}

.layui-col-xs12 {
    width: 100%
}

.layui-col-xs-offset1 {
    margin-left: 8.33333333%
}

.layui-col-xs-offset2 {
    margin-left: 16.66666667%
}

.layui-col-xs-offset3 {
    margin-left: 25%
}

.layui-col-xs-offset4 {
    margin-left: 33.33333333%
}

.layui-col-xs-offset5 {
    margin-left: 41.66666667%
}

.layui-col-xs-offset6 {
    margin-left: 50%
}

.layui-col-xs-offset7 {
    margin-left: 58.33333333%
}

.layui-col-xs-offset8 {
    margin-left: 66.66666667%
}

.layui-col-xs-offset9 {
    margin-left: 75%
}

.layui-col-xs-offset10 {
    margin-left: 83.33333333%
}

.layui-col-xs-offset11 {
    margin-left: 91.66666667%
}

.layui-col-xs-offset12 {
    margin-left: 100%
}

@media screen and (max-width:768px) {
    .layui-hide-xs {
        display: none!important
    }
    .layui-show-xs-block {
        display: block!important
    }
    .layui-show-xs-inline {
        display: inline!important
    }
    .layui-show-xs-inline-block {
        display: inline-block!important
    }
}

@media screen and (min-width:768px) {
    .layui-container {
        width: 750px
    }
    .layui-hide-sm {
        display: none!important
    }
    .layui-show-sm-block {
        display: block!important
    }
    .layui-show-sm-inline {
        display: inline!important
    }
    .layui-show-sm-inline-block {
        display: inline-block!important
    }
    .layui-col-sm1,
    .layui-col-sm10,
    .layui-col-sm11,
    .layui-col-sm12,
    .layui-col-sm2,
    .layui-col-sm3,
    .layui-col-sm4,
    .layui-col-sm5,
    .layui-col-sm6,
    .layui-col-sm7,
    .layui-col-sm8,
    .layui-col-sm9 {
        float: left
    }
    .layui-col-sm1 {
        width: 8.33333333%
    }
    .layui-col-sm2 {
        width: 16.66666667%
    }
    .layui-col-sm3 {
        width: 25%
    }
    .layui-col-sm4 {
        width: 33.33333333%
    }
    .layui-col-sm5 {
        width: 41.66666667%
    }
    .layui-col-sm6 {
        width: 50%
    }
    .layui-col-sm7 {
        width: 58.33333333%
    }
    .layui-col-sm8 {
        width: 66.66666667%
    }
    .layui-col-sm9 {
        width: 75%
    }
    .layui-col-sm10 {
        width: 83.33333333%
    }
    .layui-col-sm11 {
        width: 91.66666667%
    }
    .layui-col-sm12 {
        width: 100%
    }
    .layui-col-sm-offset1 {
        margin-left: 8.33333333%
    }
    .layui-col-sm-offset2 {
        margin-left: 16.66666667%
    }
    .layui-col-sm-offset3 {
        margin-left: 25%
    }
    .layui-col-sm-offset4 {
        margin-left: 33.33333333%
    }
    .layui-col-sm-offset5 {
        margin-left: 41.66666667%
    }
    .layui-col-sm-offset6 {
        margin-left: 50%
    }
    .layui-col-sm-offset7 {
        margin-left: 58.33333333%
    }
    .layui-col-sm-offset8 {
        margin-left: 66.66666667%
    }
    .layui-col-sm-offset9 {
        margin-left: 75%
    }
    .layui-col-sm-offset10 {
        margin-left: 83.33333333%
    }
    .layui-col-sm-offset11 {
        margin-left: 91.66666667%
    }
    .layui-col-sm-offset12 {
        margin-left: 100%
    }
}

@media screen and (min-width:992px) {
    .layui-container {
        width: 970px
    }
    .layui-hide-md {
        display: none!important
    }
    .layui-show-md-block {
        display: block!important
    }
    .layui-show-md-inline {
        display: inline!important
    }
    .layui-show-md-inline-block {
        display: inline-block!important
    }
    .layui-col-md1,
    .layui-col-md10,
    .layui-col-md11,
    .layui-col-md12,
    .layui-col-md2,
    .layui-col-md3,
    .layui-col-md4,
    .layui-col-md5,
    .layui-col-md6,
    .layui-col-md7,
    .layui-col-md8,
    .layui-col-md9 {
        float: left
    }
    .layui-col-md1 {
        width: 8.33333333%
    }
    .layui-col-md2 {
        width: 16.66666667%
    }
    .layui-col-md3 {
        width: 25%
    }
    .layui-col-md4 {
        width: 33.33333333%
    }
    .layui-col-md5 {
        width: 41.66666667%
    }
    .layui-col-md6 {
        width: 50%
    }
    .layui-col-md7 {
        width: 58.33333333%
    }
    .layui-col-md8 {
        width: 66.66666667%
    }
    .layui-col-md9 {
        width: 75%
    }
    .layui-col-md10 {
        width: 83.33333333%
    }
    .layui-col-md11 {
        width: 91.66666667%
    }
    .layui-col-md12 {
        width: 100%
    }
    .layui-col-md-offset1 {
        margin-left: 8.33333333%
    }
    .layui-col-md-offset2 {
        margin-left: 16.66666667%
    }
    .layui-col-md-offset3 {
        margin-left: 25%
    }
    .layui-col-md-offset4 {
        margin-left: 33.33333333%
    }
    .layui-col-md-offset5 {
        margin-left: 41.66666667%
    }
    .layui-col-md-offset6 {
        margin-left: 50%
    }
    .layui-col-md-offset7 {
        margin-left: 58.33333333%
    }
    .layui-col-md-offset8 {
        margin-left: 66.66666667%
    }
    .layui-col-md-offset9 {
        margin-left: 75%
    }
    .layui-col-md-offset10 {
        margin-left: 83.33333333%
    }
    .layui-col-md-offset11 {
        margin-left: 91.66666667%
    }
    .layui-col-md-offset12 {
        margin-left: 100%
    }
}

@media screen and (min-width:1200px) {
    .layui-container {
        width: 1170px
    }
    .layui-hide-lg {
        display: none!important
    }
    .layui-show-lg-block {
        display: block!important
    }
    .layui-show-lg-inline {
        display: inline!important
    }
    .layui-show-lg-inline-block {
        display: inline-block!important
    }
    .layui-col-lg1,
    .layui-col-lg10,
    .layui-col-lg11,
    .layui-col-lg12,
    .layui-col-lg2,
    .layui-col-lg3,
    .layui-col-lg4,
    .layui-col-lg5,
    .layui-col-lg6,
    .layui-col-lg7,
    .layui-col-lg8,
    .layui-col-lg9 {
        float: left
    }
    .layui-col-lg1 {
        width: 8.33333333%
    }
    .layui-col-lg2 {
        width: 16.66666667%
    }
    .layui-col-lg3 {
        width: 25%
    }
    .layui-col-lg4 {
        width: 33.33333333%
    }
    .layui-col-lg5 {
        width: 41.66666667%
    }
    .layui-col-lg6 {
        width: 50%
    }
    .layui-col-lg7 {
        width: 58.33333333%
    }
    .layui-col-lg8 {
        width: 66.66666667%
    }
    .layui-col-lg9 {
        width: 75%
    }
    .layui-col-lg10 {
        width: 83.33333333%
    }
    .layui-col-lg11 {
        width: 91.66666667%
    }
    .layui-col-lg12 {
        width: 100%
    }
    .layui-col-lg-offset1 {
        margin-left: 8.33333333%
    }
    .layui-col-lg-offset2 {
        margin-left: 16.66666667%
    }
    .layui-col-lg-offset3 {
        margin-left: 25%
    }
    .layui-col-lg-offset4 {
        margin-left: 33.33333333%
    }
    .layui-col-lg-offset5 {
        margin-left: 41.66666667%
    }
    .layui-col-lg-offset6 {
        margin-left: 50%
    }
    .layui-col-lg-offset7 {
        margin-left: 58.33333333%
    }
    .layui-col-lg-offset8 {
        margin-left: 66.66666667%
    }
    .layui-col-lg-offset9 {
        margin-left: 75%
    }
    .layui-col-lg-offset10 {
        margin-left: 83.33333333%
    }
    .layui-col-lg-offset11 {
        margin-left: 91.66666667%
    }
    .layui-col-lg-offset12 {
        margin-left: 100%
    }
}

.layui-col-space1 {
    margin: -.5px
}

.layui-col-space1>* {
    padding: .5px
}

.layui-col-space3 {
    margin: -1.5px
}

.layui-col-space3>* {
    padding: 1.5px
}

.layui-col-space5 {
    margin: -2.5px
}

.layui-col-space5>* {
    padding: 2.5px
}

.layui-col-space8 {
    margin: -3.5px
}

.layui-col-space8>* {
    padding: 3.5px
}

.layui-col-space10 {
    margin: -5px
}

.layui-col-space10>* {
    padding: 5px
}

.layui-col-space12 {
    margin: -6px
}

.layui-col-space12>* {
    padding: 6px
}

.layui-col-space15 {
    margin: -7.5px
}

.layui-col-space15>* {
    padding: 7.5px
}

.layui-col-space18 {
    margin: -9px
}

.layui-col-space18>* {
    padding: 9px
}

.layui-col-space20 {
    margin: -10px
}

.layui-col-space20>* {
    padding: 10px
}

.layui-col-space22 {
    margin: -11px
}

.layui-col-space22>* {
    padding: 11px
}

.layui-col-space25 {
    margin: -12.5px
}

.layui-col-space25>* {
    padding: 12.5px
}

.layui-col-space30 {
    margin: -15px
}

.layui-col-space30>* {
    padding: 15px
}

.layui-btn,
.layui-input,
.layui-select,
.layui-textarea,
.layui-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box
}

.layui-elem-quote {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #009688;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2
}

.layui-quote-nm {
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    background: 0 0
}

.layui-elem-field {
    margin-bottom: 10px;
    padding: 0;
    border-width: 1px;
    border-style: solid
}

.layui-elem-field legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 300
}

.layui-field-title {
    margin: 10px 0 20px;
    border-width: 1px 0 0
}

.layui-field-box {
    padding: 10px 15px
}

.layui-field-title .layui-field-box {
    padding: 10px 0
}

.layui-progress {
    position: relative;
    height: 6px;
    border-radius: 20px;
    background-color: #e2e2e2
}

.layui-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    max-width: 100%;
    height: 6px;
    border-radius: 20px;
    text-align: right;
    background-color: #5FB878;
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-progress-big,
.layui-progress-big .layui-progress-bar {
    height: 18px;
    line-height: 18px
}

.layui-progress-text {
    position: relative;
    top: -20px;
    line-height: 18px;
    font-size: 12px;
    color: #666
}

.layui-progress-big .layui-progress-text {
    position: static;
    padding: 0 10px;
    color: #fff
}

.layui-collapse {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px
}

.layui-colla-content,
.layui-colla-item {
    border-top-width: 1px;
    border-top-style: solid
}

.layui-colla-item:first-child {
    border-top: none
}

.layui-colla-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 35px;
    color: #333;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden
}

.layui-colla-content {
    display: none;
    padding: 10px 15px;
    line-height: 22px;
    color: #666
}

.layui-colla-icon {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 14px
}

.layui-card {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.layui-card:last-child {
    margin-bottom: 0
}

.layui-card-header {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px
}

.layui-bg-black,
.layui-bg-blue,
.layui-bg-cyan,
.layui-bg-green,
.layui-bg-orange,
.layui-bg-red {
    color: #fff!important
}

.layui-card-body {
    position: relative;
    padding: 10px 15px;
    line-height: 24px
}

.layui-card-body[pad15] {
    padding: 15px
}

.layui-card-body[pad20] {
    padding: 20px
}

.layui-card-body .layui-table {
    margin: 5px 0
}

.layui-card .layui-tab {
    margin: 0
}

.layui-panel-window {
    position: relative;
    padding: 15px;
    border-radius: 0;
    border-top: 5px solid #E6E6E6;
    background-color: #fff
}

.layui-auxiliar-moving {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    z-index: 9999999999
}

.layui-form-label,
.layui-form-mid,
.layui-form-select,
.layui-input-block,
.layui-input-inline,
.layui-textarea {
    position: relative
}

.layui-bg-red {
    background-color: #FF5722!important
}

.layui-bg-orange {
    background-color: #FFB800!important
}

.layui-bg-green {
    background-color: #009688!important
}

.layui-bg-cyan {
    background-color: #2F4056!important
}

.layui-bg-blue {
    background-color: #1E9FFF!important
}

.layui-bg-black {
    background-color: #393D49!important
}

.layui-bg-gray {
    background-color: #eee!important;
    color: #666!important
}

.layui-badge-rim,
.layui-colla-content,
.layui-colla-item,
.layui-collapse,
.layui-elem-field,
.layui-form-pane .layui-form-item[pane],
.layui-form-pane .layui-form-label,
.layui-input,
.layui-layedit,
.layui-layedit-tool,
.layui-quote-nm,
.layui-select,
.layui-tab-bar,
.layui-tab-card,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-textarea {
    border-color: #e6e6e6
}

.layui-timeline-item:before,
hr {
    background-color: #e6e6e6
}

.layui-text {
    line-height: 22px;
    font-size: 14px;
    color: #666
}

.layui-text h1,
.layui-text h2,
.layui-text h3 {
    font-weight: 500;
    color: #333
}

.layui-text h1 {
    font-size: 30px
}

.layui-text h2 {
    font-size: 24px
}

.layui-text h3 {
    font-size: 18px
}

.layui-text a:not(.layui-btn) {
    color: #01AAED
}

.layui-text a:not(.layui-btn):hover {
    text-decoration: underline
}

.layui-text ul {
    padding: 5px 0 5px 15px
}

.layui-text ul li {
    margin-top: 5px;
    list-style-type: disc
}

.layui-text em,
.layui-word-aux {
    color: #999!important;
    padding: 0 5px!important
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.layui-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.layui-btn:active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.layui-btn+.layui-btn {
    margin-left: 10px
}

.layui-btn-container {
    font-size: 0
}

.layui-btn-container .layui-btn {
    margin-right: 10px;
    margin-bottom: 10px
}

.layui-btn-container .layui-btn+.layui-btn {
    margin-left: 0
}

.layui-table .layui-btn-container .layui-btn {
    margin-bottom: 9px
}

.layui-btn-radius {
    border-radius: 100px
}

.layui-btn .layui-icon {
    margin-right: 3px;
    font-size: 18px;
    vertical-align: bottom;
    vertical-align: middle\9
}

.layui-btn-primary {
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555
}

.layui-btn-primary:hover {
    border-color: #009688;
    color: #333
}

.layui-btn-normal {
    background-color: #1E9FFF
}

.layui-btn-warm {
    background-color: #FFB800
}

.layui-btn-danger {
    background-color: #FF5722
}

.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1
}

.layui-btn-lg {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px
}

.layui-btn-sm {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px
}

.layui-btn-sm i {
    font-size: 16px!important
}

.layui-btn-xs {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px
}

.layui-btn-xs i {
    font-size: 14px!important
}

.layui-btn-group {
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.layui-btn-group .layui-btn {
    margin-left: 0!important;
    margin-right: 0!important;
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-radius: 0
}

.layui-btn-group .layui-btn-primary {
    border-left: none
}

.layui-btn-group .layui-btn-primary:hover {
    border-color: #C9C9C9;
    color: #009688
}

.layui-btn-group .layui-btn:first-child {
    border-left: none;
    border-radius: 2px 0 0 2px
}

.layui-btn-group .layui-btn-primary:first-child {
    border-left: 1px solid #c9c9c9
}

.layui-btn-group .layui-btn:last-child {
    border-radius: 0 2px 2px 0
}

.layui-btn-group .layui-btn+.layui-btn {
    margin-left: 0
}

.layui-btn-group+.layui-btn-group {
    margin-left: 10px
}

.layui-btn-fluid {
    width: 100%
}

.layui-input,
.layui-select,
.layui-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px
}

.layui-input::-webkit-input-placeholder,
.layui-select::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
    line-height: 1.3
}

.layui-input,
.layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px
}

.layui-input:hover,
.layui-textarea:hover {
    border-color: #D2D2D2!important
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #C9C9C9!important
}

.layui-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical
}

.layui-select {
    padding: 0 10px
}

.layui-form input[type=checkbox],
.layui-form input[type=radio],
.layui-form select {
    display: none
}

.layui-form [lay-ignore] {
    display: initial
}

.layui-form-item {
    margin-bottom: 15px;
    clear: both;
    *zoom: 1
}

.layui-form-item:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0
}

.layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right
}

.layui-form-label-col {
    display: block;
    float: none;
    padding: 9px 0;
    line-height: 20px;
    text-align: left
}

.layui-form-item .layui-inline {
    margin-bottom: 5px;
    margin-right: 10px
}

.layui-input-block {
    margin-left: 110px;
    min-height: 36px
}

.layui-input-inline {
    display: inline-block;
    vertical-align: middle
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 190px;
    margin-right: 10px
}

.layui-form-text .layui-input-inline {
    width: auto
}

.layui-form-mid {
    float: left;
    display: block;
    padding: 9px 0!important;
    line-height: 20px;
    margin-right: 10px
}

.layui-form-danger+.layui-form-select .layui-input,
.layui-form-danger:focus {
    border-color: #FF5722!important
}

.layui-form-select .layui-input {
    padding-right: 30px;
    cursor: pointer
}

.layui-form-select .layui-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-form-select dl {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 899;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.layui-form-select dl dt {
    font-size: 12px;
    color: #999
}

.layui-form-select dl dd {
    cursor: pointer
}

.layui-form-select dl dd:hover {
    background-color: #f2f2f2;
    -webkit-transition: .5s all;
    transition: .5s all
}

.layui-form-select .layui-select-group dd {
    padding-left: 20px
}

.layui-form-select dl dd.layui-select-tips {
    padding-left: 10px!important;
    color: #999
}

.layui-form-select dl dd.layui-this {
    background-color: #5FB878;
    color: #fff
}

.layui-form-checkbox,
.layui-form-select dl dd.layui-disabled {
    background-color: #fff
}

.layui-form-selected dl {
    display: block
}

.layui-form-checkbox,
.layui-form-checkbox *,
.layui-form-switch {
    display: inline-block;
    vertical-align: middle
}

.layui-form-selected .layui-edge {
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px\9
}

:root .layui-form-selected .layui-edge {
    margin-top: -9px\0/IE9
}

.layui-form-selectup dl {
    top: auto;
    bottom: 42px
}

.layui-select-none {
    margin: 5px 0;
    text-align: center;
    color: #999
}

.layui-select-disabled .layui-disabled {
    border-color: #eee!important
}

.layui-select-disabled .layui-edge {
    border-top-color: #d2d2d2
}

.layui-form-checkbox {
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 30px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    box-sizing: border-box
}

.layui-form-checkbox span {
    padding: 0 10px;
    height: 100%;
    font-size: 14px;
    border-radius: 2px 0 0 2px;
    background-color: #d2d2d2;
    color: #fff;
    overflow: hidden
}

.layui-form-checkbox:hover span {
    background-color: #c2c2c2
}

.layui-form-checkbox i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 28px;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 20px;
    text-align: center
}

.layui-form-checkbox:hover i {
    border-color: #c2c2c2;
    color: #c2c2c2
}

.layui-form-checked,
.layui-form-checked:hover {
    border-color: #5FB878
}

.layui-form-checked span,
.layui-form-checked:hover span {
    background-color: #5FB878
}

.layui-form-checked i,
.layui-form-checked:hover i {
    color: #5FB878
}

.layui-form-item .layui-form-checkbox {
    margin-top: 4px
}

.layui-form-checkbox[lay-skin=primary] {
    height: auto!important;
    line-height: normal!important;
    min-width: 18px;
    min-height: 18px;
    border: none!important;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 0;
    background: 0 0
}

.layui-form-checkbox[lay-skin=primary] span {
    padding-left: 0;
    padding-right: 15px;
    line-height: 18px;
    background: 0 0;
    color: #666
}

.layui-form-checkbox[lay-skin=primary] i {
    right: auto;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #5FB878;
    color: #fff
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #5FB878;
    background-color: #5FB878;
    color: #fff
}

.layui-checkbox-disbaled[lay-skin=primary] span {
    background: 0 0!important;
    color: #c2c2c2
}

.layui-checkbox-disbaled[lay-skin=primary]:hover i {
    border-color: #d2d2d2
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 10px
}

.layui-form-switch {
    position: relative;
    height: 22px;
    line-height: 22px;
    min-width: 35px;
    padding: 0 5px;
    margin-top: 8px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.layui-form-switch i {
    position: absolute;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #d2d2d2;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.layui-form-switch em {
    position: relative;
    top: 0;
    width: 25px;
    margin-left: 21px;
    padding: 0!important;
    text-align: center!important;
    color: #999!important;
    font-style: normal!important;
    font-size: 12px
}

.layui-form-onswitch {
    border-color: #5FB878;
    background-color: #5FB878
}

.layui-checkbox-disbaled,
.layui-checkbox-disbaled i {
    border-color: #e2e2e2!important
}

.layui-form-onswitch i {
    left: 100%;
    margin-left: -21px;
    background-color: #fff
}

.layui-form-onswitch em {
    margin-left: 5px;
    margin-right: 21px;
    color: #fff!important
}

.layui-checkbox-disbaled span {
    background-color: #e2e2e2!important
}

.layui-checkbox-disbaled:hover i {
    color: #fff!important
}

[lay-radio] {
    display: none
}

.layui-form-radio,
.layui-form-radio * {
    display: inline-block;
    vertical-align: middle
}

.layui-form-radio {
    line-height: 28px;
    margin: 6px 10px 0 0;
    padding-right: 10px;
    cursor: pointer;
    font-size: 0
}

.layui-form-radio * {
    font-size: 14px
}

.layui-form-radio>i {
    margin-right: 8px;
    font-size: 22px;
    color: #c2c2c2
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #5FB878
}

.layui-radio-disbaled>i {
    color: #e2e2e2!important
}

.layui-form-pane .layui-form-label {
    width: 110px;
    padding: 8px 15px;
    height: 38px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    text-align: center;
    background-color: #FBFBFB;
    overflow: hidden;
    box-sizing: border-box
}

.layui-form-pane .layui-input-inline {
    margin-left: -1px
}

.layui-form-pane .layui-input-block {
    margin-left: 110px;
    left: -1px
}

.layui-form-pane .layui-input {
    border-radius: 0 2px 2px 0
}

.layui-form-pane .layui-form-text .layui-form-label {
    float: none;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: left
}

.layui-form-pane .layui-form-text .layui-input-inline {
    display: block;
    margin: 0;
    top: -1px;
    clear: both
}

.layui-form-pane .layui-form-text .layui-input-block {
    margin: 0;
    left: 0;
    top: -1px
}

.layui-form-pane .layui-form-text .layui-textarea {
    min-height: 100px;
    border-radius: 0 0 2px 2px
}

.layui-form-pane .layui-form-checkbox {
    margin: 4px 0 4px 10px
}

.layui-form-pane .layui-form-radio,
.layui-form-pane .layui-form-switch {
    margin-top: 6px;
    margin-left: 10px
}

.layui-form-pane .layui-form-item[pane] {
    position: relative;
    border-width: 1px;
    border-style: solid
}

.layui-form-pane .layui-form-item[pane] .layui-form-label {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-width: 0 1px 0 0
}

.layui-form-pane .layui-form-item[pane] .layui-input-inline {
    margin-left: 110px
}

@media screen and (max-width:450px) {
    .layui-form-item .layui-form-label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
    .layui-form-item .layui-inline {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        clear: both
    }
    .layui-form-item .layui-inline:after {
        content: '\20';
        clear: both;
        display: block;
        height: 0
    }
    .layui-form-item .layui-input-inline {
        display: block;
        float: none;
        left: -3px;
        width: auto;
        margin: 0 0 10px 112px
    }
    .layui-form-item .layui-input-inline+.layui-form-mid {
        margin-left: 110px;
        top: -5px;
        padding: 0
    }
    .layui-form-item .layui-form-checkbox {
        margin-right: 5px;
        margin-bottom: 5px
    }
}

.layui-layedit {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px
}

.layui-layedit-tool {
    padding: 3px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 0
}

.layedit-tool-fixed {
    position: fixed;
    top: 0;
    border-top: 1px solid #e2e2e2
}

.layui-layedit-tool .layedit-tool-mid,
.layui-layedit-tool .layui-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px
}

.layui-layedit-tool .layui-icon {
    position: relative;
    width: 32px;
    height: 30px;
    line-height: 30px;
    margin: 3px 5px;
    color: #777;
    cursor: pointer;
    border-radius: 2px
}

.layui-layedit-tool .layui-icon:hover {
    color: #393D49
}

.layui-layedit-tool .layui-icon:active {
    color: #000
}

.layui-layedit-tool .layedit-tool-active {
    background-color: #e2e2e2;
    color: #000
}

.layui-layedit-tool .layui-disabled,
.layui-layedit-tool .layui-disabled:hover {
    color: #d2d2d2;
    cursor: not-allowed
}

.layui-layedit-tool .layedit-tool-mid {
    width: 1px;
    height: 18px;
    margin: 0 10px;
    background-color: #d2d2d2
}

.layedit-tool-html {
    width: 50px!important;
    font-size: 30px!important
}

.layedit-tool-b,
.layedit-tool-code,
.layedit-tool-help {
    font-size: 16px!important
}

.layedit-tool-d,
.layedit-tool-face,
.layedit-tool-image,
.layedit-tool-unlink {
    font-size: 18px!important
}

.layedit-tool-image input {
    position: absolute;
    font-size: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .01;
    filter: Alpha(opacity=1);
    cursor: pointer
}

.layui-layedit-iframe iframe {
    display: block;
    width: 100%
}

#LAY_layedit_code {
    overflow: hidden
}

.layui-laypage {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em {
    border-radius: 2px 0 0 2px
}

.layui-laypage>a:last-child,
.layui-laypage>a:last-child em {
    border-radius: 0 2px 2px 0
}

.layui-laypage>:first-child {
    margin-left: 0!important
}

.layui-laypage>:last-child {
    margin-right: 0!important
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
    border: 1px solid #e2e2e2
}

.layui-laypage a,
.layui-laypage span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px
}

.layui-flow-more a *,
.layui-laypage input,
.layui-table-view select[lay-ignore] {
    display: inline-block
}

.layui-laypage a:hover {
    color: #009688
}

.layui-laypage em {
    font-style: normal
}

.layui-laypage .layui-laypage-spr {
    color: #999;
    font-weight: 700
}

.layui-laypage a {
    text-decoration: none
}

.layui-laypage .layui-laypage-curr {
    position: relative
}

.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #009688
}

.layui-laypage-em {
    border-radius: 2px
}

.layui-laypage-next em,
.layui-laypage-prev em {
    font-family: Sim sun;
    font-size: 16px
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    border: none
}

.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh {
    vertical-align: top
}

.layui-laypage .layui-laypage-refresh i {
    font-size: 18px;
    cursor: pointer
}

.layui-laypage select {
    height: 22px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer
}

.layui-laypage .layui-laypage-skip {
    height: 30px;
    line-height: 30px;
    color: #999
}

.layui-laypage button,
.layui-laypage input {
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box
}

.layui-laypage input {
    width: 40px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center
}

.layui-laypage input:focus,
.layui-laypage select:focus {
    border-color: #009688!important
}

.layui-laypage button {
    margin-left: 10px;
    padding: 0 10px;
    cursor: pointer
}

.layui-table,
.layui-table-view {
    margin: 10px 0
}

.layui-flow-more {
    margin: 10px 0;
    text-align: center;
    color: #999;
    font-size: 14px
}

.layui-flow-more a {
    height: 32px;
    line-height: 32px
}

.layui-flow-more a * {
    vertical-align: top
}

.layui-flow-more a cite {
    padding: 0 20px;
    border-radius: 3px;
    background-color: #eee;
    color: #333;
    font-style: normal
}

.layui-flow-more a cite:hover {
    opacity: .8
}

.layui-flow-more a i {
    font-size: 30px;
    color: #737383
}

.layui-table {
    width: 100%;
    background-color: #fff;
    color: #666
}

.layui-table tr {
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-table th {
    text-align: left;
    font-weight: 400
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
    background-color: #f2f2f2
}

.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6
}

.layui-table td,
.layui-table th {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px
}

.layui-table[lay-skin=line] td,
.layui-table[lay-skin=line] th {
    border-width: 0 0 1px
}

.layui-table[lay-skin=row] td,
.layui-table[lay-skin=row] th {
    border-width: 0 1px 0 0
}

.layui-table[lay-skin=nob] td,
.layui-table[lay-skin=nob] th {
    border: none
}

.layui-table img {
    max-width: 100px
}

.layui-table[lay-size=lg] td,
.layui-table[lay-size=lg] th {
    padding: 15px 30px
}

.layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
    height: 40px;
    line-height: 40px
}

.layui-table[lay-size=sm] td,
.layui-table[lay-size=sm] th {
    font-size: 12px;
    padding: 5px 10px
}

.layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
    height: 20px;
    line-height: 20px
}

.layui-table[lay-data] {
    display: none
}

.layui-table-box {
    position: relative;
    overflow: hidden
}

.layui-table-view .layui-table {
    position: relative;
    width: auto;
    margin: 0
}

.layui-table-view .layui-table[lay-skin=line] {
    border-width: 0 1px 0 0
}

.layui-table-view .layui-table[lay-skin=row] {
    border-width: 0 0 1px
}

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
    padding: 5px 0;
    border-top: none;
    border-left: none
}

.layui-table-view .layui-table th.layui-unselect .layui-table-cell span {
    cursor: pointer
}

.layui-table-view .layui-table td {
    cursor: default
}

.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
    width: 18px;
    height: 18px
}

.layui-table-view .layui-form-radio {
    line-height: 0;
    padding: 0
}

.layui-table-view .layui-form-radio>i {
    margin: 0;
    font-size: 20px
}

.layui-table-init {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 110
}

.layui-table-init .layui-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 30px;
    color: #c2c2c2
}

.layui-table-header {
    border-width: 0 0 1px;
    overflow: hidden
}

.layui-table-header .layui-table {
    margin-bottom: -1px
}

.layui-table-tool .layui-inline[lay-event] {
    position: relative;
    width: 26px;
    height: 26px;
    padding: 5px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-transition: .5s all;
    transition: .5s all
}

.layui-table-tool .layui-inline[lay-event]:hover {
    border: 1px solid #999
}

.layui-table-tool-temp {
    padding-right: 120px
}

.layui-table-tool-self {
    position: absolute;
    right: 17px;
    top: 10px
}

.layui-table-tool .layui-table-tool-self .layui-inline[lay-event] {
    margin: 0 0 0 10px
}

.layui-table-tool-panel {
    position: absolute;
    top: 29px;
    left: -1px;
    padding: 5px 0;
    min-width: 150px;
    min-height: 40px;
    border: 1px solid #d2d2d2;
    text-align: left;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12)
}

.layui-table-cell,
.layui-table-tool-panel li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.layui-table-tool-panel li {
    padding: 0 10px;
    line-height: 30px;
    -webkit-transition: .5s all;
    transition: .5s all
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] {
    width: 100%;
    padding-left: 28px
}

.layui-table-tool-panel li:hover {
    background-color: #f2f2f2
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] i {
    position: absolute;
    left: 0;
    top: 0
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] span {
    padding: 0
}

.layui-table-tool .layui-table-tool-self .layui-table-tool-panel {
    left: auto;
    right: -1px
}

.layui-table-col-set {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    border-width: 0 0 0 1px;
    background-color: #fff
}

.layui-table-sort {
    width: 10px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer!important
}

.layui-table-sort .layui-edge {
    position: absolute;
    left: 5px;
    border-width: 5px
}

.layui-table-sort .layui-table-sort-asc {
    top: 3px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #b2b2b2
}

.layui-table-sort .layui-table-sort-asc:hover {
    border-bottom-color: #666
}

.layui-table-sort .layui-table-sort-desc {
    bottom: 5px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #b2b2b2
}

.layui-table-sort .layui-table-sort-desc:hover {
    border-top-color: #666
}

.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
    border-bottom-color: #000
}

.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
    border-top-color: #000
}

.layui-table-cell {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box
}

.layui-table-cell .layui-form-checkbox[lay-skin=primary] {
    top: -1px;
    padding: 0
}

.layui-table-cell .layui-table-link {
    color: #01AAED
}

.laytable-cell-checkbox,
.laytable-cell-numbers,
.laytable-cell-radio,
.laytable-cell-space {
    padding: 0;
    text-align: center
}

.layui-table-body {
    position: relative;
    overflow: auto;
    margin-right: -1px;
    margin-bottom: -1px
}

.layui-table-body .layui-none {
    line-height: 26px;
    padding: 15px;
    text-align: center;
    color: #999
}

.layui-table-fixed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101
}

.layui-table-fixed .layui-table-body {
    overflow: hidden
}

.layui-table-fixed-l {
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .08)
}

.layui-table-fixed-r {
    left: auto;
    right: -1px;
    border-width: 0 0 0 1px;
    box-shadow: -1px 0 8px rgba(0, 0, 0, .08)
}

.layui-table-fixed-r .layui-table-header {
    position: relative;
    overflow: visible
}

.layui-table-mend {
    position: absolute;
    right: -49px;
    top: 0;
    height: 100%;
    width: 50px
}

.layui-table-tool {
    position: relative;
    z-index: 890;
    width: 100%;
    min-height: 50px;
    line-height: 30px;
    padding: 10px 15px;
    border-width: 0 0 1px
}

.layui-table-tool .layui-btn-container {
    margin-bottom: -10px
}

.layui-table-page,
.layui-table-total {
    border-width: 1px 0 0;
    margin-bottom: -1px;
    overflow: hidden
}

.layui-table-page {
    position: relative;
    width: 100%;
    padding: 7px 7px 0;
    height: 41px;
    font-size: 12px;
    white-space: nowrap
}

.layui-table-page>div {
    height: 26px
}

.layui-table-page .layui-laypage {
    margin: 0
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    border: none;
    background: 0 0
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span.layui-laypage-curr {
    padding: 0 12px
}

.layui-table-page .layui-laypage span {
    margin-left: 0;
    padding: 0
}

.layui-table-page .layui-laypage .layui-laypage-prev {
    margin-left: -7px!important
}

.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    left: 0;
    top: 0;
    padding: 0
}

.layui-table-page .layui-laypage button,
.layui-table-page .layui-laypage input {
    height: 26px;
    line-height: 26px
}

.layui-table-page .layui-laypage input {
    width: 40px
}

.layui-table-page .layui-laypage button {
    padding: 0 10px
}

.layui-table-page select {
    height: 18px
}

.layui-table-patch .layui-table-cell {
    padding: 0;
    width: 30px
}

.layui-table-edit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 14px 1px;
    border-radius: 0;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .15)
}

.layui-table-edit:focus {
    border-color: #5FB878!important
}

select.layui-table-edit {
    padding: 0 0 0 10px;
    border-color: #C9C9C9
}

.layui-table-view .layui-form-checkbox,
.layui-table-view .layui-form-radio,
.layui-table-view .layui-form-switch {
    top: 0;
    margin: 0;
    box-sizing: content-box
}

.layui-table-view .layui-form-checkbox {
    top: -1px;
    height: 26px;
    line-height: 26px
}

.layui-table-view .layui-form-checkbox i {
    height: 26px
}

.layui-table-grid .layui-table-cell {
    overflow: visible
}

.layui-table-grid-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    padding: 5px 0;
    border-width: 0 0 0 1px;
    text-align: center;
    background-color: #fff;
    color: #999;
    cursor: pointer
}

.layui-table-grid-down .layui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px
}

.layui-table-grid-down:hover {
    background-color: #fbfbfb
}

body .layui-table-tips .layui-layer-content {
    background: 0 0;
    padding: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12)
}

.layui-table-tips-main {
    margin: -44px 0 0 -1px;
    max-height: 150px;
    padding: 8px 15px;
    font-size: 14px;
    overflow-y: scroll;
    background-color: #fff;
    color: #666
}

.layui-table-tips-c {
    position: absolute;
    right: -3px;
    top: -13px;
    width: 20px;
    height: 20px;
    padding: 3px;
    cursor: pointer;
    background-color: #666;
    border-radius: 50%;
    color: #fff
}

.layui-table-tips-c:hover {
    background-color: #777
}

.layui-table-tips-c:before {
    position: relative;
    right: -2px
}

.layui-upload-file {
    display: none!important;
    opacity: .01;
    filter: Alpha(opacity=1)
}

.layui-upload-drag,
.layui-upload-form,
.layui-upload-wrap {
    display: inline-block
}

.layui-upload-list {
    margin: 10px 0
}

.layui-upload-choose {
    padding: 0 10px;
    color: #999
}

.layui-upload-drag {
    position: relative;
    padding: 30px;
    border: 1px dashed #e2e2e2;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    color: #999
}

.layui-upload-drag .layui-icon {
    font-size: 50px;
    color: #009688
}

.layui-upload-drag[lay-over] {
    border-color: #009688
}

.layui-upload-iframe {
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    visibility: hidden
}

.layui-upload-wrap {
    position: relative;
    vertical-align: middle
}

.layui-upload-wrap .layui-upload-file {
    display: block!important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 100px;
    width: 100%;
    height: 100%;
    opacity: .01;
    filter: Alpha(opacity=1);
    cursor: pointer
}

.layui-tree {
    line-height: 26px
}

.layui-tree li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-tree li .layui-tree-spread,
.layui-tree li a {
    display: inline-block;
    vertical-align: top;
    height: 26px;
    *display: inline;
    *zoom: 1;
    cursor: pointer
}

.layui-tree li a {
    font-size: 0
}

.layui-tree li a i {
    font-size: 16px
}

.layui-tree li a cite {
    padding: 0 6px;
    font-size: 14px;
    font-style: normal
}

.layui-tree li i {
    padding-left: 6px;
    color: #333;
    -moz-user-select: none
}

.layui-tree li .layui-tree-check {
    font-size: 13px
}

.layui-tree li .layui-tree-check:hover {
    color: #009E94
}

.layui-tree li ul {
    display: none;
    margin-left: 20px
}

.layui-tree li .layui-tree-enter {
    line-height: 24px;
    border: 1px dotted #000
}

.layui-tree-drag {
    display: none;
    position: absolute;
    left: -666px;
    top: -666px;
    background-color: #f2f2f2;
    padding: 5px 10px;
    border: 1px dotted #000;
    white-space: nowrap
}

.layui-tree-drag i {
    padding-right: 5px
}

.layui-nav {
    position: relative;
    padding: 0 20px;
    background-color: #393D49;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box
}

.layui-nav * {
    font-size: 14px
}

.layui-nav .layui-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 60px
}

.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background-color: #5FB878;
    transition: all .2s;
    -webkit-transition: all .2s
}

.layui-nav-bar {
    z-index: 1000
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #fff
}

.layui-nav .layui-this:after {
    content: '';
    top: auto;
    bottom: 0;
    width: 100%
}

.layui-nav-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%
}

.layui-nav .layui-nav-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -3px;
    border-width: 6px;
    border-top-color: rgba(255, 255, 255, .7)
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff
}

.layui-nav-child {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap
}

.layui-nav .layui-nav-child a {
    color: #333
}

.layui-nav .layui-nav-child a:hover {
    background-color: #f2f2f2;
    color: #000
}

.layui-nav-child dd {
    position: relative
}

.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
    background-color: #5FB878;
    color: #fff
}

.layui-nav-child dd.layui-this:after {
    display: none
}

.layui-nav-tree {
    width: 200px;
    padding: 0
}

.layui-nav-tree .layui-nav-item {
    display: block;
    width: 100%;
    line-height: 45px
}

.layui-nav-tree .layui-nav-item a {
    position: relative;
    height: 45px;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #4E5465
}

.layui-nav-tree .layui-nav-bar {
    width: 5px;
    height: 0;
    background-color: #009688
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
    background-color: #009688;
    color: #fff
}

.layui-nav-tree .layui-this:after {
    display: none
}

.layui-nav-itemed>a,
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
    color: #fff!important
}

.layui-nav-tree .layui-nav-child {
    position: relative;
    z-index: 0;
    top: 0;
    border: none;
    box-shadow: none
}

.layui-nav-tree .layui-nav-child a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.layui-nav-tree .layui-nav-child,
.layui-nav-tree .layui-nav-child a:hover {
    background: 0 0;
    color: #fff
}

.layui-nav-tree .layui-nav-more {
    right: 10px
}

.layui-nav-itemed>.layui-nav-child {
    display: block;
    padding: 0;
    background-color: rgba(0, 0, 0, .3)!important
}

.layui-nav-itemed>.layui-nav-child>.layui-this>.layui-nav-child {
    display: block
}

.layui-nav-side {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 999
}

.layui-bg-blue .layui-nav-bar,
.layui-bg-blue .layui-nav-itemed:after,
.layui-bg-blue .layui-this:after {
    background-color: #93D1FF
}

.layui-bg-blue .layui-nav-child dd.layui-this {
    background-color: #1E9FFF
}

.layui-bg-blue .layui-nav-itemed>a,
.layui-nav-tree.layui-bg-blue .layui-nav-title a,
.layui-nav-tree.layui-bg-blue .layui-nav-title a:hover {
    background-color: #007DDB!important
}

.layui-breadcrumb {
    visibility: hidden;
    font-size: 0
}

.layui-breadcrumb>* {
    font-size: 14px
}

.layui-breadcrumb a {
    color: #999!important
}

.layui-breadcrumb a:hover {
    color: #5FB878!important
}

.layui-breadcrumb a cite {
    color: #666;
    font-style: normal
}

.layui-breadcrumb span[lay-separator] {
    margin: 0 10px;
    color: #999
}

.layui-tab {
    margin: 10px 0;
    text-align: left!important
}

.layui-tab[overflow]>.layui-tab-title {
    overflow: hidden
}

.layui-tab-title {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all .2s;
    -webkit-transition: all .2s
}

.layui-tab-title li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer
}

.layui-tab-title li a {
    display: block
}

.layui-tab-title .layui-this {
    color: #000
}

.layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none
}

.layui-tab-bar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 30px;
    height: 39px;
    line-height: 39px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

.layui-tab-bar .layui-icon {
    position: relative;
    display: inline-block;
    top: 3px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-tab-item {
    display: none
}

.layui-tab-more {
    padding-right: 30px;
    height: auto!important;
    white-space: normal!important
}

.layui-tab-more li.layui-this:after {
    border-bottom-color: #e2e2e2;
    border-radius: 2px
}

.layui-tab-more .layui-tab-bar .layui-icon {
    top: -2px;
    top: 3px\9;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

:root .layui-tab-more .layui-tab-bar .layui-icon {
    top: -2px\0/IE9
}

.layui-tab-content {
    padding: 10px
}

.layui-tab-title li .layui-tab-close {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 20px;
    margin-left: 8px;
    top: 1px;
    text-align: center;
    font-size: 14px;
    color: #c2c2c2;
    transition: all .2s;
    -webkit-transition: all .2s
}

.layui-tab-title li .layui-tab-close:hover {
    border-radius: 2px;
    background-color: #FF5722;
    color: #fff
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #009688
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #5FB878
}

.layui-tab-brief[overflow]>.layui-tab-title .layui-this:after {
    top: -1px
}

.layui-tab-card {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.layui-tab-card>.layui-tab-title {
    background-color: #f2f2f2
}

.layui-tab-card>.layui-tab-title li {
    margin-right: -1px;
    margin-left: -1px
}

.layui-tab-card>.layui-tab-title .layui-this {
    background-color: #fff
}

.layui-tab-card>.layui-tab-title .layui-this:after {
    border-top: none;
    border-width: 1px;
    border-bottom-color: #fff
}

.layui-tab-card>.layui-tab-title .layui-tab-bar {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    border-top: none;
    border-right: none
}

.layui-tab-card>.layui-tab-more .layui-this {
    background: 0 0;
    color: #5FB878
}

.layui-tab-card>.layui-tab-more .layui-this:after {
    border: none
}

.layui-timeline {
    padding-left: 5px
}

.layui-timeline-item {
    position: relative;
    padding-bottom: 20px
}

.layui-timeline-axis {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #5FB878;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.layui-timeline-axis:hover {
    color: #FF5722
}

.layui-timeline-item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%
}

.layui-timeline-item:last-child:before {
    display: none
}

.layui-timeline-item:first-child:before {
    display: block
}

.layui-timeline-content {
    padding-left: 25px
}

.layui-timeline-title {
    position: relative;
    margin-bottom: 10px
}

.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px
}

.layui-badge {
    height: 18px;
    line-height: 18px
}

.layui-badge-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%
}

.layui-badge-rim {
    height: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: #666
}

.layui-btn .layui-badge,
.layui-btn .layui-badge-dot {
    margin-left: 5px
}

.layui-nav .layui-badge,
.layui-nav .layui-badge-dot {
    position: absolute;
    top: 50%;
    margin: -8px 6px 0
}

.layui-tab-title .layui-badge,
.layui-tab-title .layui-badge-dot {
    left: 5px;
    top: -2px
}

.layui-carousel {
    position: relative;
    left: 0;
    top: 0;
    background-color: #f8f8f8
}

.layui-carousel>[carousel-item] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.layui-carousel>[carousel-item]:before {
    position: absolute;
    content: '\e63d';
    left: 50%;
    top: 50%;
    width: 100px;
    line-height: 20px;
    margin: -10px 0 0 -50px;
    text-align: center;
    color: #c2c2c2;
    font-family: layui-icon!important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.layui-carousel>[carousel-item]>* {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}

.layui-carousel-updown>* {
    -webkit-transition: .3s ease-in-out up;
    transition: .3s ease-in-out up
}

.layui-carousel-arrow {
    display: none\9;
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer
}

.layui-carousel-arrow[lay-type=add] {
    left: auto!important;
    right: 10px
}

.layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 20px
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    opacity: 1;
    left: 20px
}

.layui-carousel[lay-arrow=none] .layui-carousel-arrow {
    display: none
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
    background-color: rgba(0, 0, 0, .35)
}

.layui-carousel:hover .layui-carousel-arrow {
    display: block\9;
    opacity: 1;
    left: 20px
}

.layui-carousel-ind {
    position: relative;
    top: -35px;
    width: 100%;
    line-height: 0!important;
    text-align: center;
    font-size: 0
}

.layui-carousel[lay-indicator=outside] {
    margin-bottom: 30px
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind {
    top: 10px
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
    background-color: rgba(0, 0, 0, .5)
}

.layui-carousel[lay-indicator=none] .layui-carousel-ind {
    display: none
}

.layui-carousel-ind ul {
    display: inline-block;
    padding: 5px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.layui-carousel-ind li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    font-size: 14px;
    background-color: #e2e2e2;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.layui-carousel-ind li:hover {
    background-color: rgba(255, 255, 255, .7)
}

.layui-carousel-ind li.layui-this {
    background-color: #fff
}

.layui-carousel>[carousel-item]>.layui-carousel-next,
.layui-carousel>[carousel-item]>.layui-carousel-prev,
.layui-carousel>[carousel-item]>.layui-this {
    display: block
}

.layui-carousel>[carousel-item]>.layui-this {
    left: 0
}

.layui-carousel>[carousel-item]>.layui-carousel-prev {
    left: -100%
}

.layui-carousel>[carousel-item]>.layui-carousel-next {
    left: 100%
}

.layui-carousel>[carousel-item]>.layui-carousel-next.layui-carousel-left,
.layui-carousel>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
    left: 0
}

.layui-carousel>[carousel-item]>.layui-this.layui-carousel-left {
    left: -100%
}

.layui-carousel>[carousel-item]>.layui-this.layui-carousel-right {
    left: 100%
}

.layui-carousel[lay-anim=updown] .layui-carousel-arrow {
    left: 50%!important;
    top: 20px;
    margin: 0 0 0 -18px
}

.layui-carousel[lay-anim=updown]>[carousel-item]>*,
.layui-carousel[lay-anim=fade]>[carousel-item]>* {
    left: 0!important
}

.layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=add] {
    top: auto!important;
    bottom: 20px
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind {
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind ul {
    padding: 3px 5px
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind li {
    display: block;
    margin: 6px 0
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this {
    top: 0
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-prev {
    top: -100%
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-next {
    top: 100%
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-next.layui-carousel-left,
.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
    top: 0
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this.layui-carousel-left {
    top: -100%
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this.layui-carousel-right {
    top: 100%
}

.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-next,
.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-prev {
    opacity: 0
}

.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-next.layui-carousel-left,
.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
    opacity: 1
}

.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-this.layui-carousel-left,
.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-this.layui-carousel-right {
    opacity: 0
}

.layui-fixbar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999999
}

.layui-fixbar li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    background-color: #9F9F9F;
    color: #fff;
    border-radius: 2px;
    opacity: .95
}

.layui-fixbar li:hover {
    opacity: .85
}

.layui-fixbar li:active {
    opacity: 1
}

.layui-fixbar .layui-fixbar-top {
    display: none;
    font-size: 40px
}

body .layui-util-face {
    border: none;
    background: 0 0
}

body .layui-util-face .layui-layer-content {
    padding: 0;
    background-color: #fff;
    color: #666;
    box-shadow: none
}

.layui-util-face .layui-layer-TipsG {
    display: none
}

.layui-util-face ul {
    position: relative;
    width: 372px;
    padding: 10px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.layui-util-face ul li {
    cursor: pointer;
    float: left;
    border: 1px solid #e8e8e8;
    height: 22px;
    width: 26px;
    overflow: hidden;
    margin: -1px 0 0 -1px;
    padding: 4px 2px;
    text-align: center
}

.layui-util-face ul li:hover {
    position: relative;
    z-index: 2;
    border: 1px solid #eb7350;
    background: #fff9ec
}

.layui-code {
    position: relative;
    margin: 10px 0;
    padding: 15px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-left-width: 6px;
    background-color: #F2F2F2;
    color: #333;
    font-family: Courier New;
    font-size: 12px
}

.layui-rate,
.layui-rate * {
    display: inline-block;
    vertical-align: middle
}

.layui-rate {
    padding: 10px 5px 10px 0;
    font-size: 0
}

.layui-rate li i.layui-icon {
    font-size: 20px;
    color: #FFB800;
    margin-right: 5px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-rate li i:hover {
    cursor: pointer;
    transform: scale(1.12);
    -webkit-transform: scale(1.12)
}

.layui-rate[readonly] li i:hover {
    cursor: default;
    transform: scale(1)
}

.layui-colorpicker {
    width: 26px;
    height: 26px;
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-radius: 2px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-colorpicker:hover {
    border-color: #d2d2d2
}

.layui-colorpicker.layui-colorpicker-lg {
    width: 34px;
    height: 34px;
    line-height: 32px
}

.layui-colorpicker.layui-colorpicker-sm {
    width: 24px;
    height: 24px;
    line-height: 22px
}

.layui-colorpicker.layui-colorpicker-xs {
    width: 22px;
    height: 22px;
    line-height: 20px
}

.layui-colorpicker-trigger-bgcolor {
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
    border-radius: 2px
}

.layui-colorpicker-trigger-span {
    display: block;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    text-align: center
}

.layui-colorpicker-trigger-i {
    display: inline-block;
    color: #FFF;
    font-size: 12px
}

.layui-colorpicker-trigger-i.layui-icon-close {
    color: #999
}

.layui-colorpicker-main {
    position: absolute;
    z-index: 66666666;
    width: 280px;
    padding: 7px;
    background: #FFF;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12)
}

.layui-colorpicker-main-wrapper {
    height: 180px;
    position: relative
}

.layui-colorpicker-basis {
    width: 260px;
    height: 100%;
    position: relative
}

.layui-colorpicker-basis-white {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FFF, hsla(0, 0%, 100%, 0))
}

.layui-colorpicker-basis-black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000, transparent)
}

.layui-colorpicker-basis-cursor {
    width: 10px;
    height: 10px;
    border: 1px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -3px;
    cursor: pointer
}

.layui-colorpicker-side {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    background: linear-gradient(red, #FF0, #0F0, #0FF, #00F, #F0F, red)
}

.layui-colorpicker-side-slider {
    width: 100%;
    height: 5px;
    box-shadow: 0 0 1px #888;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 1px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    position: absolute;
    left: 0
}

.layui-colorpicker-main-alpha {
    display: none;
    height: 12px;
    margin-top: 7px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.layui-colorpicker-alpha-bgcolor {
    height: 100%;
    position: relative
}

.layui-colorpicker-alpha-slider {
    width: 5px;
    height: 100%;
    box-shadow: 0 0 1px #888;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 1px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    position: absolute;
    top: 0
}

.layui-colorpicker-main-pre {
    padding-top: 7px;
    font-size: 0
}

.layui-colorpicker-pre {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 7px;
    cursor: pointer
}

.layui-colorpicker-pre:nth-child(11n+1) {
    margin-left: 0
}

.layui-colorpicker-pre-isalpha {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.layui-colorpicker-pre.layui-this {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .15)
}

.layui-colorpicker-pre>div {
    height: 100%;
    border-radius: 2px
}

.layui-colorpicker-main-input {
    text-align: right;
    padding-top: 7px
}

.layui-colorpicker-main-input .layui-btn-container .layui-btn {
    margin: 0 0 0 10px
}

.layui-colorpicker-main-input div.layui-inline {
    float: left;
    margin-right: 10px;
    font-size: 14px
}

.layui-colorpicker-main-input input.layui-input {
    width: 150px;
    height: 30px;
    color: #666
}

.layui-slider {
    height: 4px;
    background: #e2e2e2;
    border-radius: 3px;
    position: relative;
    cursor: pointer
}

.layui-slider-bar {
    border-radius: 3px;
    position: absolute;
    height: 100%
}

.layui-slider-step {
    position: absolute;
    top: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFF;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.layui-slider-wrap {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    text-align: center
}

.layui-slider-wrap-btn {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s
}

.layui-slider-wrap:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.layui-slider-wrap-btn.layui-slider-hover,
.layui-slider-wrap-btn:hover {
    transform: scale(1.2)
}

.layui-slider-wrap-btn.layui-disabled:hover {
    transform: scale(1)!important
}

.layui-slider-tips {
    position: absolute;
    top: -42px;
    z-index: 66666666;
    white-space: nowrap;
    display: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFF;
    background: #000;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px
}

.layui-slider-tips:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent
}

.layui-slider-input {
    width: 70px;
    height: 32px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: -15px
}

.layui-slider-input-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    border-left: 1px solid #d2d2d2
}

.layui-slider-input-btn i {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 50%;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #999
}

.layui-slider-input-btn i:first-child {
    top: 0;
    border-bottom: 1px solid #d2d2d2
}

.layui-slider-input-txt {
    height: 100%;
    font-size: 14px
}

.layui-slider-input-txt input {
    height: 100%;
    border: none
}

.layui-slider-input-btn i:hover {
    color: #009688
}

.layui-slider-vertical {
    width: 4px;
    margin-left: 34px
}

.layui-slider-vertical .layui-slider-bar {
    width: 4px
}

.layui-slider-vertical .layui-slider-step {
    top: auto;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.layui-slider-vertical .layui-slider-wrap {
    top: auto;
    left: -16px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.layui-slider-vertical .layui-slider-tips {
    top: auto;
    left: 2px
}

@media \0screen {
    .layui-slider-wrap-btn {
        margin-left: -20px
    }
    .layui-slider-vertical .layui-slider-wrap-btn {
        margin-left: 0;
        margin-bottom: -20px
    }
    .layui-slider-vertical .layui-slider-tips {
        margin-left: -8px
    }
    .layui-slider>span {
        margin-left: 8px
    }
}

.layui-anim {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-anim.layui-icon {
    display: inline-block
}

.layui-anim-loop {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.layui-trans,
.layui-trans a {
    transition: all .3s;
    -webkit-transition: all .3s
}

@-webkit-keyframes layui-rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes layui-rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.layui-anim-rotate {
    -webkit-animation-name: layui-rotate;
    animation-name: layui-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes layui-up {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: .3
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes layui-up {
    from {
        transform: translate3d(0, 100%, 0);
        opacity: .3
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.layui-anim-up {
    -webkit-animation-name: layui-up;
    animation-name: layui-up
}

@-webkit-keyframes layui-upbit {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes layui-upbit {
    from {
        transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.layui-anim-upbit {
    -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit
}

@-webkit-keyframes layui-scale {
    0% {
        opacity: .3;
        -webkit-transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes layui-scale {
    0% {
        opacity: .3;
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layui-anim-scale {
    -webkit-animation-name: layui-scale;
    animation-name: layui-scale
}

@-webkit-keyframes layui-scale-spring {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5)
    }
    80% {
        opacity: .8;
        -webkit-transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes layui-scale-spring {
    0% {
        opacity: .5;
        transform: scale(.5)
    }
    80% {
        opacity: .8;
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.layui-anim-scaleSpring {
    -webkit-animation-name: layui-scale-spring;
    animation-name: layui-scale-spring
}

@-webkit-keyframes layui-fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes layui-fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.layui-anim-fadein {
    -webkit-animation-name: layui-fadein;
    animation-name: layui-fadein
}

@-webkit-keyframes layui-fadeout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes layui-fadeout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.layui-anim-fadeout {
    -webkit-animation-name: layui-fadeout;
    animation-name: layui-fadeout
}

layui-anim-fadeout {
    -webkit-animation-name: layui-fadeout;
    animation-name: layui-fadeout
}