/* CSS reset */

[v-cloak] {
    display: none;
}
#head2{
    height:280px
}
#article{
    display: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1300px;
    background-color: #f3f3f3 !important;
    background-attachment:fixed;
    background-size:100% 100%;
}
#header{
    height:52px;
    min-width:1300px;
    margin:0 auto;
    background:#3a3a3a;
}

.headerBox{
    margin:0 auto;
    width:1300px;
}

#logo{
    float:left;
    width:251px;
    height:52px;
}

#logo a{
    width:240px;
    height:52px;
    background:url(/statics/img/tip.png) no-repeat center center;
    display:block;
}

#menu{
    float:right;
    width:869px;
    height:52px;
    line-height:52px;
}

#menu ul{
    float:right;
    position:relative;
}

#menu ul li{
    float:left;
    z-index:1300;
    position:relative!important;
    margin-left:1px;
}

#menu ul li p{
    float:left;
    font-size:15px;
    color:#f3f3f3;
    padding-right:23px;
    padding-left:23px;
}

#menu ul li p:hover{
    color:#333;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}
#rankingtable{
    table-layout: fixed;
}
address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
.click-look{
    color: rgb(255,255,255);
    background: #ff5837;
    padding:2px 11px;
    border-radius: 5px;
    font-size: 14px;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

section, header {
    display: block;
}

/* General Demo Style */
body {
    font-family: "微软雅黑", "Arial Narrow", HELVETICA!important;
    /*background-color:#f6f6f6;*/
    font-size: 15px;
    color: #030000;
    /*-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);*//*灰色背景*/
}

/*body::-webkit-scrollbar {display:none}*/
a {
    /*color: #333;*/
    text-decoration: none;
}

.container {
    width: 1300px;
    margin: 0 auto;
    position: relative;

}

.m_top {
    margin-top: 10px;
}

.clr {
    clear: both;
}

.container > header {
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.container > header h1 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: #6d7aa1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 0px 0px 5px 0px;
}

.container > header h1 span {
    color: #8997c0;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.container > header h2 {
    font-size: 16px;
    font-style: italic;
    color: #82858e;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}

/* Header Style */
.codrops-top {
    font-family: 'Arial Narrow', Arial, sans-serif;
    line-height: 24px;
    font-size: 11px;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
}

.codrops-top a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #ddd;
    display: block;
    float: left;
}

.codrops-top a:hover {
    color: #fff;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: none;
    display: inline;
}

p.codrops-demos {
    text-align: center;
    display: block;
}

p.codrops-demos a, p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
    display: inline-block;
    border: 1px solid #6d7aa1;
    border-color: #7784aa #6d7aa1 #6d7aa1 #7784aa;
    padding: 4px 10px 3px;
    font-size: 13px;
    line-height: 18px;
    margin: 0px 3px;
    font-weight: 800;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8997c0;
    background: -moz-linear-gradient(top, #8997c0 0%, #6d7aa1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8997c0), color-stop(100%, #6d7aa1));
    background: -webkit-linear-gradient(top, #8997c0 0%, #6d7aa1 100%);
    background: -o-linear-gradient(top, #8997c0 0%, #6d7aa1 100%);
    background: -ms-linear-gradient(top, #8997c0 0%, #6d7aa1 100%);
    background: linear-gradient(top, #8997c0 0%, #6d7aa1 100%);
}

p.codrops-demos a:hover {
    background: #8997c0;
}

p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
    color: #424d71;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
}

/* Media Queries */
@media screen and (max-width: 767px) {
    .container > header {
        text-align: center;
    }

    p.codrops-demos {
        position: relative;
        top: auto;
        left: auto;
    }
}

/*搜索框*/
.seach_box {
    border:1px solid rgba(255,255,255,0.9);
    border-top:2px solid #ff6a00;
    /*margin-top: 10px*/
    -webkit-box-shadow:0 0 14px rgba(67, 90, 142, 0.2);
    box-shadow:0 0 14px rgba(67, 90, 142, 0.2);
}

/*width:1000px;*/
.seach_content {
    /*padding-top: 30px;*/
    /*display: flex;*/
    /*justify-content: center;*/

}
.result{
    table-layout: fixed;

}
.result th{
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result td{
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.seach_img {
    margin-right: 10px;
    float: left;
}

.seach_text {
    /*margin: auto;*/
    margin-left: 25px;
    padding-top: 13px;
    width: 1275px;
}

.seach_input {
    color: #999;
    background: #f7f7f7;
    border: 2px solid #DA0000;
    border-right: none;
    height: 18px;
    line-height: 18px;
    width: 530px;
    padding: 11px 0 11px 10px;
    outline: none;
    font-size: 16px;
    font-family: '微软雅黑';
    float: left
}

.seach_botton {
    color: #fff;
    font-size: 18px;
    font-family: '微软雅黑';
    border: none;
    width: 108px;
    height: 44px;
    background: rgb(204,33,50);
    cursor: pointer;
    float: left
}

/*弹窗*/
#light_box {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -400px;
    margin-left: -600px;
    z-index: 1002;
    overflow: auto;
}

.close_box {
    text-align: right;
}

.close_box img {
    cursor: pointer
}

#light {
    width: 1300px;
    height: 800px;
    padding: 16px;
    border: 1px solid orange;
    z-index: 1002;
    overflow: auto;
    background: #fff url(../images/loding.gif) no-repeat center
}

.list td {
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
}

.mc {
    width: 100px
}

.ip {
    width: 110px
}

.sj {
    width: 100px
}

.xl {
    width: 100px
}

.js {
}

.kf {
    width: 100px
}

.dz {
}

.sl {
    width: 40px
}

.jg {
    width: 40px
}

#fade {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

.result {
    margin-bottom: 10px;
    font-size: 12px
}
.rankingtable{
    table-layout: fixed;
}
/*.result th {*/
/*    font-weight: bold;*/
/*    padding: 10px 0;*/
/*    background: #2aaae3;*/
/*    border: solid 1px #ccc;*/
/*    text-align: center;*/
/*    color: #fff*/
/*}*/

.ads tr {
    border-bottom: 1px solid #adb
}

.ads td {
    padding: 2px;
    border: 1px solid #adb;
    width: 33%
}

/*广告位*/
/*banner*/
/*text*/
.adv_nav .adv_banner {
    margin-bottom: 5px
}

.adv_cate .adv_text {
    margin-bottom: 5px;
}

.adv_banner li {
    height: 100px;
    overflow: hidden;
}

.adv_text {
    font-size: 0
}

.adv_text li {
    width: 394px;
    height: 100px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    padding: 1px 2px;
    border: 1px solid #adb;
}

.adv_text li img {
    width: 393px;
    height: 100px;
}

.hd ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 25%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.hd ul li.curr {
    background: #680809;
    color: #ef9e3f;
}

.bd {
    clear: both;
    width: 100%
}

.bd table {
    display: none;
    font-size: 12px;
}

.bd table.curr {
    display: block;
}

.urlList {
    padding-top: 6px;
    padding-right: 6px;
}

.urlList ul li {
    width: 292px;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: #2aaae3;
    margin-left: 6px;
    margin-bottom: 6px;
    margin-right: 0
}

.nullImage {
    text-align: center;
    padding-top: 30px;
}

.null .nullMsg p {
    text-align: center;
    line-height: 60px;
}

.null .nullMsg p.red {
    color: red;
    font-size: 20px;
    line-height: 80px;
}

.webtitle {
    background: #2aaae3
}

.bd .countprice {
    height: 50px;
    text-align: center;
    background: red;
    color: #fff;
    line-height: 50px
}

.countprice font {
    color: rgb(255, 255, 20);
}

.datatable {
    margin-bottom: 10px;
    font-size: 12px;
}

.datatable th {
    background: #2aaae3;
    color: #fff
}

.datatable th, .datatable td {
    border: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.formBox1 {
    display: none;
    width: 580px;
    background: #fff;
    padding: 35px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.formBox {
    display: none;
    width: 360px;
    background: #fff;
    padding: 35px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.formBox .title {
    font-size: 18px;
    margin-bottom: 20px;
}

.formBox .commonInput {
    margin-bottom: 16px;
}

.formBox .commonInput input {
    font-size: 16px;
    width: 320px;
    height: 40px;
    border: 1px solid #CCC;
    text-indent: 10px;
}

.formBox .getVcode {
    overflow: hidden;
}

.formBox .getVcode input {
    width: 210px;
    float: left;
}

.formBox .getVcode button {
    width: 100px;
    height: 42px;
    background: #c4c9cb;
    font-size: 16px;
    border: none;
    color: #fff;
    float: right;
    cursor: pointer;
}

.formBox .getVcode .imgVcode {
    width: 100px;
    height: 42px;
    float: right;
    cursor: pointer;
}

.formBox .submit {
    width: 320px;
    line-height: 40px;
    text-align: center;
    margin: 24px auto 16px;
    font-size: 18px;
    color: #fff;
    background: #2aaae3;
    cursor: pointer;
}

.formBox .text1 {
    text-align: right;
    font-size: 16px;
    color: #888;
}

.formBox .text1 a {
    color: #da0000;
    cursor: pointer;
}

.formBox .text2 {
    font-size: 16px;
    color: #666;
}

.formBox .text2 a {
    cursor: pointer;
}

.formBox .text2 a:first-child {
    float: left;
}

.formBox .text2 a:last-child {
    float: right;
}

.formBox .errorMsg {
    position: absolute;
    bottom: 104px;
    left: 20px;
    color: #ff6600;
    font-size: 14px;
    line-height: 40px;
    margin-left: 8px;
}

.formBox .Validform_right {
    color: #71b83d;
}

.formBox .personCommonInput {
    margin-bottom: 18px;
}

.formBox .personCommonInput > ul li {
    float: left;
}

.formBox .touxiang .pic {
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.formBox .touxiang .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.formBox .touxiang .upload {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    font-size: 16px;
    color: #fff;
    background: #da0000;
    width: 94px;
    line-height: 34px;
    cursor: pointer;
    position: relative;
    text-align: center;
    border-radius: 6px;
}

.formBox .touxiang .upload input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.formBox .otherLogin {
    margin-bottom: -15px;
}

.formBox .otherLogin .text {
    font-size: 0;
    margin: 20px auto;
}

.formBox .otherLogin .text > * {
    display: inline-block;
    vertical-align: middle;
}

.formBox .otherLogin .text span {
    font-size: 16px;
    color: #999;
    margin: 0 18px;
}

.formBox .otherLogin .text .line {
    width: 94px;
    height: 1px;
    background: #cccccc;
}

.formBox .otherLogin .link {
    font-size: 0;
    text-align: center;
}

.formBox .otherLogin .link > * {
    display: inline-block;
    vertical-align: middle;
}

.formBox .otherLogin .link > *:first-child {
    margin-right: 60px;
}

.formBox .otherLogin .link p {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}


.layui-layer-shade {
    opacity: .5 !important;
}

.layui-layer-setwin {
    right: 10px !important;
    top: 17px !important;
}

.layui-layer-setwin .layui-layer-close2 {
    background: url(../../statics/images/new/close.png) no-repeat !important;
    width: 16px !important;
    height: 16px !important;
    right: 0 !important;
    top: 0 !important;
}

.loading {
    text-align: center;
    padding: 20px 0;
}

.l-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1119891015;
}

.l-loading .hide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
}

.l-loading .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.l-loading .text img {
    display: block;
    margin: 0 auto;
}

.l-loading .text p {
    text-align: center;
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #fff;
}

@charset "UTF-8";
.modal {
    display: none;
    border-radius: 6px;
}

.contactModal {
    width: 390px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 23px 20px;
}

.contactModal .modalTitle {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #2aaae3;
    padding-bottom: 10px;
    border-bottom: 3px solid #2aaae3;
    margin-bottom: 2px;
}

.contactModal .modalContent li {
    padding: 11px 0 15px;
    border-bottom: 1px solid #dddddd;
}

.contactModal .modalContent li .p1 {
    font-size: 22px;
    margin-bottom: 7px;
}

.contactModal .modalContent li .p2 {
    font-size: 16px;
    color: #999;
}

.contactModal .modalContent li .rt {
    width: 44px;
    height: 44px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    margin-top: 10px;
}

.contactModal .modalContent .tips {
    font-size: 16px;
    color: #888;
    padding-top: 10px;
    line-height: 1.8;
}

.contactModal .modalContent .tips span {
    color: #666;
}

.purchaseModal {
    width: 470px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 23px 20px;
}

.purchaseModal .modalTitle {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #2aaae3;
    padding-bottom: 10px;
    border-bottom: 3px solid #2aaae3;
    margin-bottom: 2px;
}

.purchaseModal .modalContent li {
    padding: 11px 0 15px;
    border-bottom: 1px solid #dddddd;
}

.purchaseModal .modalContent li .p1 {
    font-size: 22px;
    margin-bottom: 7px;
}

.purchaseModal .modalContent li .p2 {
    font-size: 16px;
    color: #999;
}

.purchaseModal .modalContent li .rt {
    width: 44px;
    height: 44px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    margin-top: 10px;
}

.purchaseModal .modalContent .tips {
    font-size: 16px;
    color: #888;
    padding-top: 10px;
    line-height: 1.8;
}

.purchaseModal .modalContent .tips span {
    color: #666;
}

.contactUsModal {
    background: #fff;
    width: 580px;
    border-radius: 4px;
    position: relative;
    #padding-bottom: 80px;
}

.contactUsModal .modalTitle {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 50px;
    font-size: 18px;
    color: #2aaae3;
    padding-left: 14px;
    border-bottom: 1px solid #2aaae3;
    margin-bottom: 14px;
}

.contactUsModal .icon-close {
    position: absolute;
    right: 10px;
    top: 17px;
    cursor: pointer;
}

.contactUsModal .modalContent ul {
    width: 540px;
    margin: 30px auto;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.contactUsModal .modalContent li {
    width: 33.33%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    line-height: 46px;
    height: 46px;
}

.contactUsModal .modalContent li a {
    vertical-align: middle;
}

.contactUsModal .modalContent .tips {
    text-align: center;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding: 26px 0;
    font-weight: bold;
    color: #2aaae3;
}

.contactUsModal .modalContent .tips div {
    vertical-align: middle;
}

.contactUsModal .modalContent .bottom {
    text-align: right;
    padding: 20px 20px 0;
}

.contactUsModal .modalContent .bottom a {
    vertical-align: middle;
    margin-left: 6px;
}

.queryLinkModal {
    background: #fff;
    width: 640px;
    border-radius: 4px;
    position: relative;
    padding-bottom: 30px;
}

.queryLinkModal .modalTitle {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 50px;
    font-size: 18px;
    color: #2aaae3;
    padding-left: 14px;
    border-bottom: 1px solid #2aaae3;
    margin-bottom: 14px;
}

.queryLinkModal .modalContent {
    width: 640px;
    height: 380px;
    overflow: hidden;
}

.queryLinkModal .modalContent > div:first-child {
    width: 640px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    overflow: auto;
}

.queryLinkModal .modalContent a {
    float: left;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    background: #dedede;
    border-radius: 4px;
    margin-right: 14px;
    margin-bottom: 14px;
    cursor: pointer;
}

.queryLinkModal .modalContent a:hover {
    background: #2aaae3;
    color: #fff;
}

.queryLinkModal .icon-close {
    position: absolute;
    right: 10px;
    top: 17px;
    cursor: pointer;
}

.queryLinkModal .zUIpanelScrollBox, .queryLinkModal .zUIpanelScrollBar {
    width: 8px;
    top: 4px;
    right: 2px;
}

.queryLinkModal .zUIpanelScrollBox {
    background: #e5e5e5;
    height: 182px;
}

.queryLinkModal .zUIpanelScrollBar {
    background: #2aaae3;
    height: 380px;
}

.changePhotoModal .titleBar {
    position: relative;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    background: #e8edf5;
}

.changePhotoModal .titleBar .closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 30px;
    cursor: pointer;
}

.changePhotoModal .titleBar .closeBtn span {
    display: block;
    margin-top: 8px;
    margin-left: 10px;
}

.changePhotoModal .cutPhotoContent {
    padding: 7px 15px 20px;
    background: #fff;
}

.changePhotoModal .cutPhotoContent .uploadBtn {
    margin-bottom: 7px;
}

.changePhotoModal .cutPhotoContent .uploadBtn label {
    display: block;
    width: 128px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.changePhotoModal .cutPhotoContent .uploadBtn label span {
    display: inline-block;
    margin-right: 6px;
    vertical-align: -2px;
}

.changePhotoModal .cutPhotoContent .uploadBtn input {
    display: none;
    visibility: hidden;
}

.changePhotoModal .cutPhotoContent .imageBox {
    position: relative;
    width: 420px;
    height: 420px;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

.changePhotoModal .cutPhotoContent .imageBox .thumbBox {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 350px;
    height: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

.changePhotoModal .cutPhotoContent .imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0, 0, 0, 0.7);
}

.changePhotoModal .cutPhotoAction {
    padding: 7px 0;
    background: #e8edf5;
    text-align: right;
    font-size: 0;
}

.changePhotoModal .cutPhotoAction button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 72px;
    height: 23px;
    margin-right: 10px;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
}

.changePhotoModal .cutPhotoAction button.sure {
    color: #fff;
    background: #2aaae3;
}

.changePhotoModal .cutPhotoAction button.cancel {
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
}

.advPKModal {
    display: none;
    width: 860px;
    height: 840px;
    background: #f0f0f0;
    overflow: hidden;
}

.advPKModal .inner {
    width: 670px;
    height: 820px;
    margin: -20px auto 0;
    background: url(../images/pkbg.png) no-repeat;
    position: relative;
    overflow: hidden;
}

.advPKModal .icon-download {
    display: block;
    cursor: pointer;
    margin: -10px auto 0;
}

.advPKModal .qrcode {
    position: absolute;
    right: 2px;
    bottom: 2px;
    height: 50px;
}

.advPKModal .date {
    font-size: 13px;
    color: #666;
    position: absolute;
    left: 9px;
    bottom: 8px;
}

.advPKModal .th {
    width: 670px;
    color: #4a1a06;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    line-height: 34px;
    text-align: center;
    margin: 99px auto 10px;
}

.advPKModal .th li {
    float: left;
    width: 50%;
}

.advPKModal .table {
    height: 289px;
    width: 502px;
    position: relative;
    margin: 0 auto;
}

.advPKModal .table .tableInner {
    position: absolute;
    top: 70%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 13px;
    color: #fff;
}

.advPKModal .table .tableInner > * {
    float: left;
}

.advPKModal .table .tableInner ul {
    overflow: hidden;
}

.advPKModal .table .tableInner li {
    float: left;
    width: 80px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advPKModal .table .tableInner .left ul, .advPKModal .table .tableInner .right ul {
    background: url(../images/tt1.png) no-repeat center center;
}

.advPKModal .table .tableInner .left li.active, .advPKModal .table .tableInner .right li.active {
    color: #DA0000;
    font-weight: bold;
}

.advPKModal .table .tableInner .left li:first-child, .advPKModal .table .tableInner .right li:first-child {
    width: 85px;
    text-align: right;
    padding-right: 10px;
}

.advPKModal .table .tableInner .center li {
    color: #c2955d;
    width: 172px;
    text-align: center;
    font-weight: bold;
}

.advPKModal .p1 {
    margin: 226px auto 5px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.advPKModal .p1 span {
    color: #ce935c;
    margin: 0 3px;
}

.advPKModal .p1 em {
    color: #c3975e;
    font-weight: bold;
    margin: 0 3px;
}

.advPKModal .p2 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #c49860;
}

.avatars-modal {
    display: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 64px 0;
    border-radius: 4px;
    background: #fff;
}

.avatars-modal .close-btn {
    position: absolute;
    padding: 10px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.avatars-modal .modal-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}

.avatars-modal .avatar-list {
    margin-top: 55px;
    margin-right: -55px;
}

.avatars-modal .avatar-list input[type="radio"] {
    display: none;
}

.avatars-modal .avatar-list input[type="radio"]:checked + label {
    border: 5px solid #2aaae3;
}

.avatars-modal .avatar-list label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 110px;
    height: 110px;
    margin-right: 55px;
    margin-bottom: 55px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.avatars-modal .avatar-list label img {
    display: block;
    width: 100%;
    height: 100%;
}

.avatars-modal .btns {
    font-size: 0;
    text-align: center;
}

.avatars-modal .btns button {
    width: 134px;
    height: 48px;
    border-radius: 4px;
    outline: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.avatars-modal .btns .confirm {
    margin-right: 64px;
    color: #fff;
    background: #2aaae3;
}

.avatars-modal .btns .cancel {
    border: 1px solid #dddddd;
    background: #F5F5F5;
    color: #999;
}

.commonTitle {
    line-height: 60px;
}

.commonTitle span {
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #680809;
    vertical-align: -5px;
}

.commonTitle div {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.adv {
    margin: 20px 0;
}

.adv a {
    float: left;
    width: 294px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 6px rgba(135, 135, 135, 0.2);
    box-shadow: 0 2px 6px rgba(135, 135, 135, 0.2);
    box-sizing: border-box;
    border: 1px solid #ee8484;
}

.adv a:nth-child(4n) {
    margin-right: 0;
}

.adv a:nth-last-child(1), .adv a:nth-last-child(2), .adv a:nth-last-child(3), .adv a:nth-last-child(4) {
    margin-bottom: 0;
}

.adv a img {
    display: block;
    width: 100%;
    height: 100%;
}

.commonTable {
    width: 100%;
    background: #fff;
}

.commonTable .th {
    font-weight: bold;
}

.commonTable .td {
    font-size: 12px;
    color: #888;
}

.commonTable .td a {
    color: inherit;
}

.commonTable .td a:hover {
    text-decoration: underline;
}

.commonTable td {
    line-height: 36px;
    text-align: center;
    border: 1px solid #dddddd;
    border-top: none;
    border-left: none;
}

.commonTable td .blueA {
    display: inline-block;
    width: 78px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #1aace9;
    border-radius: 4px;
}

.commonTable td .mixA {
    display: inline-block;
    width: 78px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #a112c3;
}

.commonTable td .mixA.bgred {
    background: #2aaae3;
}

.commonTable td .mixA.bgviolet {
    background: #a112c3;
}

.commonTable td .mixA.bgyellow {
    background: #e47c00;
}

.commonTable td .mixA.bgyellow1 {
    background: #ffd737;
    color: #333;
}

.commonTable td .mixA.bgblue {
    background: #008ca9;
}

.commonTable td .mixA.bgorg {
    background: orange;
}

.agentqq {
    border-top: 2px solid #ff5837;
    background: #fff;
    text-align: center;
    margin-top: 20px;
}

.agentqq .title {
    line-height: 36px;
    font-weight: bold;
}

.agentqq ul {
    border-top: 1px solid #dddddd;
}

.agentqq li {
    width: 20%;
    float: left;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.agentqq li:nth-child(5n) {
    border-right: none;
}

.agentqq li a {
    display: block;
    width: 100%;
    height: 100%;
}

.agentqq li img {
    vertical-align: -3px;
}

.tdHover .tdHoverFlag {
    position: absolute;
}

.tdHover .tdHoverP {
    display: inline-block;
    cursor: pointer;
    line-height: initial;
    color: inherit;
}

.tdHover .tdHoverP.active {
    color: #2aaae3;
}

.tdHover .tdHoverP.active .tdHoverSpan {
    color: #333;
}

.tdHover .tdHoverP .tdHoverSpan {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
    box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
    z-index: 5;
    border-radius: 6px;
    border: 1px solid #dddddd;
    line-height: initial;
}

.tdHover .tdHoverP .tdHoverSpan em {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #dddddd transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -10px;
    /* 三角形居中显示 */
}

.tdHover .tdHoverP .tdHoverSpan em i {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: -10px;
    left: 1px;
}

.tdHoverBar .echartsBar {
    display: none;
    -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.27);
    border-radius: 8px;
    position: absolute;
    background: #f3f3f3;
    z-index: 10;
}

.tdHoverBar .echartsBar.left:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent #F3F3F3 transparent transparent;
    border-style: solid;
    position: absolute;
    top: 20px;
    left: -24px;
    -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
}

.tdHoverBar .echartsBar.right:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent transparent transparent #F3F3F3;
    border-style: solid;
    position: absolute;
    top: 20px;
    right: -24px;
    -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.27));
}

.advPK {
    background: #fff;
    margin-top: 20px;
    padding-bottom: 50px;
}

.advPK .advPKNav {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 40px;
}

.advPK .advPKNav a {
    display: block;
    width: 50%;
    height: 100%;
    background: #e6d8d9;
    border-top: 2px solid #f7fcff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-size: 16px;
}

.advPK .advPKNav a:first-child {
    border-right: 1px solid #e6cec9;
}

.advPK .advPKNav a.active {
    background: #fff;
    border-top: 2px solid #DA0000;
}

.advPK .advPKTop {
    text-align: center;
}

.advPK .advPKTop > div:first-child > * {
    display: inline-block;
    vertical-align: middle;
}

.advPK .advPKTop .personCommonInput > ul li {
    float: left;
}

.advPK .advPKTop .personCommonInput .input span {
    display: inline-block;
    line-height: 48px;
    color: #333;
    font-size: 16px;
    width: 80px;
    text-align: right;
}

.advPK .advPKTop .personCommonInput .input input {
    width: 300px;
    height: 46px;
    border: 1px solid #dddddd;
    text-indent: 10px;
    font-size: 16px;
    color: #666;
}

.advPK .advPKListc {
    margin-top: 24px;
    padding: 0 50px;
}

.advPK .advPKListc .navc {
    width: 1100px;
    height: 40px;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
}

.advPK .advPKListc .navc li {
    font-size: 16px;
    color: #666;
    width: 11.11%;
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #E6E6E6;
    cursor: pointer;
}

.advPK .advPKListc .navc li:hover {
    background: #bfbfbf;
    color: #fff;
}

.advPK .advPKListc .navc li.active {
    background: #bfbfbf;
    color: #fff;
}

.advPK .advPKListc .navc li:last-child {
    border-right: none;
}

.advPK .advPKListc .advPKList {
    margin-top: 20px;
}

.advPK .advPKListc .advPKList > div:first-child {
    display: block;
}

.advPK .advPKListc .advPKList .item {
    display: none;
}

.advPK .advPKListc .advPKList .item > div {
    width: 545px;
    -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.advPK .advPKListc .advPKList .item > div:first-child {
    float: left;
}

.advPK .advPKListc .advPKList .item > div:last-child {
    float: right;
}

.advPK .advPKListc .advPKList .item .title {
    margin: 0 auto;
    width: 356px;
    height: 84px;
    background: url(../images/title-bg.png) no-repeat;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 84px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.advPK .advPKListc .advPKList .item table {
    width: 525px;
    margin: 10px auto 0;
    border: 1px solid #E6E6E6;
    line-height: 50px;
    text-align: center;
}

.advPK .advPKListc .advPKList .item table .th {
    background: #f5f5f5;
    font-weight: bold;
    font-size: 16px;
}

.advPK .advPKListc .advPKList .item table td {
    width: 50%;
    border: 1px solid #E6E6E6;
}

.advPK .advPKListc .advPKList .item table td.active {
    background: #ffbdbd;
    color: #2aaae3;
    font-weight: bold;
}

.advPK .advPKResult {
    text-align: center;
    margin: 20px auto;
}

.advPK .advPKResult > * {
    display: inline-block;
    vertical-align: middle;
}

.advPK .advPKResult ul {
    font-size: 16px;
    margin-left: 20px;
    text-align: left;
}

.advPK .advPKResult ul li:first-child {
    margin-bottom: 14px;
}

.advPK .advPKResult ul span {
    font-weight: bold;
}

.advPK .advPKResult ul b {
    color: #DA0000;
}

.advPK .btnc {
    text-align: center;
}

.advPK .btn {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 48px;
    color: #fff;
    background: #680809;
    border: 1px solid #680909;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}

.icon-arrow-bnor {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1137px -110px;
    width: 18px;
    height: 9px;
}

.icon-arrow-bsel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1114px -110px;
    width: 18px;
    height: 9px;
}

.icon-arrow {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1144px -45px;
    width: 19px;
    height: 19px;
}

.icon-author {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1161px -157px;
    width: 14px;
    height: 16px;
}

.icon-browse-nor {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -974px -110px;
    width: 15px;
    height: 20px;
}

.icon-browse-sel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -954px -110px;
    width: 15px;
    height: 20px;
}

.icon-btnProgress {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: 0px -371px;
    width: 155px;
    height: 55px;
}

.icon-btnSginup {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -257px -287px;
    width: 155px;
    height: 55px;
}

.icon-btn_rzppf {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: 0px -287px;
    width: 252px;
    height: 79px;
}

.icon-camera {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -194px -511px;
    width: 100px;
    height: 67px;
}

.icon-close {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1083px -157px;
    width: 16px;
    height: 16px;
}

.icon-close1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1070px -45px;
    width: 20px;
    height: 20px;
}

.icon-close2 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -873px -157px;
    width: 16px;
    height: 16px;
}

.icon-coin {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1191px -45px;
    width: 20px;
    height: 14px;
}

.icon-collectio-sel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1374px -45px;
    width: 14px;
    height: 14px;
}

.icon-collection-nor {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1355px -45px;
    width: 14px;
    height: 14px;
}

.icon-collection {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1237px -45px;
    width: 16px;
    height: 14px;
}

.icon-collection1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1258px -45px;
    width: 16px;
    height: 14px;
}

.icon-collection2-nor {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1387px -6px;
    width: 18px;
    height: 17px;
}

.icon-collection2-sel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1168px -45px;
    width: 18px;
    height: 17px;
}

.icon-confirm {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -363px -371px;
    width: 198px;
    height: 40px;
}

.icon-confirm1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -160px -371px;
    width: 198px;
    height: 40px;
}

