*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
label{
    cursor: pointer;
}
ol,ul{
    list-style-type: none;
}
button{
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
input,button,img{
    border: none;
    outline: none;
}
body{
    font-family: 微软雅黑;
    min-width: 1200px;
    font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    _font-family: 'Tahoma';
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input{
    -moz-appearance:textfield;
}
.fl{
    float: left;
    display: inline;
}
.fr{
    float: right;
    display: inline;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.clear{
    width: 100%;
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
}
.head{
    width: 100%;
    height: 39px;
    line-height: 40px;
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
    z-index: 1000;
    position: relative;
}
.head .head-body{
    width: 1200px;
    height: 40px;
    margin: 0 auto
}
.head .Collection{
    font-size: 12px;
    color: #333333;
    float: left;
}
.head .Collection:hover{
    color: #ff6700;
}
.head .Collections{
    font-size: 12px;
    color: #333333;
    float: left;
    margin-right: 20px;
}
.head .Collections:hover{
    color: #ff6700;
}
.head .head-body .hello{
    float: left;
    font-size: 12px;
    color: #666666;
    margin-left: 30px;
    display: inline;
}
.head .head-body .hello a{
    font-size: 12px;
    color: #666666;
}
.head .head-body .hello a:hover{
    color: #ff6700;
}
.head .head-body .login{
    float: left;
    margin-left: 30px;
    font-size: 12px;
    color: #666666;
}
.head .head-body .login:hover{
    color: #ff6700;
}
.banner .banner-box .login-font{
    width: 225px;
    height: 60px;
    border-left: 1px solid #dcdddd;
    float: left;
    margin-left: 10px;
    margin-top: 40px;
    display: inline;
}
.banner .banner-box .login-font p{
    color: #fd8f00;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    float: left;
    width: 215px;
    margin-top: 7px;
    letter-spacing: 3px;
    display: inline;
}
.banner .banner-box .login-font span{
    color: #333333;
    font-size: 10px;
    padding-left: 10px;
    float: left;
    width: 215px;
}
.head .head-body .login.close{
    margin-left: 20px;
}
.head .head-body .right-head-nav{
    float: right;
    height: 40px;
    width: auto;
}
.head .head-body .right-head-nav li{
    padding-right: 20px;
    width: 72px;
    float: left;
    font-size: 12px;
    height: 40px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    background: url("../image/back-ground-big.png") 75px 17px no-repeat;
    position: relative;
    margin-left: 36px;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}
.head .head-body .right-head-nav li.on{
    background: url("../image/back-ground-big.png") 75px 17px no-repeat #ffffff;
    border-right: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
}
.head .head-body .right-head-nav li .post-list{
    width: 92px;
    position: absolute;
    top: 40px;
    left: -1px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
    z-index: 2;
    display: none;
}
.head .head-body .right-head-nav li .post-list.special{
    width: 1160px;
    border: 1px solid #dcdddd;
    border-top: none;
    height: 240px;
    right: -1px;
    left: auto;
    z-index: 999;
    padding: 20px;
}
.head .head-body .right-head-nav li .post-list.special .ul{
    border-right: 1px solid #dcdddd;
    height: 240px;
    float: left;
    overflow-y: auto;
    margin-right: 35px;
}
.head .head-body .right-head-nav li .post-list.special .ul .title-new{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #008888;
    font-weight: bold;
    background: none;
    text-align: left;
    line-height: 35px;
    padding-bottom: 10px;
    cursor: auto;
}
.head .head-body .right-head-nav li .post-list.special .ul a{
    width: 100px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
    float: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head .head-body .right-head-nav li .post-list.special .ul a:hover{
    color: #008888;
}
.head .head-body .right-head-nav li .post-list.special .ul.w400{
    width: 400px;
}
.head .head-body .right-head-nav li .post-list.special .ul.w300{
    width: 300px;
}
.head .head-body .right-head-nav li .post-list.special .ul.w200{
    width: 200px;
}
.head .head-body .right-head-nav li .post-list.special .ul.w100{
    width: 100px;
    border-right: none;
}
.head .head-body .right-head-nav li .post-list p{
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}
.head .head-body .right-head-nav li .post-list p:hover{
    background: #f6f6f6;
}
.head .head-body .right-head-nav li .post-list p a{
    font-size: 12px;
    color: #666666;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%;
}
.head .head-body .right-head-nav li .post-list img{
    width: 80px;
    height: 80px;
    display: block;
    padding: 10px 6px;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    float: none;
}
.head .head-body .right-head-nav li img{
    margin-top: 12px;
    float: left;
    display: inline;
    margin-left: 10px;
}
.banner{
    width: 100%;
    border-bottom: 1px solid #dcdddd;
    height: 140px;
}
.banner.bornone{
    border-bottom: none;
    height: 140px;
}
.banner .banner-box{
    width: 1200px;
    margin: 0 auto;
    height: 140px;
}
.banner .banner-box .logo{
    width: 460px;
    height: 140px;
    background: url("../image/logo6.jpg") center center no-repeat ;
    float: left;
}
.banner .banner-box .squr{
    line-height: 140px;
    color: #666666;
    font-size: 24px;
    margin-left: 25px;
    font-weight: bold;
}
.banner .banner-box .banner-mo{
    width: 400px;
    height: auto;
    float: left;
    margin-left: 60px;
    margin-top: 44px;
    display: inline;
}
.banner .banner-box .banner-mo .select-box{
    width: 400px;
    height: 40px;
    float: left;
}
.banner .banner-box .banner-mo .select-box input{
    width: 276px;
    border: 2px solid #008888;
    float: left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 16px;
    height: 16px;
    background: url("../image/back-ground-big.png") -971px 9px no-repeat;
}
.banner .banner-box .banner-mo .select-box button{
    width: 80px;
    height: 100%;
    line-height: 40px;
    float: left;
    background: #008888;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    text-align: center;
}
.banner .banner-box .banner-mo .hot{
    width: 100%;
    float: left;
    height: 37px;
}
.banner .banner-box .banner-mo .hot li{
    line-height: 37px;
    font-size: 12px;
    color: #666666;
    float: left;
}
.banner .banner-box .banner-mo .hot li a{
    font-size: 12px;
    color: #666666;
    float: left;
    margin-right: 14px;
}
.banner .banner-box .banner-mo .hot li a:hover{
    color: #ff6700;
}
.banner .banner-box .banner-mo .hot li.first{
    margin-right: 20px;
}
.banner .banner-box .order{
    width: 85px;
    height: 33px;
    border: 1px solid #dcdddd;
    float: right;
    margin-left: 10px;
    text-align: center;
    line-height: 35px;
    color: #666666;
    font-size: 14px;
    margin-top: 47px;
    display: inline;
    padding-left: 28px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.banner .banner-box .problem{
    width: 120px;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #fd8f00;
    margin-top: 44px;
    user-select: none;
}
.banner .banner-box .order.ios1{
    background: url("../image/back-ground-big.png") -970px -25px no-repeat;
}
.banner .banner-box .order.ios2{
    background: url("../image/back-ground-big.png") -970px -61px no-repeat;
}
.nav{
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #dcdddd;
    position:relative;
    z-index:998;
}
.nav .nav-box{
    width: 1200px;
    height: 42px;
    margin: 0 auto;
}
.nav .nav-box .nav-ul{
    width: auto;
    height: 42px;
    float: left;
}
.nav .nav-box .nav-ul li{
    float: left;
    width: auto;
    height: 42px;
    line-height: 42px;
    margin-left: 50px;
}
.nav .nav-box .all{
    width: 182px;
    height: 42px;
    float: left;
    line-height: 42px;
    padding-left: 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #008888;
}
.nav .nav-box .nav-ul li a{
    color: #333333;
    font-size: 14px;
    float: left;
}
.nav .nav-box .nav-ul li a.on{
    color: #fd8f00;
}
.nav .nav-box .nav-ul li a:hover{
    color: #fd8f00;
}
.nav .nav-box .tel{
    float: right;
    color: #008888;
    font-size: 18px;
    padding-left: 34px;
    background: url("../image/back-ground-big.png") -977px -97px no-repeat;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
}
.background{
    width: 100%;
    height: 500px;
}
.background .background-box{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}
.background .background-box .left-box{
    width: 200px;
    height: 480px;
    float: left;
    background: #332b2e;
    padding: 10px 0 10px 0;
    overflow-y: auto;
    position: relative;
}
.background .background-box .left-box ul{
    width: 100%;
    float: left;
    overflow-x: hidden;
}
.background .background-box .left-box ul li{
    width: 180px;
    line-height: 30px;
    float: left;
    cursor: pointer;
    padding-left: 18px;
}
.background .background-box .left-box ul li.on{
    background: #ffffff;
}
.background .background-box .left-box ul li.on span{
    color: #333333;
    font-weight: bold;
}
.hover-box{
    width: 519px;
    height: 498px;
    padding: 0 30px;
    position: absolute;
    left: 200px;
    top: 0;
    background: #ffffff;
    z-index: 2;
    border: 1px solid #dcdddd;
    display: none;
}
.hover-box.special{
    top: 42px;
}
.background .background-box .left-box ul li span{
    font-size: 12px;
    margin-right: 10px;
    color: #ffffff;
    float: left;
    display: inline;
}
.background .background-box .left-box ul li span.color{
    color: #bababa;
    margin-right: 7px;
}
.background .background-box .mob-box{
    width: 800px;
    height: 500px;
    float: left;
    z-index: 1;
    position: relative;
}
.background .background-box .mob-box .img-box{
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.background .background-box .mob-box .img-box a{
    width: 100%;
    height: 100%;
    float: left;
    display: none;
}
.background .background-box .mob-box .img-box a.on{
    display: block;
}
.background .background-box .mob-box .img-box img{
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}
.background .background-box .mob-box .left-btn{
    width: 40px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    background: url("../image/back-ground-big.png") -609px 0px;
    cursor: pointer;
}
.background .background-box .mob-box .left-btn.on{
    background: url("../image/back-ground-big.png") -564px 0px;
}
.background .background-box .mob-box .right-btn{
    width: 40px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -35px;
    background: url("../image/back-ground-big.png") -654px 0px;
    cursor: pointer;
}
.background .background-box .mob-box .bottom-banner{
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
}
.background .background-box .mob-box .bottom-banner span{
    padding: 7px 13px;
    background: url("../image/tou1.png");
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}
.background .background-box .mob-box .bottom-banner span.on{
    background: url("../image/tou2.png");
}
.background .background-box .mob-box .right-btn.on{
    background: url("../image/back-ground-big.png") -704px 0px;
}
.background .background-box .right-box{
    width: 198px;
    height: 499px;
    border: 1px solid #e5e5e5;
    border-top: none;
    float: left;
    display: inline;
    background: #ffffff;
    
}
.background .background-box .right-box .top{
    width: 180px;
    height: 110px;
    float: left;
    padding: 9px;
}
.background .background-box .right-box .top img{
    width: 100%;
    height: 100%;
    display: block;
}
.background .background-box .right-box .four-box{
    width: 100%;
    height: 154px;
    float: left;
    border-top: 1px solid #dcdddd;
}
.background .background-box .right-box .four-box li{
    width: 98px;
    height: 76px;
    border-bottom: 1px solid #dcdddd;
    float: left;
    border-right: 1px solid #dcdddd;
}
.background .background-box .right-box .four-box li.last{
    border-right: none;
}
.background .background-box .right-box .four-box li.i0 a{
    background: url("../image/back-ground-big.png") -12px 13px;
}
.background .background-box .right-box .four-box li.i1 a{
    background: url("../image/back-ground-big.png") -149px 13px;
}
.background .background-box .right-box .four-box li.i2 a{
    background: url("../image/back-ground-big.png") -284px 15px;
}
.background .background-box .right-box .four-box li.i3 a{
    background: url("../image/back-ground-big.png") -416px 15px;
}
.background .background-box .right-box .four-box li a{
    display: block;
    float: left;
    width: 100%;
    height: 27px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    padding-top: 49px;
}
.background .background-box .right-box .list{
    width: 168px;
    float: left;
    height: 150px;
    overflow: hidden;
    padding: 0 15px 0 15px;
}
.background .background-box .right-box .list ul{
    float: left;
    width: 100%;
}
.background .background-box .right-box .list li{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666666;
    float: left;
    width: 100%;
    font-style: normal;
}
.background .background-box .right-box .list li a{
    color: #666666;
    height: 28px;
    line-height: 28px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.background .background-box .right-box .list li a:hover{
    color: #fd8f00;
}
.d1 {
    margin:0 auto;
    width:168px;
    height:auto;
    overflow:hidden;
    white-space:nowrap;}
.d2 {
    margin:0px auto;
    background-color:#FF9933;
}
.open-door-index{
    width: 60px;
    height: 405px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -202.5px;
    z-index: 999;
    background: #ffffff;
}
.open-door-index li{
    width: 100%;
    height: 80px;
    margin-bottom: 1px;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    position: relative;
}
.open-door-index li a{
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    padding-top: 50px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.open-door-index li .num{
    color: #ffffff;
    font-style: normal;
    position: absolute;
    font-size: 12px;
    top: 10px;
    right: 7px;
    text-align: center;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background: url("../image/back-ground-big.png") 0px -70px;
}
.open-door-index li.jt{
    background: url("../image/index-right.png") 15px 14px no-repeat #a6a6a6;
}
.open-door-index li.gy{
    background: url("../image/index-right.png") 15px -63px no-repeat #a6a6a6;
}
.open-door-index li.gw{
    background: url("../image/index-right.png") 15px -143px no-repeat #a6a6a6;
}
.open-door-index li.xq{
    background: url("../image/index-right.png") 15px -227px no-repeat #a6a6a6;
}
.open-door-index li.fh{
    background: url("../image/index-right.png") 15px -308px no-repeat #a6a6a6;
    height: 30px;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    padding-top: 50px;
    line-height: 30px;
}
.open-door-index li.jt:hover{
    background: url("../image/index-right.png") 15px 14px no-repeat #4c4c4c;
}
.open-door-index li.gy:hover{
    background: url("../image/index-right.png") 15px -63px no-repeat #4c4c4c;
}
.open-door-index li.gw:hover{
    background: url("../image/index-right.png") 15px -143px no-repeat #4c4c4c;
}
.open-door-index li.xq:hover{
    background: url("../image/index-right.png") 15px -227px no-repeat #4c4c4c;
}
.open-door-index li.fh:hover{
    background: url("../image/index-right.png") 15px -308px no-repeat #4c4c4c;
}
.cxkb-font{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin: 15px 15px 0;
    width: 183px;
    padding-bottom: 8px;
}
.d1 .scroll a{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666666;
}
.div2 {
    width:auto;
    height:auto;
    font-size:12px;
    float:left;
    overflow:hidden;
}
.hover-box .hover-list{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dcdddd;
    margin-top: 20px;
    padding-bottom: 20px;
    float: left;
}
.hover-box .hover-list.bornone{
    border-bottom: none;
}
.hover-box .hover-list .title{
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
    float: left;
}
.hover-box .hover-list img{
    width: 220px;
    height: auto;
    float: left;
}
.hover-box .hover-list .title-span{
    margin-right: 15px;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #666666;
    float: left;
}
.hover-box .hover-list .title-span:hover{
    color: #ff6700;
}
.hover-box .hover-list .title-span a{
    color: #666666;
}
.hover-box .hover-list .title-span a:hover{
    color: #ff6700;
}
.content{
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding-bottom: 40px;
}
.content.post{
    position: relative;
}
.content .kill{
    width: 1200px;
    height: 240px;
    margin-top: 20px;
}
.content .kill .time{
    width: 154px;
    height: 100%;
    border-right: 1px solid #dcdddd;
    background: #fd8f00;
    float: left;
}
.content .kill .time .top{
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
}
.content .kill .time .bottom{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}
.content .kill .time .time-box{
    width: 124px;
    margin-left: 13px;
    margin-top: 15px;
    height: 30px;
    background: #2f3430;
    padding:0 4px;
}
.content .kill .time .time-box span{
    width: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.content .kill .time .time-box i{
    line-height: 25px;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    float: left;
    margin: 0 5px;
}
.content .kill .time .i{
    width: 40px;
    height: 45px;
    display: block;
    margin: 0 auto;
    background: url("../image/back-ground-big.png") -102px 0px;
}
.content .kill ul{
    float: left;
    width: 1044px;
    height: 238px;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
}
.content .kill ul li{
    width: 148px;
    height: 218px;
    border-right: 1px solid #dcdddd;
    float: left;
    padding: 20px 30px 0 30px;
    position: relative;
}
.content .kill ul li:last-child{
    border-right: none;
}
.content .kill ul li img{
    width: 148px;
    height: 148px;
    float: left;
    transition: all 0.6s;
}
.content .kill ul li img:hover{
    transform: scale(1.1);
}
.content .kill ul li a{
    float: left;
    width: 148px;
    height: 148px;
    overflow: hidden;
}
.content .kill ul li .name{
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    display: inline;
    float: left;
}
.content .kill ul li .dollor{
    float: left;
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}
.content .kill ul li .money{
    float: left;
    color: #999999;
    font-size: 12px;
    line-height: 28px;
    text-decoration: line-through;
    margin-left: 18px;
}
.content .coupon-list{
    width: 588px;
    height: 372px;
    float: left;
    border: 1px solid #dcdddd;
    margin-right: 20px;
    margin-top: 20px;
    display: inline;
}
.content .coupon-list .title{
    width: 200px;
    height: 58px;
    display: block;
    line-height: 58px;
    background: url("../image/back-ground-big.png") -880px -157px no-repeat;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-left: 22px;
}
.content .coupon-list .nav-list{
    width: 100%;
    height: 40px;
    float: left;
    background: #f7f7f7;
}
.content .coupon-list .nav-list li{
    width: 117px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    float: left;
    cursor: pointer;
}
.content .coupon-list .nav-list li.on{
    color: #fd8f00;
}
.content .coupon-list .nav-list li:hover{
    color: #fd8f00;
}
.content .coupon-list .coupon-box{
    width: 100%;
    height: 275px;
    float: left;
    overflow: hidden;
}
.content .coupon-list .coupon-box .box{
    width: 100%;
    height: 265px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}
.content .coupon-list .coupon-box .box li{
    width: 263px;
    height: 60px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
}
.content .coupon-list .coupon-box .box li a{
    width: 263px;
    height: 63px;
    float: left;
    position: relative;
}
.content .coupon-list .coupon-box .box li img{
    float: left;
    display: block;
    width: 60px;
    height: 60px;
}
.content .coupon-list .coupon-box .box li b{
    color: #008888;
    font-size: 24px;
    float: left;
    display: inline;
    margin-left: 18px;
    line-height: 60px;
}
.content .coupon-list .coupon-box .box li span{
    color: #333333;
    font-size: 12px;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    left: 90px;
    max-height: 60px;
    overflow: hidden;
    line-height: 20px;
}
.content .coupon-list.special{
    margin-right: 0;
}
.content .coupon-list.special .title{
    background: url("../image/back-ground-big.png") -857px -227px no-repeat;
}
.content .coupon-list .coupon-body{
    width: 588px;
    float: left;
    padding-bottom: 16px;
    height: 300px;
}
.content .coupon-list .coupon-body li{
    margin-left: 20px;
    margin-right: 8px;
    width: 260px;
    float: left;
    height: 70px;
    display: inline;
    background: #f6f6f6;
    position: relative;
    margin-top: 5px;
}
.content .coupon-list .coupon-body li .money{
    width: auto;
    max-width: 90px;
    float: left;
    height: 70px;
    line-height: 69px;
    overflow: hidden;
}
.content .coupon-list .coupon-body li .money i{
    font-style: normal;
    color: #fd8f00;
    font-size: 18px;
    float: left;
    margin-top: 8px;
    margin-left: 19px;
    line-height: 57px;
    display: inline;
}
.content .coupon-list .coupon-body li .money b{
    color: #fd8f00;
    font-size: 28px;
    float: left;
    font-weight: bolder;
    display: inline;
}
.content .coupon-list .coupon-body li .name{
    width: 110px;
    float: right;
    font-size: 12px;
    color: #666666;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-left: 10px;
    display: inline;
    margin-right: 50px;
}
.content .coupon-list .coupon-body li .font{
    width: 120px;
    float: right;
    font-size: 10px;
    color: #999999;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 40px;
    display: inline;
}
.content .coupon-list .coupon-body li .type{
    width: 20px;
    height: 50px;
    position: absolute;
    right: 0;
    background: #008888;
    top: 0;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    user-select: none;
}
.content .coupon-list .coupon-body li .type.ok{
    background: #c9c9c9;
    line-height: 18px;
    height: 54px;
    padding: 8px 15px;
    cursor: auto;
}
.content .gg-box{
    width: 100%;
    height: auto;
}
.content .gg-box a{
    display: block;
    height: auto;
    width: 100%;
    margin-top: 20px;
}
.content .gg-box a img{
    width: 100%;
    height: 80px;
    display: block;
}
.content .gg-box.special a img{
    height: 53px;
}
.content .type-box{
    width: 1200px;
    height: 450px;
    float: left;
    margin-top: 20px;
}
.content .type-box .floor{
    width: 180px;
    height: 449px;
    float: left;
    overflow: hidden;
    padding: 0 10px;
}
.content .type-box .floor.green{
    background: #67b687;
}
.content .type-box .floor .title{
    width: 160px;
    line-height: 80px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bolder;
    padding: 0 10px;
}
.content .type-box .floor img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}
.content .type-box .floor .name{
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 54px;
    height: 54px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .type-box .floor .btn-box{
    width: 182px;
    height: auto;
    float: left;
}
.content .type-box .floor .btn-box .btn{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    float: left;
    margin-right: 1px;
    margin-top: 1px;
    cursor: pointer;
}
.content .type-box .floor.green .btn-box .btn{
    background: #437658;
}
.content .type-box .floor.green .btn-box .btn.on{
    background: #294936;
}
.content .type-box .content-list{
    width: 999px;
    height: 448px;
    border-top: 1px solid #dcdddd;
    float: left;
}
.content .type-box .content-list .left-box{
    width: 371px;
    border-right: 1px solid #dcdddd;
    float: left;
    height: 447px;
    overflow: hidden;
    border-bottom: 1px solid #dcdddd;
}
.content .type-box .content-list .left-box .body-box{
    width: 318px;
    height: 407px;
    float: left;
    margin: 10px 16px;
    padding: 11px;
}
.content .type-box .content-list .left-box .body-box.green{
    background: #ddeae3;
}
.content .type-box .content-list .left-box .body-box img{
    width: 100%;
    height: 260px;
    display: block;
}
.content .type-box .content-list .left-box .body-box a{
    width: 318px;
    display: block;
    overflow: hidden;
}
.content .type-box .content-list .left-box .body-box .bottom{
    width: 278px;
    height: 120px;
    margin-top: 17px;
    padding: 0 20px;
}
.content .type-box .content-list .left-box .body-box .bottom.green{
    background: #f8fbf9;
}
.content .type-box .content-list .left-box .body-box .bottom .name{
    width: 100%;
    height: 63px;
    line-height: 63px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bolder;
    border-bottom: 1px dashed #dddddd;
    color: #666;
}
.content .type-box .content-list .left-box .body-box .bottom .font{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .type-box .content-list .right-box{
    width: 627px;
    height: 450px;
    float: left;
}
.content .type-box .content-list .right-box li{
    padding: 0 30px;
    border-right: 1px solid #dcdddd;
    float: left;
    width: 148px;
    height: 223px;
    border-bottom: 1px solid #dcdddd;
}
.content .type-box .content-list .right-box li .name{
    width: 100%;
    height: 53px;
    color: #333333;
    font-size: 14px;
    line-height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.content .type-box .content-list .right-box li a{
    width: 100%;
    height: 100%;
    float: left;
    display: block;
}
.content .type-box .content-list .right-box li img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 10px auto 0;
    transition: all 0.6s;
}
.content .type-box .content-list .right-box li img:hover{
    transform: scale(1.1);
}
.content .type-box .floor.blone{
    background: #957463;
}
.content .type-box .floor.blone .btn-box .btn{
    background: #614c40;
}
.content .type-box .floor.blone .btn-box .btn.on{
    background: #3c2e28;
}
.content .type-box .content-list .left-box .body-box.blone{
    background: #d0c1ba;
}
.content .type-box .content-list .left-box .body-box .bottom.blone{
    background: #f6f3f1;
}
.content .type-box .floor.pink{
    background: #e07895;
}
.content .type-box .floor.pink .btn-box .btn{
    background: #924e61;
}
.content .type-box .floor.pink .btn-box .btn.on{
    background: #5a303c;
}
.content .type-box .content-list .left-box .body-box.pink{
    background: #f1d2db;
}
.content .type-box .content-list .left-box .body-box .bottom.pink{
    background: #fcf6f8;
}
.content .type-box .floor.blue{
    background: #5aa9db;
}
.content .type-box .floor.blue .btn-box .btn{
    background: #3b6e8f;
}
.content .type-box .floor.blue .btn-box .btn.on{
    background: #244458;
}
.content .type-box .content-list .left-box .body-box.blue{
    background: #bbd8ee;
}
.content .type-box .content-list .left-box .body-box .bottom.blue{
    background: #f1f7fc;
}
.content .type-box .floor.red{
    background: #e17763;
}
.content .type-box .floor.red .btn-box .btn{
    background: #924d40;
}
.content .type-box .floor.red .btn-box .btn.on{
    background: #5a3028;
}
.content .type-box .content-list .left-box .body-box.red{
    background: #f6d0c9;
}
.content .type-box .content-list .left-box .body-box .bottom.red{
    background: #fdf6f4;
}
.content .friends{
    width: 1158px;
    height: auto;
    border: 1px solid #dcdddd;
    margin-top: 20px;
    float: left;
    padding: 0 20px 20px 20px;
}
.content .friends .title{
    color: #333333;
    font-size: 14px;
    font-weight: bolder;
    line-height: 55px;
    float: left;
    width: 100%;
}
.content .friends .font-box{
    width: 100%;
    height: auto;
    float: left;
}
.content .friends .font-box a{
    margin-right: 12px;
    color: #666666;
    font-size: 12px;
    float: left;
    line-height: 14px;
    padding-right: 10px;
    border-right: 2px solid #dcdddd;
}
.content .friends .font-box a:last-child{
    border-right:none;
}
.footer{
    width: 100%;
    height: 690px;
    background: #f4f4f4;
    border-top: 2px solid #008888;
}
.footer .top{
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #dcdddd;
    padding: 40px 0;
}
.footer .top .top-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footer .top .top-box ul{
    width: 100%;
    height: 100%;
    float: left;
}
.footer .top .top-box ul li{
    width: 200px;
    height: 100%;
    float: left;
}
.footer .top .top-box ul li b{
    width: 50px;
    height: 50px;
    float: left;
    color: #008888;
    background: url("../image/back-ground-big.png") -18px -67px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.footer .top .top-box ul li p{
    width: 130px;
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
    margin-left: 20px;
    display: inline;
}
.footer .top .top-box ul li span{
    color: #666666;
    font-size: 14px;
    float: left;
    line-height: 28px;
    margin-left: 20px;
    display: inline;
    width: 130px;
}
.footer .mobule{
    width: 100%;
    height: 229px;
    border-bottom: 1px solid #dcdddd;
}
.footer .mobule .mobule-box{
    width: 1200px;
    height: 189px;
    margin: 0 auto;
    padding-top: 40px;
}
.footer .mobule .mobule-box .code-box{
    width: 127px;
    height: auto;
    float: left;
    margin-right: 110px;
}
.footer .mobule .mobule-box .code-box img{
    width: 100%;
    height: auto;
}
.footer .mobule .mobule-box .code-box p{
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 14px;
}
.footer .mobule .mobule-box .footer-list{
    float: left;
    width: auto;
    margin-right: 60px;
}
.footer .mobule .mobule-box .footer-list p{
    color: #333333;
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 15px;
}
.footer .mobule .mobule-box .footer-list a{
    color: #666666;
    font-size: 12px;
    line-height: 28px;
    display: block;
}
.footer .mobule .mobule-box .footer-list a:hover{
    color: #ff6700;
}
.footer .mobule .mobule-box .last{
    width: 175px;
    float: right;
}
.footer .mobule .mobule-box .last p{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: bolder;
}
.footer .mobule .mobule-box .last b{
    color: #008888;
    font-size: 24px;
    float: left;
    margin-top: 20px;
    display: inline;
}
.footer .mobule .mobule-box .last span{
    font-size: 16px;
    color: #666666;
    float: left;
    margin-top: 20px;
    display: inline;
}
.footer .bottom{
    width: 100%;
    padding-top: 35px;
}
.footer .bottom p{
    font-size: 12px;
    line-height: 28px;
    width: 100%;
    text-align: center;
}
.footer .bottom a{
    width: 63px;
    height: auto;
    color: #666666;
    margin: 0 auto;
}
.footer .bottom a.bottom-wj{
    display: block;
}
.footer .bottom img{
    display: block;
    margin: 23px auto 0;
}
.footer .newbottom{
    padding-bottom: 20px;
}
.footer .newbottom a{
    display: block;
    width: 110px;
}
#cnzz_stat_icon_1278063845{
    display: block;
    background: #f4f4f4;
    padding-bottom: 10px;
}
#cnzz_stat_icon_1278063845 img{
    margin: 0 auto;
    display: block;
}
.nav .nav-box .all.special{
    padding-right: 20px;
    width: 180px;
    text-align: center;
    padding-left: 0;
    background: url("../image/back-ground-big.png") 158px -145px  no-repeat #008888;
    cursor: pointer;
    position: relative;
}
.nav .nav-box .all.special.on{
    background: url("../image/back-ground-big.png") 158px -202px no-repeat #008888;
}
.detail-all-list{
    width: 200px;
    height: 480px;
    position: absolute;
    top: 42px;
    left: 0;
    background: #332b2e;
    padding: 10px 0 10px 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    z-index: 2;
}
.detail-all-list li{
    width: 180px;
    line-height: 30px;
    float: left;
    cursor: pointer;
    padding-left: 20px;
}
.detail-all-list li span{
    font-size: 12px;
    margin-right: 10px;
    color: #ffffff;
    float: left;
    display: inline;
}
.detail-all-list li span.color{
    color: #bababa;
    margin-right: 7px;
}
.detail-all-list li.on{
    background: #ffffff;
}
.detail-all-list li.on span{
    color: #333;
    font-weight: bold;
}
.detail-all-list li.on .color{
    color: #bababa;
    font-weight: normal;
}
.content .left-nav{
    width: 178px;
    border: 1px solid #dcdddd;
    float: left;
    margin-top: 10px;
    border-bottom: none;
}
.content .left-nav .left-ul{
    width: 100%;
    height: auto;
    float: left;
}
.content .left-nav .left-ul li{
    width: 100%;float: left;
}
.content .left-nav .left-ul li.first{
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
    width: 148px;
    margin-left: 1px;
    border-bottom: 1px solid #dcdddd;
    font-weight: bold;
    background: #f1f1f1;
    line-height: 40px;
    margin: 0;
    height: 39px;
}
.content .left-nav .left-ul li span.on{
    background: url("../image/jian2.png") 30px 12px no-repeat;
}
.content .left-nav .left-ul li span{
    width: 118px;
    height: 34px;
    padding-left: 60px;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    font-size: 12px;
    font-weight: bolder;
    background: url("../image/jia.png") 30px 12px no-repeat;
    line-height: 35px;
    float: left;
    cursor: pointer;
}
.content .left-nav .left-ul li .tag-list{
    width: 100%;
    height: auto;
    background: #f9f9f9;
    float: left;
    padding: 5px 0;
    border-bottom: 1px solid #dcdddd;
    display: none;
}
.content .left-nav .left-ul li .tag-list li{
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    float: left;
}
.content .left-nav .left-ul li .tag-list li a{
    color: #333333;
    display: block;
    padding-left: 67px;
}
.content .left-nav .left-ul li .tag-list li a:hover{
    color: #fd8f00;
}
.content .left-nav .left-ul li .tag-list li a.on{
    color: #fd8f00;
}
.content .content-right{
    margin-left: 10px;
    width: 1010px;
    float: left;
    margin-top: 10px;
    display: inline;
    overflow-x: hidden;
}
.content .content-right .top-box{
    width: 1008px;
    height: auto;
    border: 1px solid #dcdddd;
    float: left;
    border-bottom: none;
    position: relative;
}
.content .content-right .top-box .mb-box{
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #dcdddd;
    background: #f1f1f1;
    font-size: 12px;
    line-height: 40px;
}
.content .content-right .top-box .mb-box span{
    color: #666666;
    float: left;
    display: inline;
    margin-left: 20px;
}
.content .content-right .top-box .mb-box a{
    color: #666666;
    float: left;
    display: inline;
}
.content .content-right .top-box .list{
    width: 963px;
    height: auto;
    padding: 10px 0 10px 45px;
    float: left;
    position: relative;
    border-bottom: 1px solid #dcdddd;
}
.content .content-right .top-box .list span{
    width: 70px;
    float: left;
    height: auto;
    line-height: 24px;
    font-weight: bolder;
    color: #666666;
    font-size: 12px;
}
.content .content-right .top-box .list ul{
    width: 840px;
    height: 48px;
    float: left;
    overflow: hidden;
    margin-right:40px;
}
.content .content-right .top-box .list ul.height{
    height: auto;
}
.content .content-right .top-box .list ul li{
    font-size: 12px;
    float: left;
    display: inline;
    width: 120px;
}
.content .content-right .top-box .list ul li a{
    line-height: 24px;
    color: #666666;
    float: left;
    font-size: 12px;
    cursor:pointer;
}
.content .content-right .top-box .list ul li a:hover{
    color: #ee3008;
}
.content .content-right .top-box .list ul li a.on{
    color:#005aa0;
}
.content .content-right .top-box .list .btn{
    width: 35px;
    padding-right: 13px;
    height: 18px;
    border: 1px solid #dcdddd;
    background: url("../image/back-ground-big.png") 32px 7px no-repeat;
    position: absolute;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
.content .content-right .top-box .list .btn.on{
    background: url("../image/back-ground-big.png") 32px -23px no-repeat;
}
.content .content-right .top-box .list .search{
    width: 780px;
    float: left;
    padding-left: 70px;
    height: 22px;
    margin-top: 3px;
}
.content .content-right .top-box .list .search input{
    width: 80px;
    height: 16px;
    float: left;
    border: 1px solid #dcdddd;
    padding-left: 10px;
    line-height: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.content .content-right .top-box .list .search i{
    margin: 0 10px;
    float: left;
    display: inline;
    line-height: 20px;
}
.content .content-right .top-box .list .search button{
    width: 50px;
    height: 22px;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    float: left;
    margin-left: 25px;
    background: #008888;
    cursor: pointer;
}
.content .content-right .top-box .click{
    width: 100px;
    padding-right: 27px;
    text-align: center;
    height: 27px;
    border: 1px solid #dcdddd;
    border-top: none;
    font-size: 12px;
    cursor: pointer;
    color: #999999;
    line-height: 28px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -114.5px;
    background: url("../image/back-ground-big.png") 94px 12px no-repeat;
}
.content .content-right .top-box .click.on{
    background: url("../image/back-ground-big.png") 94px -18px no-repeat;
}
.content .content-right .top-box .list.display{
    display: none;
}
.content .content-right .nav-bottom{
    width: 1008px;
    height: 39px;
    float: left;
    border: 1px solid #dcdddd;
    background: #f1f1f1;
    margin-top: 48px;
    display: inline;
}
.content .content-right .nav-bottom span{
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
.content .content-right .nav-bottom span.on,.content .content-right .nav-bottom span.ons{
    background-color: #008888;
    color: #ffffff;
    padding: 0 25px 0 15px;
    cursor:pointer;
}
.content .content-right .nav-bottom .first{
    width: 77px;
    height: 40px;
    float: left;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    padding:0 20px !important;
    color: #999;
    border-right: 1px solid #dcdddd;
}
.content .content-right .nav-bottom .second{
    float: left;
    padding: 0 20px 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #999;
    border-right: 1px solid #dcdddd;
    cursor: pointer;
}
.content .content-right .nav-bottom .second.on{
    background-image: url("../image/jt2.png");
    background-position:47px center;
    background-repeat:no-repeat;
}
.content .content-right .nav-bottom .second.ons{
    background-image: url("../image/jton.png");
    background-position:47px center;
    background-repeat:no-repeat;
}
.content .content-right .nav-bottom .second.special.on{
    background-image: url("../image/jt2.png");
    background-position:70px center;
    background-repeat:no-repeat;
}
.content .content-right .nav-bottom .second.special.ons{
    background-image: url("../image/jton.png");
    background-position:70px center;
    background-repeat:no-repeat;
}
.content .content-right .nav-bottom .rig-sear{
    width: auto;
    height: 40px;
    float: right;
    padding-right: 10px;
    padding-top: 0;
}
.content .content-right .nav-bottom .rig-sear .all{
    color: #666666;
    font-size: 12px;
    font-weight: bolder;
    float: left;
    margin-right: 28px;
    display: inline;
    line-height: 40px;
    background: none;
    border: none;
    padding: 0;
}
.content .content-right .nav-bottom .rig-sear .add{
    color: #fd8f00;
    float: left;
    font-size: 12px;
    line-height: 40px;
    display: inline;
    padding: 0;
}
.content .content-right .nav-bottom .rig-sear .old{
    color: #333;
    float: left;
    display: inline;
    font-size: 12px;
    line-height: 40px;
    margin-right: 20px;
}
.content .content-right .nav-bottom .rig-sear .prev{
    border: 1px solid #dcdddd;
    width: 48px;
    height: 18px;
    margin-top: 10px;
    float: left;
    background: url("../image/left4.png")  no-repeat center center #ffffff;
    text-align: center;
    line-height: 20px;
    padding: 0;
    cursor: pointer;
}
.content .content-right .nav-bottom .rig-sear .next{
    border: 1px solid #dcdddd;
    border-left: none;
    width: 49px;
    padding: 0;
    height: 18px;
    margin-top: 10px;
    float: left;
    background: url("../image/right6.png")  no-repeat center center #ffffff;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.content .content-right .nav-bottom .rig-sear .next:hover{
    background: url("../image/right6.png")  no-repeat center center #f6f6f6;
}
.content .content-right .nav-bottom .rig-sear .prev:hover{
    background: url("../image/left4.png")  no-repeat center center #f6f6f6;
}
.content .content-right .list-index{
    width: 1030px;
    float: left;
    height: auto;
}
.content .content-right .list-index li{
    width: 207px;
    height: 360px;
    float: left;
    padding: 20px;
    margin-top: 10px;
    margin-right: 5px;
    position: relative;
}
.content .content-right .list-index li:hover i{
    top: 11px;
    right: 11px;
}
.content .content-right .list-index li:hover img{
    transform: scale(1.1);
}
.content .content-right .list-index li:hover{
    border: 1px solid #dcdddd;
    padding: 19px;
}
.content .content-right .list-index li .img-box{
    width: 200px;
    height: 200px;
    float: left;
    overflow: hidden;
}
.content .content-right .list-index li .img-box img{
    display: block;
    width: 100%;
    transition: all 0.6s;
    height: 100%;
}
.content .content-right .list-index li .dollor{
    width: 100%;
    height: 28px;
    font-weight: bolder;
    font-size: 18px;
    color: #e4393c;
    float: left;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    display: inline;
}
.content .content-right .list-index li .name{
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    font-weight: bolder;
}
.w100{
    width: 100%;
}
.content .content-right .list-index li .font{
    width: 100%;
    height: 36px;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    overflow: hidden;
    display: inline;
    float: left;
}
.content .content-right .list-index li .see{
    float: left;
    width: 90px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    background: #008888;
    font-size: 12px;
    margin-top: 20px;
    display: inline;
    margin-left: 9px;
    user-select: none;
}
.content .content-right .list-index li .listen{
    float: left;
    width: 88px;
    height: 30px;
    border: 1px solid #dcdddd;
    text-align: center;
    line-height: 32px;
    color: #333;
    font-size: 12px;
    margin-top: 20px;
    margin-left: 10px;
    display: inline;
    user-select: none;
}
.page{
    width: 100%;
    height: auto;
    padding: 30px 0;
    text-align: center;
}
.page li {
    text-align: center;
    line-height: 27px;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin: 0 2px;
    height: 25px;
    border: 1px solid #dcdddd;
    *zoom:1;
    *display: inline;
    _zoom:1;
    _display: inline;
}
.page span {
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding: 0 5px;
    min-width: 15px;
}
.page a {
    font-size: 14px;
    color: #666666;
    display: block;
    height: 100%;
    cursor: pointer;
    padding: 0 5px;
    min-width: 15px;
}
.page .active{
    border: none;
    width: 27px;
    height: 27px;
    color: #333;
    font-weight: bolder;
}
.content .content-right .list-index li i{
    width: 31px;
    height: 18px;
    background: url("../image/back-ground-big.png") -71px -79px;
    position: absolute;
    top:12px;
    right: 12px;
    z-index: 2;
}
.content .content-right .list-index li i.on{
    background: url("../image/back-ground-big.png") -105px -79px;
}
.content .text-right{
    width: 998px;
    border: 1px solid #dcdddd;
    margin-left: 20px;
    float: left;
    margin-top: 10px;
    border-bottom: none;
}
.content .text-right .title{
    padding-left: 30px;
    width: 968px;
    background: #f1f1f1;
    height: 40px;
    font-size: 16px;
    color: #333333;
    font-weight: bolder;
    border-bottom: 1px solid #dcdddd;
    line-height: 40px;
    float: left;
}
.content .text-right ul{
    width: 938px;
    height: auto;
    float: left;
    padding: 5px 30px 15px 30px;
    border-bottom: 1px solid #dcdddd;
}
.content .text-right ul li{
    width: 100%;
    font-size: 14px;
    color: #008888;
    font-weight: bolder;
    margin-top: 10px;
}
.content .text-right ul li span{
    float: left;
    width: 134px;
    font-size: 12px;
    line-height: 24px;
}
.content .text-right ul li span a{
    color: #666666;
    float: left;
    font-weight: normal;
}
.content .detail-box{
    width: 100%;
    height: auto;
    padding-bottom: 90px;
}
.content .detail-box .mb-box{
    width: 100%;
    height: 55px;
    font-size: 12px;
    line-height: 55px;
}
.content .detail-box .mb-box span{
    color: #666666;
    float: left;
    display: inline;
}
.content .detail-box .mb-box a{
    color: #666666;
    float: left;
    display: inline;
}
.content .detail-box .font-img-box{
    width: 100%;
    height: auto;
    float: left;
}
.content .detail-box .font-img-box dt{
    width: 350px;
    height: 100%;
    float: left;
    position: relative;
}
.content .detail-box .font-img-box dt .img-box{
    width: 348px;
    height: 415px;
    border: 1px solid #dcdddd;
    float: left;
}
.font-img-box dt .img-box .lun-box{
    width: 100%;
    height: 56px;
}
.font-img-box dt .img-box .lun-box img{
    width: 56px;
    height: 56px;
    margin-left: 10px;
    margin-right: 2px;
    float: left;
    display: inline;
    cursor: pointer;
}
.font-img-box dt .collection{
    width: 75px;
    padding-left: 23px;
    text-align: center;
    line-height: 35px;
    height: 33px;
    border: 1px solid #dcdddd;
    float: left;
    margin-top: 15px;
    display: inline;
    background: url("../image/back-ground-big.png") -132px -162px  no-repeat;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
        -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.font-img-box dt .collection.on{
    background: url("../image/back-ground-big.png") -132px -208px  no-repeat;
}
.content .detail-box .font-img-box dd{
    padding-left: 40px;
    width: 810px;
    float: left;
}
.content .detail-box .font-img-box dd .name{
    width: 100%;
    color: #333333;
    line-height: 30px;
    font-size: 24px;
    float: left;
    font-weight: bold;
}
.content .detail-box .font-img-box dd .font{
    width: 100%;
    float: left;
    color: #999;
    font-size: 12px;
    line-height: 28px;
    border-bottom: 1px dashed #dcdddd;
    margin-top: 10px;
    padding-bottom: 15px;
    max-height: 70px;
    _height:70px;
    +height:70px;
    overflow: hidden;
}
.content .detail-box .font-img-box dd .list-detail{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    display: inline;
}
.content .detail-box .font-img-box dd .list-detail li{
    width: 100%;
    height: auto;
    float: left;
}
.content .detail-box .font-img-box dd .list-detail li .family{
    width: 90px;
    padding-left: 28px;
    height: 32px;
    border: 1px solid #dcdddd;
    line-height: 34px;
    text-align: center;
    background: url("../image/back-ground-big.png") -136px -72px no-repeat;
    color: #666666;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ask-detail-ks{
    width: 90%;
    height: 300px;
    padding: 20px 5% 67px 5%;
    display: none;
    position: relative;
}
.noyao{
    width: 100%;
    height: 120px;
    line-height: 20px;
    background: url("../image/noyao.png") no-repeat center 110px;
    padding-top: 200px;
    text-align: center;
    font-size: 14px;
    color: #898989;
    list-style: none;
}
.noyao.bgf{
    background: url("../image/noyao.png") no-repeat center 110px #ffffff;
}
.noyao.bor-bottom{
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .coll-box .news-list li.noyao{
    width: 100%;
    height: 120px;
    line-height: 20px;
    background: url('../image/noyao.png') no-repeat center 110px;
    padding-top: 200px;
    text-align: center;
    font-size: 14px;
    color: #898989;
    font-weight: normal;
}
.noyao.noask{
    background: url("../image/noask.png") no-repeat center 110px;
}
.content .content-right .list-index li.noyao{
    width: 1010px;
    height: 300px;
    line-height: 20px;
    background: url("../image/noyao.png") no-repeat center 110px;
    text-align: center;
    font-size: 14px;
    color: #898989;
    margin-right: 0;
    border: none;
    padding: 200px 0 0 0;
}
.ask-detail-ks .ask-detail-ks-btn{
    width: 120px;
    height: 40px;
    background: #fd8f00;
    color: #ffffff;
    float: left;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 20px;
}
.select_ask{
    width: 198px;
    height: 38px;
    border: 1px solid #dcdddd;
    z-index: 1;
    position: relative;
    margin-right: 30px;
}
.ask-title-new{
    width: 200px;
    font-weight: bold;
    margin-right: 40px;
    line-height: 50px;
}
.select_ask ul{
    position: absolute;
    top: 39px;
    left: -1px;
    width: 198px;
    border: 1px solid #dcdddd;
    border-top: none;
    border-bottom: none;
    display: none;
    background: #fff;
}
.select_ask ul li{
    padding-left: 20px;
    width: 178px;
    border-bottom: 1px solid #dcdddd;
    font-size: 12px;
    line-height: 40px;
    cursor: pointer;
}
.select_ask ul li:hover{
    background: #008888;
    color: #fff;
}
.select_ask span{
    width: 170px;
    padding-left: 28px;
    line-height: 40px;
    background: url("../image/back-ground-big.png") 163px 16px no-repeat;
    cursor: pointer;
}
.select_ask.on span{
    background: url("../image/back-ground-big.png") 163px -14px no-repeat;
}
.content .detail-box .font-img-box dd .list-detail li .family.on{
    background: url("../image/back-ground-big.png") -136px -117px no-repeat;
}
.content .detail-box .font-img-box dd .list-detail li.padd15{
    padding-bottom: 15px;
}
.content .detail-box .font-img-box dd .list-detail span{
    line-height: 35px;
    font-size: 12px;
    display: inline;
    float: left;
}
.content .detail-box .font-img-box dd .list-detail .ms{
    width: 723px;
    height: 100px;
    float: left;
    margin-left: 20px;
    display: inline;
    background: #f5f5f5;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content .detail-box .font-img-box dd .list-detail .ms .top{
    width: 703px;
    height: 32px;
    background: url("../image/ms.jpg") center center;
    float: left;
    padding: 5px 20px 5px 0;
}
.content .detail-box .font-img-box dd .list-detail .tit{
    color: #999999;
}
.content .detail-box .font-img-box dd .list-detail .tit.yh{
    letter-spacing: 4px;
}
.content .detail-box .font-img-box dd .list-detail .con{
    color: #333333;
    margin-left: 20px;
    width: 723px;
}
.content .detail-box .font-img-box dd .list-detail .con.wduan{
    width: 600px;
}
.content .detail-box .font-img-box dd .list-detail .con .money{
    color: #e4393c;
    font-size: 24px;
    line-height: 35px;
}
.content .detail-box .font-img-box dd .list-detail .con .io1{
    margin-left: 25px;
    color: #999999;
    line-height: 35px;
}
.content .detail-box .font-img-box dd .list-detail .con .io2{
    color: #333333;
    line-height: 35px;
    margin-left: 5px;
    text-decoration: line-through;
}
.content .detail-box .font-img-box dd .list-detail .con.seo{
    padding-left: 60px;
    margin-left: 80px;
    position: relative;
    width: 660px;
}
.content .detail-box .font-img-box dd .list-detail .con.seo .img-number{
    width: 100%;
    position: relative;
}
.content .detail-box .font-img-box dd .list-detail .con.seo .img-number .chick{
    width: 12px;
    height: 12px;
    border: 1px solid #c5c5c5;
    position: absolute;
    top: 19px;
    left: -24px;
    cursor: pointer;
}
.content .detail-box .font-img-box dd .list-detail .con.seo .img-number .chick.on{
    border: 1px solid #fd8f00;
    background: url("../image/g.png") center center no-repeat;
}
.content .detail-box .font-img-box dd .list-detail .con.seo .img-number img{
    width: 45px;
    height: 45px;
}
.content .detail-box .font-img-box dd .list-detail .con.seo .img-number span,.content .detail-box .font-img-box dd .list-detail .con.seo .img-number a{
    line-height: 45px;
    margin-left: 10px;
    color: #333333;
}
.content .detail-box .font-img-box dd .list-detail .con.seo .img-number a:hover{
    color: #fd8f00;
    text-decoration:underline;
}
.content .detail-box .font-img-box dd .list-detail .con.seo .w100{
    line-height: 35px;
}
.content .detail-box .font-img-box dd .list-detail .con.seo em{
    width: 50px;
    height: 22px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    color: #ffffff;
    background: #e4393c;
    position: absolute;
    top: 12px;
    left: 0;
}
.content .detail-box .font-img-box dd .list-detail .orange{
    color: #fd8f00;
    margin-left: 20px;
    line-height: 35px;
    font-size: 12px;
    display: inline;
    float: left;
    width: 730px;
}
.content .detail-box .font-img-box dd .list-detail .orange i{
    float: left;
    margin-right: 5px;
    background: #e4393c;
    color: #ffffff;
    font-size: 12px;
    height: 18px;
    padding: 0 2px;
    line-height: 18px;
    font-style: normal;
    margin-top: 8px;
    cursor: pointer;
}
.content .detail-box .font-img-box dd .list-detail .tit.mar55{
    margin-top: 55px;
}
.content .detail-box .font-img-box dd .list-detail .ms .top span{
    color: #ffffff;
    line-height: 32px;
    margin-left: 20px;
    margin-right: 10px;
}
.content .detail-box .font-img-box dd .list-detail .ms .top span.fr{
    float: right;
}
.content .detail-box .font-img-box dd .list-detail .ms .top i{
    width: 32px;
    height: 32px;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
    line-height: 32px;
    background: #2f3430;
}
.content .detail-box .font-img-box dd .list-detail .ms .top cite{
    line-height: 27px;
    font-size: 30px;
    color: #ffffff;
    margin: 0 5px;
    font-style: normal;
}
.content .detail-box .font-img-box dd .list-detail .ms .bottom{
    height: 24px;
    padding: 17px;
    float: left;
    line-height: 24px;
    width: 694px;
}
.content .detail-box .font-img-box dd .list-detail .ms .bottom b{
    color: #e4393c;
}
.content .detail-box .font-img-box dd .list-detail .ms .bottom span{
    color: #999999;
    line-height: 24px;
    margin-left: 28px;
}
.content .detail-box .font-img-box dd .list-detail .ms .bottom span.special{
    text-decoration: line-through;
    margin-left: 10px;
    color: #333;
}
.content .detail-box .font-img-box dd .list-detail .ms .bottom .ls{
    width: 90px;
    height: 22px;
    border: 1px solid #e4393c;
    background: #ffffff;
    text-align: center;
    line-height: 24px;
    color: #e4393c;
    margin-left: 20px;
}
.content .detail-box .font-img-box dd .list-detail li .gg{
    width: auto;
    padding: 0 16px;
    height: 27px;
    border: 1px solid #dcdddd;
    text-align: center;
    line-height: 27px;
    color: #333333;
    margin-left: 20px;
    margin-top: 5px;
    cursor: pointer;
    background: #f9f9f9;
    position: relative;
}
.content .detail-box .font-img-box dd .list-detail li .gg i{
    width: 10px;
    height: 10px;
    background: url("../image/back-ground-big.png") -115px -58px  no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.content .detail-box .font-img-box dd .list-detail li .gg.on{
    width: auto;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    border: 2px solid #e4393c;
    background: #ffffff;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.content .detail-box .font-img-box dd .list-detail li .gg.on i{
    display: block;
}
.content .detail-box .font-img-box dd .list-detail li .number{
    width: 90px;
    height: 34px;
    margin-left: 20px;
}
.content .detail-box .font-img-box dd .list-detail li .number .num{
    width: 40px;
    height: 32px;
    border: 1px solid #bcbcbc;
    text-align: center;
    line-height: 34px;
    color: #333333;
    font-weight: bolder;
    margin-right: 5px;
}
.content .detail-box .font-img-box dd .list-detail li .number .jia{
    width: 40px;
    height: 13px;
    border: 1px solid #dcdddd;
    background: url("../image/back-ground-big.png") 14px -26px no-repeat;
    cursor: pointer;
}
.content .detail-box .font-img-box dd .list-detail li .number .jian{
    width: 40px;
    height: 13px;
    border: 1px solid #dcdddd;
    background: url("../image/back-ground-big.png") 14px 4px no-repeat;
    cursor: pointer;
    margin-top: 4px;
}
.content .detail-box .font-img-box dd .list-detail li .need{
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    background: #fd8f00;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.content .detail-box .font-img-box dd .list-detail li .listen{
    width: 153px;
    height: 45px;
    text-align: center;
    padding-left: 27px;
    line-height: 45px;
    color: #ffffff;
    border-radius: 3px;
    margin-top: 20px;
    background: url("../image/back-ground-big.png") -773px 14px #e4393c no-repeat;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.content .detail-box .font-img-box dd .list-detail li .car{
    width: 153px;
    height: 45px;
    text-align: center;
    padding-left: 27px;
    line-height: 45px;
    color: #ffffff;
    border-radius: 3px;
    margin-top: 20px;
    background: url("../image/back-ground-big.png") -781px -35px #fd8f00 no-repeat;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.content .detail-box .font-img-box dd .list-detail li .buy{
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    border-radius: 3px;
    margin-top: 20px;
    background: #e4393c;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-right: 10px;
}
.content .detail-box .font-img-box dd .list-detail li .tel-box{
    width: 324px;
    height: 43px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #008888;
    margin-top: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.list-detail li .tel-box input{
    width: 160px;
    height: 43px;
    padding-left: 15px;
    line-height: 45px;
}
.content .detail-box .font-img-box dd .list-detail li .tel-box span{
    width: 118px;
    height: 43px;
    color: #ffffff;
    background: url("../image/back-ground-big.png") -786px -82px no-repeat #008888;
    padding-left: 31px;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
.content .detail-box .font-img-box dd .list-detail li .fotle{
    margin-left: 15px;
}
.content .detail-box .font-img-box dd .list-detail li .fotle i{
    width: 14px;
    height: 14px;
    color: #ffffff;
    background: #008888;
    text-align: center;
    line-height: 14px;
    font-style: normal;
    padding: 0 2px;
    border-radius: 3px;
}
.content .detail-body{
    width: 100%;
    height: auto;
}
.content .detail-body .left-detail{
    width: 238px;
    border: 1px solid #dcdddd;
    border-bottom: none;
}
.content .detail-body .left-detail .detail-title{
    width: 220px;
    height: 39px;
    border-bottom: 1px solid #dcdddd;
    padding-left: 18px;
    color: #333;
    line-height: 40px;
    background: #f1f1f1;
    font-weight: bold;
}
.content .detail-body .left-detail ul{
    width: 100%;
    height: auto;
}
.content .detail-body .left-detail ul li{
    padding: 20px 29px 0 29px;
    width: 180px;
    border-bottom: 1px solid #dcdddd;
}
.content .detail-body .left-detail ul li .img-box{
    width: 100%;
    height: 180px;
}
.content .detail-body .left-detail ul li .img-box img{
    width: 100%;
    height: 100%;
    display: block;
}
.content .detail-body .left-detail ul li .name{
    width: 100%;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-weight: bold;
    text-align: center;
}
.content .detail-body .left-detail ul li .money{
    width: 100%;
    color: #e4393c;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.content .detail-body .right-detail{
    width: 940px;
    margin-left: 20px;
}
.content .detail-body .right-detail .detail-one{
    width: 938px;
    border: 1px solid #dcdddd;
    height: auto;
}
.content .detail-body .right-detail .detail-one .detail-nav{
    width: 100%;
    height: 38px;
}
.content .detail-body .right-detail .detail-one .detail-nav li{
    width: 110px;
    text-align: center;
    padding: 10px 0;
}
.content .detail-body .right-detail .detail-one .detail-nav li span{
    font-size: 12px;
    border-right: 1px solid #dddddd;
    color: #333;
    line-height: 18px;
    width: 110px;
    cursor: pointer;
}
.content .detail-body .right-detail .detail-one .detail-nav li.bornone span{
    border-right: none;
}
.content .detail-body .right-detail .detail-one .detail-nav li.on{
    border-top: 2px solid #008888;
    margin-top: -2px;
}
.content .detail-body .right-detail .detail-one .detail-nav li.on span{
    color: #008888;
    font-weight: bold;
}
.content .detail-body .right-detail .detail-one .one-box{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    position: relative;
    display: none;
}
.content .detail-body .right-detail .detail-one .one-box.on{
    display: block;
}
.content .detail-body .right-detail .detail-one .one-box ul{
    width: 740px;
    height: auto;
    padding: 20px 30px 0;
}
.content .detail-body .right-detail .detail-one .one-box ul li{
    width: 170px;
}
.content .detail-body .right-detail .detail-one .one-box ul li .team{
    width: 130px;
    position: relative;
}
.content .detail-body .right-detail .detail-one .one-box ul li .team .number-team{
    width: 28px;
    height: 28px;
    background: #e4393c;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    display: block;
}
.content .care-list tr.mjdz-box:hover td span{
    color: #e4393c;
}
.content .detail-body .right-detail .detail-one .one-box ul li .team img{
    width: 130px;
    height: 130px;
}
.yh-tour{
    display: none;
}
.content .detail-body .right-detail .detail-one .one-box ul li .team .name{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    text-align: center;
}
.content .detail-body .right-detail .detail-one .one-box ul li .team .money{
    width: 100%;
    text-align: center;
    color: #e4393c;
}
.content .detail-body .right-detail .detail-one .one-box ul li:last-child span{
    display: none;
}
.content .detail-body .right-detail .detail-one .one-box ul li span{
    width: 40px;
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.content .detail-body .right-detail .detail-one .one-box .yh-box{
    width: 175px;
    position: absolute;
    top: 22px;
    right: 0;
}
.content .detail-body .right-detail .detail-one .one-box .yh-box .name{
    width: 100%;
    height: auto;
    color: #666666;
    line-height: 28px;
    font-weight: bold;
}
.content .detail-body .right-detail .detail-one .one-box .yh-box .money{
    width: 100%;
    color: #e4393c;
    line-height: 28px;
    font-weight: bold;
}
.content .detail-body .right-detail .detail-one .one-box .yh-box .js{
    width: 100%;
    color: #999999;
    line-height: 28px;
}
.content .detail-body .right-detail .detail-one .one-box .yh-box a{
    display: block;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    border-radius: 3px;
    background: #e4393c;
}
.content .detail-body .right-detail .detail-ul{
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border-right: 1px solid #dcdddd;
}
.content .detail-body .right-detail .detail-ul li{
    width: 234px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    color: #666666;
    background: #f1f1f1;
    line-height: 40px;
    border: 1px solid #dcdddd;
    border-right: none;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.content .detail-body .right-detail .detail-ul li.on{
    border: 1px solid #008888;
    background: #008888;
    color: #ffffff;
    border-right: none;
}
.content .detail-body .right-detail .fl-box{
    width: 100%;
    height: auto;
}
.content .detail-body .right-detail .fl-box .detail{
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: none;
}
.content .detail-body .right-detail .fl-box .detail.on{
    display: block;
}
.content .detail-body .right-detail .fl-box .detail table{
    width: 100%;
    border: 1px solid #dcdddd;
    border-bottom: none;
    border-right: none;
    border-collapse: collapse;
}
.content .detail-body .right-detail .fl-box .detail table tr{
    border-bottom: 1px solid #dcdddd;
}
.content .detail-body .right-detail .fl-box .detail table tr th{
    width: 149px;
    height: 34px;
    background: #f5f5f5;
    font-size: 12px;
    border-right: 1px solid #dcdddd;
    font-weight: normal;
}
.content .detail-body .right-detail .fl-box .detail table tr td{
    width: 709px;
    border-right: 1px solid #dcdddd;
    padding: 10px 40px;
    font-size: 12px;
}
.content .detail-body .right-detail .fl-box .detail .img-box{
    width: 100%;
    height: auto;
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #898989;
}
.content .detail-body .right-detail .fl-box .detail .img-box img{
    width: 100%;
    height: 100%;
    display: block;
}
.content .detail-body .right-detail .fl-box .detail .list{
    width: 938px;
    height: auto;
    margin-top: 20px;
    border: 1px solid #dcdddd;
}
.content .detail-body .right-detail .fl-box .detail .list .title{
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 24px;
    color: #666666;
}
.content .detail-body .right-detail .fl-box .detail .list ul{
    width: 100%;
    height: auto;
}
.content .detail-body .right-detail .fl-box .detail .list ul li{
    width: 280px;
    height: 357px;
    margin-left: 23px;
    padding-bottom: 30px;
}
.content .detail-body .right-detail .fl-box .detail .list ul li .img-box{
    width: 237px;
    height: 239px;
    display: block;
    padding: 18px 20px 0 20px;
    border: 1px solid #dcdddd;
    border-bottom: none;
    margin-top: 0;
}
.content .detail-body .right-detail .fl-box .detail .list ul li .img-box img{
    width: 100%;
    height: 100%;
    display: block;
}
.content .detail-body .right-detail .fl-box .detail .list ul li .name{
    width: 237px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    border-right: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
    display: block;
}
.content .detail-body .right-detail .fl-box .detail .list ul li .bottom{
    width: 279px;
    height: 55px;
    background: #555555;
    position: relative;
}
.content .detail-body .right-detail .fl-box .detail .list ul li .bottom .money{
    width: 256px;
    padding-left: 23px;
    color: #ffffff;
    padding-top: 5px;
    line-height: 22px;
}
.content .detail-body .right-detail .fl-box .detail .list ul li .bottom .money b{
    font-size: 20px;
}
.content .detail-body .right-detail .fl-box .detail .list ul li .bottom .dollor{
    width: 256px;
    padding-left: 23px;
    color: #bcbcbc;
    text-decoration: line-through;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.content .detail-body .right-detail .fl-box .detail .list ul li .bottom .lj{
    width: 40px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fd8f00;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding: 8px 10px 0;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.content .detail-body .right-detail .fl-box .detail .wx-box{
    width: 940px;
    height: 320px;
    margin-top: 20px;
}
.content .detail-body .right-detail .fl-box .detail .wx-box .title{
    width: 920px;
    background: #008888;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #ffffff;
    font-weight: bold;
}
.content .detail-body .right-detail .fl-box .detail .wx-box .four-box{
    width: 938px;
    height: 279px;
    border: 1px solid #dcdddd;
    border-top: none;
    padding-bottom: 30px;
}
.content .detail-body .right-detail .fl-box .detail .wx-box .four-box .four{
    width: 50%;
    height: 50%;
}
.content .detail-body .right-detail .fl-box .detail .wx-box .four-box .four.a{
    background: url("../image/detail-list-back.png") no-repeat 25px 35px;
}
.content .detail-body .right-detail .fl-box .detail .wx-box .four-box .four.b{
    background: url("../image/detail-list-back.png") no-repeat 25px -100px;
}
.content .detail-body .right-detail .fl-box .detail .wx-box .four-box .four.c{
    background: url("../image/detail-list-back.png") no-repeat 29px -238px;
}
.content .detail-body .right-detail .fl-box .detail .wx-box .four-box .four.d{
    background: url("../image/detail-list-back.png") no-repeat 23px -395px;
}
.content .detail-body .right-detail .fl-box .detail .wx-box .four-box .four .top{
    padding-left: 110px;
    font-size: 20px;
    color: #333333;
    margin-top: 40px;
    padding-bottom: 12px;
    font-weight: bold;
}
.content .detail-body .right-detail .fl-box .detail .wx-box .four-box .four .mod{
    padding-left: 110px;
    color: #666666;
}
.right-detail .fl-box .detail .cp-box{
    width: 898px;
    padding: 20px;
    border: 1px solid #dcdddd;
}
.right-detail .fl-box .detail .cp-box p{
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}
.right-detail .fl-box .detail .cp-box img{
    width: auto;
    height: auto;
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
.right-detail .fl-box .detail .picture-font{
    width: 100%;
    margin-top: 20px;
    height: auto;
}
.right-detail .fl-box .detail .picture-font img{
    display: block;
    width: 100%;
    height: auto;
}
.right-detail .fl-box .detail .comment{
    width: 938px;
    height: 164px;
    border: 1px solid #dcdddd;
}
.right-detail .fl-box .detail .comment .left-com{
    width: 210px;
    height: 164px;
}
.right-detail .fl-box .detail .comment .left-com p{
    width: 100%;
    color: #333333;
    line-height: 42px;
    text-align: center;
}
.right-detail .fl-box .detail .comment ul{
    width: 720px;
    height: auto;
    margin-top: 20px;
}
.right-detail .fl-box .detail .comment ul li{
    margin-top: 10px;
    margin-right: 10px;
    width: 110px;
    height: 21px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #dcdddd;
    color: #999999;
}
.right-detail .fl-box .detail .comment-box{
    width: 938px;
    height: auto;
    border: 1px solid #dcdddd;
    border-bottom: none;
    margin-top: 20px;
}
.right-detail .fl-box .detail .comment-box .comment-nav{
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #dcdddd;
}
.right-detail .fl-box .detail .comment-box .comment-nav li{
    padding: 16px 0;
    width: 141px;
    height: 12px;
    line-height: 12px;
    cursor: pointer;
}
.right-detail .fl-box .detail .comment-box .comment-nav li span{
    width: 140px;
    border-right: 1px solid #cccccc;
    text-align: center;
}
.right-detail .fl-box .detail .comment-box .comment-nav li span.last{
    border-right: none;
}
.right-detail .fl-box .detail .comment-box .comment-nav li.on span{
    color: #008888;
    font-weight: bold;
}
.right-detail .fl-box .detail .comment-box .comment-nav li.on{
    border-top: 2px solid #008888;
    margin-top: -2px;
}
.right-detail .fl-box .detail .comment-box .comment-body{
    width: 100%;
    height: auto;
}
.right-detail .fl-box .detail .comment-box .comment-body .box{
    width: 100%;
    height: auto;
    border-top: none;
    display: none;
    border-bottom: none;
}
.right-detail .fl-box .detail .comment-box .comment-body .box.on{
    display: block;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li{
    width: 798px;
    padding: 20px 20px 20px 120px;
    border-bottom: 1px solid #dcdddd;
    position: relative;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li.noyao{
    padding: 200px 0 0 0;
    width: 100%;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .img-box{
    width: 80px;
    height: auto;
    position: absolute;
    top: 0;
    left: 20px;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .img-box img{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .img-box p{
    width: 100%;
    color: #666666;
    line-height: 35px;
    text-align: center;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .back{
    width: 100%;
    height: 16px;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .back .xing5{
    width: 87px;
    height: 16px;
    background: url("../image/xback.png") center center no-repeat;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .back .xing1{
    width: 17px;
    height: 16px;
    background: url("../image/xback.png") left center no-repeat;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .back .xing2{
    width: 33px;
    height: 16px;
    background: url("../image/xback.png") left center no-repeat;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .back .xing3{
    width: 51px;
    height: 16px;
    background: url("../image/xback.png") left center no-repeat;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .back .xing4{
    width: 69px;
    height: 16px;
    background: url("../image/xback.png") left center no-repeat;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .font{
    line-height: 28px;
    color: #333333;
    margin-top: 15px;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .lis{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .lis li{
    width: 60px;
    height: 60px;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .lis li img{
    width: 100%;
    height: 100%;
    display: block;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .big-img{
    width: 180px;
    height: 180px;
    margin-top: 20px;
}
.right-detail .fl-box .detail .comment-box .comment-body .box li .time{
    width: 100%;
    line-height: 24px;
    color: #999999;
    margin-top: 15px;
}
.login-head{
    width: 100%;
    height: 137px;
}
.login-head .login-head-box{
    width: 1000px;
    margin: 0 auto;
    height: 137px;
}
.login-head .login-head-box .logo{
    width: 460px;
    height: 137px;
    background: url("../image/logo6.jpg") left center no-repeat;
}
.login-head .login-head-box .login-font p{
    color: #fd8f00;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    float: left;
    width: 215px;
    margin-top: 7px;
    letter-spacing: 3px;
    display: inline;
}
.login-head .login-head-box .login-font span{
    color: #333333;
    font-size: 10px;
    padding-left: 10px;
    float: left;
    width: 215px;
    line-height: 20px;
}
.login-head .login-head-box .login-font{
    width: 225px;
    height: 60px;
    border-left: 1px solid #dcdddd;
    float: left;
    margin-left: 10px;
    margin-top: 40px;
    display: inline;
}
.login-head .login-head-box .register-a{
    width: 93px;
    height: 33px;
    border: 1px solid #dcdddd;
    line-height: 35px;
    text-align: center;
    color: #008888;
    margin-top: 52px;
}
.login-head .login-head-box span{
    line-height: 137px;
    color: #666666;
    margin-right: 10px;
}
.public{
    width: 100%;
    height: 600px;
    background: #d9eded;
}
.public .public-box{
    width: 1000px;
    height: 500px;
    padding: 50px 0;
    margin: 0 auto;
}
.public .public-box .from{
    width: 370px;
    height: 500px;
    background: #ffffff;
    border-radius: 5px;
}
.public .public-box .from .login-nav{
    width: 310px;
    height: 54px;
    padding: 0 30px;
    border-bottom: 1px solid #dcdddd;
}
.public .public-box .from .login-box{
    width: 100%;
    height: auto;
}
.public .public-box .from .login-nav li{
    width: 50%;
    height: 12px;
    padding: 21px 0;
    cursor: pointer;
}
.public .public-box .from .login-nav li.on{
    border-bottom: 2px solid #008888;
}
.public .public-box .from .login-nav li.on span{
    color: #008888;
}
.public .public-box .from .login-nav li span{
    width: 100%;
    height: 12px;
    line-height: 12px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #666;
}
.public .public-box .from .login-nav li span.bor{
    border-right: 1px solid #dcdddd;
}
.public .public-box .from .login-from{
    width: 310px;
    padding: 10px 30px 0;
    height: auto;
    display: none;
}
.public .public-box .from .login-from.on{
    display: block;
}
.public .public-box .from .login-from li{
    width: 100%;
    height: auto;
}
.public .public-box .from .login-from li .find{
    color: #999999;
    line-height: 28px;
    margin-top: 20px;
}
.public .public-box .from .login-from li .inp{
    width: 298px;
    height: 16px;
    line-height: 16px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    border: 1px solid #dcdddd;
    padding-left: 10px;
    margin-top: 20px;
}
.public .public-box .from .login-from li .geet{
    width: 298px;
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    margin-top: 20px;
}
.public .public-box .from .login-from li .inp.duan{
    width: 189px;
    border-right: none;
}
.public .public-box .from .login-from li .code{
    width: 108px;
    height: 43px;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #dcdddd;
}
.public .public-box .from .login-from li .yz{
    width: 110px;
    height: 45px;
    margin-top: 20px;
    cursor: pointer;
    color: #ffffff;
    background: #008888;
    text-align: center;
    line-height: 45px;
}
.public .public-box .from .login-from li .yz.on{
    background: #dedede;
    color: #898989;
}
.public .public-box .from .login-from li .subment{
    width: 100%;
    height: 45px;
    margin-top: 20px;
    background: #008888;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    cursor: pointer;
}
.public .public-box .from .login-from li .check{
    width: 14px;
    height: 14px;
    border:1px solid #dcdddd;
    cursor: pointer;
}
.public .public-box .from .login-from li.special{
    width: 100%;
    margin-top: 20px;
}
.public .public-box .from .login-from li.special .chick{
    width: 12px;
    height: 12px;
    border: 1px solid #dddddd;
    background: #ffffff;
    cursor: pointer;
}
.public .public-box .from .login-from li.special .chick.on{
    background: url("../image/g.png") center center no-repeat;
}
.public .public-box .from .login-from li.special.mar30{
    margin-top: 30px;
}
.public .public-box .from .login-from li.back{
    width: 100%;
    background: url("../image/line3.png") center center no-repeat;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}
.public .public-box .from .login-from li.three-login{
    text-align: center;
    margin-top: 20px;
    color: #666666;
}
.public .public-box .from .login-from li.three-login .qq{
    padding: 16px;
    background: url("../image/qq3.png") center center no-repeat;
    margin: 0 18px;
}
.public .public-box .from .login-from li.three-login .wx{
    padding: 16px;
    background: url("../image/wx2.png") center center no-repeat;
    margin: 0 18px;
}
.public .public-box .from .login-from li.three-login .wb{
    padding: 16px;
    background: url("../image/wb1.png") center center no-repeat;
    margin: 0 18px;
}
.public .public-box .from .login-from li.special label{
    line-height: 16px;
    color: #999999;
    margin-left: 12px;
}
.public .public-box .from .login-from li.special label a{
    color: #999999;
}
.public-footer{
    width: 100%;
    height: 293px;
    padding-top: 50px;
    background: #ffffff;
}
.public-footer p{
    color: #666666;
    width: 100%;
    text-align: center;
    line-height: 28px;
}
.register{
    width: 100%;
    height: 550px;
    background: #f0f0f0;
    padding: 50px 0;
}
.register.change{
    display: none;
    background: #ffffff;
    padding: 0;
    border: none;
    height: auto;
    display: none;
}
.register.change.on{
    display: block;
}
.register.change .register-box{
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
}
.register.changes{
    display: none;
    background: #ffffff;
    padding: 0;
    border: none;
    height: auto;
}
.register.changes .register-box{
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
}
.register .register-box{
    width: 938px;
    height: 548px;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 30px;
    border: 1px solid #dcdddd;
}
.register .register-box .title{
    width: 100%;
    height: 94px;
    border-bottom: 1px solid #dcdddd;
    color: #333333;
    font-size: 24px;
    line-height: 94px;
    font-weight: bold;
    text-align: center;
}
.register .register-box .register-list{
    width: 450px;
    height: auto;
    margin: 28px auto 0;
}
.register .register-box .register-list li{
    width: 100%;
    margin-top: 12px;
}
.register .register-box .register-list li label{
    width: 70px;
    line-height: 45px;
    color: #333333;
    text-align: right;
    cursor: pointer;
}
.register .register-box .register-list li label.w105{
    width: 105px;
}
.public-img-box{
    height: 100%;
    width: auto;
    float: left;
}
.public-img-box img{
    height: 100%;
    width: auto;
    display: block;
}
.register .register-box .register-list li .inp{
    width: 348px;
    height: 16px;
    line-height: 16px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    border: 1px solid #dcdddd;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 43px;
}
.register .register-box .register-list li .geet{
    width: 360px;
    margin-left: 20px;
}
.register .register-box .register-list li .inp.w300{
    width: 300px;
}
.register .register-box .register-list li .inp.duan{
    width: 225px;
    border-right: none;
}
.register .register-box .register-list li .code{
    width: 122px;
    height: 43px;
    cursor: pointer;
    border: 1px solid #dcdddd;
}
.register .register-box .register-list li .code-btn.yz{
    color: #ffffff;
    background:#008888;
}
.register .register-box .register-list li .code-btn.yz.on{
    background: #dedede;
    color: #898989;
}
.register .register-box .register-list li .code-btn{
    width: 123px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    background: #dedede;
    color: #999999;
}
.register .register-box .register-list li.special{
    padding-left: 90px;
    width: 360px;
}
.register .register-box .register-list li .submit{
    width: 360px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    background: #008888;
    border-radius: 4px;
    margin-top: 8px;
    cursor: pointer;
}
.register .register-box .register-list li .check{
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-top: 10px;
}
.register .register-box .register-list li.laber label{
    margin-left: 10px;
    line-height: 16px;
    color: #999999;
    width: auto;
}
.register .register-box .register-list li.laber label a{
    color: #999999;
}
.forum-box{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dcdddd;
}
.forum-box .forum-body{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}
.forum-box .forum-body ul{
    width: 100%;
    height: 40px;
}
.forum-box .forum-body ul li{
    width: auto;
    text-align: center;
    line-height: 40px;
}
.forum-box .forum-body ul li a{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    display: block;
}
.forum-box .forum-body ul li a:hover{
    color: #fd8f00;
}
.forum-banner{
    width: 1199px;
    height: 348px;
    border: 1px solid #dcdddd;
    border-top: none;
    position: relative;
}
.forum-banner .forum-left{
    width: 269px;
    height: 333px;
    background: #ebf6f6;
    padding-left: 10px;
    padding-top: 5px;
    overflow-y: auto;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.forum-banner .forum-left li{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.forum-banner .forum-left li label{
    color: #008888;
    margin-right: 15px;
    width: 50px;
    font-weight: bold;
}
.forum-banner .forum-left li a{
    width: auto;
    float: left;
}
.forum-banner .forum-left li .span-a{
    color: #333333;
    margin-right: 15px;
    line-height: 16px;
}
.forum-banner .forum-left li .div-a-box{
    width: 189px;
    float: left;
}
.forum-banner .forum-middle{
    width: 620px;
    height: 100%;
    position: absolute;
    left: 279px;
    top: 0;
}
.forum-banner .forum-middle img{
    width: 100%;
    height: 100%;
    display: block;
}
.forum-banner .forum-right{
    width: 300px;
    height: 345px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.forum-banner .forum-right p{
    width: 100%;
    text-align: center;
    color: #333333;
    margin-top: 20px;
}
.forum-banner .forum-right p span{
    color: #fd8f00;
    margin: 0 6px;
    font-weight: bold;
}
.forum-banner .forum-right .number{
    width: 198px;
    height: 63px;
    border: 1px solid #dcdddd;
    text-align: center;
    line-height: 65px;
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    margin: 30px auto 0;
}
.forum-banner .forum-right a{
    width: 200px;
    height: 40px;
    display: block;
    color: #ffffff;
    background: #fd8f00;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin: 25px auto 0;
    user-select: none;
}
.content .Left-forum{
    width: 798px;
    height: auto;
    margin-top: 20px;
}
.content .Left-forum.mar0{
    margin-top: 0;
}
.content .Left-forum.mar0.none{
    border: none;
    width: 799px;
}
.content .Left-forum.mar0.none table{
    border: 1px solid #dcdddd;
    border-bottom: none;
}
.content .Left-forum .title{
    padding-left: 30px;
    width: 766px;
    height: 48px;
    border: 1px solid #dcdddd;
}
.content .Left-forum .title.bor1{
    background: #ebf6f6;
    width: 766px;
    border-top: none;
}
.content .Left-forum .title.bor1 .left-list.mar0 li a.mar25{
    margin-right: 70px;
}
.content .Left-forum .title.bor1 .left-list.mar0 li a.mar25.green{
    color: #008888;
}
.content .Left-forum .title.bor{
    background: #ebf6f6;
    border-left: 1px solid #dcdddd;
    width: 766px;
}
.content .Left-forum .title i{
    width: 5px;
    height: 16px;
    background: #008888;
    margin-top: 16px;
}
.content .Left-forum .title b{
    color: #333333;
    line-height: 50px;
    margin-left: 10px;
}
.content .Left-forum .title .left-list{
    width: auto;
    height: 50px;
    margin-left: 30px;
}
.content .Left-forum .title .left-list.mar0{
    margin-left: 0;
    height: 49px;
}
.content .Left-forum .title .left-list.mar0 li{
    line-height: 49px;
}
.content .Left-forum .title .left-list.mar0 li{
    color: #333;
}
.content .Left-forum .title .left-list li{
    color: #008888;
    line-height: 50px;
}
.content .Left-forum .title .left-list.mar0.leftmar li a{
    margin-right: 15px;
    margin-left: 0;
}
.content .Left-forum .title .left-list.mar0 li a{
    color: #333;
}
.content .Left-forum .title .left-list li a{
    color: #008888;
    margin-left: 13px;
}
.content .Left-forum table{
    width: 100%;
    border-collapse: collapse;
    border-right: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
}
.content .Left-forum table tr{
    width: 100%;
    border-bottom: 1px solid #dcdddd;
    height: 43px;
}
.content .Left-forum table tr th{
    background: #f5f5f5;
    font-size: 14px;
    color: #666;
}
.content .Left-forum table tr td{
    text-align: center;
    color: #999;
    font-size: 12px;
}
.content .Left-forum table tr td a{
    color: #666666;
    text-align: left;
    display: block;
    width: 460px;
    height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 43px;
    padding-left: 30px;
    font-size: 14px;
}
.content .Left-forum table tr td .green{
    color: #008888;
    font-size: 12px;
}
.content .Left-forum table tr td .orange{
    color: #fd8f00;
    font-size: 12px;
}
.content .Right-forum{
    width: 380px;
    margin-top: 20px;
    margin-left: 20px;
}
.content .Right-forum.mar0{
    margin-top: 0;
}
.content .Right-forum .for-list{
    width: 378px;
    height: auto;
    border: 1px solid #dcdddd;
    border-bottom: none;
}
.content .Right-forum .for-list.mar20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.content .Right-forum .for-list .first{
    width: 318px;
    padding: 0 30px;
    height: 44px;
    border-bottom: 1px solid #dcdddd;
    float: left;
}
.content .Right-forum .for-list .first span{
    font-weight: bold;
    line-height: 45px;
    margin-left: 10px;
}
.content .Right-forum .for-list .first i{
    width: 5px;
    height: 16px;
    background: #008888;
    margin-top: 15px;
}
.content .Right-forum .for-list .first-li{
    width: 318px;
    padding: 0 30px;
    height: 44px;
    border-bottom: 1px solid #dcdddd;
    float: left;
}
.content .Right-forum .for-list .first-li .a{
    width: 100%;
    display: block;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 12px;
    float: left;
    line-height: 45px;
}
.content .Right-forum .for-list .second{
    width: 318px;
    padding: 10px 30px;
    border-bottom: 1px solid #dcdddd;
}
.content .Right-forum .for-list .second a{
    color: #008888;
    font-weight: bold;
    line-height: 28px;
    margin-right: 15px;
    word-wrap:break-word;
}
.content .Right-forum .img-boz{
    width: 100%;
    
    height: auto;
}
.content .Right-forum .img-boz img{
    width: 100%;
    height: 480px;
    display: block;
}
.content .ask-mb{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}
.content .ask-mb a{
    color: #666666;
    float: left;
    display: inline;
}
.content .ask-mb span{
    color: #666666;
    float: left;
    display: inline;
}
.content .ask-left{
    width: 738px;
    border: 1px solid #dcdddd;
    padding: 0 30px;
}
.content .ask-left .top{
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #dcdddd;
}
.content .ask-left .top .title{
    padding-left: 50px;
    width: 688px;
    background: url("../image/tx.png") left center no-repeat;
    color: #333333;
    font-size: 20px;
    height: 75px;
    line-height: 75px;
    font-weight: bold;
}
.content .ask-left .top .title.special{
    background: url("../image/hz.png") left center no-repeat;
}
.content .ask-left .top-list{
    width: 100%;
    height: auto;
}
.content .ask-left .top-list li{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.content .ask-left .top-list li p{
    color: #333333;
    font-weight: bold;
    width: 100%;
}
.content .ask-left .top-list li p span{
    color: #999;
    font-weight: normal;
}
.content .ask-left .top-list li textarea{
    width: 718px;
    height: 105px;
    border: 1px solid #dcdddd;
    padding: 10px;
    background: #f5f5f5;
    margin-top: 20px;
    outline: none;
    resize: none;
}
.content .ask-left .top-list li span{
    color: #333333;
    margin-top: 18px;
    margin-right: 15px;
}
.content .ask-left .top-list li .type{
    width: 98px;
    height: 28px;
    border: 1px solid #dcdddd;
    line-height: 30px;
    color: #333333;
    margin-right: 35px;
    margin-top: 13px;
    text-align: center;
    cursor: pointer;
}
.content .ask-left .top.special{
    border-bottom: none;
    margin-top: 20px;
}
.content .ask-left .top.special title{
    background: url("../image/hz.png") left center no-repeat;
}
.content .ask-left .top .hz-list{
    width: 100%;
    padding-bottom: 30px;
}
.content .ask-left .top .hz-list li{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    line-height: 30px;
}
.content .ask-left .top .hz-list li b{
    color: #e4393c;
}
.content .ask-left .top .hz-list li label{
    color: #666666;
    margin-left: 5px;
    cursor: pointer;
    width: 66px;
    text-align: right;
    font-weight: bold;
}
.content .ask-left .top .hz-list li .select{
    width: 185px;
    height: 28px;
    border: 1px solid #dcdddd;
    padding-left: 13px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    background: url("../image/back-ground-big.png") 170px 11px  no-repeat
}
.content .ask-left .top .hz-list li .select.on{
    background: url("../image/back-ground-big.png") 170px -19px  no-repeat
}
.content .ask-left .top .hz-list li .select span{
    color: #999999;
    line-height: 29px;
}
.content .ask-left .top .hz-list li .select ul{
    width: 100%;
    top: 29px;
    position: absolute;
    left: -1px;
    background: #ffffff;
    display: none;
}
.content .ask-left .top .hz-list li .select ul.on{
    display: block;
}
.content .ask-left .top .hz-list li .select ul li{
    width: 100%;
    height: 29px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dcdddd;
    border-top: none;
    padding: 0;
}
.content .ask-left .top .hz-list li .select ul li:hover{
    background: #008888;
    color: #ffffff;
    border: 1px solid #008888;
}
.content .ask-left .top .hz-list li input{
    width: 185px;
    height: 16px;
    line-height: 16px;
    padding-bottom: 6px;
    padding-top: 6px;
    border: 1px solid #dcdddd;
    padding-left: 13px;
    margin-left: 15px;

}
.content .ask-left .top .hz-list li .btn{
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    background: #fd8f00;
    margin-left: 86px;
    user-select: none;
}
.content .ask-right{
    width: 378px;
    height: auto;
    margin-left: 20px;
    border: 1px solid #008888;
    padding-bottom: 20px;
}
.content .ask-right .title{
    height: 50px;
    background: #008888;
    line-height: 50px;
    padding-left: 22px;
    color: #ffffff;
    font-weight: bold;
    width: 358px;
}
.content .ask-right .little{
    width: 338px;
    color: #666666;
    padding: 0 20px;
    font-weight: bold;
    margin-top: 20px;
}
.content .ask-right .font{
    line-height: 24px;
    padding: 0 20px;
    width: 338px;
    color: #666;
    margin-top: 15px;
}
.content .Left-forum .ask-nav{
    width: 797px;
    height: 50px;
    border: 1px solid #dcdddd;
    border-bottom: none;
}
.content .Left-forum .ask-nav li{
    padding: 13px 0;
    width: auto;
    line-height: 24px;
}
.content .Left-forum .ask-nav li a{
    padding: 0 30px;
    border-right: 1px solid #dcdddd;
    color: #666666;
    font-weight: bold;
}
.content .Left-forum .ask-nav li.on{
    border-bottom: 2px solid #008888;
}
.content .Left-forum .ask-nav li.on a{
    color: #008888;
}
.content .Left-forum .ask-nav li a.bro{
    border-right: none;
}
.askspecial{
    width: 800px;
    overflow: hidden;
}
.content .Left-forum .ask-nav li.special{
    padding: 10px 20px;
}
.content .Left-forum .ask-nav li.special a{
    width: 100px;
    height: 30px;
    display: block;
    background: #fd8f00;
    text-align: center;
    line-height: 30px;
    padding: 0;
    border: none;
    color: #ffffff;
}
.content .Left-forum .ask-list{
    width: 738px;
    height: auto;
    padding: 0 30px;
    border-bottom: 1px solid #dcdddd;
    border: 1px solid #dcdddd;
}
.content .Left-forum .ask-list li{
    border-bottom: 1px dashed #dcdddd;
    padding: 15px 0;
    width: 100%;
}
.content .Left-forum .ask-list li:last-child{
    border-bottom: none;
}
.content .Left-forum .ask-list li p{
    padding-left: 35px;
    width: 588px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
}
.content .Left-forum .ask-list li p.col666{
    color: #666;
}
.content .Left-forum .ask-list li.first p{
    background: url("../image/square.png") left center no-repeat;
}
.content .Left-forum .ask-list li .time{
    width: 115px;
    text-align: right;
    color: #999999;
    line-height: 28px;
}
.content .Left-forum .ask-list li .age{
    padding-left: 35px;
    line-height: 28px;
    color: #999999;
    margin-top: 5px;
    width: 610px;
}
.content .Left-forum .ask-list li .font{
    padding-left: 35px;
    line-height: 28px;
    color: #333333;
    margin-top: 5px;
    width: 705px;
}
.content .Left-forum .ask-dl{
    width: 738px;
    padding: 0 30px;
    border-bottom: 1px solid #dcdddd;
    border: 1px solid #dcdddd;
}
.content .Left-forum .ask-dl .title-ask{
    width: 100%;
    color: #333333;
    line-height: 55px;
    font-weight: bold;
}
.content .Left-forum .ask-dl dl{
    width: 100%;
    height: 60px;
}
.content .Left-forum .ask-dl dl dt{
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.content .Left-forum .ask-dl dl dt img{
    width: 100%;
    height: 100%;
}
.content .Left-forum .ask-dl dl dd{
    width: 658px;
    line-height: 30px;
    color: #333333;
}
.content .Left-forum .ask-dl dl dd .ask-a{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fd8f00;
    font-weight: bold;
    color: #ffffff;
}
.content .Left-forum .ask-dl dl dd span{
    color: #999999;
    margin-left: 20px;
}
.content .Left-forum .text-box{
    width: 688px;
    height: auto;
    border: 1px solid #dcdddd;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.content .Left-forum .text-box .font{
    color: #333333;
    line-height: 24px;
}
.content .Left-forum .text-box .good{
    width: 100%;
    height: 24px;
    margin-top: 20px;
}
.content .Left-forum .text-box .good span{
    color: #999999;
}
.content .Left-forum .text-box .good .no{
    height: 22px;
    border: 1px solid #999999;
    line-height: 22px;
    text-align: center;
    padding-left: 30px;
    padding-right: 10px;
    color: #999999;
    background: url("../image/no.png") 10px center no-repeat #ffffff;
    cursor: pointer;
}
.content .Left-forum .text-box .good .ok{
    height: 22px;
    border: 1px solid #999999;
    line-height: 22px;
    text-align: center;
    padding-left: 30px;
    padding-right: 10px;
    color: #999999;
    background: url("../image/okon.png") 10px center no-repeat #ffffff;
    cursor: pointer;
    margin-right: 10px;
}
.content .Left-forum .text-box .good .ok.on{
    background: url("../image/ok1.png") 10px center no-repeat #ffffff;
    border: 1px solid #008888;
    color: #008888;
}
.content .Left-forum .text-box .good .ok.on span{
    color: #008888;
}
.content .Left-forum .text-box .good .no.on span{
    color: #008888;
}
.content .Left-forum .text-box .good .no.on{
    background: url("../image/noon.png") 10px center no-repeat #ffffff;
    border: 1px solid #008888;
    color: #008888;
}
.content .Left-forum .title.mar10{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
}
.content .Left-forum .title .input-box{
    width: 268px;
    height: 28px;
    border: 1px solid #008888;
    margin-top: 10px;
    margin-right: 30px;
}
.content .Left-forum .title .input-box input{
    width: 208px;
    height: 16px;
    line-height: 16px;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    padding-left: 10px;
    line-height: 27px;
}
.content .Left-forum .title .input-box button{
    width: 50px;
    height: 28px;
    background: url("../image/seinput.png") #008888 center center no-repeat;
    cursor: pointer;
}
.content .Left-forum .last-list{
    width: 796px;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
}
.content .Left-forum .last-list li{
    width: 162px;
    height: auto;
    margin-left: 30px;
}
.content .Left-forum .last-list li.noyao{
    width: 100%;
    margin: 0;
    padding-bottom: 100px;
}
.content .Left-forum .last-list li a{
    width: 100%;
    height: auto;
}
.content .Left-forum .last-list li a .name{
    width: 100%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
}
.content .Left-forum .last-list li a img{
    width: 100%;
    height: 162px;
    display: block;
}
.content .Left-forum .last-list li a .font{
    height: 36px;
    line-height: 18px;
    color: #999999;
    overflow: hidden;
}
.content .Left-forum .last-list li a .money{
    width: 100%;
    font-size: 18px;
    color: #e4393c;
    line-height: 26px;
    margin-top: 10px;
}
.banner .banner-box .care-top{
    height: 35px;
    background: url("../image/care1.jpg") center top no-repeat;
    padding-top: 25px;
    width: 360px;
    margin-top: 44px;
}
.banner .banner-box .care-top.ios1{
    background: url("../image/care2.jpg") center top no-repeat;
}
.banner .banner-box .care-top.ios2{
    background: url("../image/care3.jpg") center top no-repeat;
}
.banner .banner-box .care-top li{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #cccccc;
}
.banner .banner-box .care-top li.on{
    color: #008888;
}
.content .care-nav{
    width: 100%;
    height: 57px;
    border-top: 2px solid #dcdddd;
}
.content .care-nav li{
    height: 16px;
    padding: 19.5px 0;
    width: 110px;
    cursor: pointer;
}
.content .care-nav li.on{
    border-bottom: 2px solid #008888;
}
.content .care-nav li.on .a-a{
    color: #008888;
}
.content .care-nav li .a-a{
    display: block;
    text-align: center;
    border-right: 1px solid #dcdddd;
    line-height: 16px;
    color: #666666;
    font-weight: bold;
}
.content .care-nav li .a-a.last{
    border-right: none;
}
.content .care-nav li a{
    line-height: 16px;
    color: #008888;
    text-align: right;
    display: block;
}
.content .care-list{
    width: 1198px;
    border: 1px solid #dcdddd;
    border-collapse: collapse;
    border-bottom: none;
}
.content .care-list.w970{
    width: 968px;
}
.content .care-list thead{
    height: 40px;
    background: #f1f1f1;
}
.content .care-list thead tr{
    background: #f1f1f1;
}
.content .care-list tr{
    border-bottom: 1px solid #dcdddd;
}
.content .care-list tr.selects{
    background:#fff6eb;
}
.content .care-list label{
    cursor: pointer;
}
.content .care-list #chick{
    width: 12px;
    height: 12px;
    float: left;
    border: 1px solid #dddddd;
    background: #ffffff;
    margin-left: 28px;
    margin-right: 5px;
    margin-top: 12.5px;
}
.content .care-list #chick.on{
    background: url("../image/g.png") center center no-repeat #ffffff;
    border: 1px solid #fd8f00;
}
.content .care-list thead th{
    font-weight: normal;
    line-height: 40px;
    font-size: 12px;
    color: #666666;
}
.content .family-title{
    width: 100%;
    height: 54px;
    border-top: 2px solid #dddddd;
    line-height: 56px;
    color: #008888;
}
.content .family-title a{
    color: #008888;
}
.content .care-list thead th.tl{
    text-align: left;
    padding-left: 67px;
}
.content .care-list thead th.tl.pad30{
    padding-left: 30px;
}
.content .care-list .h40{
    height: 40px;
    padding: 0 30px;
}
.datanum .h40 em{
    padding: 4px 10px;
    color: #ffffff;
    font-style: normal;
    background: #e4393c;
}
.content .care-list .h40 cite{
    font-style: normal;
    color: #898989;
    cursor: pointer;
}
.content .care-list .h40 cite:hover{
    color: #e4393c;
}
.yh-tour{
    padding: 15px;
}
.yh-tour em{
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    font-style: normal;
    background: #e4393c;
    font-size: 12px;
    float: left;
}
.yh-tour div{
    margin-bottom: 10px;
    height: 28px;
    float: left;
    width: 100%;
    cursor: pointer;
}
.yh-tour span{
    margin-left: 10px;
    float: left;
    line-height: 28px;
}
.yh-tour div:hover{
    background: #fff6eb;
}
.yh-tour div:hover span{
    color: #e4393c;
}
.content .care-list .h40 span{
    margin-left: 10px;
    cursor: pointer;
    color: #898989;
}
.datanum{
    width: 100%;
    margin-top: 15px;
}
.datanum .h40{
    width: 100%;
    height: 28px;
    float: left;
    padding: 0;
}
.content .care-list .h40 span:hover{
    color: #e4393c;
}
.content .care-list .h40 a{
    color: #e4393c;
    margin-left: 10px;
}
.content .care-list .h120{
    height: 120px;
}
.content .care-list .h120 .first{
    padding: 20px 0 20px 28px;
}
.content .care-list .h120 td.text-center{
    text-align: center;
    font-size: 14px;
}
.content .care-list .h120 td i{
    width: 13px;
    height: 13px;
    border: 1px solid #dcdddd;
    background: #ffffff;
    cursor: pointer;
}
.content .care-list .h120 td i.on{
    border: 1px solid #fd8f00;
    background: url("../image/g.png") center center no-repeat #ffffff;
}
.content .settlement .chick{
    width: 12px;
    height: 12px;
    float: left;
    border: 1px solid #dddddd;
    background: #ffffff;
    margin-left: 28px;
    margin-right: 5px;
    margin-top: 22px;
    display: inline;
}
.content .settlement .chick.on{
    border: 1px solid #fd8f00;
    background: url("../image/g.png") center center no-repeat #ffffff;
}
.content .care-list .h120 td img{
    width: 80px;
    height: 80px;
}
.content .care-list .h120 td .img-box{
    width: 80px;
    height: 80px;
    margin-left: 20px;
}
.content .care-list .h120 td .img-box.special{
    margin-left: 35px;
}
.content .care-list .h120 td .img-box.mar0{
    margin-left: 0;
}
.content .care-list .h120 td .name{
    width: 235px;
    margin-left: 20px;
    height: 80px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
}
cite.tip{
    width: 40px;
    height: 20px;
    float: left;
    background: #d50913;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
}
cite.tipNo{
    width: auto;
    height: 20px;
    float: left;
    background: #d5860c;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    margin:0 5px;
    padding:0 5px;
}
cite.tips{
    width: 40px;
    height: 20px;
    float: left;
    background: #fd8f00;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
}
.content .care-list .h120 td .name.w350{
    width: 350px;
}
.content .care-list .h120 td .gg{
    width: 210px;
    color: #666666;
    height: 85px;
    overflow: hidden;
    margin-left: 40px;
}
.content .care-list .h120 td .money{
    width: 100%;
    color: #333333;
    font-weight: bold;
}
.content .care-list .h120 td .dollor{
    width: 100%;
    color: #999999;
    text-align: center;
    line-height: 18px;
    text-decoration: line-through;
}
.content .care-list .h120 td .money-box{
    height: 80px;
    text-align: center;
    line-height: 18px;
    width: 100%;
}
.content .care-list .h120 td .num-box{
    width: 100%;
    height: 80px;
}
.content .care-list .h120 td .num-box .box{
    width: 78px;
    height: 20px;
    border: 1px solid #dcdddd;
    margin: 0 auto;
}
.content .care-list .h120 td .num-box .box .jan{
    width: 16px;
    height: 20px;
    border-right: 1px solid #cacbcb;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content .care-list .h120 td .num-box .box input{
    width: 44px;
    height: 20px;
    text-align: center;
}
.content .care-list .h120 td .num-box .box .ja{
    width: 16px;
    height: 20px;
    border-left: 1px solid #cacbcb;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content .care-list .h120 td .little{
    width: 100%;
    height: 80px;
    text-align: center;
    color: #e4393c;
}
.content .care-list .h120 td .cz-box{
    width: 80px;
    height: 80px;
}
.content .care-list .h120 td .cz-box.w77{
    width: 77px;
}
.content .care-list .h120 td .cz-box span{
    width: 100%;
    display: block;
    text-align: right;
    color: #666666;
    line-height: 24px;
    cursor: pointer;
}
.content .care-list .h120 td .cz-box span:hover{
    color: #e4393c;
}
.content .settlement{
    width: 100%;
    height: 60px;
    background: #f1f1f1;
    margin-top: 40px;
    line-height: 60px;
    color: #666666;
}
.content .settlement input{
    margin-top: 23px;
    margin-left: 30px;
}
.content .settlement label{
    margin-left: 10px;
    cursor: pointer;
}
.content .settlement .delete{
    margin-left: 40px;
    cursor: pointer;
}
.content .settlement .settlement-btn{
    width: 150px;
    height: 60px;
    color: #ffffff;
    background: #fd8f00;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    cursor:pointer;
}
.content .settlement .settlement-btn.special{
    background: #999999;
}
.content .settlement .all-money{
    margin-right: 10px;
}
.content .settlement b{
    margin-right: 40px;
    color: #e4393c;
    font-size: 20px;
}
.content .settlement .yf{
    margin-right: 50px;
    height: 57px;
    padding-top: 3px;
}
.content .settlement .yf p{
    width: 100%;
    color: #666666;
    line-height: 28px;
    text-align: center;
}
.content .settlement .yf p.col999{
    color: #999;
}
.setime-box{
    width: 100%;
    height: auto;
    display: none;
}
.setime-box.on{
    display: block;
}
.content .care-title{
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #666666;
    text-align: left;
    border-top: 2px solid #eeeeee;
}
.content .care-title.wighe{
    font-weight: bold;
}
.content .care-title.h30{
    height: 28px;
}
.content .content-care{
    width: 1138px;
    padding: 0 30px;
    border: 1px solid #dcdddd;
    border-bottom: none;
}
.content .content-care .jf{
    width: 100%;
    height: 50px;
    line-height: 30px;
}
.content .content-care .jf .jf-select{
    width: 90px;
    height: 30px;
    border: 1px solid #dcdddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-appearance: button;
    text-align: center;
    outline: none;
    color: #666666;
    padding-left: 10px;
    margin-left: 15px;
    cursor: pointer;
    margin-right: 15px;
}
.content .content-care .jf .red{
    color: #e4393c;
    margin-left: 10px;
}
.content .content-care .jf .gz{
    margin-left: 10px;
    color: #999999;
    padding-left: 25px;
    background: url('../image/lv.png') left center no-repeat;
    cursor: pointer;
}
.content .content-care.bro-none{
    border-bottom: none;
}
.content .content-care.bortopno{
    border-top: none;
}
.content .content-care .title-care{
    width: 100%;
    height: 55px;
    color: #666666;
    line-height: 55px;
    font-weight: bold;
    position: relative;
}
.content .content-care .title-care i{
    color: #999999;
    font-style: normal;
    font-weight: normal;
}
.content .content-care .title-care a{
    color: #008888;
    font-weight: normal;
    cursor:pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    line-height: 55px;
}
.content .content-care .care-tie{
    width: 1118px;
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    color: #666666;
    padding-left: 20px;
}
.content .content-care .care-from{
    padding-left: 70px;
    width: 1068px;
    padding-bottom: 30px;
}
.content .content-care .care-from.special{
    padding-left: 0;
    width: 100%;
}
.content .content-care .care-from.special.padd0{
    padding-bottom: 0;
}
.content .content-care .care-from.special li label.wnone{
    width: auto;
}
.content .content-care .care-from.special li .w158{
    width: 158px;
    margin-right: 20px;
}
.content .content-care .care-from.special li .w80{
    width: 80px;
    margin-right: 20px;
}
.content .content-care .care-from.special li span{
    color: #999999;
    margin-left: 10px;
    line-height: 30px;
}
.content .content-care .care-from.special li{
    margin-top: 0;
}
.content .content-care .care-from li{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.content .content-care .care-from li label{
    color: #666666;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    cursor: pointer;
}
.content .content-care .care-from li label b{
    color: #e4393c;
    margin-right: 5px;
}
.content .content-care .care-from li input{
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    border: 1px solid #dcdddd;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #fff;
}
.content .content-care .care-from.special li input.w80{
    background: #ffffff;
}
.content .content-care .care-from li select{
    width: 90px;
    height: 30px;
    border: 1px solid #dcdddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-appearance:button;
    text-align: center;
    outline: none;
    color: #666666;
    padding-left: 10px;
}
.content .content-care .care-from li button{
    width: 120px;
    height: 30px;
    color: #fff;
    background: #008888;
    cursor: pointer;
}
.content .content-care .care-from li input.w220{
    width: 208px;
}
.content .content-care .care-from li input.w330{
    width: 328px;
}
.content .content-care .care-from li input.w150{
    width: 148px;
}
.content .content-care .fs{
    width: 100%;
    height: auto;
}
.content .content-care .fs span{
    width: 118px;
    height: 28px;
    margin-right: 20px;
    border: 1px solid #dcdddd;
    text-align: center;
    line-height: 28px;
    color: #333333;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
.content .content-care .fs span.on{
    background: url("../image/care-back.jpg") center center no-repeat;
    width: 120px;
    height: 30px;
    border: none;
    line-height: 30px;
}
.h20{
    height: 20px;
}
.content .care-table{
    width: 1199px;
    height: auto;
    border-collapse: collapse;
    border: 1px solid #dcdddd;
    border-bottom: none;
}
.content .care-table.bro-none{
    border-top: none;
}
.content .care-table thead{
    border-bottom: 1px solid #dcdddd;
    height: 40px;
    padding: 0 30px;
}
.content .care-table thead th{
    height: 40px;
    font-size: 12px;
    color: #666666;
    padding: 0 30px;
    font-weight: normal;
}
.content .care-table thead tr th.left{
    text-align: left;
}
.content .care-table tbody tr{
    border-bottom: 1px solid #dcdddd;
    height: 122px;
}
.content .care-table tbody tr .img{
    padding: 20px 30px;
}
.content .care-table tbody tr .img .img-box{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.content .care-table tbody tr .img .img-box img{
    display: block;
    width: 100%;
    height: 100%;
}
.content .care-table tbody tr .img .name{
    height: 80px;
    width: 240px;
    color: #666666;
    overflow: hidden;
    line-height: 20px;
}
.content .care-table tbody tr .img .gg{
    width: 180px;
    height: 80px;
    overflow: hidden;
    margin-left: 100px;
    color: #999999;
}
.content .care-table tbody tr .money-box{
    height: 80px;
    text-align: center;
    line-height: 18px;
    width: 100%;
}
.content .care-table tbody tr .money-box .money{
    width: 100%;
    color: #333333;
    font-weight: bold;
}
.content .care-table tbody tr .money-box .money{
    width: 100%;
    color: #333333;
    font-weight: bold;
}
.content .care-table tbody tr .money-box .dollor{
    width: 100%;
    color: #999999;
    text-align: center;
    line-height: 18px;
    text-decoration: line-through;
}
.content .care-table tbody tr .num-box{
    width: 100%;
    height: 80px;
}
.content .care-table tbody tr .num-box .box {
    width: 78px;
    height: 20px;
    border: 1px solid #dcdddd;
    margin: 0 auto;
    line-height: 20px;
    text-align: center;
}
.content .care-table tbody tr .num-box .box.bornone1{
    border: none;
}
.content .care-table tbody tr .num-box .box input {
    width: 44px;
    height: 20px;
    text-align: center;
}
.content .care-table tbody tr .num-box .box span.fr{
    width: 16px;
    height: 20px;
    border-left: 1px solid #cacbcb;
    text-align: center;
    line-height: 17px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.content .care-table tbody tr .num-box .box span.fl{
    width: 16px;
    height: 20px;
    border-right: 1px solid #cacbcb;
    text-align: center;
    line-height: 17px;
    cursor: pointer;
}
.content .care-table tbody tr .little {
    width: 100%;
    height: 80px;
    text-align: center;
    color: #e4393c;
}
.content .content-care .care-coupon-list{
    width: 100%;
    height: auto;
}
.content .content-care .care-coupon-list li{
    width: 260px;
    height: 105px;
    margin-right: 20px;
    padding-bottom: 20px;
}
.content .content-care .care-coupon-list li .cou-box{
    width: 260px;
    height: 70px;
    background: #f6f6f6;
    position: relative;
}
.content .content-care .care-coupon-list li .cou-box .w120{
    width: 120px;
}
.content .content-care .care-coupon-list li .cou-box .money{
    width: 80px;
    height: 100%;
    text-align: center;
    line-height: 70px;
}
.content .content-care .care-coupon-list li .cou-box.on .money i{
    color: #999999;
}
.content .content-care .care-coupon-list li .cou-box.on .money b{
    color: #999999;
}
.content .content-care .care-coupon-list li .cou-box .money i{
    color: #fd8f00;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}
.content .content-care .care-coupon-list li .cou-box .money b{
    color: #fd8f00;
    font-size: 24px;
}
.content .content-care .care-coupon-list li .cou-box .name{
    width: 120px;
    line-height: 25px;
    color: #666;
    margin-top: 13px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .content-care .care-coupon-list li .cou-box .font{
    width: 120px;
    line-height: 25px;
    color: #999;
}
.content .content-care .care-coupon-list li .cou-box .play.on{
    padding: 14px 15px;
    line-height: 21px;
    height: 42px;
    color: #ffffff;
    background: #008888;
    width: 16px;
    cursor: pointer;
    text-align: center;
}
.content .content-care .care-coupon-list li .cou-box .play{
    padding: 14px 15px;
    line-height: 21px;
    height: 42px;
    color: #ffffff;
    background: #c9c9c9;
    width: 16px;
    cursor: auto;
}
.content .content-care .care-coupon-list li .type{
    height: 23px;
    padding: 0 6px;
    line-height: 23px;
    border: 1px solid #008888;
    border-radius: 1px;
    color: #008888;
    margin-top: 10px;
}
.content .content-care .care-coupon-list li .type.on{
    color: #999999;
    border: 1px solid #999;
}
.content .content-care .care-coupon-list li .cou-box .back{
    width: 256px;
    height: 66px;
    position: absolute;
    border: 2px solid #e4393c;
    top: 0;
    left: 0;
    right: 0;
    background: url("../image/coupon-back.jpg") right bottom no-repeat;
    cursor: pointer;
    display: none;
}
.content .content-care .care-coupon-list li .cou-box.off .back{
    display: block;
}
.content .content-care .top{
    width: 100%;
    height: 14px;
    line-height: 14px;
}
.content .content-care .top #chick{
    width: 12px;
    height: 12px;
    float: left;
    border: 1px solid #dcdddd;
    margin-right: 8px;
}
.content .content-care .top #chick.on{
    background: url("../image/g.png") center center no-repeat;
    border: 1px solid #fd8f00;
}
.content .content-care .top label{
    cursor: pointer;
    color: #666666;
}
.content .content-care .top span{
    color: #008888;
    margin-left: 20px;
    cursor: pointer;
    float: left;
    line-height: 17px;
}
.content .content-care .top span.add-fp{
    display: none;
}
.content .content-care .top span.special{
    color: #666;
    margin-left: 10px;
    cursor: auto;
}
.content .content-care .bottom{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.content .content-care .bottom label{
    color: #666666;
    cursor: pointer;
    float: left;
    line-height: 30px;
}
.content .content-care .bottom input{
    width: 288px;
    height: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 16px;
    border: 1px solid #dcdddd;
    padding-left: 10px;
    float: left;
}
.content .content-care .zj{
    width: 300px;
    padding: 10px 0;
}
.content .content-care .zj li{
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.content .content-care .zj li span{
    width: 50%;
    text-align: right;
    font-size: 14px;
    color: #333333;
    float: right;
}
.content .content-care .zj li span.w110{
    width: 110px;
}
.content .content-care .zj li span.special{
    color: #e4393c;
}
.content .content-care.bgf6{
    background: #f6f6f6;
    border-bottom: 1px solid #dcdddd;
}
.content .content-care .js{
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.content .content-care .js li{
    text-align: right;
    line-height: 30px;
    font-size: 14px;
}
.content .content-care .js li b{
    color: #e4393c;
    font-size: 30px;
}
.content .content-care .js li .tj{
    width: 150px;
    height: 40px;
    color: #ffffff;
    background: #fd8f00;
    float: right;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    cursor:pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.content .content-care .fs .people{
    line-height: 30px;
    padding-bottom:5px;
}
.content .content-care .fs .people em{
    width: 58px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
    margin-left: 15px;
    background: #008888;
    font-style: normal;
    margin-top: 6px;
}
.content .content-care .upload-img{
    width: 100%;
    height: auto;
}
.content .content-care .upload-img .upload-img-box{
    width: 78px;
    height: 78px;
    border: 1px solid #dcdddd;
    background: url("../image/big-jia.png") center center no-repeat;
    margin-right: 20px;
    cursor: pointer;
}
.content .content-care .upload-img .layui-upload-file{
    display:none;
}
.content .content-care .upload-img .upload-img-box img{
    width:100%;
    height:100%;
}
.content .content-care .sure{
    width: 100%;
    height: 55px;
    line-height: 55px;
}
.content .content-care .sure i{
    width: 12px;
    height: 12px;
    border: 1px solid #dcdddd;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.content .content-care .sure i.on{
    border: 1px solid #fd8f00;
    background: url("../image/g.png") center center no-repeat;
}
.content .buy-box{
    width: 1068px;
    height: 153px;
    border: 1px solid #dcdddd;
    padding-left: 130px;
    background: url("../image/py.png") 45px 30px no-repeat #f6f6f6;
}
.content .buy-boxs{
    width: 1068px;
    height: 153px;
    border: 1px solid #dcdddd;
    padding-left: 130px;
    background: url("../image/pys.png") 45px 30px no-repeat #f6f6f6;
}
.content .buy-box .one,.content .buy-boxs .one{
    width: 100%;
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 25px;
}
.content .buy-box .two,.content .buy-boxs .two{
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
    width: 100%;
}
.content .buy-box .three,.content .buy-boxs .three{
    color: #e4393c;
    margin-top: 5px;
    line-height: 28px;
    width: 100%;
}
.content .buy-font{
    padding: 40px;
    border: 1px solid #dcdddd;
    border-top: none;
    width: 1120px;
}
.content .buy-font p{
    font-size: 18px;
    color: #333333;
}
.content .buy-font .close{
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    margin-top: 30px;
    background: #008888;
    cursor: pointer;
}
.content .buy-font .close.on{
    background: #fd8f00;
}
.content .buy-font .tile{
    width: 1080px;
    padding:  0 20px 20px 20px;
    position: relative;
}
.content .buy-font .zf-box{
    width: 100%;
    height: auto;
}
.content .buy-font .tile i{
    width: 5px;
    height: 24px;
    background: #008888;
    position: absolute;
    top: -2px;
    left: 0;
    color: #666666;
}
.content .buy-font .zf{
    width: 150px;
    height: 48px;
    border: 1px solid #dcdddd;
    text-align: center;
    line-height: 48px;
    padding-left: 50px;
    margin-right: 40px;
    color: #666666;
    cursor: pointer;
    position: relative;
}
.content .buy-font .zf.zfb{
    background: url("../image/zfb.png") 30px center no-repeat;
}
.content .buy-font .zf.wx{
    background: url("../image/wxx.png") 30px center no-repeat;
}
.content .buy-font .zf.yl{
    background: url("../image/yl.png") 30px center no-repeat;
}
.content .buy-font .zf i{
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    background: url("../image/zf-back.jpg") center center;
}
.content .buy-font .zf.zfb.on{
    border: 2px solid #e4393c;
    width: 148px;
    height: 46px;
}
.content .buy-font .zf.zfb.on i{
    display: block;
}
.content .buy-font .zf.wx.on{
    border: 2px solid #e4393c;
    width: 148px;
    height: 46px;
}
.content .buy-font .zf.wx.on i{
    display: block;
}
.content .buy-font .zf.yl.on{
    border: 2px solid #e4393c;
    width: 148px;
    height: 46px;
}
.content .buy-font .zf.yl.on i{
    display: block;
}
.user{
    width: 100%;
    background: #f6f6f6;
}
.user .content .user-mb{
    width: 100%;
    height: 53px;
    line-height: 53px;
}
.user .content .user-mb a{
    color: #666666;
}
.user .content .user-mb span{
    color: #666666;
}
.content .w105-li{
    width: 200px;
}
.user .content .left-user{
    padding: 5px 15px;
    width: 168px;
    height: auto;
    background: #ffffff;
    border: 1px solid #dcdddd;
    border-bottom: none;
}
.user .content .left-user:last-child{
    border-bottom: 1px solid #dcdddd;
}
.user .content .first-li{
    height: 38px;
    background: #f1f1f1;
    width: 174px;
    padding-left: 24px;
    line-height: 40px;
    font-weight: bold;
    border: 1px solid #dcdddd;
    border-bottom: none;
    position: relative;
}
.user .content .first-li .line{
    width: 4px;
    height: 20px;
    position: absolute;
    background: #008888;
    top: 10px;
    left: 10px;
}
.user .content .left-user ul{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdddd;
}
.user .content .left-user ul:last-child{
    border-bottom: none;
}
.user .content .left-user ul.last{
    border-bottom: none;
}
.user .content .left-user ul li{
    width: 100%;
    line-height: 35px;
    font-weight: bold;
    color: #333333;
}
.user .content .left-user ul li a{
    color: #666666;
    font-weight: normal;
    line-height: 30px;
}
.user .content .left-user ul li a:hover{
    color: #fd8f00;
}
.user .content .left-user ul li a.on{
    color: #fd8f00;
}
.user .content .right-user{
    width: 980px;
    margin-left: 20px;
}
.user .content .right-user .user-top{
    padding: 30px 0 30px 30px;
    width: 948px;
    height: 105px;
    background: #ffffff;
    border: 1px solid #dcdddd;
}
.user .content .right-user .user-top img{
    width: 100px;
    height: 100px;
}
.user .content .right-user .user-top .user-det{
    width: 260px;
    height: 100px;
    margin-left: 35px;
}
.user .content .right-user .user-top .user-det .tel{
    width: 100%;
    line-height: 26px;
    color: #333;
    font-weight: bold;
}
.user .content .right-user .user-top .user-det .tel span{
    margin-left: 30px;
    font-weight: normal;
}
.user .content .right-user .user-top .user-det .lv{
    color: #fd8f00;
    line-height: 26px;
}
.user .content .right-user .user-top .user-det .lv span{
    margin-left: 17px;
    padding-left: 20px;
    background: url("../image/lv.png") left center no-repeat;
    color: #999999;
    cursor: pointer;
    font-size: 12px;
}
.user .content .right-user .user-top .user-det .a-box{
    width: 100%;
    height: auto;
    line-height: 26px;
}
.user .content .right-user .user-top .user-det .a-box cite{
    font-size: 12px;
    color: #fd8f00;
    font-style: normal;
}
.user .content .right-user .user-top .user-det .a-box a{
    color: #008888;
    text-decoration: underline;
    margin-right: 6px;
}
.user .content .right-user .user-top .user-det .a-box span{
    margin-left: 6px;
    padding-left: 20px;
    background: url(../image/lv.png) left center no-repeat;
    color: #999999;
    cursor: pointer;
    font-size: 12px;
}
.user .content .right-user .user-top .lit{
    width: 550px;
    height: 100px;
}
.user .content .right-user .user-top .lit li{
    width: 180px;
    border-left: 2px solid #e1e1e1;
    height: 100px;
}
.user .content .right-user .user-top .lit li p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.user .content .right-user .user-top .lit li b{
    width: 100%;
    display: block;
    font-size: 20px;
    color: #fd8f00;
    text-align: center;
    line-height: 38px;
}
.user .content .right-user .user-top .lit li b span{
    color: #666666;
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
}
.user .content .right-user .user-top .lit li a{
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dcdddd;
    color: #666666;
    border-radius: 3px;
    margin: 0 auto;
    user-select: none;
}
.user .content .right-user .user-bottom{
    width: 978px;
    background: #ffffff;
    border: 1px solid #dcdddd;
    border-bottom: none;
}
.user .content .right-user .user-bottom .explain-title{
    width: 955px;
    border-bottom: 1px solid #dddddd;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
}
.user .content .right-user .user-bottom .explain-font1{
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}
.user .content .right-user .user-bottom .explain-font2{
    width: 100%;
    line-height: 35px;
    color: #666666;
    font-size: 14px;
}
.user .content .right-user .user-bottom .explain-box{
    width: 918px;
    padding: 20px 30px 20px 30px;
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .explain-box table{
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse!important;
    border: 1px solid #dcdddd;
    border-bottom: none;
    border-right: none;
    margin-bottom: 20px;
}
.user .content .right-user .user-bottom .explain-box table tr{
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .explain-box table td{
    font-size: 12px;
    color: #666;
    padding: 5px 0;
    border-right: 1px solid #dcdddd;
    line-height: 20px;
}
.user .content .right-user .user-bottom .explain-box p{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    line-height: 20px!important;
}
.user .content .right-user .user-bottom .explain-box p font{
    line-height: 40px;
}
.user .content .right-user .user-bottom .explain-box img{
    margin-top: 20px;
    max-width: 100%;
}
.user .content .right-user .user-bottom .explain-box p a{
    color: #666!important;
    font-size: 14px;
}
.user .content .right-user .user-bottom .explain-box p span{
    color: #666!important;
    font-size: 14px;
    line-height: 20px;
}
.user .content .right-user .user-bottom .explain-box p span font{
    font-size: 14px;
    color: #666;
}
.user .content .right-user .user-bottom .explain-box div span font{
    margin-top: 20px;
}
.user .content .right-user .user-bottom .explain-box div{
    font-size: 14px;
    line-height: 20px;
    color: #666!important;
    margin-top: 20px;
}
.user .content .right-user .user-bottom .explain-box div span{
    color: #666!important;
    font-size: 14px;
}
.user .content .right-user .user-bottom .explain-box div a{
    color: #666;
}
.user .content .right-user .user-bottom .explain-title i{
    width: 3px;
    height: 18px;
    background: #008888;
    position: absolute;
    left: 0;
    top: 22px;
}
.user .content .right-user .user-bottom.mar20{
    margin-top: 20px;
}
.user.bgf{
    background: #ffffff;
}
.user .content .right-user .user-bottom .title{
    padding-left: 30px;
    height: 48px;
    width: 948px;
    line-height: 48px;
    border-bottom: 1px solid #dcdddd;
    color: #666666;
    font-weight: bold;
}
.user .content .right-user .user-bottom .title.col333{
    color: #333333;
}
.user .content .right-user .user-bottom .title a{
    color: #008888;
    font-weight: normal;
    margin-right: 30px;
}
.user .content .right-user .user-bottom .user-list{
    width: 100%;
    height: auto;
}
.user .content .right-user .user-bottom .user-list li{
    width: 918px;
    padding: 20px 30px;
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .user-list li.noyao{
    width: 100%;
    height: 120px;
    padding: 200px 0 0 0;
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .user-list li .img-box{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.user .content .right-user .user-bottom .user-list li .img-box img{
    width: 100%;
    height: 100%;
    display: block;
}
.user .content .right-user .user-bottom .user-list li .name{
    width: 110px;
    height: 60px;
    color: #333333;
    margin-left: 186px;
}
.user .content .right-user .user-bottom .user-list li .money{
    width: 120px;
    height: 60px;
}
.user .content .right-user .user-bottom .user-list li .money p{
    width: 100%;
    color: #333333;
    font-weight: bold;
}
.user .content .right-user .user-bottom .user-list li span{
    color: #999999;
    width: 100%;
}
.user .content .right-user .user-bottom .user-list li .time{
    width: 70px;
    height: 60px;
    line-height: 20px;
    color: #999999;
    text-align: center;
}
.user .content .right-user .user-bottom .user-list li .type{
    width: 60px;
    height: 60px;
    color: #333333;
    margin-left: 70px;
}
.user .content .right-user .user-bottom .user-list li .btn-box{
    width: 80px;
    height: 60px;
}
.user .content .right-user .user-bottom .user-list li .btn-box .fk{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #e4393c;
    border-radius: 3px;
}
.user .content .right-user .user-bottom .user-list li .btn-box .see{
    width: 78px;
    height: 28px;
    border: 1px solid #dcdddd;
    text-align: center;
    line-height: 28px;
    color: #666666;
    border-radius: 3px;
}
.user .content .right-user .user-bottom .user-list li .btn-box .pj{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #fd8f00;
    border-radius: 3px;
}
.user .content .right-user .user-bottom .user-list li .btn-box .qx{
    width: 100%;
    line-height: 35px;
    text-align: center;
    color: #999999;
}
.user .content .right-user .user-bottom .address-btn{
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #008888;
    margin-left: 30px;
    margin-top: 20px;
    cursor: pointer;
}
.user .content .right-user .user-bottom .address-list{
    padding: 0 30px 20px 30px;
    width: 920px;
    height: auto;
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .address-list li{
    width: 888px;
    border: 1px solid #dcdddd;
    height: auto;
    margin-top: 20px;
    padding: 15px 0 15px 30px;
}
.user .content .right-user .user-bottom .address-list li .name{
    width: 700px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 10px;
}
.user .content .right-user .user-bottom .address-list li .name b{
    color: #333333;
    margin-right: 15px;
}
.user .content .right-user .user-bottom .address-list li .name span{
    color: #999999;
    margin-right: 10px;
}
.user .content .right-user .user-bottom .address-list li .name em{
    font-style: normal;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #e4393c;
}
.user .content .right-user .user-bottom .address-list li .font{
    width: 700px;
    height: 20px;
    color: #666666;
    line-height: 20px;
}
.user .content .right-user .user-bottom .address-list li .font label{
    width: 60px;
}
.user .content .right-user .user-bottom .address-list li .font span{
    width: 640px;
}
.user .content .right-user .user-bottom .address-list li .btn-cz{
    width: 160px;
    padding-top: 22px;
}
.user .content .right-user .user-bottom .address-list li .box{
    width: 725px;
}
.user .content .right-user .user-bottom .address-list li .btn-cz span{
    width: 58px;
    height: 22px;
    border: 1px solid #dcdddd;
    line-height: 24px;
    text-align: center;
    color: #666;
    margin-right: 20px;
    cursor: pointer;
}
.add-ressbox{
    padding: 25px 70px;
    width: 560px;
    display: none;
}
.add-ressbox ul{
    width: 100%;
    height: auto;
}
.add-ressbox ul li{
    width: 100%;
    height: 30px;
    margin-top: 15px;
    float: left;
}
.add-ressbox ul li label{
    width: 80px;
    height: 30px;
    text-align: right;
    color: #666666;
    cursor: pointer;
    line-height: 30px;
}
.add-ressbox ul li label b{
    color: #e4393c;
    margin-right: 5px;
}
.add-ressbox ul li input{
    height: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    border: 1px solid #dcdddd;
    line-height: 16px;
    margin-right: 10px;
}
.add-ressbox ul li input.w220{
    width: 210px;
}
.add-ressbox ul li input.w330{
    width: 320px;
}
.add-ressbox ul li input.w150{
    width: 140px;
}
.add-ressbox ul li input.w60{
    width: 60px;
}
.add-ressbox ul li select{
    width: 140px;
    height: 30px;
    border: 1px solid #dcdddd;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-appearance:button;
    text-align: center;
    background: #ffffff;
    padding: 0 10px;
    margin-right: 15px;
    text-align-last: center;
}
.add-ressbox ul li .loginchick{
    margin-left: 80px;
    margin-right: 10px;
}
.add-ressbox ul li .special{
    width: auto;
    line-height: 16px;
    height: 16px;
}
.add-ressbox ul li .ok{
    width: 80px;
    height: 30px;
    background: #008888;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin-left: 80px;
    cursor: pointer;
    float: left;
}
.add-ressbox ul li .close{
    width: 78px;
    height: 32px;
    background: #f6f6f6;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #dcdddd;
    cursor: pointer;
    float: left;
}
.user .content .right-user .user-bottom .info-list{
    width: 888px;
    padding-left: 90px;
    padding-bottom: 50px;
    margin-top: 20px;
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .info-list li{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.user .content .right-user .user-bottom .info-list li label{
    width: 80px;
    text-align: right;
    color: #666666;
    line-height: 30px;
    font-weight: bold;
}
.user .content .right-user .user-bottom .info-list li .upload-img{
    width: auto;
    height: auto;
    float: left;
}
.user .content .right-user .user-bottom .info-list li .upload-img .upload-img-box{
    width: 78px;
    height: 78px;
    border: 1px solid #dcdddd;
    background: url(../image/big-jia.png) center center no-repeat;
    margin-right: 20px;
    cursor: pointer;
}
.user .content .right-user .user-bottom .info-list li .upload-img .upload-img-box img{
    width: 100%;
    height: 100%;
}
.user .content .right-user .user-bottom .info-list li .spancm{
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    float: left;
}
.user .content .right-user .user-bottom .info-list li input{
    width: 188px;
    height: 16px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #dcdddd;
    line-height: 16px;
    font-size: 12px;
}
.user .content .right-user .user-bottom .info-list li textarea{
    width: 428px;
    height: 88px;
    padding: 5px 10px;
    border: 1px solid #dcdddd;
    line-height: 28px;
    resize: none;
    outline: none;
    font-size: 12px;
}
.user .content .right-user .user-bottom .info-list li input.duan{
    width: 88px;
    height: 28px;
    margin-right: 10px;
}
.user .content .right-user .user-bottom .info-list li .select{
    border: 1px solid #dcdddd;
    padding-right: 20px;
    width: 178px;
    height: 28px;
    background: url("../image/back-ground-big.png") 170px 11px  no-repeat;
    position: relative;
    cursor: pointer;
}
.user .content .right-user .user-bottom .info-list li .select.z5{
    z-index: 5;
}
.user .content .right-user .user-bottom .info-list li .select.on{
    background: url("../image/back-ground-big.png") 170px -19px  no-repeat;
}
.user .content .right-user .user-bottom .info-list li .select span{
    width: 100%;
    height: 100%;
    display: block;
    line-height: 28px;
    text-align: center;
    color: #666;
}
.user .content .right-user .user-bottom .info-list li .select ul{
    position: absolute;
    top: 28px;
    background: #ffffff;
    left: -1px;
    width: 100%;
    border: 1px solid #dcdddd;
    display: none;
    z-index: 2;
    max-height: 200px;
    overflow-y: auto;
}
.user .content .right-user .user-bottom .info-list li .select ul li{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #dcdddd;
    margin-top: 0;
    cursor: pointer;
    color: #666;
}
.user .content .right-user .user-bottom .info-list li .select ul li:last-child{
    border-bottom: none;
}
.user .content .right-user .user-bottom .info-list li .select ul li:hover{
    background: #008888;
    color: #ffffff;
}
.user .content .right-user .user-bottom .info-list li .select ul.on{
    display: block;
}
.user .content .right-user .user-bottom .info-list li button{
    width: 150px;
    height: 40px;
    background: #008888;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-left: 80px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}
.user .content .right-user .user-bottom .info-list li .duan{
    width: 88px;
    background: url("../image/back-ground-big.png") 90px 11px  no-repeat;
    z-index: 4;
    margin-right: 10px;
}
.user .content .right-user .user-bottom .info-list li .duan.on{
    background: url("../image/back-ground-big.png") 90px -19px  no-repeat;
}
.user .content .right-user .user-bottom .info-list li .duan span{
    width: 85%;
    padding-left: 15%;
    text-align: left;
}
.user .content .right-user .user-bottom .int-top{
    width: 918px;
    padding: 0 30px;
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .int-top .int-ti{
    width: 100%;
    line-height: 55px;
    margin-top: 13px;
    color: #666666;
    font-weight: bold;
}
.user .content .right-user .user-bottom .int-top .int-ti b{
    font-size: 20px;
    margin-left: 10px;
    color: #fd8f00;
    line-height: 55px;
}
.user .content .right-user .user-bottom .int-top .dh{
    width: 100%;
    height: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #dcdddd;
}
.user .content .right-user .user-bottom .int-top .dh span{
    line-height: 30px;
    color: #666666;
    font-weight: bold;
}
.user .content .right-user .user-bottom .int-top .dh .select{
    border: 1px solid #dcdddd;
    padding-right: 20px;
    width: 178px;
    height: 28px;
    background: url("../image/back-ground-big.png") 170px 11px  no-repeat;
    position: relative;
    cursor: pointer;
}
.user .content .right-user .user-bottom .int-top .dh .select .shui{
    color: #999;
    font-weight: normal;
}
.user .content .right-user .user-bottom .int-top .dh .btn{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #008888;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
}
.user .content .right-user .user-bottom .int-top .dh .select.on{
    background: url("../image/back-ground-big.png") 170px -19px  no-repeat;
}
.user .content .right-user .user-bottom .int-top .dh .select span{
    width: 158px;
    height: 100%;
    display: block;
    line-height: 28px;
    padding-left: 20px;
    color: #666;
}
.user .content .right-user .user-bottom .int-top .dh .select ul{
    position: absolute;
    top: 28px;
    background: #ffffff;
    left: -1px;
    width: 100%;
    border: 1px solid #dcdddd;
    border-bottom: none;
    display: none;
    z-index: 2;
}
.user .content .right-user .user-bottom .int-top .dh .select ul.on{
    display: block;
}
.user .content .right-user .user-bottom .int-top .dh .select ul li{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #dcdddd;
    margin-top: 0;
    cursor: pointer;
    color: #666;
}
.user .content .right-user .user-bottom .int-top .dh .select ul li:hover{
    background: #008888;
    color: #ffffff;
}
.user .content .right-user .user-bottom .int-top .int-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 14px;
    font-weight: bold;
    color: #666666;
}
.user .content .right-user .user-bottom .int-top .int-table{
    width: 100%;
    height: auto;
    border: 1px solid #dcdddd;
    border-bottom: none;
    border-collapse: collapse;
}
.user .content .right-user .user-bottom .int-top .int-table thead{
    height: 40px;
    background: #f5f5f5;
}
.user .content .right-user .user-bottom .int-top .int-table thead th{
    color: #666;
    font-size: 12px;
    width: 33.33%;
    line-height: 40px;
}
.user .content .right-user .user-bottom .int-top .int-table tr td{
    line-height: 40px;
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.user .content .right-user .user-bottom .int-top .int-table tr{
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .int-bottom{
    width: 100%;
    border-top: 1px solid #dcdddd;
    padding-bottom: 20px;
}
.user .content .right-user .user-bottom .int-bottom ol{
    width: 100%;
    height: auto;
}
.user .content .right-user .user-bottom .int-bottom ol li{
    line-height: 28px;
}
.user .content .right-user .user-bottom .coll-box{
    padding: 20px 30px 0 30px;
    width: 918px;
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .coll-box .coll-table{
    width: 916px;
    height: auto;
    border: 1px solid #dcdddd;
    border-bottom: none;
    border-collapse: collapse;
}
.user .content .right-user .user-bottom .coll-box .coll-table thead{
    height: 40px;
    background: #dddddd;
}
.user .content .right-user .user-bottom .coll-box .coll-table thead tr{
    height: 40px;
}
.user .content .right-user .user-bottom .coll-box .coll-table thead tr th{
    color: #666666;
    font-size: 12px;
}
.user .content .right-user .user-bottom .coll-box .coll-table thead tr th.text-left{
    padding-left: 30px;
    text-align: left;
}
.user .content .right-user .user-bottom .coll-box .coll-table tbody tr{
    height: 60px;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .coll-box .coll-table tbody tr td{
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.user .content .right-user .user-bottom .coll-box .coll-table tbody tr td .img-box{
    width: 60px;
    height: 60px;
    margin: 20px 20px 20px 30px;
}
.user .content .right-user .user-bottom .coll-box .coll-table tbody tr td .img-box img{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.user .content .right-user .user-bottom .coll-box .coll-table tbody tr td .name{
    line-height: 100px;
    color: #666666;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user .content .right-user .user-bottom .coll-box .coll-table tbody tr td .buy{
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #e4393c;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}
.user .content .right-user .user-bottom .coll-box .coll-table tbody tr td .buy2{
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #a6a6a6;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}
.user .content .right-user .user-bottom .coll-box .coll-table tbody tr td a{
    user-select: none;
}
.user .content .right-user .user-bottom .coll-box .coll-table tbody tr td .close{
    color: #999999;
    display: block;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
}
.user .content .right-user .user-bottom .coll-box .user-ask-list{
    width: 916px;
    border: 1px solid #dcdddd;
    height: auto;
    border-bottom: none;
}
.user .content .right-user .user-bottom .coll-box .user-ask-list li{
    height: 55px;
    padding: 0 30px 0 20px;
    width: 866px;
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .coll-box .user-ask-list li.noyao{
    width: 100%;
    height: 120px;
    line-height: 20px;
    background: url('../image/noyao.png') no-repeat center 110px;
    padding-top: 200px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.user .content .right-user .user-bottom .coll-box .user-ask-list li .name{
    width: 740px;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-weight: bold;
}
.user .content .right-user .user-bottom .coll-box .user-ask-list li .time{
    color: #999999;
    line-height: 55px;
}
.user .content .right-user .user-bottom .coll-box .coupon-nav{
    width: 100%;
    height: 40px;
    padding-bottom: 5px;
    border-bottom: 2px solid #dcdddd;
}
.user .content .right-user .user-bottom .coll-box .coupon-nav li{
    width: 110px;
    cursor: pointer;
    color: #666;
}
.user .content .right-user .user-bottom .coll-box .coupon-nav li.on{
    border-bottom: 2px solid #008888;
}
.user .content .right-user .user-bottom .coll-box .coupon-nav li.on span a{
    color: #008888;
}
.user .content .right-user .user-bottom .coll-box .coupon-nav li span{
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: block;
}
.user .content .right-user .user-bottom .coll-box .coupon-nav li span.linecoupan{
    border-right: 1px solid #dcdddd;
}
.user .content .right-user .user-bottom .coll-box .coupon-nav li span a{
    color: #333;
    padding: 12px 0 11px 0;
    display: block;
}
.user .content .right-user .user-bottom .coll-box .coupon-nav li span.last{
    border-right: none;
}
.user .content .right-user .user-bottom .coll-box .coupon-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul{
    width: 918px;
    display: none;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul.on{
    display: block;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul li{
    width: 240px;
    height: 106px;
    padding: 15px;
    margin-top: 30px;
    margin-right: 35px;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul li.noyao{
    width: 100%;
    height: 120px;
    line-height: 20px;
    background: url(../image/noyao.png) no-repeat center 110px;
    padding-top: 200px;
    text-align: center;
    font-size: 14px;
    color: #898989;
    list-style: none;
    margin: 0;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul li.yes{
    background: url("../image/coupan1.png");
    background-size: 100% 100%;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul li.no{
    background: url("../image/coupan2.png");
    background-size: 100% 100%;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul li.sure{
    background: url("../image/coupan3.png");
    background-size: 100% 100%;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul li .money{
    width: auto;
    height: 100%;
    font-size: 32px;
    line-height: 106px;
    position: relative;
    text-align: left;
    padding-left: 45px;
    color: #ffffff;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul li .money span{
    font-size: 30px;
    line-height: 90px;
    position: absolute;
    top: 10px;
    left: 17px;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul li .font{
    width: 130px;
    margin-top: 10px;
    padding-left: 15px;
}
.user .content .right-user .user-bottom .coll-box .coupon-box ul li .font p{
    width: 100%;
    line-height: 28px;
    color: #ffffff;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user .content .right-user .user-bottom .coll-box .news-list{
    width: 916px;
    border: 1px solid #dcdddd;
    border-bottom: none;
}
.user .content .right-user .user-bottom .coll-box .news-list li.first{
    color: #999999;
}
.user .content .right-user .user-bottom .coll-box .news-list li{
    width: 874px;
    border-bottom: 1px solid #dcdddd;
    font-size: 14px;
    line-height: 28px;
    height: auto;
    padding: 10px 20px;
    color: #333333;
    font-weight: bold;
}
.user .content .right-user .user-bottom .coll-box .news-list li .see{
    color: #008888;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    margin-left: 5px;
}
.news-detail-font{
    width: 630px;
    height: 257px;
    overflow-y: auto;
    padding: 20px 30px 0 30px;
}
.news-detail-font p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 30px;
    text-indent: 2em;
}
.user .content .right-user .user-bottom .coll-box .account-box{
    width: 838px;
    height: auto;
    border: 1px solid #dcdddd;
    margin: 50px auto 191px;
    padding: 0 30px;
}
.user .content .right-user .user-bottom .coll-box .account-box li{
    height: 54px;
    border-bottom: 1px dashed #dcdddd;
}
.user .content .right-user .user-bottom .coll-box .account-box li.last{
    border-bottom: none;
}
.user .content .right-user .user-bottom .coll-box .account-box li img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 17px;
}
.user .content .right-user .user-bottom .coll-box .account-box li span{
    margin-left: 20px;
    line-height: 55px;
    color: #666666;
    width: 50px;
}
.user .content .right-user .user-bottom .coll-box .account-box li p{
    margin-left: 90px;
    line-height: 55px;
    color: #666666;
}
.user .content .right-user .user-bottom .coll-box .account-box li i{
    width: 93px;
    height: 23px;
    border: 1px solid #dcdddd;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 15px;
    background: #f6f6f6;
    font-style: normal;
    color: #666666;
}
.user .content .right-user .goods-nav{
    width: 100%;
    border-bottom: 2px solid #dddddd;
    height: 38px;
}
.user .content .right-user .goods-nav li{
    width: 90px;
    cursor: pointer;
    height: 28px;
    text-align: center;
    margin-right: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}
.user .content .right-user .goods-nav li a{
    color: #666;
}
.user .content .right-user .goods-nav li.on{
    border-bottom: 2px solid #008888;
}
.user .content .right-user .goods-nav li.on a{
    color: #008888;
}
.user .content .right-user .goods-box{
    width: 100%;
    height: auto;
}
.user .content .right-user .goods-box .goods-body{
    display: none;
    width: 100%;
    height: auto;
}
.user .content .right-user .goods-box .goods-body.on{
    display: block;
}
.user .content .right-user .goods-box .goods-body .god-nav{
    width: 100%;
    height: 40px;
    background: #dddddd;
    margin-top: 22px;
    margin-bottom: 10px;
}
.user .content .right-user .goods-box .goods-body .god-nav li{
    line-height: 40px;
    font-weight: bold;
    color: #666;
}
.user .content .right-user .goods-box .goods-body .god-nav li.w575{
    width: 460px;
    padding-left: 112px;
}
.user .content .right-user .goods-box .goods-body .god-nav li.w290{
    width: 290px;
    text-align: center;
}
.user .content .right-user .goods-box .goods-body .god-nav li.w165{
    width: 80px;
    text-align: center;
}
.user .content .right-user .goods-box .goods-body .goods-list{
    width: 978px;
    height: auto;
    border: 1px solid #dddddd;
    border-bottom: none;
    margin-top: 10px;
    background: #ffffff;
}
.user .content .right-user .goods-box .goods-body .goods-list .title{
    padding-left: 30px;
    width: 948px;
    color: #666666;
    height: 39px;
    line-height: 40px;
}
.user .content .right-user .goods-box .goods-body .goods-list li{
    border-bottom: 1px solid #dddddd;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box{
    padding: 20px 30px;
    width: 918px;
    height: 80px;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .img-box{
    width: 60px;
    height: 60px;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .img-box img{
    width: 100%;
    height: 100%;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .name{
    height: 50px;
    width: 520px;
    margin-left: 20px;
    padding-top: 10px;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .name a{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .name span{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999999;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .money{
    color: #333333;
    width: 180px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .th-box{
    width: 90px;
    height: 60px;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .th-box .thsq{
    width: 90px;
    display: block;
    height: 30px;
    background: #b2b2b2;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 3px;
    margin-top: 5px;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .th-box p{
    width: 100%;
    text-align: center;
    color: #333333;
    margin-top: 5px;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .th-box p.orange{
    color: #fd8f00;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .th-box p.col800{
    color: #fd8f00;
}
.user .content .right-user .goods-box .goods-body .goods-list li.box .th-box .see{
    width: 100%;
    color: #999999;
    text-align: center;
    margin-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.user .content .apply-left{
    width: 298px;
    border: 1px solid #dcdddd;
    background: #ffffff;
    position: absolute;
    top: 53px;
    left: 0;
    bottom: 40px;
}
.user .content .apply-left .title{
    height: 40px;
    padding-left: 30px;
    width: 268px;
    font-weight: bold;
    border-bottom: 1px solid #dcdddd;
    line-height: 40px;
    color: #333333;
}
.user .content .apply-left .apply-left-box{
    padding: 30px;
    width: 238px;
}
.user .content .apply-right .apply-top .apply-list li .new-add-img{
    margin-right: 10px;
}
.user .content .apply-left .apply-left-box dt{
    width: 100%;
    padding-bottom: 15px;
    height: 60px;
}
.user .content .apply-left .apply-left-box dt img{
    width: 60px;
    height: 60px;
}
.user .content .apply-left .apply-left-box dt span{
    line-height: 60px;
    margin-left: 20px;
    width: 158px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user .content .apply-left .apply-left-box dd{
    width: 100%;
    line-height: 30px;
    color: #666666;
}
.user .content .apply-right{
    width: 880px;
    margin-left: 320px;
}
.user .content .apply-right .top{
    width: 640px;
    padding: 55px 119px 0;
    height: 55px;
    border: 1px solid #dcdddd;
}
.user .content .apply-right .top.moren{
    background: url("../image/apply.png") center 30px #ffffff no-repeat;
}
.user .content .apply-right .top.one{
    background: url("../image/apply1.jpg") center 30px #ffffff no-repeat;
}
.user .content .apply-right .top.two{
    background: url("../image/apply2.jpg") center 30px #ffffff no-repeat;
}
.user .content .apply-right .top.three{
    background: url("../image/apply3.jpg") center 30px #ffffff no-repeat;
}
.user .content .apply-right .top.four{
    background: url("../image/apply4.jpg") center 30px #ffffff no-repeat;
}
.user .content .apply-right .top li{
    width: 160px;
    color: #cccccc;
    text-align: center;
    margin-top: 10px;
}
.user .content .apply-right .top li.on{
    color: #008888;
}
.user .content .apply-right .apply-top{
    width: 878px;
    background: #ffffff;
    border: 1px solid #dcdddd;
    margin-top: 20px;
}
.user .content .apply-right .apply-top .title{
    padding-left: 30px;
    height: 48px;
    width: 848px;
    line-height: 48px;
    border-bottom: 1px solid #dcdddd;
    color: #666666;
    font-weight: bold;
}
.user .content .apply-right .apply-top .title.col333{
    color: #333333;
}
.user .content .apply-right .apply-top .apply-list{
    width: 818px;
    padding: 0 30px 40px;
}
.user .content .apply-right .apply-top .apply-list li{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.user .content .apply-right .apply-top .apply-list li label{
    color: #999999;
    margin-right: 20px;
    font-weight: bold;
}
.user .content .apply-right .apply-top .apply-list li label.col333{
    color: #333;
}
.user .content .apply-right .apply-top .apply-list li label.lin30{
    line-height: 30px;
}
.user .content .apply-right .apply-top .apply-list li label.lin60{
    line-height: 60px;
}
.user .content .apply-right .apply-top .apply-list li label.lin80{
    line-height: 80px;
}
.user .content .apply-right .apply-top .apply-list li label.lin50{
    line-height: 50px;
}
.user .content .apply-right .apply-top .apply-list li .chick i{
    width: 12px;
    height: 12px;
    border: 1px solid #dcdddd;
    float: left;
    background: #ffffff;
    margin-top: 8px;
    margin-right: 10px;
}
.user .content .apply-right .apply-top .apply-list li .chick i.on{
    background: url("../image/g.png") center center no-repeat;
    border: 1px solid #fd8f00;
}
.user .content .apply-right .apply-top .apply-list li .img{
    width: 60px;
    height: 60px;
}
.user .content .apply-right .apply-top .apply-list li .name{
    line-height: 60px;
    color: #333333;
    margin-left: 20px;
}
.user .content .apply-right .apply-top .apply-list li .font{
    color: #333333;
    line-height: 30px;
    width: 740px;
}
.user .content .apply-right .apply-top .apply-list li .font.special{
    line-height: 50px;
}
.user .content .apply-right .apply-top .apply-list li input{
    margin-right: 15px;
    margin-top: 9px;
}
.user .content .apply-right .apply-top .apply-list li .new-add-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.user .content .apply-right .apply-top .new_apply_list input{
    display: none;
}
.user .content .apply-right .apply-top .apply-list li .select{
    border: 1px solid #dcdddd;
    padding-right: 20px;
    width: 178px;
    height: 28px;
    position: relative;
    cursor: pointer;
}
.user .content .apply-right .apply-top .apply-list li .select.on{

}
.user .content .apply-right .apply-top .apply-list li .select span{
    width: 158px;
    padding-left: 20px;
    height: 100%;
    display: block;
    line-height: 28px;
    color: #666;
}
.user .content .apply-right .apply-top .apply-list li .select ul{
    position: absolute;
    top: 28px;
    background: #ffffff;
    left: -1px;
    width: 100%;
    border: 1px solid #dcdddd;
    border-bottom: none;
    display: none;
    z-index: 2;
}
.user .content .apply-right .apply-top .apply-list li .select ul.on{
    display: block;
}
.user .content .apply-right .apply-top .apply-list li .select ul li{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #dcdddd;
    margin-top: 0;
    cursor: pointer;
    color: #666;
}
.user .content .apply-right .apply-top .apply-list .select ul li:hover{
    background: #008888;
    color: #ffffff;
}
.user .content .apply-right .apply-top .apply-list li textarea{
    padding: 5px 10px;
    width: 430px;
    height: 90px;
    border: 1px solid #dcdddd;
    resize: none;
    outline: none;
    line-height: 20px;
}
.user .content .apply-right .apply-top .apply-list li .img-src{
    width: 78px;
    height: 78px;
    border: 1px solid #dcdddd;
    margin-right: 20px;
    background: url("../image/jiahao.png") center center no-repeat;
    cursor: pointer;
}
.user .content .apply-right .apply-top .apply-list li button{
    width: 150px;
    height: 40px;
    background: #008888;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-left: 71px;
    cursor: pointer;
}
.user .content .apply-right .apply-top .apply-list li .img-ok{
    width: 80px;
    height: 80px;
    margin-right: 20px;
    padding-bottom: 5px;
}
.user .content .apply-right .apply-top .apply-list li.special{
    border-top: 2px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 59px;
}
.user .content .apply-right .apply-top .apply-list li.special.on{
    padding: 0;
    line-height: 50px;
    border-bottom: 2px solid #eeeeee;
}
.user .content .apply-right .apply-top .apply-list li .font-box p{
    color: #fd8f00;
    line-height: 30px;
}
.user .content .apply-right .apply-top .apply-list li .font-box{
    width: 550px;
}
.user .content .apply-right .apply-top .apply-list li .text{
    padding-left: 10px;
    height: 28px;
    border: 1px solid #dcdddd;
    line-height: 30px;
    margin-top: 0;
    width: 198px;
}
.user .content .apply-right .apply-top .apply-list li.apply-tis{
    border-top: 2px solid #eeeeee;
}
.user .content .apply-right .apply-top .apply-list li.apply-tis .apply-ti{
    padding-left: 26px;
    height: 50px;
    line-height: 50px;
    background: url("../image/apply-seccer.png") left center no-repeat;
    color: #666666;
    width: 100%;
    font-weight: bold;
}
.user .content .apply-right .apply-top .apply-list li.apply-tis .tifont{
    width: 100%;
    color: #999999;
}
.user .content .right-user .drug-nav{
    width: 100%;
    height: 38px;
    border-bottom: 2px solid #dddddd;
}
.user .content .right-user .drug-nav li{
    font-weight: bold;
    color: #666666;
    width: 90px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    height: 38px;
}
.user .content .right-user .drug-nav li a{
    color: #666666;
    padding-bottom: 17px;
    display: block;
    width: 100%;
}
.user .content .right-user .drug-nav li b{
    color: #fd8f00;
}
.user .content .right-user .drug-nav li.on{
    color: #008888;
    border-bottom: 2px solid #008888;
}
.user .content .right-user .drug-nav li.on a{
    color: #008888;
}
.user .content .right-user .drug-nav li.on b{
    color: #fd8f00;
}
.user .content .right-user .drug-box{
    width: 100%;
    height: auto;
}
.user .content .right-user .drug-box .drug{
    width: 100%;
    height: auto;
    display: none;
}
.user .content .right-user .drug-box .drug.on{
    display: block;
}
.user .content .right-user .drug-title{
    padding-left: 30px;
    width: 950px;
    height: 40px;
    background: #dddddd;
    line-height: 40px;
    margin-top: 20px;
}
.user .content .right-user .drug-title span{
    text-align: center;
    font-weight: bold;
    color: #666666;
}
.user .content .right-user .drug-title span.w190{
    width: 190px;
    text-align: left;
}
.user .content .right-user .drug-title span.w330{
    width: 324px;
    text-align: left;
}
.user .content .right-user .drug-title span.w160{
    width: 145px;
}
.user .content .right-user .drug-box .drug .tie{
    width: 100%;
    height: 40px;
}
.user .content .right-user .drug-box .drug .tie span{
    color: #666666;
    margin-left: 30px;
    line-height: 40px;
}
.user .content .right-user .drug-box .drug .tie a{
    padding: 4px 9px 4px 28px;
    border: 1px solid #008888;
    background: url("../image/kf1.png") 9px center no-repeat;
    border-radius: 1px;
    margin-left: 30px;
    color: #008888;
    margin-top: 7px;
    cursor: pointer;
}
.user .content .right-user .drug-box .drug .drug-table{
    width: 978px;
    border: 1px solid #dcdddd;
    border-collapse: collapse;
    background: #ffffff;
    border-bottom: none;
    border-right: none;
    margin-top: 20px;
}
.user .content .right-user .drug-box .drug .drug-table tr{
    border-bottom: 1px solid #dcdddd;
}
.user .content .right-user .drug-box .drug .drug-table tr td{
    border-right: 1px solid #dcdddd;
    font-size: 14px;
    color: #333333;
}
.user .content .right-user .drug-box .drug .drug-table tr td .font{
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid #dcdddd;
    width: 340px;
}
.user .content .right-user .drug-box .drug .drug-table tr td .font:last-child{
    border-bottom: none;
}
.user .content .right-user .drug-box .drug .drug-table tr td .font .img{
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.user .content .right-user .drug-box .drug .drug-table tr td .font .name{
    width: 200px;
    margin-top: 5px;
}
.user .content .right-user .drug-box .drug .drug-table tr td .font .name span{
    color: #666666;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}
.user .content .right-user .drug-box .drug .drug-table tr td .font .name span.sp{
    color: #999999;
}
.user .content .right-user .drug-box .drug .drug-table tr td .font i{
    color: #333333;
    font-style: normal;
    line-height: 24px;
    margin-top: 5px;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90{
    width: 100%;
    line-height: 30px;
    padding: 20px 0;
    color: #333333;
    text-align: center;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 .money{
    line-height: 30px;
    color: #666;
    width: 100%;
    text-align: center;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 .type-fs{
    line-height: 30px;
    color: #333;
    width: 100%;
    text-align: center;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 .type-fs.col666{
    color: #666;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 .detail{
    line-height: 30px;
    color: #fd8f00;
    width: 100%;
    text-align: center;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 .detail.col89{
    color: #999;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 .detail-fk{
    width: 80px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #e4393c;
    border-radius: 3px;
    margin: 0 auto;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 .detail-pj{
    width: 80px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #fd8f00;
    border-radius: 3px;
    margin: 0 auto;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 a{
    user-select: none;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 .close{
    display: block;
    text-align: center;
    color: #999999;
}
.user .content .right-user .drug-box .drug .drug-table tr td .h90 .closes{
    display: block;
    text-align: center;
    color: #999999;
}
.user .content .durg-detail-top{
    width: 1138px;
    height: 68px;
    border: 1px solid #dcdddd;
    background: #ffffff;
    padding: 20px 30px;
}
.user .content .durg-detail-top .left-top{
    width: 288px;
    border-right: 2px solid #e1e1e1;
    height: 70px;
}
.user .content .durg-detail-top .left-top p{
    width: 100%;
    line-height: 24px;
    margin-top: 7px;
}
.user .content .durg-detail-top .right-top{
    padding: 45px 100px 0 100px;
}
.user .content .durg-detail-top .right-top.fk{
    background: url("../image/apply2.jpg") center 10px  no-repeat;
}
.user .content .durg-detail-top .right-top.tj{
    background: url("../image/apply1.jpg") center 10px  no-repeat;
}

.user .content .durg-detail-top .right-top.fh{
    background: url("../image/apply3.jpg") center 10px  no-repeat;
}
.user .content .durg-detail-top .right-top.pj{
    background: url("../image/apply4.jpg") center 10px  no-repeat;
}

.user .content .durg-detail-top .right-top li{
    width: 160px;
    color: #cccccc;
    text-align: center;
}
.user .content .durg-detail-top .right-top li.on{
    color: #008888;
}
.user .content .durg-detail-mobule{
    width: 1198px;
    height: auto;
    border: 1px solid #dcdddd;
    margin-top: 10px;
    background: #ffffff;
}
.user .content .durg-detail-mobule .tit{
    width: 1168px;
    border-bottom: 1px solid #dcdddd;
    height: 39px;
    color: #666666;
    line-height: 40px;
    font-weight: bold;
    padding-left: 30px;
}
.user .content .durg-detail-mobule .tit-ul{
    width: 1138px;
    height: auto;
    padding: 15px 30px;
}
.user .content .durg-detail-mobule .tit-ul li{
    width: 100%;
}
.user .content .durg-detail-mobule .tit-ul li span{
    line-height: 24px;
    color: #666666;
    margin-right: 25px;
}
.user .content .durg-detail-mobule .tit-ul li.special{
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
    font-weight: bold;
}
.user .content .durg-detail-mobule .tit-ul li span.w100{
    width: 100%;
    margin-right: 0;
}
.user .content .durg-detail-mobule .list-dur{
    width: 1026px;
    padding: 20px 86px;
}
.user .content .durg-detail-mobule .list-dur li{
    line-height: 35px;
    width: 100%;
    font-size: 12px;
}
.user .content .durg-detail-mobule .list-dur li span{
    color: #999999;
    font-weight: bold;
    width: 65px;
    text-align: right;
}
.user .content .durg-detail-mobule .list-dur li span.col{
    color: #333333;
    font-weight: normal;
    margin-left: 20px;
    width: auto;
}
.user .content .durg-detail-mobule .dury-table{
    width: 1028px;
    height: auto;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #dddddd;
    border-bottom: none;
    border-right: none;
}
.user .content .durg-detail-mobule .dury-table thead{
    height: 40px;
}
.user .content .durg-detail-mobule .dury-table thead th{
    height: 40px;
    text-align: center;
    background: #dddddd;
    color: #666666;
    font-size: 12px;
    border-right: 1px solid #dddddd;
}
.user .content .durg-detail-mobule .dury-table tr{
    border-bottom: 1px solid #dddddd;
}
.user .content .durg-detail-mobule .dury-table tr td{
    border-right: 1px solid #dddddd;
    text-align: center;
}
.user .content .durg-detail-mobule .dury-table tr td img{
    width: 50px;
    height: 50px;
    margin: 5px;
}
.user .content .durg-detail-mobule .dury-table tr .col{
    color: #fd8f00;
}
.user .content .durg-detail-mobule .dury-table tr td .box{
    width: 330px;
    height: 60px;
    padding: 20px 30px;
    border-bottom: 1px solid #dddddd;
}
.user .content .durg-detail-mobule .dury-table tr td .box:last-child{
    border-bottom: none;
}
.user .content .durg-detail-mobule .dury-table tr td .box img{
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.user .content .durg-detail-mobule .dury-table tr td .box span{
    color: #666666;
    line-height: 60px;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user .content .durg-detail-mobule .dury-table tr td .th2{
    height: 100px;
    line-height: 100px;
    color: #333333;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user .content .durg-detail-mobule .dury-table tr td .th2:last-child{
    border-bottom: none;
}
.user .content .durg-detail-mobule .dury-bottom{
    width: auto;
    height: 90px;
    line-height: 90px;
    margin-right: 140px;
    font-weight: bold;
}
.user .content .durg-detail-mobule .dury-bottom span{
    margin-left: 30px;
    color: #666666;
}
.user .content .durg-detail-mobule .dury-bottom span.col{
    color: #e4393c;
}
.user .content .durg-detail-mobule .dury-table tr .fk{
    width: 80px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #e4393c;
    border-radius: 3px;
    margin: 0 auto;
}
.user .content .durg-detail-mobule .dury-table tr .pj{
    width: 80px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #fd8f00;
    border-radius: 3px;
    margin: 0 auto;
}
.user .content .durg-detail-mobule .dury-table tr .close{
    display: block;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
.content .evaluate{
    width: 1198px;
    border: 1px solid #dcdddd;
    background: #ffffff;
    height: auto;
    border-bottom: none;
}
.content .evaluate li{
    border-bottom: 1px solid #dcdddd;
    width: 100%;
}
.content .evaluate li .left-eva{
    width: 160px;
    padding: 0 19px 0 20px;
    height: 380px;
    border-right: 1px solid #dcdddd;
}
.content .evaluate li .left-eva img{
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}
.content .evaluate li .left-eva p{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}
.content .evaluate li .left-eva b{
    display: block;
    width: 100%;
    text-align: center;
    color: #e4393c;
    font-size: 18px;
    margin-top: 20px;
}
.content .evaluate li .right-eva{
    width: 920px;
    height: auto;
    padding: 0 39px;
}
.content .evaluate li .right-eva .title-eva{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #333333;
    margin-top: 5px;
    line-height: 60px;
    position: relative;
}
.content .evaluate li .right-eva .title-eva span{
    color: #666666;
    font-weight: normal;
    margin-left: 14px;
}
.content .evaluate li .right-eva .eva-bq{
    width: 100%;
    height: 24px;
}
.content .evaluate li .right-eva .eva-bq span,.content .evaluate li .right-eva .eva-bq #subject{
    width: auto;
    padding: 0 10px;
    border: 1px solid #dcdddd;
    height: 22px;
    line-height: 24px;
    color: #999999;
    margin-right: 10px;
    cursor: pointer;
}
.content .evaluate li .right-eva .eva-bq span.on{
    border: 1px solid #ff8400;
    color: #ff8400;
}
.content .evaluate li .right-eva .title-eva .x-box{
    width: auto;
    position: absolute;
    height: 25px;
    top: 18px;
    left: 55px;
}
.content .evaluate li .right-eva .title-eva .x-box i{
    width: 26px;
    height: 24px;
    float: left;
    padding-right: 15px;
    background: url("../image/x1.png") left center no-repeat;
    cursor: pointer;
}
.content .evaluate li .right-eva .title-eva .x-box i.on{
    background: url("../image/xon.png") left center no-repeat;
}
.content .evaluate li .right-eva textarea{
    width: 898px;
    height: 78px;
    border: 1px solid #dcdddd;
    background: #f2f2f2;
    resize: none;
    outline: none;
    padding: 10px;
}
.content .evaluate li .right-eva .upload{
    width: 100%;
    margin-top: 20px;
    height: 50px;
}
.content .evaluate li .right-eva .upload .jia{
    width: 49px;
    height: 49px;
    border: 1px solid #dcdddd;
    background: url("../image/jiahao.png") center center no-repeat;
    cursor: pointer;
}
.content .evaluate li .right-eva .upload input{
    display:none;
}
.content .evaluate li .right-eva .upload img{
    width: 50px;
    height: 50px;
}
.content .evaluate li .right-eva p{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #999999;
}
.content .grade-box{
    width: 1098px;
    height: 770px;
    padding: 0 50px;
    border: 1px solid #dddddd;
    background: #ffffff;
}
.content .grade-box .grade-top{
    width: 100%;
    padding: 35px 0;
    border-bottom: 2px solid #dddddd;
}
.content .grade-box .grade-top .grade-img{
    width: 380px;
}
.content .grade-box .grade-top .grade-img img{
    width: 60px;
    height: 60px;
    margin-left: 10px;
}
.content .grade-box .grade-top .grade-img b{
    line-height: 60px;
    color: #333333;
    margin-left: 30px;
}
.content .grade-box .grade-top .grade-list{
    width: auto;
}
.content .grade-box .grade-top .grade-list li{
    width: 210px;
    height: 60px;
    border-left: 2px solid #dddddd;
}
.content .grade-box .grade-top .grade-list li p{
    width: 100%;
    text-align: center;
    margin-top: 5px;
    color: #333333;
}
.content .grade-box .grade-top .grade-list li b{
    width: 100%;
    font-size: 20px;
    color: #ff8400;
    text-align: center;
    font-weight: bolder;
    margin-top: 5px;
}
.content .grade-box .grade-bottom{
    width: 996px;
    height: 215px;
    background: url("../image/lvback.jpg") no-repeat center 40px;
    margin-top: 60px;
    position: relative;
    margin-left: 20px;
}
.content .grade-box .grade-bottom .sp-an{
    position: absolute;
    color: #333333;
    font-size: 14px;
    line-height: 35px;
}
.content .grade-box .grade-bottom .sp-an.io1{
    left: -10px;
    top: 85px;
}
.content .grade-box .grade-bottom .sp-an.io2{
    left: 170px;
    top: 65px;
}
.content .grade-box .grade-bottom .sp-an.io3{
    left: 372px;
    top: 45px;
}
.content .grade-box .grade-bottom .sp-an.io4{
    left: 572px;
    top: 25px;
}
.content .grade-box .grade-bottom .sp-an.io5{
    left: 774px;
    top: 5px;
}
.content .grade-box .grade-bottom .jt{
    width: 200px;
    height: 40px;
    padding-top: 35px;
    left: 0%;
    position: absolute;
    top: 140px;
    background: url("../image/touj.png") center 20px no-repeat;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.content .grade-box .grade-ul{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.content .grade-box .grade-ul li{
    width: 100%;
    line-height: 30px;
    color: #666666;
}
.content .grade-box .grade-ul li.first{
    font-weight: bolder;
    padding-bottom: 5px;
    color: #333333;
}
.content .grade-box .grade-ul li.mar6{
    margin-left: 6px;
    width: auto;
}
.evaluate-btn{
    width: 300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background: #008888;
    font-size: 18px;
    display: block;
    margin: 50px auto 150px;
    cursor: pointer;
}
.small_box {
    width:330px;
    margin: 0 auto;
    height:340px;
    position:relative;
}
.small_box img {
    width:330px;
    height:330px;
    display: block;
    margin: 10px auto;
}
.small_box .mask {
    position:absolute;
    width:330px;
    height:330px;
    background:rgba(0,0,0,0.5);
    opacity:0;
    z-index:2;
    cursor:move;
    left: 9px;
    top: 0px;
}
.small_box .float_layer {
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(0,0,0,0.5);
    display:none;
}
.big_box {
    position:absolute;
    left:350px;
    top:10px;
    width:400px;
    height:400px;
    overflow:hidden;
    display:none;
    z-index: 2;
}
.big_box img {
    position:absolute;
    width: 800px;
    height: 800px;
}
.relative{
    position:relative;
}

.iil-gg-box{
    width: 1200px;
    height: auto;
}
.iil-gg-box a{
    display: block;
    width: 100%;
}
.iil-gg-box a img{
    width: 1200px;
    height: auto;
    display: block;
    margin-top: 20px;
}
.content .ill-list{
    width: 1240px;
    float: left;
    height: auto;
}
.content .ill-list li{
    width: 380px;
    height: 200px;
    float: left;
    padding: 22px 0 18px 200px;
    margin-right: 40px;
    margin-top: 20px;
}
.content .ill-list li .title{
    margin-top: 34px;
    color: #1a1717;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.content .ill-list li .font{
    width: 250px;
    margin: 15px auto 0;
    line-height: 30px;
    color: #000000;
    font-size: 14px;
    text-align: center;
}
.content .ill-list li .font a{
    color: #000000;
    font-size: 14px;
}
.content .ill-list li .font a:hover{
    color: #008888;
}
.content .ill-list li.ill1{
    background: url("../image/ill1.jpg") center center;
}
.content .ill-list li.ill2{
    background: url("../image/ill2.jpg") center center;
}
.content .ill-list li.ill3{
    background: url("../image/ill3.jpg") center center;
}
.content .ill-list li.ill4{
    background: url("../image/ill4.jpg") center center;
}
.content .ill-list li.ill5{
    background: url("../image/ill5.jpg") center center;
}
.content .ill-list li.ill6{
    background: url("../image/ill6.jpg") center center;
}
.content.over{
    overflow: hidden;
}
.content .ill-list2{
    margin-top: 15px;
    float: left;
    width: 100%;
    height: auto;
}
.content .ill-list2 li{
    width: 1030px;
    height: auto;
    margin-top: 10px;
    float: left;
    padding-left: 170px;
    position: relative;
}
.content .ill-list2 li .title{
    width: 130px;
    float: left;
    background: #008888;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    line-height: 120px;
    padding-left: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 170px;
    left: 0;
}
.content .ill-list2 li .title span{
    position: absolute;
    left: 50px;
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
}
.content .ill-list2 li .font{
    width: 925px;
    height: auto;
    border: 1px solid #dcdddd;
    border-left: none;
    float: left;
    padding: 20px 47px;
    overflow-y: auto;
}
.content .ill-list2 li .font a{
    width: 130px;
    line-height: 39px;
    color: #666666;
    font-size: 12px;
    text-align: left;
    float: left;
}
.content .ill-list2 li .font a:hover{
    color: #008888;
}
.rig-sear{
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 20px;
}
.rig-sear .all{
    border: 1px solid #008888;
    padding: 3px 5px;
    color: #ffffff;
    background: #008888;
    font-size: 12px;
}
.rig-sear .prev{
    border: 1px solid #dcdddd;
    padding: 3px 5px;
    color: #898989;
    font-size: 12px;
    cursor: pointer;
}
.rig-sear .next{
    border: 1px solid #dcdddd;
    padding: 3px 5px;
    color: #898989;
    font-size: 12px;
    cursor: pointer;
}
.rig-sear .add{
    color: #008888;
    font-size: 14px;
    line-height: 20px;
}
.rig-sear .old{
    color: #898989;
    font-size: 14px;
    line-height: 20px;
}
.fapiao-box-li{
    width: 310px;
    margin-left: 20px;
    float: left;
}
.fapiao-box-li span{
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #dcdddd;
    color: #666;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 5px;
    font-size: 14px;
}
.fapiao-box-li span.on{
    color: #ff6700;
    border: 1px solid #ff6700;
}
.register .register-box .register-list li.special.letmar{
    margin-top: 22px;
}
.register .register-box .register-list li.special .ok-fp{
    width: 120px;
    height: 36px;
    color: #ffffff;
    float: left;
    background: #008888;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 35px;
    cursor: pointer;
}
.register .register-box .register-list li.special .close{
    width: 120px;
    height: 36px;
    color: #ffffff;
    float: left;
    background: #898998;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.special-index-head{
    width: 100%;
    height: 500px;
    background: url("../image/zhuangti.jpg") center center no-repeat;
}
.special-index-body{
    width: 100%;
    height: auto;
    background: #1cd3ff;
    padding-bottom: 50px;
}
.special-index-list{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
}
.special-index-list ul{
    width: 1220px;
    float: left;
}
.special-index-list ul li{
    width: 254px;
    height: 374px;
    float: left;
    border: 1px solid #dcdddd;
    background: #ffffff;
    margin-right: 20px;
    padding: 12px;
    margin-bottom: 20px;
}
.special-index-list ul li img{
    width: 180px;
    height: 180px;
    display: block;
    margin: 18px auto 30px;
}
.special-index-list ul li .font-box-special{
    width: 214px;
    height: auto;
    border-top: 1px solid #dcdddd;
    padding: 10px 20px 0 20px;
}
.special-index-list ul li .font-box-special .name{
    color: #616161;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.special-index-list ul li .font-box-special .gg{
    color: #616161;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.special-index-list ul li .font-box-special .money{
    height: 25px;
    line-height: 25px;
    font-weight: bold;
}
.special-index-list ul li .font-box-special .money .new{
    color: #ff4d4f;
    font-size: 20px;
}
.special-index-list ul li .font-box-special .money .old{
    color: #8e8e90;
    font-size: 16px;
    margin-left: 24px;
    text-decoration: line-through;
}
.special-index-list ul li .font-box-special .buy{
    width: 178px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ff4d4f;
    color: #ff4d4f;
    font-weight: bold;
    border-radius: 18px;
    display: block;
    margin: 15px auto 0;
    font-size: 16px;
}
.coupon-layer{
    width: 700px;
    height: 100%;
    overflow-y: auto;
    display: none;
}
.coupon-layer .coupon-layer-body{
    width: 410px;
    height: auto;
    margin: 20px auto;
}
.coupon-layer .coupon-layer-body li{
    width: 328px;
    height: 118px;
    border: 1px solid #008888;
    padding-right: 80px;
    position: relative;
    margin-top: 10px;
    background: #f6f6f6;
}
.coupon-layer .coupon-layer-body li .money {
    width: auto;
    min-width: 100px;
    float: left;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
}
.coupon-layer .coupon-layer-body li .money i {
    font-style: normal;
    color: #fd8f00;
    font-size: 18px;
    float: left;
    margin-top: 40px;
    margin-left: 19px;
    line-height: 57px;
    display: inline;
}
.coupon-layer .coupon-layer-body li .money b {
    color: #fd8f00;
    font-size: 48px;
    float: left;
    font-weight: bolder;
    display: inline;
}
.coupon-layer .coupon-layer-body li .name {
    width: 180px;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    font-weight: bold;
    margin-left: 10px;
    display: inline;
}
.coupon-layer .coupon-layer-body li .font {
    width: 200px;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    margin-left: 10px;
    display: inline;
    margin-top: 7px;
}
.coupon-layer .coupon-layer-body li .time{
    width: 200px;
    font-size: 12px;
    color: #999999;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
}
.coupon-layer .coupon-layer-body li .type {
    width: 20px;
    height: 50px;
    position: absolute;
    right: 0;
    background: #008888;
    top: 0;
    color: #ffffff;
    font-size: 18px;
    padding: 34px 30px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
}
.coupon-layer .coupon-layer-body li.on .money i{
    color: #999999;
}
.coupon-layer .coupon-layer-body li.on .money b{
    color: #999999;
}
.coupon-layer .coupon-layer-body li.on .type{
    width: 20px;
    height: 70px;
    position: absolute;
    background: #c9c9c9;
    color: #ffffff;
    font-size: 18px;
    padding: 24px 30px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    cursor: auto;
}
.coupon-layer .coupon-layer-body li.on{
    border: 1px solid #c9c9c9;
}
.new-sure{
    width: 1198px;
    height: 318px;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}
.new-sure .title{
    height: 39px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    width: 1178px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    background: #f1f1f1;
    font-weight: bold;
}
.new-sure .new-sure-body{
    width: 998px;
    padding: 0 100px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.new-sure .new-sure-body .new-left{
    width: 100px;
    height: 170px;
    background: url("../image/left-new-lun.png") center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.new-sure .new-sure-body .new-right{
    width: 100px;
    height: 170px;
    background: url("../image/right-new-lun.png") center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.new-sure .new-sure-body .lun-ul{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.new-sure .new-sure-body .lun-ul ul{
    float: left;
    width: auto;
    height: 230px;
    position: relative;
}
.new-sure .new-sure-body .lun-ul ul li{
    width: 160px;
    float: left;
    height: 230px;
    margin-right: 50px;
}
.new-sure .new-sure-body .lun-ul ul li a{
    width: 100%;
    display: block;
    height: 100%;
}
.new-sure .new-sure-body .lun-ul ul li a img{
    width: 100%;
    height: 160px;
    display: block;
}
.new-sure .new-sure-body .lun-ul ul li a .name{
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-sure .new-sure-body .lun-ul ul li a .money{
    width: 100%;
    text-align: center;
    color: #e4393c;
    font-size: 14px;
}
.gz-box-font{
    width: 100%;
    height: atuo;
}
.gz-box-font .title{
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}
.gz-box-font p{
    width: 650px;
    margin: 0 auto;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.silderBar{
    width:5px;
    height:99%;
    position:absolute;
    top:0.5%;
    right:0.5%;
    background:#bbb;
    border-radius:5px;
    overflow:hidden;
}
.silderBar span{
    height:20px;
    width:100%;
    top:0;
    left:0;
    position:absolute;
    display:block;
    background:#f90;
}
.stock-box{
    width: 100%;
    height: 100%;
    display: none;
}
.stock-box .title{
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #333333;
    font-size: 24px;
    display: block;
}
.stock-box .qhTitle{
    width: 100%;
    height: auto;
    color: #f98e3e;
    text-align: center;
    padding-bottom: 30px;
}
.stock-box ul{
    width: 310px;
    margin-left: 150px;
}
.stock-box ul li{
    padding-bottom: 20px;
    height: 40px;
}
.stock-box ul li label{
    width: 90px;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    float: left;
    cursor: pointer;
}
.stock-box ul li input{
    width: 203px;
    height: 14px;
    padding: 12px 0 12px 15px;
    line-height: 14px;
    float: left;
    border: 1px solid #dcdddd;
}
.stock-box ul li button{
    float: left;
    margin-left: 90px;
    background: #008888;
    color: #ffffff;
    outline: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 220px;
    cursor: pointer;
}
.back-img-data{
    background: url("../image/tips_loading.gif") center center no-repeat;
}
.edit-fp{
    display: none;
}
.list_qg{
    width: 100%;
    margin-top: 20px;
    display: block;
}
.list_qg li{
    width: 100%;
}
.list_qg li span{
    font-size: 12px;
    color: #333;
    margin-right: 15px;
    line-height: 30px;
}
.fg-new-mj{
    width: 100%;
    float: left;
}
.fg-new-mj .j-ios{
    width: 48px;
    height: 18px;
    border: 1px solid #e4393c;
    color: #e4393c;
    font-size: 12px;
    font-style: normal;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
}
.fg-new-mj .gj-special{
    width: 21px;
    height: 21px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    background: url("../image/jg-pecial.png") center center no-repeat;
}
.user-index-th{
    width: 100%;
    height: 40px;
    background: #dddddd;
}
.kill-back{
    width: 82px;
    height: 82px;
    color: #fff;
    background: url("../image/killback.png") center center no-repeat;
    font-size: 18px;
    position: absolute;
    left: 50%;
    margin-left: -41px;
    top: 80px;
    text-align: center;
    line-height: 82px;
    z-index: 2;
}
.ms-jdt{
    margin-right: 7px;
}
.content .detail-box .font-img-box dd .list-detail .ms .bottom .ms-jdt span{
    color: #333333;
    font-size: 12px;
    float: left;
    margin-right: 15px;
}
.ms-jdt .jdt-box{
    width: 130px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
    float: left;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
}
.ms-jdt .jdt-box em{
    background: #e4393c;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.wxq-user-bottom{
    color:#666!important;
    font-weight: normal!important;
}
.wxq-user-bottom a{
    color:#666!important;
    font-size:12px!important;
    margin-right: 5px!important;
}
.wxq-coll-box{
    padding:20px 30px 35px 30px!important;
}
.wxq-coll-box h3{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.wxq-coll-box .wxq-coll-box-content{
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 15px;
}
.wxq-coll-box .time{
    text-align: right;
    color: #898989;
    font-size: 14px;
}
.wxq-coll-box img{
    display: block;
    margin: 25px auto 60px;
}
.user .content .right-user .wxq-drug-nav li a{
    padding-bottom: 0;
    height: 38px;
}
.user .content .right-user .wxq-drug-nav li{
    width: auto;
    padding: 0 10px;
}
.user .content .right-user .wxq-goods-nav{
    height: 30px;
}
.user .content .right-user .wxq-goods-nav li{
    height: 30px;
    padding-bottom: 0;
}
.user .content .right-user .wxq-goods-nav li a{
    display: block;
    width: 100%;
    height: 100%;
}
.moduleLayer{
    width: 160px;
    line-height: 160px;
    padding-left: 80px;
    margin: 0 auto;
    color: #333333;
    font-size: 20px;
    background: url("../image/py.png") 20px center no-repeat ;
}
body .yourclass{
    border-radius:10px;
}
#yilian{
    width:100%;
}
#yilian p{
    line-height: 25px;
    color: #898989;
    font-size:14px;
}
#yilian p.first{
    margin-top:20px;
}
.newpay div{
    display: none;
}
.newpay div.on{
    display: block;
}
#weixinPayDiv p{
    color: #898989;
    font-size:14px;
    margin-top:20px;
}
#zifubaoPayDiv p{
    color: #898989;
    font-size:14px;
    margin-top:20px;
}
.loginchick{
    width: 13px;
    height: 13px;
    float: left;
    border: 1px solid #dddddd;
    background: #ffffff;
    cursor: pointer;
}
.loginchick.on{
    border: 1px solid #fd8f00;
    background: url(../image/g.png) center center no-repeat #ffffff;
}
.clause{
    width: 100%;
    display: none;
}
.clauseBox{
    width: 820px;
    height: 420px;
    margin: 25px auto 0;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 20px;
    overflow-y: auto;
    color: #130700;
    padding: 15px 30px;
}
.clause .clauseBtn{
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    margin: 20px auto;
    background: #008888;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}
.lgSpan{
    float: left;
    color: #333;
    line-height: 30px;
    font-size: 12px;
}
.codeBoxZ{
    width: 110px;
    height: 45px;
    margin-top: 20px;
    cursor: pointer;
    color: #ffffff;
    background: #008888;
    text-align: center;
    line-height: 45px;
    float: left;
    font-size: 12px;
}
.codeBoxZ.special{
    margin-top: 0;
    width: 123px;
}
.yzmbox{
    padding: 10px;
}
.yzmbox img{
    width: 110px;
    height: 40px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.yzmbox .codeinput{
    width: 160px;
    height: 35px;
    display: block;
    margin: 15px auto 0;
    border:1px solid #dcdddd;
    padding-left:10px;
    border-radius: 3px;
}
.yzmbox button{
    width: 170px;
    height: 40px;
    background: #008888;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 15px auto 0;
    cursor: pointer;
    border-radius: 3px;
    display: block;
}
#wait{
    width: 100%;
    line-height: 42px;
    color: #008888;
}