/* 通用 */
::-webkit-input-placeholder { color:#cccccc;font-size: 0.6rem;}
::-moz-placeholder { color:#cccccc; } /* firefox 19+ */
:-ms-input-placeholder { color:#cccccc; } /* ie */
input:-moz-placeholder { color:#cccccc; }
button,input[type=submit],input[type=button] {
    -webkit-appearance:none;-webkit-border-radius:0
}
html { font-size : 20px;}

/*Note3*/
@media only screen and (min-width: 360px) {
    html { font-size: 22px !important; }
}
/*iPhone6*/
@media only screen and (min-width: 376px) {
    html { font-size: 23.5px !important; }
}
/*iPhone6 plus*/
@media only screen and (min-width: 414px) {
    html { font-size: 25.875px !important; }
}
/*big Resolution*/
@media only screen and (min-width: 641px) {
    html { font-size: 40px !important; }
}
@media only screen and (min-width: 736px){
    html{font-size:40px;}
}
@media only screen and (min-width: 1029px){
    html{font-size:40px;}
}
@media only screen and (min-width: 1281px){
    html{font-size:40px;}
}

*{outline: 0;-webkit-box-sizing:border-box;box-sizing:border-box;}
body{min-height: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,/* structural elements 结构元素 */
dl,dt,dd,ul,ol,li,/*  list elements 列表元素*/
pre,/* text formatting elements 文本格式元素 */
fieldset,lengend,button,input,textarea, /* form elements 表单元素 */
th,td {
    margin: 0;padding:0;font-style:normal;
    font-family:"microsoft yahei",Verdana,Arial,Helvetica,sans-serif;
}
body,button,input,textarea{border:none; }
address,cite,dfn,em,var{font-style: normal;}
code,kbd,pre,samp,tt{ font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small{font-size: 12px;}/* 小于 12px 的中文很难阅读，让 small 正常化 */
img,input{vertical-align: middle; border:none;}
/*img{max-width: 100%;display: block}*/
ul,ol,li{list-style: none;}
a{text-decoration:none;outline:none}
a:hover{text-decoration: underline;}
table{border-collapse: collapse;border-spacing: 0;}
input.c-btn{margin-bottom: .4rem;}
.clear:after{content: '';display: block;width: 100%;height: 0;clear: both;}
.l{float: left !important;}
.r{float: right !important;}
.none{display:none;}
/*.clear{height:1px;clear:both;margin-bottom:-1px;overflow:hidden;visibility:hidden;display:block;}*/
.left{ float:left;display: inline-block;}.right{float:right;display: inline-block;}
.clearfix:after{content:'\20';display:block;height:0;clear:both;overflow:hidden;}
.clearfix{*zoom:1;}
.hide{display: none;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.line{height: .5rem;background: #DBD9CF;}
.cmore{position: absolute;left: .83rem;right: .83rem;bottom:3rem;color: #fff;height: 2.17rem;line-height: 2.17rem;
    background: #0088CF;font-size: .91rem;letter-spacing: 1.6px;text-align: center;}
.img-responsive{display: block;width: 100%;max-width: 100%;}
.box_content{-webkit-box-sizing:content-box;box-sizing:content-box;}
.wrap-page{top:3.92rem;bottom:0px;overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;}
.wrap-page1{bottom: 0;}
.redirect{padding:4rem .5rem;text-align: center;font-size: .75rem;line-height: 1.2rem; letter-spacing:1px;}
.redirect > .auto-jump { padding-top:2rem; color:#333; font-size: .58rem }

/*垂直水平居中*/
.vm{top: 50%;left: 50%; position: absolute;-webkit-transform: translate(-50%, -50%);transform:translate(-50%, -50%);width: 30%;}
/*垂直居中*/
.vtm{top: 50%; position: absolute;-webkit-transform: translate(0, -50%);transform:translate(0, -50%);}
/*元素均分*/
.my-bar{bottom: 0;display: table; width: 100%;height: 50px; padding: 0;table-layout: fixed;border-top: 0;
    border-bottom: 0;-webkit-touch-callout: none;}
.my-bar .my-bar-item{display: table-cell;overflow: hidden;width: 100%; height: 50px; text-align: center;
    vertical-align: middle; white-space: nowrap;text-overflow: ellipsis;color: #929292; font-size:.6rem;}
.my-bar .my-bar-item.mui-active{color: #007aff;}
.p_relative{position: relative;}
.icon{display: inline-block;background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}

.m05{margin-top:0.5rem;}
.mb05{margin-bottom:0.5rem;}
.pb35 {padding-bottom: 3.5rem}
.pt25{padding-top:2.125rem}
.pt35{padding-top:3.5rem}
.km{padding: .7rem 1.25rem;background: #fff;margin-bottom: .83rem;}
.cBlue{color: #0088CF;}
.cBlue1{color: #59A9FF;}
.cRed{color: #FF332D;}
.cgreen{color: #5cb85c;}
.f20{font-size: .833rem;}
.f36{font-size: 1.5rem;}

.welcome{width: 100%;height:100%;background: url('../images/2-02.jpg') no-repeat center center; background-size:cover; }
.welcome p {position: absolute;bottom: 0.5rem;text-align: center;color: #303131;font-size: 0.4rem;width: 100%;}

.fenx{width: 100%;height:100%;background: url('../images/2-07.png') no-repeat center center; background-size:cover; }
.fenx .fenx_button{text-align: center;position: absolute;bottom:2.5rem;width: 100%;}
.fenx .fenx_button a{color: #fff;font-size: 0.625rem;line-height: 1.5rem;text-align: center;}
.fenx .fenx_button a.f1{background: #1881c2;float: left;width:5.5rem;height: 1.5rem;border-radius: 5px;margin-left:12%;}
.fenx .fenx_button a.f2{background: #d61440;float: right;width:5.5rem;height: 1.5rem;border-radius: 5px;margin-right:12%;}

/* 分享图片 */
.qr_shade { width:100%;height:100%;position:fixed;z-index:9999;left:0;top:0;display:none;}
.qr_shade > .qr_bg{width:100%;height:100%;position:absolute;z-index:9999;background-color:#000;/*:rgba(0,0,0,0.3);*/ opacity:0.8;filter:alpha(opacity=80);}
.qr_shade > .qr_info{width:100%;position:absolute;z-index:10000;padding:0.5rem 0.5rem;top:2%;}
.qr_shade > .qr_info .qr_img{text-align:right;}
.qr_shade > .qr_info .qr_img > img{display:inline-block;width:90%;margin-right: 1rem;}
.qr_shade > .qr_info .qr_footer{text-align:center;}

header{width: 100%;height: 2.125rem;background:#DF5E30;position: fixed;top:0;left:0;z-index: 100}
header h2{text-align: center;line-height: 2.125rem;color: #fff;font-size:0.725rem; }
header .return{position: absolute;left:0;top:0;width: 2.125rem;height: 2.125rem;background:url('../images/return.png') no-repeat center;background-size: auto 1.1rem; }
header .can{position: absolute;right:0;top:0;width: 4rem;height: 2.125rem; background-size: auto 0.8rem; }
header .return a,header .can a{display: block;width: 100%;height: 100%}

.uploader-demo{
    font-size: .8rem;border-bottom: 1px solid grey;padding: .5rem 0;margin: .1rem 0
}


.biaoti{
    width: 100%;font-size: .8rem;border-bottom: 1px solid grey;line-height: .8rem;margin: 3px 0 3px 0
}

.miaoshu{
    font-size: .8rem;border-bottom: 1px solid grey;line-height: .8rem;margin: 3px 0 3px 0
}

.tijiao{
    width: 100%;height: 100%;background-color: #DF5E30;line-height: .8rem;font-size: .8rem;color: white;margin-top: 5px
}

footer{width: 100%;height: 3rem;background:#fff;position: fixed;bottom:0;left:0;z-index: 9999;}
footer ul{text-align: center;}
footer ul li{display: inline-block;width: 23%;vertical-align: middle;position: relative;}
footer ul li a{display: block;}
footer ul li i{height: 0.9rem;}
footer ul li i img{width: auto;height: 0.9rem;margin:0.8rem auto 0 auto;}
footer ul li h2{color: #333;font-size: 0.6rem;line-height: 1rem;font-weight: 500}
footer ul li span{position: absolute;top:20%;width: 0.9rem;height: 0.9rem;color: #fff;text-align: center;background: #e6201a;border-radius: 50%;font-size: 0.7rem;line-height: 0.9rem}

.footer{margin-top: 0rem; }
.footer p{color: #767677;font-size: 0.4rem;text-align: center;}

#index{width: 100%;height: auto;}
#index .index_ban{width: 100%;}
#index .index_ban img{width: 100%;}
#index .nav{width: 100%;height: 4.15rem;background: #fff;text-align: center;}
#index .nav ul{text-align: center;}
#index .nav ul li{display: inline-block;width: 23%;vertical-align: middle;}
#index .nav ul li a{display: block;}
#index .nav ul li i{width: 1.875rem;height: 1.875rem;}
#index .nav ul li i img{width: 1.875rem;height: 1.875rem;margin:0.8rem auto 0 auto;}
#index .nav ul li h2{color: #333;font-size: 0.5rem;line-height: 1rem;}
#index .two_count{width: 100%;height: 2.25rem;background: #fff;margin-top: 0.375rem;}
#index .two_count ul{width: 100%;height: 100%;}
#index .two_count ul li{width: 50%;height: 100%;float:left;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
#index .two_count ul li.count1{border-right: 2px solid #eeedde;background: url('../images/2-03_20.jpg') no-repeat 95% center;background-size: 2.15rem auto;}
#index .two_count ul li.count2{background: url('../images/2-03_17.jpg') no-repeat 95% center;background-size: 1.55rem auto;}
#index .two_count ul li h2{color: #f5aa30;font-size: 0.8rem;text-indent: 0.8rem;margin-top: 0.3rem;}
#index .two_count ul li p{color: #a9a59d;font-size: 0.5rem;text-indent: 0.8rem;line-height: 1rem;}
#index .share{width: 100%;height: auto;margin-top: 0.375rem;background:#fff}
#index .title{padding: 0.25rem 0.5rem;height: 0.5rem;border-bottom: 1px solid #eeedde;}
#index .title p{font-size:0.5rem;color: #000;height: 0.5rem;border-left: 2px solid #1880c1;line-height: 0.5rem;text-indent: 0.25rem; }
#index .share ul{padding: 0 0.5rem;}
#index .share ul li{width: 100%;height: auto;border-bottom: 1px solid #c4c4ba;min-height: 1.375rem;line-height: 1.375rem;}
#index .share ul li:not(:first-child):before{content: '.';line-height:0.8rem;float: left;}
#index .share ul li:last-child{border-bottom: none;}
#index .share ul li img{width: 100%;margin: 0.6rem auto;}
#index .share ul li a{font-size: 0.45rem;color: #000;text-indent: 0.4rem;display: block;}
#index .time_news{margin-top: 0.375rem;background: #fff;}
#index .time_news ul{width: 100%;height: auto;}
#index .time_news ul li{width: 100%;height: 2.625rem;border-bottom: 1px solid #eeedde;}
#index .time_news ul li:last-child{border-bottom: none;}
#index .time_news ul li a{width: 100%;height: 2.625rem;display: table;}
#index .time_news ul li .img{display: table-cell;vertical-align: middle;width: 2.4rem;}
#index .time_news ul li .img img{width: 1.625rem;height: 1.625rem;margin-left: 0.5rem;}
#index .time_news ul li .text{display: table-cell;vertical-align: middle;}
#index .time_news ul li .text h2{width: 100%;line-height: 1.2rem;}
#index .time_news ul li .text h2 p{float: left;font-size: 0.8rem;color: #000;}
#index .time_news ul li .text h2 span{float: left;font-size: 0.4rem;color: #000;width: 1.7rem;height: 0.8rem;background: url('../images/2-03_32.jpg') no-repeat;background-size: 100% 100%;text-indent:0.4rem;line-height: 0.8rem;color: #fff;margin-top: 0.2rem;}
#index .time_news ul li .text > span{color: #a09f9f;font-size:0.4rem;display: block;}
#index .join{background:#fff;margin-top: 0.375rem;}
#index .join .join_con {padding: 0.5rem}
#index .join .join_con img{width: 100%;}

/*alert*/
#alert{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);position: fixed;top:0;left:0;display: none;}
#alert1{width: 100%;height: 100%;background: rgba(255,255,255,0.5);position: fixed;top:0;left:0;display: none;}
.alert{width: 70%;height: auto;background: #fff;border-radius: 5px;position: relative;top:40%;margin:0 auto;padding-bottom: 0.1rem;}
.alert .alert_title{width: 100%;height: 1.5rem;line-height: 1.5rem;border-bottom: 2px solid #f0f0f0;text-align: center;color: #555657;font-size: 1rem;}
.alert ul{padding: 0 0.5rem;}
.alert ul li{width: 100%;height: 1.5rem;line-height: 1.5rem;border-bottom: 1px solid #f0f0f0;color: #707071;font-size: 0.8rem;display: table;}
.alert ul li:before{content: '';display: table-cell;vertical-align: middle;width: 0.5rem;height: 0.5rem;background: url('../images/c.png') no-repeat left center;background-size: 100% auto;}
.alert ul li p{text-indent: 0.3rem;}
.alert ul li.active:before{content: '';display: table-cell;vertical-align: middle;width: 0.5rem;height: 0.5rem;background: url('../images/c_h.png') no-repeat left center;background-size: 100% auto;}
.alert .alert_button{width: 30%;height: 1.25rem;background: #1881c1;color: #fff;line-height: 1.25rem;text-align: center;font-size: 0.6rem;color: #fff;border-radius: 5px;margin:1rem auto;}

/*注册*/
#reg .reg_ban{width: 100%;}
#reg .reg_ban img{width: 100%;}
#reg form{background: #fff;width: 100%;height: auto;padding-top: 1.5rem;}
#reg form .input_b{width: 80%;margin:0 auto;border:1px solid #b4b2aa;position: relative;border-radius: 5px;overflow: hidden;margin-bottom: 0.8rem;}
#reg form .input_b input{display: block;width: 100%;height: 1.5rem;line-height: 1.5rem;border:none;text-indent: 1em;font-size: 0.6rem;}
#reg form .input_b_msg{display:block; font-size:0.45rem;position: relative; top:-14px; margin-left: 1.6rem;}
#reg .company,#reg .hy,#reg .pp{width: 25%;height: 1.5rem;line-height: 1.5rem;text-align: center;position: absolute;right:0;top:0;font-size: 0.6rem;background: #1780c1;color: #fff;}
#reg .yzm{width: 25%;height: 1.5rem;line-height: 1.5rem;text-align: center;position: absolute;right:0;top:0;font-size: 0.6rem;background: #aaabaa;color: #fff;}
#reg .check_b{position: relative;font-size: 0.45rem;color: #3e3a39;text-indent: 1rem;height: 3rem;line-height: 3rem;}
#reg form .input_b input[type='submit']{background: #DF5E30;border:1px solid #DF5E30;color: #fff;font-size: 0.6rem}
#reg form .input_a{width: 45%;float: left;border:1px solid #b4b2aa;position: relative;border-radius: 5px;overflow: hidden;}
#reg form .input_a input{display: block;width: 100%;height: 1.5rem;line-height: 1.5rem;border:none;text-indent: 1em;font-size: 0.6rem;}
#reg form .input_a:first-child{margin-right: 8%}
#reg form .noborder{border:none;}
#reg .check_b a{color:#DF5E30}

/*登录*/
#login .input_b{width: 80%;margin:0 auto;border:1px solid #b4b2aa;position: relative;border-radius: 5px;overflow: hidden;margin-bottom: 0.8rem;}
#login .input_b input{display: block;width: 100%;height: 1.5rem;line-height: 1.5rem;border:none;text-indent: 1em;font-size: 0.6rem;}
#login .input_b input[type='button']{background: #DF5E30;border:1px solid #DF5E30;color: #fff;font-size: 0.6rem}
#login .noborder{border:none;}
#login .check_b{position: relative;font-size: 0.45rem;color: #3e3a39;text-indent: 1rem;height: 3rem;line-height: 3rem;}
#login .check_b a{color:#4ba7c4}
.wx_login_logo{width: 48%;margin:3rem auto;}
.wx_login_logo img{width: 100%;}
.wx{width: 18%;margin:0 auto;}
.wx img{width: 100%;}

/*个人中心*/
#grzx{}
#grzx .grzx_title{width: 100%;height: 5.75rem;background: #fff;}
#grzx .grzx_title .grzx_t{width: 100%;height:3.875rem;background: #1780c1;}
#grzx .grzx_title .img{position: absolute;z-index: 1;width: 3.875rem;height: 3.875rem;border:0.125rem solid #b6b5b6;border-radius: 50%;top:0.9rem;left:1rem;}
#grzx .grzx_title .img img{width: 100%;height: 100%;border-radius: 50%;}
#grzx .grzx_title .grzx_t p{text-indent: 5.625rem;font-size: 0.9rem;line-height: 2rem;color: #fff;padding-top: 1.875rem;}
#grzx .grzx_title .grzx_t p a{color: #ababab;font-size: 0.5rem;margin:0 0.5rem;}
#grzx .grzx_title .grzx_b{padding-left: 5.625rem;font-size: 0.55rem;}
#grzx .grzx_title .grzx_b span{display: inline-block;margin-right: 0.5rem;margin-top: 0.1rem;}
#grzx .grzx_title .grzx_b span.s1{color: #595758;}
#grzx .grzx_title .grzx_b span.s2{font-size: 0.4rem;color: #fff;background: #d71533;padding:0.1rem 0.2rem;border-radius: 0.5rem}
#grzx .grzx_title .grzx_b span.s3 a{color: #1680c1;text-decoration: underline;}
#grzx .grzx_title .grzx_b span.agent{font-size: 0.4rem;color: #fff;background: #FF5200;padding:0.1rem 0.2rem;border-radius: 0.5rem}
#grzx .grzx_title .grzx_b p{font-size: 0.55 rem;color: #595758;}
#grzx .ban1{margin:0.25rem 0;}
#grzx .g_nav{}
#grzx .g_nav ul{padding-right: 1rem;background: #fff;margin-top: 0.25rem;}
#grzx .g_nav ul li{width: 100%;height: 2.3rem;line-height: 2.3rem;position: relative;}
#grzx .g_nav ul li a{display: block;text-decoration: none;}
#grzx .g_nav ul li:after{float: right;width: 0.375rem;height: 2.3rem;color: #d3d3d2;content: '>';position: absolute;right:0.5rem;top:0;}
#grzx .g_nav ul li i{float: left;;height: 1.4rem;margin: 0.45rem 0 0 0;width: 3rem;}
#grzx .g_nav ul li i img{width: 1.4rem;height: 1.4rem;margin:0 auto;max-width: 100%;display: block;}
#grzx .g_nav ul li p{font-size: 0.7rem;color: #231815;border-bottom: 1px solid #bdbcb5;margin:0 0 0 3rem;position: relative;}
#grzx .g_nav ul li span{position: absolute;width: 0.7rem;height: 0.7rem;font-size: 0.4rem;line-height:0.7rem;color: #fff;text-align: center;border-radius: 50%;background: #e6201a;top:0.8rem;left:5.8rem;}
#grzx .g_nav ul li:last-child p{border-bottom: none;}

#set{width: 100%;}
#set ul{background: #fff;}
#set ul li{display: table;position: relative;width: 100%;height: 2.6rem;border-bottom: 1px solid #c2c2bb;}
#set ul li:last-child{border-bottom: none;}
#set ul li.tx{height: 2.75rem;}
#set ul li .img img {max-width: 100%;display: block}
#set ul li label{display: table-cell;vertical-align: middle;width: 4.25rem;text-indent:0.6rem;font-size: 0.6rem;color: #040000}
#set ul li input{display: table-cell;vertical-align: middle;width: 90%;height: 2.6rem;line-height: 2.6rem;border:none;font-size: 0.6rem;}
#set ul li .img{position: absolute;width: 2rem;height: 2rem;right:2rem;top: 0.2rem}
#set ul li.wx label{width:6rem;}
#set ul li.tx:after,#set ul li.wx:after{line-height: 2.75rem;float: right;width: 0.375rem;height: 2.75rem;
    color: #d3d3d2;content: '>';position: absolute;right:1rem;top:0;}
#set ul li .can{position: absolute;width: 2rem;height: 2rem;right:2rem;top: 0.8rem}
#set ul li.tx input,#set ul li.wx input{position: absolute;width: 100%;height: 2.6rem;top:0;left:0;opacity: 0}
#set_button{width: 90%;height: 1.45rem;background: #1880c1;font-size: 0.7rem;color: #fff;margin:1rem auto;border:none;}

#lyzx .photo_con{width: 95%;margin: 0 auto;}
#lyzx .photo_con .photo_tab{width: 100%;border-bottom: 1px solid #b8b7af;text-align: center;height: 1.15rem;line-height: 1.15rem;}
#lyzx .photo_con .photo_tab span{display: inline-block;width: 21%;margin:0 5%;height: 1.15rem;line-height: 1.15rem;}
#lyzx .photo_con .photo_tab span a{color: #040000;font-size: 0.625rem;}
#lyzx .photo_con .photo_tab span.active{border:1px solid #b8b7af;border-bottom: 1px solid #fff;background: #fff;
    border-radius: 5px 5px 0 0}
#lyzx .photo_con .photo_tab span.active a{color: #1680c1}
#lyzx .photo_con .photo_tab_con{}
#lyzx .photo_con .photo_tab_con .list{}
#lyzx .photo_con .photo_tab_con .list ul{padding-top: 0.5rem;}
#lyzx .photo_con .photo_tab_con .list ul li{display: inline-block;width: 48%;vertical-align: top;margin-top:.2rem;margin-right:.1rem;
    margin-bottom:.5rem;}
#lyzx .photo_con .photo_tab_con .list ul li .img{width: 100%;}
#lyzx .photo_con .photo_tab_con .list ul li .img img{ width: 100%;height:5rem}
#lyzx .photo_con .photo_tab_con .list ul li .p{width: 100%;height: 0.9rem;line-height: 0.9rem;color: #000;background: #e6e6e6;
    font-size: 0.45rem;}
#lyzx .photo_con .photo_tab_con .list ul li .p p{margin:0 0.2rem;}
#lyzx .photo_con .photo_tab_con .list ul li .p span{margin:0 0.2rem;}
#lyzx .photo_con .photo_tab_con .list ul li .b{width: 100%;height:1rem;line-height: 1rem;color: #969797;font-size: 0.45rem;}
#lyzx .photo_con .photo_tab_con .list ul li .b .dele{padding-left: 0.5rem;
    background: url('../images/dele.png') no-repeat left 0.2rem;background-size: auto 0.5rem;}
#lyzx .newly{width: 100%;height: auto;}
#lyzx .newly .input{width: 100%;height: 1.2rem;margin-top: 0.8rem;}
#lyzx .newly .input label{width: 25%;float: left;text-align: center;color: #040000;font-size: 0.625rem;line-height: 1.2rem;}
#lyzx .newly .input input[type='text']{width: 75%;float: left;color: #9fa0a0;font-size: 0.625rem;line-height: 1.2rem;
    box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box;
    /* Safari */border-radius: 5px;border:1px solid #b8b7af;text-indent: 1em}
#lyzx .newly .input input[type='submit']{width: 100%;float: left;color: #fff;font-size: 0.625rem;line-height: 1.2rem;
    box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box;
    /* Safari */border-radius: 5px;border:1px solid #1780c1;background: #1780c1;margin-top: 1rem;}

#lyzx .upload{width: 100%;}
#lyzx .upload .input_b{width: 100%;position: relative;height: 1.2rem;line-height: 1.2rem;font-size: 0.5rem;color: #838486;border:1px solid #838486;border-radius: 5px;overflow: hidden;margin: 1rem auto;}
#lyzx .upload .input_b input{width: 100%;height: 1.2rem;float: left;border:none;text-indent: 1em;}
#lyzx .upload .input_b .xc{position: absolute;width: 20%;right:0;top:0;
    background: #1780c1 url('../images/tag1.png') no-repeat center center;background-size: auto 0.5rem;height: 1.2rem;}
#lyzx .upload .upload_box{width: 100%;font-size:.6rem;}
#lyzx .upload .upload_box fieldset{border-color:#eee;border-radius:.3rem;padding:.5rem;}
#lyzx .upload .upload_box input{width: 100%;height: 100%;display: block;opacity: 0}
#lyzx .upload .upload_list{width: 100%;height: auto}
#lyzx .upload .upload_list ul{}
#lyzx .upload .upload_list ul li{float: left;width: 30%;margin:0.5rem 1.66%;position: relative; height:4.2rem; text-align:center;}
#lyzx .upload .upload_list ul li p{padding:0;margin:0}
#lyzx .upload .upload_list ul li img{width: 100%;font-size:.3rem;height:3.5rem;width:100%;margin-bottom: 0.1rem;}
#lyzx .upload .upload_list ul li .opbtn{font-size:.55rem;position:relative;}
#lyzx .upload .upload_list ul li .opbtn a{background:#eee;color:#555;display:inline-block; width:48%; position:absolute;padding:.1rem 0}
#lyzx .upload .upload_list ul li .opbtn .btn-close{right:0}
#lyzx .upload .upload_list ul li .opbtn .btn-thumb{left:0}
#lyzx .newly_button > div{display: inline-block;width: 28%;height: 1.5rem;font-size: 0.6rem;border-radius: 5px;line-height: 1.5rem;}
#lyzx .newly_button .new1{border:1px solid #6e6c6b;color: #6e6c6b;position: relative;margin-right: 5%;}
#lyzx .newly_button .new1 input{position: absolute;top:0;left: 0;width: 100%;height: 1.5rem;opacity: 0}
#lyzx .newly_button .new2{border:1px solid #1881c1;color: #fff;position: relative;background: #1881c1;margin-left: 5%;}
#lyzx .newly_button .new2 input{border:none;color: #fff;position: relative;background: #1881c1;}

/*客服中心*/
.kf{ font-size: .65rem; }
.kf-top{background: url(../images/kf1.jpg) no-repeat center top;height: 10.54rem;background-size:auto 100%;
    text-align: center;color: #fff;padding-top: 3.08rem;
}
.kf-top a{display: inline-block;color: #fff;padding: 0 1.9rem;}
.kf-top a img{width: 3.9583rem;}
.kf-top a p{padding-top: .4rem;}
.wnav{background: #fff;padding: 0 1rem;margin-bottom: .83rem;}
.wnav li{border-bottom: 1px solid #DBD9CF;}
.wnav li:last-child{border-bottom: none;}
.wnav li a{color: #3E3A39; display:block;position: relative;padding: .5rem 0;}
.wnav li a:after{content: '';display: block; position: absolute;right: 0;top:50%;
    background: url(../images/a_r.png) no-repeat;background-size: 100% 100%;width: .5rem;
    height:.83rem;margin-top:-.415rem;
}
.bgwrap{background: #dad8ce;}
.k-about{line-height: 1.6;}
.k-wx{background: #fff;padding: 0rem 0;color: #000;}
.k-wx img{width: 60%;}

/*我要分享*/
.share-top{color: #000;margin-top: 1rem;}
.share-top p{padding-top: .5rem; font-size:.8rem}
.userimg{width: 3.5rem;height: 3.5rem;border-radius: 50%;border:.25rem solid #d9d9da;}
.share-btn{letter-spacing: 1.2px;font-size: .8rem;color: #fff;border-radius: .2rem;display: block;
    margin:0rem auto 2rem auto;width: 80%;height: 1.8rem;line-height: 1.8rem;text-align: center;
    background: #0088CF;}

/*我的会员*/
.hybar, .hylist{font-size:.7rem;}
.hybar,.hybar .my-bar-item{height: 4rem;}
.hybar .icon i{display: inline-block;vertical-align: middle;height: 1.67rem;width: 1.67rem;background-size: 100% 100%;}
.hybar .i_lb{background-image: url(../images/i_lb.png);}
.hybar .i_time{background-image: url(../images/i_time.png);}
.hybar .i_vip{background-image: url(../images/i_vip.png);}
.hybar a{color: #939494;}

.hylist li,.hylist li .my-bar-item{height: 1.85rem;}
.hylist li .cBlue{color: #0088CF;}
.hylist li .c2{color: #F29300;}
.hylist li{border-bottom: 1px solid #DBD9CF;color: #939494;}

.user-card {display: none;padding:.5rem;font-size: .65rem;}
.user-card-title {float: left;width: 50%;}
.user-card-value {display: block;color: #888;font-size: .5rem; margin-bottom:.2rem}

/*推广奖励规则*/
.tj-wrap{background: #191838;color: #fff;}
.tj-main{padding: 0 1.58rem 1.5rem;}
.tj-tips{border:1px dashed #f3d120;padding: .5rem .8rem;}
.tj-tips strong{color: #FDD803;font-size: 1rem;}
.tj-tips p{font-size: .8rem;}
.tj-case{padding-top: 2rem;font-size: 1rem;padding-bottom: .5rem;}
.case-tit{color: #FDD803;background: url(../images/i1.png) no-repeat;background-size: 100% 100%;width: 3.9583rem;height: 1.79rem;line-height: 1.79rem;font-weight: bold;padding-left: .5rem;}
.tj-case p{padding-bottom: 1rem;padding-top: .2rem;font-size: .8rem;}

/*申请提现*/
.tx-main{padding: .8rem;}
.tx-main .wnav li a{/*padding: 1.2rem 0;*/font-size: .7rem;letter-spacing: 1.2px;color: #000;}
.cur-alipy{background: #fff;padding: 0 .8rem;}
.cur-alipy li{border-bottom: 1px solid #cfcdc7;padding: .8rem 0; color: #000;font-size: .7rem;}
.cur-alipy li span{color: #727171;}
.cur-alipy li span.weixin{background: url(../images/withdraw_weixin.png) 0 .15rem no-repeat; background-size:.8rem;padding-left:.9rem;}
.cur-alipy li span.alipay{background: url(../images/withdraw_alipay.png) 0 .15rem no-repeat; background-size:.8rem;padding-left:.9rem;}
.cur-alipy li.ali-tips{font-size: .61rem;padding-top: .6rem;}
.cur-alipy li.ali-tips span{color: #A8A9A9;}
.cur-alipy li:last-child{border-bottom: none;}
.tx-edu{font-size: 2.15rem;padding-top: .8rem;text-align: right;}
.tx-edu sup{font-size: 1.583rem;}
.c-btn{display: block;height: 2rem;line-height: 2rem;border-radius: .3rem;
    background: #0088CF;color: #fff;text-align: center;font-size: .85rem;
    letter-spacing: 1.6px;margin: 1.17rem auto;width: 100%;}
.tx-detail{color: #969797;}
.detail-tit,.detail-list li:first-child{font-size: .7rem;letter-spacing: 2.5px;}
.detail-list{border-top: 1px solid #c0beb6;margin-top: .6rem;}
.detail-list li{border-bottom: 1px solid #c0beb6;font-size: .65rem;}
.detail-list li .my-bar-item,.detail-list li{height: 2rem;}
.detail-list li span:first-child{text-align: left;padding-left: .4rem;}
.detail-list li span:last-child{text-align: right;padding-right: .4rem;}

/*添加账户*/
.bd-tips{font-size: .84rem;color: #A8A9A9;}
.bd_item{margin-bottom: .6rem;position: relative;}
.bd_item input[type=text]{border:1px solid #c3c1ba;border-radius: .2rem;padding:0 .6rem;display: block;width: 100%;
    font-size: 1rem;height: 2rem;line-height: 2rem;}
.getcode{position: absolute;right: 0;top:0;bottom: 0;color: #fff;letter-spacing: 1.8px;width: 6rem;
    border-radius: .2rem;background: #0088CF;text-align: center;line-height: 2.5;font-size:.8rem}
.bd_item input::-webkit-input-placeholder{ color:#757677;}
.bd_item input.yz::-webkit-input-placeholder{ color:#B9BABA;}
.bd_item input.yz::-moz-placeholder{ color:#B9BABA;}
.bd_item1{margin-top: 2rem;}

/*邀请奖励*/
.hbwrap{top:0;background: #0088CF url(../images/hb_bg.jpg) no-repeat center bottom;background-attachment: fixed;
    background-size: auto 7.583rem;}
.hb-logo{padding: 1.5rem 0;}
.hb-logo img{width: 8rem;}
.hb-bar{width: 59.7%;margin: 0 auto;margin-top: 2rem;position: relative;color: #fff;font-size: .5rem;}
.hb-bar .barbg{position: absolute;left: .2rem;right: .7rem;background: url(../images/i3.png) repeat-x;height: .79rem;
    background-size: auto 100%;border-radius: .5rem;top:2.7rem;}
.hb-bar .s_d{display:block;height: 1.92rem;width: .33rem;background: url(../images/i2.png) no-repeat;
    background-size: 100% 100%;margin: 0 auto;margin-bottom: .2rem;}
.hb-bar ul{position: relative;z-index: 2;margin: 0 -2rem;}
.hb-bar li{float: left;position: relative;height: 3rem;text-align: center;margin: 0 .8rem;}
.hb-bar li .b_ra{text-align: left;padding-left: .38rem; color: #595959;font-size: .65rem;line-height:3;
    text-shadow: 0 0 2px rgba(255,255,255,1);}
.b_ra{display: inline-block;width: 1.67rem;height: 1.875rem;background: url(../images/ra1.png) no-repeat center bottom;
    background-size: 100% 100%;}
.hb-bar li .status{padding-top: .2rem; color: #02527c;}
.hb-bar li:first-child .b_ra{background-image: url(../images/ra1_f.png);}
.hb-bar li:last-child .b_ra{background-image: url(../images/ra1_l.png);}
.hb-bar li:first-child.over .b_ra{background-image: url(../images/ra1_f1.png);}
.hb-bar li .infor{position: absolute;left: 0;bottom:3rem;white-space: nowrap;padding-bottom: .2rem;margin-left: -50%;
    letter-spacing: 1.2px;}
.hb-bar li:first-child .infor{margin-left: 0;}
.hb-bar li.over .b_ra{font-size: 0; background-image: url(../images/ra1_1.png);}
.hb-bar li.over .status{color: #fff;}
.t-infor{color: #fff;margin-top: 3rem;margin-bottom: 1rem;}
.t-num{width: 4rem;height: 4rem;line-height: 4rem;overflow: hidden; font-size: 2.8rem;display: inline-block;
    border: .2rem solid #fff;border-radius: 50%;}
.t-infor p{font-size: .62rem;letter-spacing: 1.2px;padding-top: .1rem;}
.tj-btn{background: #fff;border-radius: 2rem;width:80%;height: 1.6rem;line-height: 1.6rem;color: #0088CF;
    font-size: .8rem;text-align: center;display: block;letter-spacing: 2px;margin: 1rem auto 2rem;}

/*个人中心*/
.user-page{background: #dad8ce;top:0;bottom: 4rem;}
.center-footer{background: #fff;height: 4rem;bottom: 0;}
.center-footer .my-bar-item{height:4rem;}
.center-footer span.icon{display: inline-block;height: 1.6rem;line-height: 1.6rem;}
.center-footer span.icon i{vertical-align: middle;display: inline-block;background-size: 100% 100%;height: 1.25rem;
    line-height: 1.25rem;}
.i_sm{width: 1.125rem;background-image: url(../images/i_sm.png);}
.i_tj{width: 1.54rem;background-image: url(../images/i_tj.png);}
.i_money{width: 1.25rem;background-image: url(../images/i_money.png);}
.i_user{width: 1.04rem;height:1.083rem ; background-image: url(../images/i_user.png);}
.i_home{width: 1.375rem; background-image: url(../images/i_home.png);}
.i_mp{width: 1.5rem;height: 1.167rem; background-image: url(../images/i_mp.png);}
.i_share{width: 1.04rem;background-image: url(../images/i_share.png);}

.center-footer p{font-size: .875rem;margin-top: -.2rem;color: #595757;}
.user-top{position: relative;background: url(../images/ubg.jpg) no-repeat center center;height: 8.625rem;
    width: 100%;background-size: 100% 100%;color: #fff;padding-top: 1.2rem;}
.user-top img{border-radius: 50%;border:.2rem solid #fff;width: 3.92rem;height: 3.92rem;}
.user-top p{font-size: 1rem;padding-top:.2rem;}
.user-rshu{background: #fff;height: 3.25rem;margin-bottom: .8rem;}
.user-rshu .user-num{display: inline-block;width:9.58rem;border-radius: 1.6rem;border:.2rem solid #0088CF;
    height: 2.708rem;line-height: 2.4rem;font-size: 2.04rem;color: #0088CF;background: #fff;position: relative;
    margin-top:-1.5rem;z-index: 2; }
.user-rshu p{font-size: .9rem;padding-top: .2rem;}
.c-r{right: 1.6rem;}
.spread_fz{font-size: .7rem;}
.wnav1 li a{padding: .6rem 0;}

/*收入记录*/
.award-list{background: #fff;padding: 0;margin-bottom: .83rem;}
.award-list-item{border-bottom: 1px solid #DBD9CF;position: relative;padding:.3rem .5rem; color:#666;}
.award-list-item span.cBlue{display: block;float:left;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    max-width:52%;margin-right:.2rem;}
.award-list-item .c-r{right:.5rem;}
.award-list-item:last-child{border-bottom: none;}
.award-list-item a{color: #3E3A39; display:block;position: relative;padding: .5rem 0;}
.award-list-item a:after{content: '';display: block; position: absolute;right: 0;top:50%;
    background: url(../images/a_r.png) no-repeat;background-size: 100% 100%;width: .5rem;
    height:.83rem;margin-top:-.415rem; }
.award-user { color:#068399  }
.award-des { font-size:.6rem; color:#888; margin-top:.1rem; }

/*帮助中心*/
.help_cate{width: 100%;height: auto;background: #fff;}
.help_cate ul{text-align: left;}
.help_cate ul li{font-weight: bold;display: inline-block;width: 30%;vertical-align: middle;font-size: 0.78rem;
    text-align: center;height: 1rem;line-height: 1rem;margin-bottom:.2rem;}
.help_cate ul li a{color: #555}
.help_cate ul li.active a{color: #1680c1;border-bottom: 1px solid #1680c1}
.help_list{background: #fff;padding: 0.5rem;}
.help_list .help_search{width: 100%;border:1px solid #b3b2aa;border-radius: 5px;overflow: hidden;position: relative;}
.help_list .help_search input[type='text']{width: 100%;height: 1.2rem;line-height: 1.2rem;font-size: 0.45rem;color: #777879;border:none;text-indent: 0.5rem;}
.help_list .help_search input[type='submit']{position: absolute;right:0;top:0;width: 20%;height: 1.4rem;background: #1780c1;color: #fff;font-size: 0.5rem;letter-spacing: 0.1rem;border: none;}
.help_list ul{}
.help_list ul li{width: 100%;min-height: 3rem;padding: 0.5rem 0;border-bottom: 1px solid #b3b2aa;}
.help_list ul li:last-child{border-bottom: none;}
.help_list ul li a{display: block;min-height: 3rem;}
.help_list ul li .img{width: 4.25rem;float: left;margin-bottom:.1rem;}
.help_list ul li .img img{height: 3rem;float: left;width: 3.875rem;}
.help_list ul li .text{margin-left: 4.25rem;height: 3rem;position: relative;}
.help_list ul li .text h3 {font-size: 0.55rem; font-weight: bold;}
.help_list ul li .text p{color: #555;font-size: 0.75rem;overflow : hidden;text-overflow: ellipsis;max-height: 1.8rem;
    display: -webkit-box;line-height: 0.95rem;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.help_list ul li .text .bottom{position: absolute;bottom:0;font-size: 0.55rem;width: 100%;line-height: 0.5rem;}
.help_list ul li .text .bottom span.c{color: #1680c1;margin-right: 0.5rem;}
.help_list .more{width: 100%;height: 1.1rem;line-height: 1rem;font-size: 0.45rem;padding: 0.5rem 0}
.help_list .more a{display: block;height: 1.1rem;color: #fff;text-align: center;background:#1780c1 url('../images/2-10_03.png') no-repeat center 0.8rem ;background-size:9px 5px;}

.help_article{padding-left: .3rem;padding-right:.3rem;background: #fff;}
.help_article .help_article_title{font-size: 0.9rem;color: #231815;line-height: 1rem;padding-top: .5rem;}
.help_article .article_head{margin: 0.3rem 0}
.help_article .article_head .img{float: left;width: 2rem;}
.help_article .article_head .img img{width: 1.6rem;height: 1.6rem;border-radius: 100%;}
.help_article .article_head .text{padding-top: 0.2rem;}
.help_article .article_head .text .name {height: 1rem;}
.help_article .article_head .text .name p{font-size: 0.7rem;color: #1680c1;line-height: 1.1rem;}
.help_article .article_head .text .name a{padding-left: 0.2rem;border-radius: 0.5rem;font-size: 0.6rem;color: #c1c2c2;margin: 0.2rem 0.1rem 0 0.1rem;}
.help_article .article_head .text .name span{font-size: 0.6rem;line-height: 1rem;}
.help_article .article_head .map{color: #a5a5a5;font-size: 0.4rem;}
.help_article .article_con{font-size: 0.75rem;color: #231815;line-height: 1.3rem;margin-top: 1rem;margin-bottom: 1rem;}
.help_article .article_con img{max-width: 100%;margin:0.5rem auto;}
.help_article .article_con p{}
.help_article .article_con .come{font-size: 0.55rem;color: #888;line-height: 0.75rem;height: 0.75rem;border-left: 1px solid #888;text-indent: 0.2rem;margin: 0.5rem 0;}


/************************ compatible *****************/
.panel-comm{border:1px solid transparent;}
.panel-fullsize{border:0;}
.panel-heading{padding:10px;background-color:#FFF;border-bottom:1px solid transparent;position:relative;}
.panel-expand > .panel-heading{margin-bottom:-1px;}
.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;}
.panel-body{padding:10px;}
.panel-body .panel-title{margin-bottom:5px;}
.panel-footer{padding:10px;border-top:1px solid #ddd;}
.panel-icon-r{position:absolute;right:10px;}
.panel-icon-l{position:absolute;left:10px;}
.panel-group > .panel-comm{border-bottom-width:0;}
.panel-group > .panel-comm:last-child{border-bottom-width:1px;}
.panel-group > .panel-comm > .panel-heading{border-bottom-width:0;}
.panel-group > .panel-comm > .panel-body,.panel-group > .panel-comm > .panel-collapse{border-top:1px solid transparent;}
.panel-default{border-color:#ddd;}
.panel-default > .panel-heading,.panel-default > .panel-footer{color:#666;border-color:#ddd;background:#F4EEE9;}
.panel-mycolor > .panel-comm,.panel-mycolor > .panel-heading,.panel-mycolor > .panel-footer{color:#666;border-color:#FFE297;background:#FFF3D5;}
.panel-white{border-color:#ddd;}
.panel-comm.panel-white,.panel-white > .panel-heading,.panel-white > .panel-body,.panel-white > .panel-collapse,.panel-white > .panel-footer{color:#666;border-color:#ddd!important;background:#FFF;}
.panel-heading .label-comm,.panel-footer .label-comm{position:relative;top:-2px;}
.form-box{font-size:14px;}
.form-box .form-item,.form-box .form-submit{margin-bottom:10px;padding:0;}
.form-box .form-item:after,.form-box .form-submit:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.form-box .form-submit{margin-bottom:0;}
.form-box .form-item label{display:block;}
.form-box .form-item > label{margin-bottom:5px;}
.form-box .item-inline > label{display:inline;}
.form-box .item-inline > label{margin-right:5px;}
.form-box fieldset{border:1px solid #ccc;background:#fffdf7;padding:10px;}
.form-box .group{margin-bottom:10px;}
.form-box .form-item input[type="text"],.form-box .form-item input[type="password"],.form-box .form-item input[type="email"],.form-box .form-item input[type="number"],.form-box .form-item input[type="url"],.form-box .form-item input[type="tel"],.form-box .form-item input[type="range"],.form-box .form-item input[type="search"],.form-box .form-item input[type="color"],.form-box .form-item input[type="month"],.form-box .form-item input[type="week"],.form-box .form-item input[type="time"],.form-box .form-item input[type="datetime-local"],.form-box .form-item input[type="datetime"],.form-box .form-item input[type="date"]{line-height:28px;padding:1px 2px;width:100%;border:1px solid #ccc;height:28px;border-radius:0;box-shadow:none;}
.form-box .form-item input[type="checkbox"],.form-box .form-item input[type="radio"]{margin-right:5px;}
.form-box .form-item textarea{width:100%;border:1px solid #ccc;height:80px;padding:2px;border-radius:0;box-shadow:none;}
.form-box .form-item select{width:100%;border-radius:0;}
.form-box .form-error{color:red;font-size:12px;}
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;}
.btn-sm,.btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;}
.btn-ls,.btn-group-ls > .btn{padding:3px 8px;font-size:12px;line-height:1.2;}
.btn-default{color:#333;background-color:#fff;border-color:#ccc;}
.btn-mycolor{color:#fff;background:-webkit-linear-gradient(top,#1880c1,#1880c1);background:-moz-linear-gradient(top,#1880c1,#1880c1);border-color:#1880c1;}
.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd;}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}
.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da;}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;}
.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a;}
.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0;}
.btn-group-auto{display:table;width:100%;table-layout:fixed;border-collapse:separate;}
.btn-group-auto > .btn,.btn-group-auto > .btn-group{display:table-cell;float:none;width:1%;}
.btn-group-auto > .btn-group .btn{width:100%;}
.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;}
.btn-group > .btn,.btn-group-vertical > .btn{position:relative;display:inline-block;vertical-align:middle;}
.btn-group > .btn,.btn-group-vertical > .btn{position:relative;float:left;}
.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn{display:block;float:none;width:100%;max-width:100%;}
.btn-group-mt10 > .btn,.btn-group-vertical > .btn-group{margin-top:10px;}
.btn-group-mt10 > .btn:first-child,.btn-group-vertical > .btn-group:first-child{margin-top:0;}
.pagination{margin-top:10px;text-align:center;color:#fbdd50;}
.pagination a{width:45%;margin:0 5px;}
.info-operation{padding:5px;color:#808080;border-bottom:#DBD7D2 1px solid;line-height:28px;font-size:14px;}
.sub_btn{padding:8px 50px;display:inline-block;background:#ffdf5a;color:#444444;font-size:12px;text-align:center;margin:0 5px;border:1px solid #fbdd50;text-decoration:none;background:-webkit-linear-gradient(top,#fef488,#FEE26B);background:-moz-linear-gradient(top,#FEE26B,#FEE26B,#FEE26B);border-radius:2px;}
.sub_btn:active{background:-webkit-linear-gradient(top,#FEE26B,#fef488);background:-moz-linear-gradient(top,#fef488,#FEE26B,#fef488);}
.abtn a{padding:0 10px;line-height:24px;display:inline-block;background:#ffdf5a;color:#444444;font-size:12px;text-align:center;margin:0 0 0 5px;border:1px solid #fbdd50;text-decoration:none;background:-webkit-linear-gradient(top,#fef488,#FEE26B);background:-moz-linear-gradient(top,#fef488,#FEE26B,#fef488);border-radius:2px;}
.abtn-disabled a{color:#808080;border:1px solid #ccc;background:-webkit-linear-gradient(top,#fff,#fff);background:-moz-linear-gradient(top,#fff,#808080,#fff);}
.disabled a{background:-webkit-linear-gradient(top,#fff,#fff);background:-moz-linear-gradient(top,#fff,#808080,#fff);}