.icon-contact {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -915px -157px;
    width: 16px;
    height: 16px;
}

.icon-contact1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1020px -157px;
    width: 16px;
    height: 16px;
}

.icon-contactus {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -810px -157px;
    width: 16px;
    height: 16px;
}

.icon-crown {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -299px -511px;
    width: 100px;
    height: 67px;
}

.icon-delete-sel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1314px -157px;
    width: 11px;
    height: 10px;
}

.icon-delete {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1330px -157px;
    width: 11px;
    height: 10px;
}

.icon-delete1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1279px -45px;
    width: 14px;
    height: 14px;
}

.icon-deletePic {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1016px -45px;
    width: 22px;
    height: 22px;
}

.icon-download {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: 0px -458px;
    width: 140px;
    height: 48px;
}

.icon-edit {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -747px -157px;
    width: 16px;
    height: 16px;
}

.icon-eyes {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1297px -157px;
    width: 12px;
    height: 10px;
}

.icon-findpwd {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1142px -157px;
    width: 14px;
    height: 16px;
}

.icon-findpwd1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1104px -157px;
    width: 14px;
    height: 16px;
}

.icon-fire {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -923px -45px;
    width: 42px;
    height: 30px;
}

.icon-gift {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -873px -110px;
    width: 30px;
    height: 30px;
}

.icon-group {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -894px -6px;
    width: 90px;
    height: 22px;
}

.icon-hot {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1180px -157px;
    width: 12px;
    height: 16px;
}

.icon-leaveMsg {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -777px -6px;
    width: 112px;
    height: 34px;
}

.icon-left {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -747px -110px;
    width: 23px;
    height: 42px;
}

.icon-left1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1410px -6px;
    width: 9px;
    height: 14px;
}

.icon-left2 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -875px -45px;
    width: 43px;
    height: 43px;
}

.icon-line {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -660px 0px;
    width: 760px;
    height: 1px;
}

.icon-line1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -611px -189px;
    width: 34px;
    height: 184px;
}

.icon-line2 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -683px -110px;
    width: 32px;
    height: 71px;
}

.icon-line3 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -552px -189px;
    width: 28px;
    height: 140px;
}

.icon-line4 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -493px 0px;
    width: 54px;
    height: 184px;
}

.icon-line5 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -894px -33px;
    width: 30px;
    height: 1px;
}

.icon-line6 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -552px 0px;
    width: 54px;
    height: 184px;
}

.icon-line7 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -660px -110px;
    width: 18px;
    height: 140px;
}

.icon-line8 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -720px -110px;
    width: 22px;
    height: 71px;
}

.icon-line9 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -611px 0px;
    width: 44px;
    height: 184px;
}

.icon-link {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1298px -45px;
    width: 14px;
    height: 14px;
}

.icon-more {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1317px -45px;
    width: 14px;
    height: 14px;
}

.icon-more1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1251px -6px;
    width: 18px;
    height: 18px;
}

.icon-person {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1216px -45px;
    width: 16px;
    height: 14px;
}

.icon-personData-nor {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1365px -6px;
    width: 17px;
    height: 18px;
}

.icon-personData-sel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1343px -6px;
    width: 17px;
    height: 18px;
}

.icon-personHome {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1095px -45px;
    width: 20px;
    height: 20px;
}

.icon-phone {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1059px -110px;
    width: 12px;
    height: 14px;
}

.icon-phone1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -908px -110px;
    width: 18px;
    height: 22px;
}

.icon-play {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -404px -511px;
    width: 64px;
    height: 64px;
}

.icon-play1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -660px -45px;
    width: 60px;
    height: 60px;
}

.icon-play2 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -341px -126px;
    width: 100px;
    height: 100px;
}

.icon-playNum {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1281px -157px;
    width: 11px;
    height: 11px;
}

.icon-playNum1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -789px -157px;
    width: 16px;
    height: 16px;
}

.icon-postEdit {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -994px -110px;
    width: 16px;
    height: 18px;
}

.icon-qizhi {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -89px -511px;
    width: 100px;
    height: 67px;
}

.icon-qltj {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1071px -6px;
    width: 60px;
    height: 19px;
}

.icon-qq {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -989px -6px;
    width: 77px;
    height: 22px;
}

.icon-qq1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1336px -45px;
    width: 14px;
    height: 14px;
}

.icon-qq2 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -931px -110px;
    width: 18px;
    height: 20px;
}

.icon-qq3 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1123px -157px;
    width: 14px;
    height: 16px;
}

.icon-qqLogin {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -776px -45px;
    width: 46px;
    height: 47px;
}

.icon-quit {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -831px -157px;
    width: 16px;
    height: 16px;
}

.icon-quit1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -852px -157px;
    width: 16px;
    height: 16px;
}

.icon-quotesLeft {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1095px -110px;
    width: 14px;
    height: 12px;
}

.icon-quotesRight {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1076px -110px;
    width: 14px;
    height: 12px;
}

.icon-rank {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1228px -6px;
    width: 18px;
    height: 18px;
}

.icon-regist {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -936px -157px;
    width: 16px;
    height: 16px;
}

.icon-regist1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -957px -157px;
    width: 16px;
    height: 16px;
}

.icon-release-nor {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -978px -157px;
    width: 16px;
    height: 16px;
}

.icon-release-sel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -768px -157px;
    width: 16px;
    height: 16px;
}

.icon-remenIcon {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -970px -45px;
    width: 41px;
    height: 27px;
}

.icon-reset {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1265px -157px;
    width: 11px;
    height: 11px;
}

.icon-review {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1062px -157px;
    width: 16px;
    height: 16px;
}

.icon-right {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -775px -110px;
    width: 23px;
    height: 42px;
}

.icon-right1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1412px -45px;
    width: 8px;
    height: 14px;
}

.icon-right2 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -827px -45px;
    width: 43px;
    height: 43px;
}

.icon-sale {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: 0px -511px;
    width: 84px;
    height: 80px;
}

.icon-search {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1120px -45px;
    width: 19px;
    height: 19px;
}

.icon-slideNavActive {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -341px -231px;
    width: 122px;
    height: 38px;
}

.icon-tel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -894px -157px;
    width: 16px;
    height: 16px;
}

.icon-time {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1231px -157px;
    width: 12px;
    height: 12px;
}

.icon-time1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1248px -157px;
    width: 12px;
    height: 12px;
}

.icon-time2 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -999px -157px;
    width: 16px;
    height: 16px;
}

.icon-tips {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1201px -6px;
    width: 22px;
    height: 18px;
}

.icon-tips2 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1214px -157px;
    width: 12px;
    height: 12px;
}

.icon-title {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: 0px 0px;
    width: 488px;
    height: 121px;
}

.icon-title1 {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: 0px -431px;
    width: 288px;
    height: 22px;
}

.icon-top {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1197px -157px;
    width: 12px;
    height: 14px;
}

.icon-user {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1393px -45px;
    width: 14px;
    height: 14px;
}

.icon-video {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1043px -45px;
    width: 22px;
    height: 20px;
}

.icon-vote {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -660px -6px;
    width: 112px;
    height: 34px;
}

.icon-vs {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: 0px -126px;
    width: 176px;
    height: 156px;
}

.icon-vsWin {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -181px -126px;
    width: 155px;
    height: 144px;
}

.icon-web-nor {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1320px -6px;
    width: 18px;
    height: 18px;
}

.icon-web-sel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1297px -6px;
    width: 18px;
    height: 18px;
}

.icon-wechat {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1036px -110px;
    width: 18px;
    height: 15px;
}

.icon-wx {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -725px -45px;
    width: 46px;
    height: 47px;
}

.icon-yy {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1274px -6px;
    width: 18px;
    height: 18px;
}

.icon-yztj {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1136px -6px;
    width: 60px;
    height: 19px;
}

.icon-zan-nor {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1041px -157px;
    width: 16px;
    height: 16px;
}

.icon-zan-sel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -1015px -110px;
    width: 16px;
    height: 17px;
}

.icon-zan1-nor {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -838px -110px;
    width: 30px;
    height: 30px;
}

.icon-zan1-sel {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -803px -110px;
    width: 30px;
    height: 30px;
}

.icon-zfb {
    display: inline-block;
    background-image: url('../images/new/sprite.png');
    background-position: -145px -458px;
    width: 115px;
    height: 42px;
}

* {
    margin: 0;
    padding: 0
}

.top {
    width: 100%;
    height: 38px;
    overflow: hidden;
}

.header {
    width: 1300px;
    margin: 0 auto;
    /*background: #2aaae3;*/
    height: 38px
}

.header .header-fl {
    float: left;
    color: #fff;
    padding-left: 10px;
    padding-top: 14px;
}

.header .header-fl p {
    line-height: 38px;
    font-size: 14px
}

.header .header-fr {
    padding-top: 15px;
    color: #fff;
    width: 1300px;
    margin: auto;
}
#userName{
    float: right;
}

.header .header-fr a {
    color: #fff;
}

.link-logout {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo {
    height: 210px;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.logo img {
    /*height: 516px;*/
    /*height: 900px;*/
    width:  100%;
}

.nav {
    width: 1300px;
    height: 38px;
    margin: 0 auto;
    background: #2aaae3;
    /*margin-top:30px;*/
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
    overflow: hidden;
}

.nav ul {
    height: 38px;
    display: flex;
}

.nav li {
    float: left;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 200px;
    position: relative
}

.nav li i {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 30px;
    height: 14px;
    z-index: 99
}

.nav li i.position-9 {
    right: -5px;
}

.nav li i.position-6 {
    right: 3px;
}

.nav li i.position-10 {
    right: -5px;
}

.nav li i.position-12 {
    right: -5px;
}

.nav li i.position-13 {
    right: 17px;
}

.nav li i.position-14 {
    right: 10px;
}

.nav li i.position-3 {
    right: 10px;
}

.nav li i.position-15 {
    right: 15px;
}

.nav li a {
    color: #fff;
    position: relative;
    display: block;
    font-size: 14px;
    /*font-weight:bold*/
}

/*.nav li a span {
	display:block;
	width:1px;
	height:38px;
	background:url(../images/menus_split.png) center left no-repeat;
	position:absolute;
	top:0;
	right:0
}
*/
/*.nav li:hover {
	background:#009900;
}
*/
.nav li.curr {
    background: none;
}

/*.nav li.curr a {
    background-color: #65c1ea;
    color:rgb(255,239,0);
}*/
.list {
    border: 1px solid #2aaae3;
    margin-top: 10px;
    padding: 0px 0px 10px 18px;
    margin-bottom: 10px;
}

.list ul {
    font-size: 0
}

.list li {
    width: 132px;
    margin-right: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 15px;
    text-align: center;
    font-size: 16px
}

.list li:hover a {
    color: #2aaae3
}

.list li img {
    width: 132px;
    height: 99px;
    border-radius: 9px
}

.tool li {
    width: 280px;
    height: 25px;
    line-height: 25px;
    overflow: hidden
}

.tool li span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
    height: 25px;
}

.tool li span.tool_name {
    color: #0000ff;
    width: 230px;
    float: left
}

.tool li span.tool_dir {
    width: 45px;
    float: right;
}

.tool li span.tool_dir a {
    color: #9900ff
}

.news_box .title {
    position: relative;
}

.news_box .title h1 {
    padding-left: 20px;
    font-weight: bold;
    float: left;
    font-size: 16px;
    color: #2aaae3
}

.news_box .title-right {
    float: right;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 12px;
    /*background:url(../../statics/images/new/icon1.png) 100% 50% no-repeat;*/
    font-family: '΢���ź�';
}

.news_box .title-right a:hover {
    color: #2aaae3
}

.news_box .news_list {
    padding: 10px 10px 10px 0;
}

.news_box .news_list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 360px;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px dashed #ccc;
    /*background:url(../../statics/images/new/list01.gif) no-repeat 0 center;*/
    overflow: hidden;
}

.news_box .news_list li a:hover {
    color: #2aaae3
}

.content {

    border: 1px solid #adb;
    padding: 0px 5px 10px 5px;
}

.content .title {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #adb;
}

.title-left {
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #2aaae3;
}

.container .content li {
    /*display: inline;*/
    zoom: 1;
    /* width: 570px; */
    border-bottom: 1px solid #ccc;
    /* height: 38px; */
    /* line-height: 38px; */
    margin-right: 5px;
    margin-left: 5px;
    padding: 0px 5px;
    /* background: url(../../st/atics/images/new/list01.gif) no-repeat 0 center; */
}

.content li a:hover {
    color: #2aaae3
}

.page-box {
    margin: 30px 0;
    text-align: center;
}

.page-box .ui-pager {
    height: 35px;
    overflow: hidden;
}

.page-box a, .page-box span {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #d1cdc8;
    padding: 5px 12px;
    margin-left: 2px;
    margin-right: 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 3px #ddd;
}

.page-box a:hover {
    border: 1px solid #2aaae3
}

.page-box .page_now {
    border: 1px solid #2aaae3;
    border-radius: 3px;
    box-shadow: 2px 2px 3px #adb;
}

.footer {
    margin: 10px auto;
    width: 1300px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}

.footer .footer_nav span {
    margin: 0 20px;
}

.release_list td {
    border-right: 1px solid #ff5837;
    border-bottom: 1px solid #ff5837;
    text-align: center;
    height: 30px
}

.release_list td a {
    color: #fff;
    /*background-color: rgb(46,132,211);*/
    /*padding: 2px;*/
}

.release_list tr.title_bg td {
    font-weight: bold;
    color: #2aaae3
}

.advert_qq {
    margin-top: 10px;
    font-size: 0;
}

.advert_box {
    border-bottom: 1px solid #2aaae3
}

.advert_qq li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 238px;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #2aaae3;
    border-top: 1px solid #2aaae3;
    border-right: 1px solid #2aaae3;
    list-style: none;
    font-size: 14px;
}

/*���*/
.shop {
    border: 1px solid #adb;
    padding: 9px;
}

.shop li {
    width: 283px;
    /*height:378px;
    */
    padding: 6px;
    float: left;
    padding-bottom: 10px;
    cursor: pointer;
    color: #3d3d3d
}

.shop li:hover {
    background: #fff;
    color: #f40
}

.shop li .goods-img {
}

.shop li .goods-img img {
    width: 270px;
    height: 270px;
}

.shop li .goods-name {
    padding: 0px 10px;
    margin-top: 6px;
    font-size: 12px;
}

.shop li .goods-price .price {
    color: #ff0000;
    font-size: 20px;
}

.blank10 {
    height: 10px;
    line-height: 10px;
}

.clear {
    clear: both;
}

.mskeLayBg {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: none
}

.mskelayBox {
    position: fixed;
    border: 7px solid #FFF;
    z-index: 999999;
    background: #FFF;
    display: none;
    _display: none !important
}

.mskelayBox .mske_html img {
    max-width: 800px
}

.mskelayBox .mske_name {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(9, 158, 106, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-weight: 700
}

.mskeClaose {
    position: absolute;
    top: -17px;
    right: -17px;
    cursor: pointer;
}

.group .items a {
    float: left;
    margin: 7px 34px 7px 0;
    height: 18px;
    color: #333;
    text-decoration: none;
    padding: 2px 6px;
}

.group .items a:hover {
    background: #2aaae3;
    color: #fff
}

.group .items a.cur {
    background: #2aaae3;
    color: #fff
}

.goods-items {
    border: 1px solid #ededed;
    padding: 5px;
}

.goods-items:hover {
    border: 1px solid #3cce00;
    box-shadow: 0 0 2px 2px #3cce00;
    -webkit-box-shadow: 0 0 2px 2px #3cce00;
    -moz-box-shadow: 0 0 2px 2px #3cce00;
    -o-box-shadow: 0 0 2px 2px #3cce00;
}

.goods-btn {
    display: block;
    width: 130px;
    height: 30px;
    margin: 0 auto;
    background: #3cce00;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 5px;
}

/*�������*/
#follow-right, #follow-left {
    position: fixed;
    width: 120px;
    top: 38px;
}

#follow-right li img, #follow-left li img {
    width: 100%
}

#follow-right {
    right: 100px;
}

#follow-left {
    left: 100px;
}

#follow-right .close, #follow-left .close {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: rgb(153, 153, 153);
    cursor: pointer;
}

#follow-right .close:hover {
    background: #2aaae3
}

#follow-left .close:hover {
    background: #2aaae3
}

.none {
    display: none
}

.pro_main_box {

    border: 1px solid #adb;
    margin-top: 10px;
}

.pro_main_title {
    border-bottom: 1px solid #adb;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ff0000
}

.pro_main {
    padding: 0px 0;
}

.pro_main > .pro_li > li {
    width: 260px;
    float: left;
    background: #fff;
    margin: 0 19px;
    padding-bottom: 10px;
    margin-top: 15px;
}

.massage {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #3cce00
}

.massage img {
    padding-left: 8px;
}

.pro_top {
    height: 145px;
    background: #fff;
    font-size: 24px;
    text-align: center;
    color: #ff5a00;
}

.pro_top .pro_pic {
    height: 110px
}

.pro_top .pro_pic img {
    vertical-align: middle
}

.pro_top .pro_title {
    height: 35px;
    line-height: 35px;
}

.pro_li > li > ul > li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f4f4f4;
    text-indent: 1em;
}

.price {
    color: #333;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.price i {
    font-size: 24px;
    color: #ff5a00
}

.pro_button {
    text-align: center;
}

.pro_button a {
    display: inline-block;
    height: 40px;
    width: 140px;
    background: #3cce00;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.clear {
    clear: both
}

.fenxi {
    border: none;
    padding: 0;
}

.fenxi td {
    line-height: 30px;
    text-align: center;
}

.fenxi .ip, .fenxi .iplv {
    border: 1px solid #ff0000
}

.fenxi .iplv {
    text-align: left;
    width: 150px
}

.fenxi .iplv img {
    margin-left: 10px
}

.fenxi_box {
    border: 1px solid #DA0000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.fenxi_content {
    width: 87%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.dropdown-select2 {
    font-size: 16px;
    width:200px;
    padding:6px 8px 6px 10px;
    height:44px;
    line-height:44px;
    color:#62717a;
    text-shadow:0 1px #fff;
    background:#fff;
    border:0;
    border-radius:5px;
    box-shadow:0 0 3px #DA0000;
    /*border: 2px solid #f66a6a;*/
    margin-right:5px;
    text-align:center;
    text-align-last:center;

}
.result th {
    background: #680809;
    padding: 10px 0;
    color: #ef9e3f;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.seach_input2 {
    color:#62717a;
    /*background:#f7f7f7;*/
    border:2px solid #DA0000;
    margin-right: 5px;
    /*border-right:none;*/
    height:18px;
    line-height:18px;
    width:350px;
    padding:11px 0 11px 10px;
    outline:none;
    font-size:16px;
    font-family:'微软雅黑';
    /*float:left*/
}
.seach_botton2 {
    color:#fff;
    font-size:18px;
    font-family:'微软雅黑';
    border:none;
    width:108px;
    height:44px;
    background:#ba5b4a;
    cursor:pointer;
    /*float:left*/
}

.dropdown-select {
    width: 200px;
    padding: 6px 8px 6px 10px;
    height: 30px;
    line-height: 30px;
    color: #62717a;
    text-shadow: 0 1px #fff;
    background: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 4px #DA0000;
    margin-right: 10px;
    text-align: center;
    text-align-last: center;
}

.fenxi_content .fenxi_logo, .fenxi_content .fenxi_select {
    float: left
}

.fenxi_content .fenxi_select {
    padding-top: 50px;
    margin-left: 5px;
}

.fenxi_content .button {
    background: #2aaae3;
    line-height: 28px;
    border: none;
    color: #fff;
    width: 80px;
}

.fenxi-title-left {
    float: left;
    line-height: 30px;
    width: 890px;
    text-align: center;
}

.fenxi-title-right {
    width: 303px;
    border-left: 1px solid #adb;
    float: right;
    line-height: 30px;
    text-align: center;
}

.fenxi-title-right a {
    color: #ff0000
}

.data_info td {
    border-right: 1px solid #ccc;
    width: 33%;
    text-align: center;
}

.data_info td:last-child {
    border-right: 0
}

.result .right-border {
    border-right: 1px solid #2aaae3
}

.bottom-left, .bottom-right {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff0000
}

.bottom-left {
    border-right: 1px solid #adb;
    width: 598px;
}

.bottom-right {
    width: 599px;
}

.bottom-left a, .bottom-right a {
    color: #009900
}

.main {
    border: 1px solid #ff5837;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.main .section-nav {
    /*background: #602f18;*/
}

.main .section-nav li {
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    /*background: #680809;*/
    white-space: nowrap;
    color: #000;
    width: auto;
    border: 1px solid red ;
    border-right: white 1px solid;
    border-top:white 1px solid ;
}

.main .section-nav li:hover{
    background: rgb(255,84,0);
    background: -moz-linear-gradient(top, rgba(255,84,0,1) 0%, rgba(156,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,84,0,1) 0%,rgba(156,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,84,0,1) 0%,rgba(156,0,0,1) 100%);
    color: #FFFFFF !important;
    font-weight: 800;
}

.main .section-nav li.curr {
    /*background-color: #681908;*/
    /*color: rgb(255, 239, 0);*/
    background: rgb(255,84,0);
    background: -moz-linear-gradient(top, rgba(255,84,0,1) 0%, rgba(156,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,84,0,1) 0%,rgba(156,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,84,0,1) 0%,rgba(156,0,0,1) 100%);
    color: #FFFFFF !important;
    font-weight: 800;
}

.main .main-content .content-box {
    display: none
}

.main .main-content .curr {
    display: block;
}

/*.main .content-box li {
	float:left;
	width:173px;
	padding-left:20px;
	background:url(../images/timelist.jpg) no-repeat;
	height:42px;
	line-height:42px;
	cursor:pointer;
}
*/

.main .content-box li {
    float: left;
    width: 239px;
    line-height: 36px;
    cursor: pointer;
    padding: 10px
}

.main .content-box li img {
    width: 100%;
    height: 65px
}

.main .content-box li .content-item:hover {
    border: 1px solid #3cce00;
    box-shadow: 0 0 2px 2px #3cce00;
    -webkit-box-shadow: 0 0 2px 2px #3cce00;
    -moz-box-shadow: 0 0 2px 2px #3cce00;
    -o-box-shadow: 0 0 2px 2px #3cce00;
}

.main .content-box .title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #2aaae3;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.main .content-box li .hotbtn {
    display: inline-block;
    height: 16px;
    background: url(../images/heart2.png) no-repeat;
    padding-left: 20px;
    line-height: 16px
}

.main .content-box li .hotbtn:hover {
    background: url(../images/heart1.png) no-repeat;
}

.main .content-box li .hotbtn-likes {
    background: url(../images/heart1.png) no-repeat;
}

.hot-search {
    line-height: 30px;
    font-size: 14px;
    margin-top: 0px;
}

.hot-search strong {
    margin-right: 8px;
    background: linear-gradient(to bottom, #fc6c01, #632821);
    background-image: linear-gradient(rgb(252, 108, 1), rgb(99, 40, 33));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    /* -webkit-background-clip: text; */
    background-color: initial;
    -webkit-background-clip: text;
    color: transparent;
}

.hot-search a {
    margin-right: 8px;
}

.hot-search a:hover {
    color: #3ebb2b;
}


.news_box {
    display: none;
}


/*.news_box {
    display:none
}*/
#scbar_hot {
    line-height: 30px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px
}

#scbar_hot strong {
    margin-right: 8px;
    background: linear-gradient(to bottom, #fc6c01, #632821);
    background-image: linear-gradient(rgb(252, 108, 1), rgb(99, 40, 33));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    /* -webkit-background-clip: text; */
    background-color: initial;
    -webkit-background-clip: text;
    color: transparent;
}

#scbar_hot a {
    line-height:34px;
    display:inline-block;
    margin-right: 18px;
    color: #a16031;
    padding:0px 15px;
    font-size:16px;
    border-radius:5px;
    background:#F5F5F5;
    color:#808080

}

#scbar_hot a:hover {
    color:#FFF;
    background:#ff5837;
    cursor:pointer;
}

/*���*/

.con-tit div {
    float: left;
    padding: 15px 10px;
}

.con-tit .title-con {
    width: 800px;
    height: 50px;
}

.con-tit .state {
    width: 100px;
}

.con-tit .type {
    width: 150px;
}

.con-tit:hover {
    background: #F5F9FF;
    cursor: pointer;
}

.section-box {
    background: #fff;
    padding: 15px;
}

.union-list li {
    border: 1px solid #adb;
    background: #fff;
    margin-bottom: 10px;
}

.union-list li table {
    background: #adb;
}

.union-list li table td {
    line-height: 35px;
    background: #fff;
    text-align: center;
    border-right: 1px solid #adb;
    cursor: pointer;
}

.union-list li .union-con {
    padding-top: 15px;
    border-top: 1px solid #adb;
    display: none;
    padding-bottom: 15px;
}

.union-list li .union-con .con-left {
    float: left;
    width: 800px;
}

.union-list li .union-con .section-title {
    height: 20px;
    line-height: 20px;
    position: relative;
    border-top: 1px solid #ebe8e8;
}

.union-list li .union-con .section-title-text {
    position: absolute;
    padding-left: 20px;
    padding-right: 6px;
    color: #3f3c3b;
    font-size: 18px;
    background: #fff;
    top: -10px;
}

.union-list li .union-con .section-title-text span {
    float: left;
    margin-right: 8px;
    display: block;
    height: 20px;
    width: 3px;
    background: #ff9400
}

.union-list li .union-con .section-con {
    padding-left: 20px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.union-list li .union-con .con-right {
    float: right;
    width: 330px;
    height: 180px;
    padding: 10px;
}

.blank10 {
    height: 10px;
}

#msg_float_qq {
    display: none
}

.msg_float {
    width: 985px;
    background: #fff;
    position: fixed;
    border-radius: 10px;
    height: 576px;
    top: 50%;
    left: 50%;
    margin: -288px 0 0 -490px;
    z-index: 999
}

.msg_float_bg {
    width: 100%;
    height: 100%;
    background: #000;
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    filter:
}

.msg_float_close {
    text-align: right;
    padding: 15px;
    padding-bottom: 0px;
}

.msg_content {
    width: 640px;
    margin: 0 auto;
}

.msg_content .msg-content-tit {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.msg_content .msg-content-tit h3 {
    float: left;
    line-height: 60px;
    width: 150px;
}

.msg-qq-list {
    float: left;
    margin-left: 10px;
}

.msg-qq-list dd {
}

.msg-qq-list dd a {
    display: inline-block;
    width: 250px;
    padding-top: 19px;
    color: #807e7e;
    font-size: 12px;
    line-height: 22px;
}

.msg-qq-list dd a img {
    float: left;
    margin-right: 5px;
}

/*ͼƬ������*/

#zoom {
    width: 680px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -163px 0 0 -340px;
    background-color: #000;
    font-size: 0;
    box-shadow: 0 0 6px #000;
    z-index: 999
}

.tb-viewer-close {
    display: block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: #898989;
    z-index: 1;
    background: url(../../statics/images/new/mke_close.png) no-repeat;
}

.tb-viewer-control {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 326px;
    color: #fff;
}

.tb-viewer-contents {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 320px;
    height: 320px;
    padding: 0;
    margin: 3px 0;
    vertical-align: top;
}

.tb-viewer-contents img {
    margin: auto;
    position: absolute;
}

.tb-viewer-side {
    position: relative;
    background-color: #fff;
    float: right;
    text-align: left;
    padding: 0 20px;
    overflow: auto;
    display: inline-block;
    height: 326px;
    width: 120px;
}

.tb-viewer-title {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 700;
    margin: 50px 0 25px 0;
}

.tb-viewer-indicators li {
    display: inline-block;
    border: 2px solid #f3f3f3;
    margin: 2px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.tb-viewer-indicators li.selected {
    border-color: #f40
}

.tb-viewer-btn {
    margin-top: 25px;
    display: block;
    cursor: pointer;
    color: #fff;
    background: #f40;
    width: 115px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #f40;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.tb-viewer-icon {
    position: absolute;
    top: 40%;
    right: 30%;
    width: 52px;
    height: 102px;
}

/*.tb-viewer-control-left {
    background:url(../../statics/images/new/lefbtn01.png) no-repeat;
}
.tb-viewer-control-left:hover {
    background:url(../../statics/images/new/lefbtn02.png) no-repeat;
}
.tb-viewer-control-right {
    background:url(../../statics/images/new/rigbtn01.png) no-repeat;
}
.tb-viewer-control-right:hover {
    background:url(../../statics/images/new/rigbtn02.png) no-repeat;
}*/
.tb-viewer-contents .tab-pannel {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none
}

.tl {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.tl .th {
    margin-top: 1px;
    padding: 0 10px;
    border-bottom: 1px solid #cdcdcd;
    background: #f2f2f2;
}

.tl tr:hover th, .tl tr:hover td {
    background: #f2f2f2
}

.tl .threadpre td, .tl .threadpre:hover td {
    background-color: #FCFCFC;
}

.tl td {
    padding: 5px 0;
    border-bottom: 1px solid #c2d5e3;
    height: 25px;
}

.tl .th td {
    border-bottom: none;
    font-size: 12px;
}

.tl .common {
    padding-right: 1.5em;
    zoom: 1;
    text-align: left;
    font-weight: 400;
}

.tl .th .common {
    text-align: center;
}

.tl .icn {
    padding-left: 5px;
    width: 25px;
    text-align: left;
}

.tl .by {
    width: 105px;
    line-height: 14px;
    text-align: center;
}

.tl .threadpre .threadpretd {
    border-left: 1px solid #c2d5e3;
    border-right: 1px solid #c2d5e3;
}

.icon_preview {
    display: block;
    position: absolute;
    left: 80px;
    top: -13px;
    width: 11px;
    height: 8px;
    /*background:url(../../statics/images/new/icon_preview.png);*/
    overflow: hidden;
}

.showhide {
    width: 12px;
    height: 12px;
    /*background:url(../../statics/images/new/close.gif) no-repeat 0 0;*/
    cursor: pointer;
    overflow: hidden;
    margin: 5px 5px 0 5px;
    float: right;
}

.showhide:hover {
    background-position: 0 -12px
}

.tl .common a:hover {
    color: #2aaae3
}

.flink {
    width: 1300px;
    margin: 0 auto;
    font-size: 12px;
    background: #fff;
}

.flink .links-list {
    padding: 8px 0;
    border: 1px solid #ff5837;
    overflow: hidden;
}

.flink .links-list dt {
    float: left;
    width: 80px;
    text-align: right;
    line-height: 14px;
    color: #999;
    padding-top: 5px;
}

.flink .links-list dd {
    float: left;
    width: 1108px;
}

.links-list-ul {
    overflow: hidden;
    clear: both;
    display: block;
}

.links-list-ul li {
    height: 14px;
    line-height: 14px;
    padding: 0 10px;
    float: left;
    margin: 5px 0 5px -1px;
    border-right: 1px solid #999;
}

.links-list-ul li a:hover {
    color: #3ebb2b;
}

#J_FpLift {
    position: fixed;
    top: 400px;
    left: 53%;
    width: 70px;
    text-align: center;
    margin-left: 620px;
    display: none;
}

#J_FpLift li {
    width: 100%;
    margin: 0;
    padding: 0
}

#J_FpLift li a {
    color: #fff;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 5px;
    background-color: #2aaae3;
    font-size: 12px;
}

#J_FpLift li a:hover {
    background-color: #4d0b33;
}


#R_FpLift {
    position: fixed;
    top: 400px;
    left: 53%;
    width: 70px;
    text-align: center;
    margin-left: 620px;
    display: none;
}

#R_FpLift li {
    width: 100%;
    margin: 0;
    padding: 0
}

#R_FpLift li a {
    color: #ef9e3f;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 5px;
    background-color: #680809;
    font-size: 12px;
}

#R_FpLift li a:hover {
    background-color: #4d0b33;
}


.mui-lift-nav-name {
    width: 69px;
    height: 36px;
    line-height: 36px;
}
#show {
    width: 530px !important;
    height: 800px !important;
}
.ranking-top {
    font-weight: 600;
    display: inline-block;
    width: 23px;
    height: 23px;
    /*background: url(../../statics/images/new/top-bg.png);*/
    color: #fff;
    line-height: 30px;
    font-size: 14px
}

.top-1 {
    background: url(../../statics/images/rankBg1.png) no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-bottom:2px ;
}

.top-2 {
    background: url(../../statics/images/rankBg2.png) no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-bottom:2px ;
}

.top-3 {
    background: url(../../statics/images/rankBg3.png) no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-bottom:2px ;
}

.top-4 {
    background: url(../../statics/images/rankBg4.png) no-repeat;
    width: 26px;
    height: 28px;
    vertical-align: middle;
    margin-bottom:2px ;
}

.c-section-list li {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.c-section-list li .c-media-box {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.c-media-img {
    padding-right: 30px
}

.c-media-img img {
    width: 80px;
    height: 80px
}

.c-media-img {
    float: left;
    width: 80px;
}

.c-media-body {
    float: left;
    width: 423px
}

.c-media-heading {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.rankingtable tr:hover td {
    background: rgb(255,255,204) !important;
}
.c-media-info {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
    color: #666
}

.c-section-hd {
    margin-bottom: 30px;
    margin-top: 30px
}

.c-section-tit {
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    text-align: center
}

.c-section-des {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.5;
    color: #666;
    text-align: center
}

/*.rankingtable{
     width:100%;
 }*/
rankingtablePK {
    width: 49%;
}

/*.rankingtablePK td {*/
/*    overflow: hidden;*/
/*    word-break: keep-all;*/
/*    text-overflow: ellipsis*/
/*}*/

#rankingtable td{
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space:nowrap;
    /*background-color: #f9f9d4;*/
    background-color: rgb(248,246,244);
    font-size: 14px;
}
#rankingtableZF td{
    background-color: #f9f9d4;
}

.rankingtablePK td, .rankingtablePK th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

.rankingtablePK td {
    line-height: 30px;
}

.rankingtablePK th {
    background: #680809;
    padding: 10px 0;
    color: #ef9e3f;
    text-align: center;
}


.rankingtable td {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
}

/*.rankingtable tr:hover{*/
/*    background: rgb(255,255,204) !important;*/
/*}*/
/*.rankingtable tr:hover td{*/
/*    background: rgb(255,255,204) !important;*/
/*}*/

.rankingtable td, .rankingtable th {
    border: solid 1px #c1bcb6;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
  background: #ffffff;
    white-space: nowrap;
}

.rankingtable td {
  line-height: 37px;
  overflow: hidden;  /*溢出隐藏*/
  text-overflow: ellipsis; /*以省略号...显示*/
  white-space: nowrap;
    font-size: 14px;
}

.rankingtable th {
    background: #ff5837;
    padding: 10px 0;
    color: rgba(255,255,255,0.9);
    text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.ranking-ads {
    height: 60px;
    overflow: hidden;
}

.ranking-ads ul li {
    width: 298.5px;
    border-right: 1px solid #adb;
    height: 60px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: left;
}

.ranking-ads ul li img {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.ranking-ads ul li.no-border {
    border-right: none
}

.release_list td a.hotbtn {
    display: inline-block;
    height: 16px;
    background: url(../../statics/images/new/heart2.png) no-repeat;
    padding-left: 20px;
    line-height: 16px;
    color: #333;
    font-size: 14px;
}

.release_list td a.hotbtn-likes {
    background: url(../images/heart1.png) no-repeat;
}

.contact-box table {
    border: 1px solid #dedede
}

.contact-box tr {
    height: 48px
}

.contact-box tr td {
    border: 1px solid #dedede
}

.nav ul li {
    width: 150px !important;
}

.ztja {
    color: red;
}

.cja {
    /*color: #18A39D;*/
}

.zdjck {
    /*color: #fff;*/
    /*background-color: rgb(46,132,211);*/
    padding: 2px;
    /*background: url("../images/look_det.png");*/
    /*background-size: contain;*/
}

.djck {
    color: #fff;
    /*background-color: rgb(46,132,211);*/
    padding: 2px;
}

.nav {
    height: 78px;
    /*background:linear-gradient(to right, #4C55D4 , #1FB2C9)!important;*/
    background-color: white;
    background-size: 100% auto;
    -webkit-box-shadow: 0 4px 16px rgba(65, 65, 65, 0.2);
    box-shadow: 0 4px 16px rgba(65, 65, 65, 0.2);
    border-radius: 2px;
    width: 1300px;
    display: flex;
}

.nav.fixed {
    position: fixed;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
}

.nav a {
    float: left;
    display: block;
    height: 100%;
    width: 10%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color:#000;

}

.nav a .icon {
    position: absolute;
    top: -10px;
    right: 10px;
}

.nav a:last-child em {
    display: none;
}

.nav a > div {
    display: inline-block;
    border-bottom: 2px solid transparent;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav a p:first-child {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 7px;
    /*color: #da5555;*/
}

.nav a p:nth-child(2) {
    font-size: 10px;
    color: #a5a5a5;
}

.nav a.active{
  /*background-image: url(../../statics/images/li-background.png);*/
  background-repeat: no-repeat;
  background-size: 100% 78px;
    border-bottom: 1px solid #ff5837;


}

.nav a.active p:nth-child(1) {
    /*color: rgb(140,58,24);*/
    background: linear-gradient(to bottom, #682a20, #e36006);
    background-image: linear-gradient(rgb(104, 42, 32), rgb(227, 96, 6));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-color: initial;
    -webkit-background-clip: text;
    color: transparent;
}


.nav a.active p:nth-child(2) {
    background: linear-gradient(to bottom, #682a20, #e36006);
    background-image: linear-gradient(rgb(104, 42, 32), rgb(227, 96, 6));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-color: initial;
    -webkit-background-clip: text;
    color: transparent;
}

.nav a.active > div {
}

.nav a:hover{
    background: linear-gradient(to bottom, #682a20, #e36006);
    background-image: linear-gradient(rgb(104, 42, 32), rgb(227, 96, 6));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-color: initial;
    -webkit-background-clip: text;
    color: rgb(104, 42, 32);
    border-bottom: 1px solid #ff5837;
}

.nav a:hover p:nth-child(2) {
    color: rgb(140,58,24);
}

.nav a:hover > div {
}

.contDiv {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px 0px
}



.contPone {
    padding-left: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2aaae3;
    float: left
}

.contPtwo {
    padding-right: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2aaae3;
    float: right
}

.infoDiv {
    width: 100%;
}

.infoUl {
    list-style: inside;
    display: inline-block;
    width: 98%;
    height: auto;
    margin-left: 2.5%;
}

.infoLi {
    width: 29%;
    display: inline-block;
    border-bottom: 1px dashed #2aaae3;
    padding: 6px 0px 5px 3%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
}

.w-e-text {
    height: 100% !important;
}

.w-e-text-container {
    height: 500px !important;
    overflow-y: auto !important;
}

/*.desc{
    min-height: 500px;
}*/
/* 滚动条出现不出现 当摸个滚动条不想让出现是可以这样*/
.w-e-text-container::-webkit-scrollbar {
    display: none;
}

/*样式改变代码-----------------------------------------------------*/
/* 滚动条整体部分 */
.w-e-text-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #d0cdc7;
}

/* scroll轨道背景 */
.w-e-text-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #d0cdc7;
}

/* 滚动条中能上下移动的小块 */
.w-e-text-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a09d9d;
}

/*样式改变代码-----------------------------------------------------*/

/*
body::-webkit-scrollbar {
    display: none;
}
!*样式改变代码-----------------------------------------------------*!
!* 滚动条整体部分 *!
body::-webkit-scrollbar {
    width:10px;
    height:10px;
    background-color:#d0cdc7;
}
!* scroll轨道背景 *!
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color:#d0cdc7;
}




!* 滚动条中能上下移动的小块 *!
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#a09d9d;
}*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.infoLi:hover {
    color: #2aaae3 !important;
    font-weight: 700;
}

.spandian {
    margin-left: -37px;
    position: relative;
    top: 8px;
    float: left;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
}

#userName{
    margin-left: 6%;
}

.newhead {
    font-size: 13px;
    font-weight: 400;
    /*overflow: initial;*/
    position: absolute;
    /*background: rgba(0,0,0,0);*/
    top:310px;
    color: white;
    height: 45px;
    background-size: 100% auto;
    /*box-shadow: 0 4px 16px rgba(65, 65, 65, 0.2);*/
    border-radius: 2px;
    width: 100%;
    margin-top: -20px;
}

.axt:hover { color:#2aaae3; }




.tc h1 {
    text-align: center;
    padding: 20px 0 10px;
    color: red;
    font-size: 26px;
}

.tc h2 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #616161;
    padding: 3px 0;
}




.tc h3 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #949494;
    border-bottom: 1px solid #c7c7c7;
    width: 400px;
    margin: 0 auto 30px;
    padding: 0 0 20px;
}

.tc p {
    padding: 0 0 0 80px;
    margin-bottom: 15px;
    font-size: 14px;
}

.tc span {
    vertical-align: middle;
}

.tc p input {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #a7a7a7;
}

.tc em {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #333;
    margin: 20px 0;
}


.tc button {
    margin-left: 200px;
    border: 1px solid #4573e8;
    background: #5d8bff;
    border-radius: 4px;
    color: #fff;
    width: 70px;
    height: 30px;
    line-height: 27px;
    font-size: 14px;
    cursor: pointer;
}


body{
    background-color: #1E1E1E;	/* background-size: 100%; */
}


#box{
    width: 400px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    transition: all 2s;
    border-radius: 10px;
}

#box .fl{

    width: 200px;
    height: 100px;
    position: absolute;

}

#box .radio{
    background-color: #1abd6c;
    color: #fff;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    line-height: 30px;
    color: white;
}

#box span{
    font-size: 40px;
    position: absolute;
    z-index: 4;
    color: blueviolet;
    font-weight: bold;
    transition: all 2s;
}

#box span:hover{
    font-family: 'Audiowide';
    text-align: center;
    color: #E0FFFF;
    font-size: 50px;
    transition: all 1.5s ease;
    color: #fff;
    animation: Glow 1.5s ease infinite alternate;
    margin-bottom: 30px;
}

@keyframes Glow {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #C71585,
        0 0 70px #C71585,
        0 0 80px #C71585,
        0 0 100px #C71585,
        0 0 150px #C71585;

        /* text-shadow: 0 0 10px red; */
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #C71585,
        0 0 35px #C71585,
        0 0 40px #C71585,
        0 0 50px #C71585,
        0 0 75px #C71585;

        /* text-shadow: 0 0 10px blue; */
    }
}

#minbox{
    width: 400px;
    height: 40px;
    margin: 10px auto 0;
    border: greenyellow solid 1px;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    color: #C71585;
    font-weight: bold;
    transition: all 2s;
    border-radius: 10px;
    background-color: white;
}

#minbox span{
    color: aqua;
    transition: all 2s;
}

.size{
    color: #0480BE;
    animation: Alow 1.5s ease infinite alternate;
}

@keyframes Alow {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #00FA9A,
        0 0 70px #00FA9A,
        0 0 80px #00FA9A,
        0 0 100px #00FA9A,
        0 0 150px #00FA9A;

        /* text-shadow: 0 0 10px red; */
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #00FA9A,
        0 0 35px #00FA9A,
        0 0 40px #00FA9A,
        0 0 50px #00FA9A,
        0 0 75px #00FA9A;

        /* text-shadow: 0 0 10px blue; */
    }
}

.bg-blur {
    background-image: url("../img/t1.png");
    width: 100%;
    height: 100%;
    /* background-position: center; */
    background-size: cover;
    /* -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px); */
    filter: blur(5px);
}

.login {
    padding: 50px 0 0 0;
}

.tc span {
    vertical-align: middle;
}

.tc p {
    padding: 0 0 0 80px;
    margin-bottom: 15px;
    font-size: 14px;
}


.tc p input {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #a7a7a7;
}

.tc .smscode {
    width: 100px;
}

.tc p button {
    margin: 0 0 0 20px;
    background: #ececec;
    border: 1px solid #949494;
    color: #505050;
    width: 100px;
}


.tc h1{text-align:center;padding:20px 0 10px; color:red;font-size:26px;}
.tc h2{text-align:center;font-size:14px;font-weight:normal;color:#616161;padding:3px 0}
.tc h3{text-align:center;font-size:14px;font-weight:normal;color:#949494;border-bottom:1px solid #c7c7c7; width:400px; margin:0 auto 30px; padding:0 0 20px;}
.tc p{padding:0 0 0 80px;margin-bottom: 15px;font-size:14px;}
.tc p input{width:200px;height:30px;line-height:30px;padding:0 5px;border-radius:4px;border:1px solid #a7a7a7;}
.tc em{display:block;text-align:center;font-style:normal;font-size:14px;color:#333;margin:20px 0;}
.tc em a{color:blue}
.tc button{margin-left:200px;border:1px solid #4573e8;background:#5d8bff;border-radius:4px;color:#fff;width:70px;height:30px;line-height:27px;font-size:14px;cursor: pointer;}
.tc1 h2{text-align:center;font-size:14px;font-weight:normal;color:#949494;border-bottom:1px solid #c7c7c7; width:400px; margin:0 auto 30px; padding:0 0 20px;}
.tc span{vertical-align: middle;}
.tc .imgcode{width:100px;vertical-align: middle;}
.tc p img{vertical-align: middle; margin-left:20px;}
.tc .smscode{width:100px;}
.tc p button{margin:0 0 0 20px;background:#ececec;border:1px solid #949494; color:#505050;width:100px;}


/*#rankingtable2 td{*/
/*    line-height: 22px !important;*/
/*}*/

/*#selectSSRank td{*/
/*    line-height: 22px !important;*/
/*}*/

#first_title{
    margin-top: -50px;
    overflow: visible;
}

#cdmenu{
    overflow: visible !important;
    position: relative !important;
    background-color: white;
}





.widgets__img_check_box{
    position:relative;
    text-align:center;
}
.widgets__img_display{
    position:relative;
    padding:16px 16px 7px;
    border:1px solid #ddd;
    background:#f2ece1;
    border-radius:16px;
    overflow:hidden;margin:auto
}
.widgets__img_cnt{
    position:relative;
}

.widgets__img_src, .widgets__img_fragment_hollow{
    position:absolute;
    left:0px;
    top:0px;
    z-index:10;
}
.widgets__img_src{
    position:relative;
    box-shadow: 0px 0px 6px 0px #73706e;
}
.widgets__img_fragment_cnt{
    top:0px;
    left:-50px;
    position:absolute;
}
.widgets__img_fragment_cnt .widgets__img_fragment_content
, .widgets__img_fragment_cnt .widgets__img_fragment{
    position:absolute;
    z-index:20;
}
.widgets__smooth_cnt{
    position:relative;
    background-color:aqua;
    height:50px;
    width:80%;
    margin:auto;
    margin-top:20px;
    border-left:20px solid #f2ece1;
    border-right:20px solid #f2ece1;
    border-radius:24px;
    background-color:#f2ece1;
}
.widgets__smooth_bar,.widgets__smooth_circle{
    position:relative;
    top:50%;
    transform:translateY(-50%);
}
.widgets__smooth_bar{
    width:100%;
    height:10px;
    background-color:#f27171;
    border-radius:24px;
}
.widgets__smooth_circle{
    position:absolute;
    width:30px;
    height:30px;
    background-color:#827878;
    border-radius:50%;
    box-shadow:0px 0px 6px 0px #73706e;
    cursor:pointer;
}

.widgets__icon_refresh{
    display:block;
    position:relative;
    width:16px;
    height:16px;
    padding:2px;
    border: 4px solid transparent;
    cursor:pointer;
}

.widgets__icon_refresh:before{
    position:absolute;
    content:"";
    display:block;
    width:calc(100% - 4px);
    height:calc(100% - 4px);
    border-radius:100%;
    border:2px solid #b7b7b7;
    border-top:2px solid transparent;
    -webkit-transform: rotate(45deg);
}
.widgets__icon_refresh:after{
    position:absolute;
    content:"";
    display:block;
    border: 7px solid transparent;
    border-left: 7px solid #b7b7b7;
    left:50%;
    top:-3.5px;
}


.yourclass{
    background: grey;
}


.report{
    cursor:pointer;
}

#rankingtable1{
    table-layout:fixed;
}

#rankingtable1TB{
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
}

#rankingtable2{
    table-layout: fixed;
}

#rankingtable2 td{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

body{
     font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

/*.qqimages{
    background: url("/statics/images/5cq1.png") no-repeat;
    background-size: contain;
    width:150px;
    height:35px;
    float: left;
    /*margin-right: 40px;*/
    margin-top: -8px;
    /*background-color: rgb(96, 32, 23);*/
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    color: rgb(149, 120, 54);
    font-weight: bold;
}*/

.qqimages{
    font-weight: bold;
}

.qqimages:hover {
    background-color:#ffc137;
    cursor: pointer;
    transform: translateY(2px);
}



 /*.weixinimages{
   background: url("/statics/images/5cq3.png") no-repeat;
    background-size: contain;
    width:150px;
    height:35px;
    margin-top: -8px;
    float: right;
    /*margin-right: 40px;*/
    /*background-color: rgb(96, 32, 23);*/
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    color: rgb(149, 120, 54);
    font-weight: bold;
}*/
.weixinimages{
    font-weight:bold;
}

.weixinimages:hover {
    background-color:#ffc137;
    cursor: pointer;
    transform: translateY(2px);
}

.authorization{
    /*background: url("./../images/svg/qqimage1.svg") no-repeat;*/
    /*background-size: 240px;*/
    width:150px;
    height:35px;
    margin-top: -8px;
    float: right;
    /*margin-right: 40px;*/
    /*background-color: rgb(96, 32, 23);*/
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    color: rgb(149, 120, 54);
    font-weight: bold;
}

.authorization:hover {
    cursor: pointer;
    transform: translateY(2px);
}

.exit1 {
    background: url("/statics/images/5cq2.png") no-repeat;
    background-size: contain;
    width:120px;
    height:35px;
    margin-top: -8px;
    float: right;
    margin-right: 40px;
    /*background-color: rgb(96, 32, 23);*/
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    color: rgb(149, 120, 54);
    font-weight: bold;
}
.exit1:hover {
    cursor: pointer;
    transform: translateY(2px);
}




.waterfall li img:hover{
    transform: scale(1.1);
}

#first_title img{
    vertical-align: middle;
}

.topinfo{
    padding: 5px 10px;
    margin: 0 auto;
    height: 35px;
    background-color: #be5c45;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}
.topinfo .wid{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wid{
    width: 1300px;
    margin: 0 auto;
    padding: 10px 0;
}



body{
    overflow-x:hidden
}


.anchor-title{
    display: flex;
}
.anchor-title-view{
    align-self: center;
    color:black;
    padding: 0 20px;
}
.anchor-title-span{
    cursor:pointer;
}
.anchor-title-view.active{
    background: -moz-linear-gradient(top, rgba(255,84,0,1) 0%, rgba(156,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,84,0,1) 0%,rgba(156,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,84,0,1) 0%,rgba(156,0,0,1) 100%);
    color: #FFFFFF;
    cursor:pointer;
}
.showlist {
    width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #FFFFFF;
}
.startable{
    table-layout: fixed;

}
table.startable th {
    height: 50px;
    line-height: 50px;
    color: #000000;
    text-align: left;
    padding: 0 3px;
    font-size: 18px;
    font-family: "Microsoft YaHei","宋体";
    border-bottom: solid 1px #DDDDDD;
}
table.startable tr:hover td {
    background-color: #FFFFCC;
}

table.startable td {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    border-bottom: dashed 1px #DDDDDD;
    padding: 3px;
}

#welfareTable{
    table-layout:fixed;
    border:1px;
    margin-bottom: 5px;
}
#welfareTable th {
    background: #680809 !important;
    padding: 10px 0 !important;
    color: #ef9e3f !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

#welfareTableTB td{
    line-height: 50px;
    background: rgb(248,246,244);
}
#welfareTableTB{
    overflow: hidden !important;
    word-break: keep-all !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    background-color: rgb(248,246,244) !important;
    font-size: 14px !important;
}

#libao{
    position: fixed;
    left: 10px;
    top:55%;
    display: none;
}

.tableMap1{
    background: rgb(255,215,55);
    color: black;
    width: 80px;
    padding: 2px 0px 2px 0px;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    line-height: 17px;
}
.tableMap2{
    background: rgb(228,124,0);
    color: white;
    width: 80px;
    padding: 2px 0px 2px 0px;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    line-height: 17px;
}
.tableMap3{
    background: rgb(218,0,0);
    color: white;
    width: 80px;
    padding: 2px 0px 2px 0px;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    line-height: 17px;
}
.tableMap4{
    background: rgb(161,18,195);
    color: white;
    width: 80px;
    padding: 2px 0px 2px 0px;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    line-height: 17px;
}
.tableMap5{
    background: rgb(0,140,169);
    color: white;
    width: 80px;
    padding: 2px 0px 2px 0px;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    line-height: 17px;
}
