/*html {box-sizing: border-box;}*/
/** {margin: 0; padding: 0;outline: none}*/
/**, :after, :before {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit}*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    font-family: Arial;
}

html {
    -webkit-tap-highlight-color: transparent;
    background: #f4f4f4;
}

html, body {
    color: #000;
    -webkit-text-size-adjust: none;
    width: 100%;
    font: 14px/1.5 microsoft yahei, Arial
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

body {
    width: 100%;
    padding-top: 85px;
}

table, tr, th, td, tbody {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul, ol, li {
    list-style: none
}

em, i {
    font-style: normal
}

img {
    border: none;
    margin: 0;
    padding: 0
}

select {
    color: #a9a9b9 !important;
    background: none;
}

input, select, textarea {
    -webkit-tap-highlight-color: #ddd;
    resize: none;
}

textarea:focus {
    outline: 0
}

a {
    color: #000;
    text-decoration: none
}

input, textarea, select, button {
    outline: none;
    border-radius: 0;
}

input[type='text'], input[type='number'], input[type='password'], textarea, button {
    -webkit-appearance: none;
    border: 0;
}

form {
    width: 100%
}

form:after {
    clear: both;
    display: block;
    content: ".";
    visibility: hidden
}

input:-ms-input-placeholder {
    color: #ddd;
}

input::-webkit-input-placeholder {
    color: #ddd;
}

input::-moz-placeholder {
    color: #ddd;
}

input:-moz-placeholder {
    color: #ddd;
}

textarea:-ms-input-placeholder {
    color: #ddd;
}

textarea::-webkit-input-placeholder {
    color: #ddd;
}

textarea::-moz-placeholder {
    color: #ddd;
}

textarea:-moz-placeholder {
    color: #ddd;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

table {
    width: 100%
}

table th {
    font-weight: normal
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*导航部分------------------------------------------------------*/
.header {
    height: 70px;
    background: #594626;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header .logo {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
}

.header .logo img {
    height: 50px;
}

.header a {
    color: #f5f5f5;
}

.header .nav-list {
    text-align: center;
    height: 70px;
    line-height: 70px; /* background-color:#181818; */
}

.header .nav-list ul {
    font-size: 0;
}

.header .nav-list li {
    display: inline-block;
    position: relative;
}

.header .nav-list a.la {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 120px;
    height: 70px;
    padding: 0 0;
}

.header .nav-list a.la:hover {
    background-color: #99783f;
}

.header .nav-list li:hover .subnav {
    display: block;
}

/*.header .nav-list .toolTip {*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    background-color: #d72323;*/
/*    border-radius: 50%;*/
/*    display: inline-block;*/
/*    margin-left: 3px;*/
/*    margin-bottom: 10px;*/
/*}*/

.container-global {
    width: 96.5%;
    margin: 0 auto;
    position: relative; /*max-width: 1680px;*/
}

.container-global .login-before {
    position: absolute;
    text-align: center;
    line-height: 70px;
    right: 0;
    top: 0;
    min-width: 200px;
}

.container-global .login-before a {
    color: #fff;
    font-weight: normal;
    padding: 0 5px;
}

.container-global .login-before a.sign {
    cursor: pointer;
    color: #dec49a;
    padding: 0 10px;
    height: 70px;
    line-height: 70px;
    display: block;
    float: left;
    background: url("/static/images/icon_sign.png") no-repeat 8px center;
    width: 45px;
    text-align: right;
    background-size: 14px;
    font-size: 13px;
}

.container-global .login-before a.sign:hover {
    background-color: #594626;
}

.container-global .login-before a.line {
    color: #99783f;
}

.container-global .login-after {
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    min-width: 200px;
}

.container-global .login-after a.sign, a.recy, a.notice {
    color: #dec49a;
    padding: 0 5px;
    margin:0 3px;
    height: 70px;
    line-height: 70px;
    display: block;
    float: left;
    cursor: pointer;
    text-align: right;
    width: 45px;
    font-size: 13px;
}

.container-global .login-after .sign {
    background: url("/static/images/icon_sign.png") no-repeat 5px center;
    background-size: 14px;
}

.container-global .login-after .recy {
    background: url("/static/images/icon_pay.png") no-repeat 6px center;
    background-size: 14px;
}

.container-global .login-after .notice {
    background: url("/static/images/icon_notice.png") no-repeat 6px center;
    background-size: 14px;
}

.loginUserTip {
    position: relative;
    float: left;
    margin-left:20px;
}

.loginUserTip .portrait-a {
    padding: 0 0;
}

.loginUserTip .portrait-a img {
    border-radius: 50%;
    margin-top: 7px;
    width: 55px;
    height: 55px;
}

.loginUserTip:hover .tpinnav {
    display: block;
}

.loginUserTip #exit {
    cursor: pointer;
}

.loginUserTip:hover .tpinnavbg {
    display: block;
}

/*导航部分------------------------------------------------------*/
.subnav {
    text-align: left;
    position: absolute;
    left: 0;
    top: 70px;
    width: 300px;
    background: #fff;
    padding: 30px;
    box-shadow: 1px 1px 2px #ccc;
    z-index: 102;
    overflow: hidden;
    transition: all .3s ease-in-out;
    display: none;
}

.subnav a {
    display: inline-block;
    margin: 3px 2px;
    color: #666;
    line-height: 22px;
    padding: 3px 5px;
    font-size: 13px;
}

.subnav a:hover {
    background: #99783f;
    color: #fff;
    border-radius: 2px;
}

.subnav-tj {
    width: 120px;
    padding: 0;
    background-color: #503f22;
    box-shadow: none;
}

.subnav-tj a {
    display: block;
    height: 60px;
    margin: 0;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.subnav-tj a:hover {
    background-color: #594626;
    color: #fff;
}

.sub_fx {
    padding: 30px;
    line-height: 40px;
}

.tpinnavbg {
    position: absolute;
    right: 0;
    top: 60px;
    height: 100px;
    z-index: 1;
    opacity: 1;
    width: 55px;
    display: none;
    /*background-color: #ff0000;*/
}

.tpact {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    margin-top: 25px;
    transition: all .3s;
    color: #99783f;
}

.tpact .lg {
    color: #ddd;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
}

.tpactin {
    float: right;
    line-height: 30px;
    color: #ddd;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    height: 80px;
    margin: 12px 0 0 10px;
    background: none;
    padding: 0;
    transition: all .3s;
}

.tpactin .portrait {
    width: 55px;
    height: 55px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.tpactin .portrait img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.tpactin:hover .tpinnav {
    display: block;
}

.tpinnav {
    width: 180px;
    background: #fff;
    position: absolute;
    top: 70px;
    right: 0;
    padding: 5px 0;
    overflow: hidden;
    box-shadow: 1px 1px 5px #ccc;
    display: none;
    z-index: 2;
}

.tpinnav .info {
    text-align: center;
    border-bottom: solid 1px #eee;
    padding: 10px 0 15px 0;
    line-height: 20px;
    cursor: default;
    margin-bottom: 5px;
}

.tpinnav .info p {
    color: #4a3a1e;
    font-size: 16px;
}

.tpinnav .info div {
    color: #e22d2d;
    font-size: 16px;
}

.tpinnva a {
    display: block;
    line-height: 35px;
    text-align: left;
    padding-left: 30px;
    color: #666;
    position: relative;
}

.tpinnva a:last-child {
    border-top: solid 1px #eee;
}

.tpinnva a:hover {
    background: #eee;
}

.tpinnva a i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed616e;
    margin-left: 6px;
    vertical-align: 2px;
    position: absolute;
    top: 13px;
    left: 80px;
}

.tpinnva .toolTip {
    width: 7px;
    height: 7px;
    background-color: #d72323;
    border-radius: 50%;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 5px;
}

.tpright {
    float: right;
}

.tpactbtn {
    width: 55px;
    height: 75px;
    line-height: 110px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    text-align: center;
    font-size: 11px;
    color: #b59d74;
}

.tpactbtn a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 11px;
    color: #b59d74;
}

.tpactbtn span {
    display: inline-block;
}

.tpactbtn:hover {
    background-color: #503f22
}

.tpactbtn i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed616e;
    position: absolute;
    top: 35px;
    right: 20px;
    transition: all .3s ease-in-out;
}

.tpnotice {
    background: url("../images/icon_notice.png") no-repeat center top 18px;
    background-size: 20px;
}

.tprechge {
    background: url("../images/icon_pay.png") no-repeat center top 20px;
    background-size: 20px;
}

.tpactbtn i.notictips {
    display: none;
}

.tpinnav a i.notictips {
    display: none;
}

/*.tpactbtn_n{width:60px;}*/
.sginbox {
    cursor: pointer;
}

/*.tpsign,.tpsignin{width:100%;height:100%;background: url("../images/icon_sign.png") no-repeat center top 19px;background-size: 20px;}*/
.container-global .login-after a.tpsignin {
    background: url("../images/icon_sign_in.png") no-repeat 5px center;
    background-size: 16px;
    cursor: default;
}

@media (max-width: 1468px) {
    .header .nav-list {
        min-width: 1200px;
    }

    .header .nav-list a.la {
        width: 90px;
    }

    .header .logo img {
        height: 50px;
    }

    .header .logo {
        top: 10px;
    }

    .subnav-tj {
        width: 90px
    }
}

@media (max-width: 1180px) {
    .header {
        min-width: 1200px;
    }

    .header .nav-list {
        min-width: 600px;
    }

    .header .nav-list a.la {
        width: 90px;
    }
}

/*.headersn,.headersn .logo{height:80px;}*/
/*.headersn .logo a{width:160px;}*/
/*.headersn .nav li .mk{line-height: 80px;}*/
/*.headersn .tpact{margin-top:25px;}*/
/*.headersn .subnav{top:80px;}*/
/*.headersn .tpactin{margin-top:20px;height:50px;}*/
/*.headersn .tpactin .portrait{width:40px;height:40px;}*/
/*.headersn .tpactbtn{height:80px;}*/
/*.headersn .tpactbtn i{top:20px;}*/
/*.headersn .tpinnav{top:50px;}*/
/*.headersn .tpactbtn span{display:none;}*/
/*.headersn .tpnotice,.headersn .tprechge{background-position: center;}*/
/*.headersn .tpsign,.headersn .tpsignin{background-position: center;}*/

#banner {
    height: 400px;
    margin-bottom: 15px;
}

#banner .swiper-container {
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

#banner .swiper-pagination-bullet {
    opacity: 1;
    background: #ddd;
    width: 8px;
    height: 8px;
}

#banner .swiper-pagination-bullet-active {
    background: #e22d2d;
}

#banner a {
    display: block;
    width: 100%;
    height: 100%;
}

#raterg .sginbox {
    width: 265px;
    height: auto;
    overflow: hidden;
}

#raterg .sginbox img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

#raterg .sginbox img:hover {
    transform: scale(1.05)
}

.main {
    float: left;
    width: 920px;
}

.right {
    float: right;
    width: 265px;
}

.maintab {
    overflow: hidden;
}

.maintab-cn {
    height: 65px;
    line-height: 63px;
    background: #fff;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    transition: all .3s;
    margin-bottom: 5px;
}

.maintab-cn a {
    display: inline-block;
    padding: 0 30px;
    color: #666;
    margin: 0 10px;
}

.maintab-cn a:hover {
    color: #99783f;
}

.maintab-cn a.curr {
    color: #99783f;
    border-bottom: solid 2px #99783f;
}

.maintab-hd {
    height: 65px;
    display: none;
}

.maintabfx .maintab-cn {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    min-width: 1200px;
    box-shadow: 1px 1px 5px #999;
    z-index: 80;
}

.maintabfx .maintab-hd {
    display: block;
}

.maintab-expert {
    background-color: #e9e4dd;
    /*overflow: hidden;*/
    padding: 10px 20px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
}

.maintab-expert h3 {
    color: #99783f;
    float: left;
    margin-right: 30px;
    font-weight: bold;
    font-size: 20px;
}

.maintab-expert .expert-tab-btn {
    float: left;
    margin-top: 10px;
}

.maintab-expert .expert-tab-btn a {
    background-color: #d9cdba;
    color: #99783f;
    float: left;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.maintab-expert .expert-tab-btn a.curr {
    background-color: #99783f;
    color: #fff;
}

.mainnav {
    background: #fff;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 6px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.mainnav a {
    color: #999;
    font-size: 14px;
    /*transition: all .2s ease;*/
}

.mainnav a:hover {
    color: #99783f;
    transform: scale(1.12);
}

.mainnav a.curr:hover {
    transform: none;
}

.mainnav a.curr {
    color: #99783f;
    font-size: 18px;
    border-bottom: solid 2px #99783f;
}

.expert-select {
    color: #5c5c5c;
    float: right;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    position: relative;
    background-color: #ffffff;
}

.expert-select .inner {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 30px;
    color: #5c5c5c;
    background-color: #ffffff;
    z-index: 10;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 0;
    transition: all .3s ease;
    overflow: hidden;
}

.expert-select .inner a {
    display: block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.expert-select .inner a:last-child {
    border: none;
}

.expert-select .inner a:hover {
    background-color: #f1f1f1;
}

.expert-select:hover .inner {
    /*display: block;*/
    height: 123px;
}

.expert-select .curr {
    margin-right: 20px;
}

.expert-select .sort {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("/static/images/icon_arrowAll.png") no-repeat center;
    background-size: 100%;
    opacity: .65;
    transform: rotate(90deg);
    transition: all .3s ease;
}

.expert-select:hover .sort {
    transform: rotate(270deg);
}

.free-tab {
    background-color: #e8e8e8;
}

.free-tab h3 {
    color: #595959;
    background: url("../images/matchicon/icon-free-title.png") no-repeat center left;
    padding-left: 50px;
}

.free-tab .expert-tab-btn a {
    background-color: #fff;
    color: #989898;
}

.free-tab .expert-tab-btn a.curr {
    background-color: #595959;
}

.expert-tab2 {
    background-color: #e9e4dd;
}

.expert-tab2 h3 {
    background: url("../images/matchicon/icon-hguang.gif") no-repeat center left;
    padding-left: 50px;
}

.expert-international h3 {
    background: url("../images/matchicon/icon-expert.gif") no-repeat center left;
    padding-left: 50px;
}

.expert-single {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #99783f;
}

.banner_bz {
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}

/*match*/
.matchlist {
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.matchlist .title {
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 0 0 20px;
    color: #99783f;
    border-left: solid 3px #fff;
    font-size: 18px;
    margin-bottom: 0;
    overflow: hidden;

}

.matchlist .title p {
    float: right;
    font-size: 13px;
    padding-right: 20px;
    color: #999999;
}

.matchlist .title b {
    color: #f00;
    font-weight: normal;
    padding: 0 2px;
    font-size: 15px;
}

.matchlist .title span {
    padding: 0 15px 0 0;
}

.matchlist .title em {
    color: #e22d2d;
}

.matchlist .title_zj {
    background: #b7a078;
    color: #fff;
}

.matchlist .title_zj p {
    color: #fff;
}

.mtitem {
    margin: 5px 0 0;
    overflow: hidden;
    clear: both;
    background-color: #fff;
    position: relative;
}

.mtitem:hover {
    box-shadow: 2px 2px 2px 2px #ddd;
}

.mtitem .hd {
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
    padding: 0 20px;
    font-size: 13px;
    color: #999;
}

.mtitem .fbt {
    float: left;
    color: #ccc;
    font-size: 13px;
    width: 98px;
}

.mtitem .fbt span {
    display: inline-block;
    border: solid 1px #666;
    color: #666;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
    margin-left: 5px;
}

.mtitem .fbt span.t1 {
    border-color: #e22d2d;
    color: #e22d2d;
}

.mtitem .fbt span.t2 {
    border-color: #6668b2;
    color: #6668b2;
}

.mtitem .fbt span.t3 {
    border-color: #080;
    color: #080;
}

.mtitem .fbt span.t4 {
    border-color: #999;
    color: #999;
}

.mtitem .heat {
    display: block;
    position: absolute;
    left: 40.3%;
    top: 6px;
    font-size: 12px;
    padding: 2px 4px;
    color: #999999;
}

.mtitem .hot {
    display: block;
    position: absolute;
    left: 38%;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url("/static/images/icon_hotgif.gif") no-repeat center;
    background-size: 100%;
}

.sssm {
    float: left;
    margin-left: 25%;
    width: 120px;
    text-align: center;
    position: relative;
}

.sssm .sm1 {
    color: #ff9900;
    font-weight: normal;
}

.sssm .sm2 {
    color: #e22d2d;
    font-weight: normal;
}

.sssm .sm3 {
    color: #080;
    font-weight: normal;
}

.sssm .sm4 {
    color: #000;
    font-weight: normal;
    padding-left: 12px;
}

.sssm .sm1 i {
    background: url("/static/images/matchicon/sm1.png") no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 10px;
}

.sssm .sm2 i {
    background: url("/static/images/matchicon/sm2.png") no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 10px;
}

.sssm .sm3 i {
    background: url("/static/images/matchicon/sm3.png") no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 10px;
}

.sssm .sm4 i {
    background: url("/static/images/matchicon/sm4.png") no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 10px;
}

.detail_sm {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
}

.detail_sm b {
    padding: 0 18px;
    display: inline-block;
}

.detail_sm .sm1 i {
    left: 0;
    top: 3px;
}

.detail_sm .sm2 i {
    left: 0;
    top: 3px;
}

.detail_sm .sm3 i {
    left: 0;
    top: 3px;
}

.detail_sm .sm4 {
    margin-left: 8px;
}

.detail_sm .sm4 i {
    left: 0;
    top: 3px;
}

.mtitem .bx {
    /*padding: 20px 20px;*/
    padding: 20px 20px 10px 20px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.freemt .bx {
    padding: 10px 20px;
}

.mtitem .tt {
    line-height: 25px;
    float: left;
    width: 80px;
}

.freemt .tt {
    margin-top: 5px;
}

.mtitem .tp {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
}

.mtitem .st {
    font-size: 14px;
    color: #999;
    display: block;
}

.mtitem .dz {
    width: 570px;
    margin-left: 10px;
    color: #666;
    overflow: hidden;
    font-size: 16px;
    height: 60px;
    line-height: 50px;
    float: left;
    border-left: solid 0px #eee;
    border-right: solid 0px #eee;
}

.freemt .dz {
    line-height: 50px
}

.mtitem .dz a {
    overflow: hidden;
    display: inline-block;
}

.mtitem .sxp {
    color: #000;
}

.mtitem .dui a:hover .sxp, .mtitem .dz a:hover .sxp {
    color: #99783f;
}

.mtitem .sp {
    float: left;
    width: 190px;
    text-align: right;
}

.mtitem .xp {
    float: right;
    width: 190px;
    text-align: left;
}

.mtitem .bfn {
    float: left;
    width: 40px;
    font-size: 22px;
    color: #e22d2d;
    /*font-family: Arial;*/
}

.mtitem .bf1 {
    text-align: right;
    font-weight: bold;
}

.mtitem .bf2 {
    text-align: left;
    font-weight: bold;
}

.mtitem .bft1 {
    color: #999;
}

.mtitem .bft {
    color: #999;
    font-weight: normal;
}

.mtitem .pkn {
    float: left;
    width: 110px;
    line-height: 20px;
}

.mtitem .pkn em {
    display: inline-block;
    padding: 0 3px;
    color: #999;
    line-height: 20px;
    /*border: solid 1px #999;*/
    /*transform: scale(.8);*/
    font-size: 12px;
    margin-top: 5px;
}

.mtitem .pkn span {
    display: block;
    font-size: 13px;
    color: #666;
    font-family: Arial;
}

.mtitem .dz4 .bfn {
    width: 60px;
}

.mtitem .dz4 .pkn {
    width: 70px;
}

.mtitem .pkbf {
    float: left;
    width: 120px;
    padding: 0 15px;
}

.mtitem .bf {
    line-height: 25px;
    color: #e22d2d;
    font-size: 22px;
    margin: 5px 0;
    font-family: Arial;
    font-weight: 600;
}

.mtitem .bf .vs {
    display: block;
    height: 25px;
    background: url("../images/icon_vs.png") no-repeat center;
}

.mtitem .pk {
    line-height: 20px;
    font-size: 14px;
    color: #999;
    font-family: Arial;
}

.mtitem .pk em {
    display: inline-block;
    padding: 0 3px;
    color: #999;
    border: solid 1px #999;
    transform: scale(.8);
    font-size: 12px;
    margin-right: 5px;
}

.mtitem .zj {
    /*float: right;*/
    float: left;
    padding: 8px 0;
    line-height: 20px;
}

.mtitem .pct {
    float: right;
    overflow: hidden;
    text-align: right;
}

.mtitem .zj a {
    color: #666;
    display: block;
    float: left;
    width: 95px;
    overflow: hidden;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/icon_logo.png") no-repeat center left;
    background-size: 20px;
    text-indent: 24px;
}

.mtitem .zj a img {
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 50%;
    margin-right: 5px;
}

.mtitem .zj .bk {
    float: left;
    color: #58b088;
    border-right: solid 1px #ddd;
    height: 20px;
    line-height: 20px;
    padding-right: 15px;
    margin-right: 15px;
    background: url("../images/icon_dun.png") no-repeat center left;
    background-size: 20px;
    padding-left: 21px;
}

.mtitem .zj .dian {
    float: left;

    position: relative;
}

.mtitem .zj .dian em {
    color: #e22d2d;
    padding-left: 8px;
    font-weight: bold;
    font-size: 16px;
}

.mtitem .zj .dian b {
    color: #e22d2d;
    font-weight: normal;
    font-size: 10px;
}

.mtitem .zj .dian_zk span {
    display: block;
    float: left;
    padding-right: 12px;
}

.mtitem .zj .dian_zk em {
    padding-left: 3px;
}

.mtitem .zj .dian_zk em.yd {
    color: #888888;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
}

.mtitem .zj .dian_zk em.yd b {
    font-weight: normal;
    font-size: 10px;
    color: #888888;
}

.mtitem .zj .dian_zk .SJ {
    font-weight: 600;
    min-width: 42px;
    color: #e22d2d;
    text-align: right;
    display: inline-block;
    white-space: nowrap;
}

.mtitem .zj .dian_zk .SJ b {
    font-weight: normal;
    font-size: 10px;
}

.mtitem .zj .dian_zk .JRH {
    position: absolute;
    background: url("/static/images/matchicon/zk.png") no-repeat;
    background-size: 100%, cover;
    width: 60px;
    height: 20px;
    left: 85px;
}

.mtitem .priceInfo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mtitem .oldPrice {
    color: #888888;
    text-decoration: line-through;
    font-weight: normal;
}

.mtitem .newPrice {
    color: #e22d2d;
    font-weight: bold;
}

.mtitem .newPrice b {
    font-weight: normal;
}

.mtitem .newIcon {
    /*background: url("/static/images/matchicon/zk.png") no-repeat;*/
    /*background-size: 100%, cover;*/
    /*width: 60px;*/
    /*height: 20px;*/
    /*display: inline-block;*/
    margin-right: 6px;
    margin-left: 14px;
}

.mtitem .zj .sltxt {
    /*border: solid 1px #ccc;*/
    color: #999;
    float: left;
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-top:2px;
    /*padding: 0 5px;*/
}

.mtitem .zj .sl {
    float: left;
    font-size: 13px;
    color: #e22d2d;
    display: block;
    width: 35px;
    padding-left: 2px;
}

.mtitem .zj .sl b {
    font-size: 10px;
    font-weight: normal;
}

.mtitem .zj .showExpert {
    color: #99783f;
}
.mtitem .zj a.haspt{padding:0;background: none;text-indent: 0;}

.mtitem .rf {
    float: right;
}
.mtiem .excommend{
    position: relative;
}
.mtitem .vipcard{position: absolute;width:65px;font-size:11px;color:#fff;background-color: #09f;height:20px;line-height: 20px;transform: scale(.9);top:5px;right:17px;opacity: .7;}
.mtitem .hou, .mtitem .over {
    display: block;
    margin: 7px 0;
    height: 35px;
    line-height: 35px;
    width: 160px;
    border: solid 1px #99783f;
    color: #99783f;
    font-size: 14px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.mtitem .pub{font-size:13px;color:#666;clear: both;}

.mtitem .wait {
    float: left;
    width: 110px;
    height: 35px;
    border: 1px solid #99783f;
    line-height: 35px;
    margin: 7px 2px;
    color: #99783f;
}

.mtitem .waitck {
    display: inline-block;
    width: 80px;
}

.mtitem .waitck a {
    color: #99783f;
    text-decoration: none;
}

.mtitem .waitck a:hover {
    opacity: .6;
}

.mtitem .over {
    transition: all .5s ease-in-out;
}

.mtitem .over a {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.mtitem .over a:hover {
    opacity: .6;
}

.mtitem .ding {
    background: #99783f;
    color: #fff;
    margin: 7px 0;
    height: 35px;
    line-height: 35px;
    width: 200px;
    transition: all .5s ease-in-out;
}

.mtitem .dingmf {
    background: #9f9f9f;
}

.mtitem .over:hover {
}

.mtitem .ding:hover {
    opacity: .8;
    cursor: pointer;
}

.mtitem .ding a {
    display: block;
    color: #fff;
}

.mtitem .ding span {
    padding: 0 10px;
}

.mtitem .rs {
    background-color: #999;
    border: solid 1px #999;
    color: #fff;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    margin: 7px 0 0 0;
    font-size: 14px;
    float: left;
}

.mtitem .rs1 {
    border-color: #99783f;
    background-color: #99783f;
}

.mtitem .rs6, .mtitem .rs2 {
    border-color: #e22d2d;
    background-color: #e22d2d;
}

.mtitem .rs3 {
    border-color: #58b088;
    background-color: #58b088;
}

.mtitem .rs4, .mtitem .rs5 {
    border-color: #666;
    background-color: #666;
}

.mtitem .tj1 a {
    color: #99783f;
}

.mtitem .tj a, .mtitem .tj2 a {
    color: #e22d2d;
}

.mtitem .tj3 a {
    color: #58b088;
}

.mtitem .tj4 a, .mtitem .tj5 a {
    color: #666;
}

.mtitem .tj1 {
    border-color: #99783f;
    color: #99783f;
}

.mtitem .tj6, .mtitem .tj2 {
    border-color: #e22d2d;
    color: #e22d2d;
}

.mtitem .tj3 {
    border-color: #58b088;
    color: #58b088;
}

.mtitem .tj4, .mtitem .tj5 {
    border-color: #666;
    color: #666;
}

/*.mtitem .ding0{background-color:#999;}*/
/*.mtitem .ding1{background-color:#d72323;}*/
/*.mtitem .ding2{background-color:#6668b2;}*/
/*.mtitem .ding3{background-color:#080;}*/
/*.mtitem .ding4{background-color:#999;}*/


.mtitem .take {
    float: left;
    width: 198px;
    height: 35px;
    line-height: 35px;
    margin: 7px 2px;
    color: #fff;
    cursor: pointer;
    background-color: #99783f;
}

.mtitem .take:hover {
    opacity: .6;
    transition: .3s;
}
.mtitem .take2{width:96px;}
.mtitem .take3{background-color: #ede5d8;color:#a58344;}

.mtitem .excommend .ck {
    display: inline-block;
    width: 80px;
    border: 1px solid #999;
    height: 33px;
    line-height: 33px;
    background: none;
}

.mtitem .excommend .ck a {
    text-decoration: none;
    color: #999;
}

.mtitem .excommend .ck a:hover {
    opacity: .6;
}

.mtitem .mf {
    margin-top: 5px;
    overflow: hidden;
}

.mtitem .mf .take {
    float: left;
    width: 198px;
    height: 35px;
    line-height: 35px;
    margin: 7px 2px;
    color: #fff;
    cursor: pointer;
}

.mtitem .mf .take:hover {
    opacity: .6;
    transition: .3s;
}

.mtitem .mf .ck {
    display: inline-block;
    width: 80px;
    border: 1px solid #999;
    height: 33px;
    line-height: 33px;
    background: none;
}

.mtitem .mf .ck a {
    text-decoration: none;
    color: #999;
}

.mtitem .mf .ck a:hover {
    opacity: .6;
}

.mtitem .ding0 {
    background: #5ea575;
}

.mtitem .excommend .ding0 {
    background-color: #99783f;
}

.mtitem .dc-default-ding {
    background-color: #dca11d;
}

.mtitem .ding1 {
    background-color: #ff9900;
}

.mtitem .ding2 {
    background-color: #6668b2;
}

.mtitem .ding3 {
    background-color: #080;
}

.mtitem .ding4 {
    background-color: #000;
}

.mtitem .yiding {
    border: solid 2px #6668b2;
    background: #6668b2;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 200px;
    bottom: 28px;
    opacity: .6;
    font-size: 13px;
    transform: rotate(-25deg);
}

.mtiem_more {
    display: none;
}

.lookmore, .seemore {
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 10px 0;
    overflow: hidden;
    color: #99783f;
    font-size: 14px;
    background: #fff;
    margin-top: 5px;
}

.lookmore i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: -2px;
    background: url("../images/icon_next_z.png") no-repeat center;
    background-size: 6px;
    transition: all .3s;
    transform: rotate(90deg);
}

.lookmore:hover {
    background-color: #fcfcfc;
    cursor: pointer;
}

.lookmoresn i {
    transform: rotate(-90deg)
}

.seemore {
    padding: 0;
    height: 60px;
}

.seemore a {
    display: block;
    color: #99783f;
    font-size: 14px;
    padding: 10px 0;
}

.seemore i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: -4px;
    background: url("../images/icon_next_z.png") no-repeat center;
    background-size: 6px;
}

.seemore a:hover {
    background-color: #fcfcfc;
}

.matchkey {
    font-size: 28px;
    color: #333;
    background: #fff;
    line-height: 60px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.listnone {
    min-height: 2100px;
    background: #fff url("../images/none.png") no-repeat center top 50px;
    font-size: 20px;
    color: #ccc;
    line-height: 550px;
    text-align: center;
}

.listnone-ex {
    min-height: 1520px;
}

.mzhanji {
    margin: 5px 0px;
    overflow: hidden;
    text-align: center;
    padding: 20px 10px;
    line-height: 22px;
    font-size: 12px;
    background-color: #fff;
}

.mzhanji .tit {
    color: #666;
    padding-right: 20px;
    font-size: 13px;
}

.mzhanji em {
    display: inline-block;
    border: solid 1px #efefef;
    background-color: #efefef;
    color: #666;
    padding: 0 8px;
    margin-left: 3px;
}

.mzhanji .rs {
    width: 23px;
    display: inline-block;
    margin-left: 1px;
    color: #999;
    border: solid 1px #999;
}

.mzhanji .rs6, .mzhanji .rs2 {
    color: #d72323;
    border-color: #d72323;
}

.mzhanji .rs3 {
    color: #58b088;
    border-color: #58b088;
}

.mzhanji .rs4, .mzhanji .rs5 {
    color: #999;
    border-color: #999;
}

.mzhanji a {
    display: inline-block;
    color: #99783f;
    margin-left: 10px;
}

.zcbanner {
    overflow: hidden;
    height: 100px;
    margin-bottom: 10px;
}

.zcbanner img {
    width: 100%;
}

.expert_list {
    overflow: hidden;
    margin: 5px 0 5px 0;
    background: #fff;
}

.expert_list li {
    float: left;
    width: 131px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all .5s ease-in-out;
}

/*.expert_list li a{display: block;padding: 20px 0;height:190px;transition: all .5s ease-in-out;border-right:solid 1px #eee;}*/
.expert_list li a {
    display: block;
    padding: 20px 0;
    min-height: 190px;
    height: auto;
    border-right: solid 1px #eee;
    position: relative;z-index: 11;
}

.expert_list li .prt {
    position: relative;
}

.expert_list li .img {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    background: url("../images/icon-footPortrait.gif") no-repeat center;
    background-size: 64px;
}
.expert_list li .imgp{background: none;overflow: hidden;border-radius: 50%;width: 60px;height: 60px;}
.expert_list li .imgp img{width:90%;height:90%;}

.expert_list li .new {
    color: #ffffff;
    font-size: 14px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #99783f;
    border: 3px solid #ffffff;
    position: absolute;
    right: 24px;
    top: 6px;
}
.expert_list li .new2{top:2px;border:solid 2px #fff;right:26px;}

.expert_list li .img4 {
    background: url("../images/icon-basketPortrait.gif") no-repeat center;
    background-size: 64px;
}

.expert_list li img {
    border-radius: 50%;
    margin: 0 auto;
}

.expert_list li .name {
    margin: 8px 0;
    display: block;
    transition: all .5s ease-in-out;
    font: 16px/20px Arial;
    color: #99783f;
}
.expert_list li .name2{margin-bottom: 4px;}

.expert_list li .sl {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    transition: all .5s ease-in-out;
    margin: 10px 0;
}

.expert_list li .sl span {
    font: 25px/20px Arial;
    color: #d72323;
}

.expert_list li .sl b {
    font-weight: normal;
    color: #d72323;
    font-size: 16px;
}

.expert_list li .xx {
    color: #999;
}

.expert_list li .country {
    background-color: #eee;
    color: #999;
    width: 75px;
    height: 25px;
    border-radius: 30px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    margin: 10px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 8px;
    font-size: 12px;
}
.expert_list li .yuding{background-color: #f90;color:#fff;opacity: .8;position: absolute;left:20px;top:170px;z-index: 12;}
.expert_list li .yuding:hover{opacity: 1;cursor: pointer;}
.expert_list li .country2{margin:-3px 0 20px 0;background: none;}
.expert_list li .buy{background-color: #a58145;color:#fff;width:75px;height:26px;line-height:26px;border-radius: 20px;font-size:12px;cursor: pointer;
    position: absolute;bottom: 15px;z-index: 12;left:50%;margin-left:-35px;}
.expert_list li .buy:hover{background-color: #f90;}

.expert_list .expert_heat {
    position: relative;z-index: 10;
}

.expert_list .hot {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url("/static/images/icon_hotgif.gif") no-repeat center;
    background-size: 100%;
}

.border-a {
    border-left: 1px solid #eee !important;
}

.hg {
    font-size: 0;
}

.hg img {
    width: 17px;
    height: 17px;
}

.expert_list .sc {
    position: relative;
    color: #999;
    text-align: center;
    padding-left: 30px;
    margin-top: 20px;
}

.expert_list3 .sc n {
    background: url("/static/images/matchicon/s.png") no-repeat left;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 3px;
}

.expert_list4 .sc n {
    background: url("/static/images/matchicon/s.png") no-repeat left;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 65px;
    top: 3px;
}

.expert_list .sc span {
    vertical-align: middle;
}

.expert_list .sc b {
    font-weight: normal;
    font: 15px/15px Arial;
    color: #d72323;
}

.expert_list3 li:last-child {
    width: 134px;
}

.expert_list li:last-child a {
    border: 0;
}

.expert_list li:hover {
    background: #ebe4d9;
}

.expert_list4 li {
    width: 25%;
}

.expert_list4 li .desc {
    margin: 0 30px;
}

.expert_list3 .expert_heat1 i {
    background: url("/static/images/matchicon/commend.png") no-repeat left;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    position: absolute;
}

.expert_list3 .expert_heat2 i {
    background: url("/static/images/matchicon/heat.png") no-repeat left;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    position: absolute;
}

.expert_list3 .expert_heat3 i {
    background: url("/static/images/matchicon/heat.png") no-repeat left;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    position: absolute;
}

.expert_list4 .expert_heat1 i {
    background: url("/static/images/matchicon/commend.png") no-repeat left;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    position: absolute;
}

.expert_list4 .expert_heat2 i {
    background: url("/static/images/matchicon/heat.png") no-repeat left;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    position: absolute;
}


/*.expert_box{overflow: hidden;margin-bottom: 10px;}*/
.expert_box {
    overflow: hidden;
}

.expert_list_link {
    background: #fff;
    height: 60px;
    line-height: 60px;
    position: relative;
    overflow: hidden;
}

.expert_list_link .all_href {
    position: absolute;
    left: 45px;
    color: #a9a9b9;
}

.expert_list_link .all_href:hover {
    color: #99783f;
}

.expert_list_link .swiper-container {
    margin: 0 100px;
}

.expert_list_link .swiper-slide a {
    display: block;
    height: 58px;
    transition: all .3s;
    color: #999;
    font-size: 16px;
    border-bottom: solid 2px #fff;
    padding: 0 5px;
    text-align: center;
    margin: 0 4px;
    background: none;
}

.expert_list_link .swiper-slide a.curr {
    color: #99783f;
    border-bottom-color: #99783f;
    background: none;
}

.expert_list_link .swiper-slide a:hover {
    color: #99783f;
    border-bottom-color: #99783f;
}

.expert_list_link .swiper-button-prev, .swiper-button-next {
    border: none;
    outline: 0;
}

.expert_list_link .swiper-button-prev {
    background: url("/static/images/matchicon/icon-left.jpg") no-repeat;
    left: 0;
    width: 20px;
    height: 60px;
    margin-top: -30px;
    opacity: 1 !important;
}

.expert_list_link .swiper-button-next {
    background: url("/static/images/matchicon/icon-right.jpg") no-repeat;
    right: 0;
    width: 20px;
    height: 60px;
    margin-top: -30px;
    opacity: .65 !important;
}

.expert_list_link .swiper-justify-content {
    justify-content: center;
}

.expert_listnn {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.expert_listnn li {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}

.expert_listnn li a {
    display: block;
    height: 58px;
    transition: all .3s;
    color: #999;
    font-size: 16px;
    border-bottom: solid 2px #fff;
    padding: 0 6px;
}

.expert_listnn li a:hover, .expert_listnn li a.curr {
    color: #99783f;
    border-bottom-color: #99783f;
}

.expert_detail {
    overflow: hidden;
    background: #fff;
    margin-top: 5px;
    padding: 25px 60px;
}

.expert_detail .detbx {
    overflow: hidden;
}

.expert_detail .img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    background: url("../images/icon-footPortrait.gif") no-repeat center;
    background-size: 64px;
}
.expert_detail .imgp{background: none;overflow: hidden;border-radius: 100%;}
.expert_detail .imgp img{width:100%;height:100%;}

.expert_detail .img4 {
    background: url("../images/icon-basketPortrait.gif") no-repeat center;
    background-size: 64px;
}

.expert_detail .img img {
    border-radius: 50%;
}

.expert_detail .con {
    float: left;
    width: 680px;
    overflow: hidden;
}

.expert_detail .line1 {
    padding-bottom: 12px;
    line-height: 30px;
    overflow: hidden;
}

/*.expert_detail .line1 .name{font-size:18px;color:#99783f;display: block;float:left;margin-right:30px;vertical-align: 3px;*/
/*    background: url("../images/icon_mao.png") no-repeat center right;background-size:12px;padding-right: 20px;}*/
.expert_detail .line1 .name {
    font-size: 18px;
    color: #333;
    display: block;
    float: left;
    vertical-align: 3px;
    background-size: 12px;
    background: url("../images/matchicon/mark/icon-team.png") no-repeat right 5px;
    padding-right: 70px;
}
.expert_detail .line1 .name0{padding:0;background: none;}

.expert_detail .line1 .name b {
    font-size: 14px;
    padding-left: 3px;
    color: #333;
    font-weight: normal;
}

.expert_detail .line1 .hg {
    display: inline-block;
    vertical-align: -3px;
}

.expert_detail .line1 em {
    color: #ddd;
}

.expert_detail .line1 .address {
    /*background: url("../images/matchicon/mark/icon-baxi.png") no-repeat 20px 7px;*/
    height: 30px;
    display: inline-block;
    padding-left: 40px;
    color: #666;
}

.expert_detail .line1 .icon-country16, .expert_detail .line1 .icon-country34 {
    background: url("../images/matchicon/mark/icon-baxi.png") no-repeat 20px 7px;
}

.expert_detail .line1 .icon-country14 {
    background: url("../images/matchicon/mark/icon-xibanya.png") no-repeat 20px 7px;
}

.expert_detail .line1 .icon-country15 {
    background: url("../images/matchicon/mark/icon-helan.png") no-repeat 20px 7px;
}

.expert_detail .line1 .icon-country17 {
    background: url("../images/matchicon/mark/icon-bilishi.png") no-repeat 20px 7px;
}

.expert_detail .line1 .icon-country20 {
    background: url("../images/matchicon/mark/icon-danmai.png") no-repeat 20px 7px;
}

.expert_detail .line1 .icon-country21 {
    background: url("../images/matchicon/mark/icon-agenting.png") no-repeat 20px 7px;
}

.expert_detail .line1 .icon-country22 {
    background: url("../images/matchicon/mark/icon-yinggelan.png") no-repeat 20px 7px;
}

.expert_detail .line1 .icon-country26 {
    background: url("../images/matchicon/mark/icon-xila.png") no-repeat 20px 7px;
}

.expert_detail .line1 .icon-country27, .expert_detail .line1 .icon-country29 {
    background: url("../images/matchicon/mark/icon-meiguo.png") no-repeat 20px 7px;
}

.expert_detail .line1 .icon-country28 {
    background: url("../images/matchicon/mark/icon-faguo.png") no-repeat 20px 7px;
}

.expert_detail .line1 .xx {
    color: #999;
    padding-left: 20px;
}

.expert_detail .line1 .sl {
    color: #999;
    font-size: 13px;
    display: block;
    float: left;
    margin-right: 30px;
}

.expert_detail .line1 .sl em {
    color: #e22d2d;
    font-size: 18px;
    padding: 0 6px;
}

.expert_detail .line1 .ls {
    color: #e22d2d;
    display: block;
    float: left;
    background: url("../images/icon_jiangbei_red.png") no-repeat center left;
    padding-left: 20px;
}

.expert_detail .line2 {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 22px;
    margin-bottom: 15px;
}

.expert_detail .line3 {
    font-size: 18px;
    line-height: 25px;
    color: #58b088
}

.expert_detail .line3 em {
    display: inline-block;
    line-height: 20px;
    border: solid 1px #58b088;
    font-size: 12px;
    padding: 0 5px;
    vertical-align: 3px;
    margin-right: 5px;
}

.expert_detail .line3 span {
    display: inline-block;
    margin-right: 30px;
}

.expert_detail .line3 .ct {
    color: #5784a4;
}

.expert_detail .line3 .ct em {
    border-color: #5784a4;
}

.expert_detail .line4 {
    margin-top: 20px;
    overflow: hidden;
    line-height: 23px;
    clear: both;
    padding: 30px 20px;
    background: #f3f3f3;
    text-align: center;
}

.expert_detail .line4 .tit {
    color: #666;
    padding-right: 20px;
    font-size: 13px;
    display: inline-block;
    vertical-align: 7px;
}

.expert_detail .line4 .cc {
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

.expert_detail .line4 em {
    display: block;
    float: left;
    color: #fff;
    width: 40px;
    margin: 0 6px;
    font-size: 12px;
}

.expert_detail .line4 em.zx {
    background: url("../images/icon_tag1.png") no-repeat center;
    text-align: left;
    text-indent: 6px;
}

.expert_detail .line4 em.gz {
    background: url("../images/icon_tag2.png") no-repeat center;
    text-align: left;
    text-indent: 10px;
}

.expert_detail .line4 .rs {
    width: 23px;
    height: 23px;
    float: left;
    margin: 0 0 0 3px;
    color: #fff;
    background-color: #999;
}

.expert_detail .line4 .rs6, .expert_detail .line4 .rs2 {
    background-color: #e22d2d;
}

.expert_detail .line4 .rs3 {
    background-color: #080;
}

.expert_detail .line4 .rs4, .expert_detail .line4 .rs5 {
    background-color: #999;
}

.expert_box3 {
    position: relative
}

.expert_detail .detbm {
    text-align: center;
    padding-left: 50px;
}

.expert_detail .bline1 {
    margin: 5px 0;
}

.expert_detail .bline1 div {
    display: inline-block;
}

.expert_detail .bline1 div {
    color: #999;
    font-size: 13px;
}

.expert_detail .bline1 div.bline {
    width: 500px;
    background-color: #ddd;
    margin: 0 10px;
    overflow: hidden;
    height: 4px;
    text-align: left;
    vertical-align: 3px;
}

.expert_detail .bline1 span.s {
    color: #d72323;
    font: 18px/15px Arial;
}

.expert_detail .bline1 .blines {
    background-color: #d72323;
    height: 4px;
    transition: .5s all;
    width: 0;
    vertical-align: top;
}

.expertfilter {
    padding: 10px 25px;
    overflow: hidden;
    color: #999;
    background: #fff;
    line-height: 25px;
}

.expertfilter .lf {
    float: left;
}

.expertfilter .lf span {
    padding-right: 8px;
}

.expertfilter .lf a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid 1px #ddd;
    text-align: center;
    line-height: 25px;
    color: #999;
}

.expertfilter .lf a:hover {
    border-color: #666;
    color: #666;
}

.expertfilter .lf a.curr {
    background: #999;
    color: #fff;
}

.expertfilter .rf {
    float: right;
}

.expertfilter2 {
    margin-top: 5px;
}

.popexpert {
    position: absolute;
    left: 50%;
    top: 200px;
    background-color: #fff;
    z-index: 5000;
    box-shadow: 0px 0px 5px #ccc;
    width: 300px;
    padding: 30px;
    overflow: hidden;
    display: none;
}

.popexpert .info {
    overflow: hidden;
    font-size: 13px;
    color: #999;
    line-height: 30px;
}

.popexpert .info .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/icon_logo.png") no-repeat center;
    background-size: 24px;
    vertical-align: -8px;
    margin-right: 0px;overflow: hidden;
}
.popexpert .info .icon img{width:100%;height:100%;border-radius: 50%;}

.popexpert .info div {
    float: right;
}

.popexpert .info div span {
    color: #c00;
}

.popexpert .info img {
    border-radius: 50%;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    float: left;
}

.popexpert .info .name {
    color: #333;
    font-size: 15px;
}

.popexpert .desc {
    color: #666;
    font-size: 13px;
    margin: 12px 0 15px 0;
    line-height: 20px;
}

.popexpert ul {
    color: #999;
}

.popexpert li {
    line-height: 22px;
    font-size: 12px;
    overflow: hidden;
}

.popexpert li em {
    display: inline-block;
    width: 80px;
}

.popexpert li .item {
    margin-right: 1px;
    display: inline-block;
    width: 40px;
}

.popexpert li .itemsl {
    width: 65px;
    margin-left: 15px;
}

.popexpert li .sheng {
    color: #ed616e;
}

.popexpert li .ping {
    color: #58b088;
}

.popexpert li .fu {
    color: #999;
}

.popexpert li .sl {
    color: #c00;
}

.footer {
    width: 100%;
    background: #2c2313;
    margin-top: 30px;
    overflow: hidden;
    padding: 40px 0;
    min-width: 1200px;
}

.copyright {
    overflow: hidden;
}

.copyright .lf {
    float: left;
    width: 940px;
    color: #99783f;
    font-size: 12px;
    line-height: 22px;
}

.copyright .lf .cp {
    color: #b7a078;
    margin-top: 10px;
}

.copyright .rf {
    float: right;
    width: 200px;
    text-align: center;
    color: #b7a078;
    font-size: 12px;
    border-left: solid 1px #99783f;
    padding-left: 30px;
}

.copyright .rf div {
    float: left;
    width: 80px;
    line-height: 22px;
}

.copyright .rf img {
    width: 90px;
    float: right;
}

.foot_link {
    overflow: hidden;
    margin-bottom: 40px;
    color: #99783f;
}

.foot_link .tit {
    float: left;
}

.foot_link .con {
    float: left;
    width: 830px;
    margin-left: 30px;
}

.foot_link a {
    color: #99783f;
}

.copyright .rf2 {
    border: 0;
    text-align: left;
    width: 100px;
}

.copyright .rf2 div {
    float: none;
    margin-top: 30px;
}

.copyright .rf2 img {
    float: none;
    width: 100px;
}

.sdfxbox {
    width: 80px;
    height: auto;
    background: #fff;
    position: fixed;
    left: 50%;
    bottom: 180px;
    margin-left: 610px;
    z-index: 2000;
}

.sdfxbox .item {
    height: 80px;
    border-bottom: solid 1px #eee;
    position: relative;
}

.sdfxbox .item:hover {
    background-color: #e0d6c5;
    cursor: pointer;
}

.sdfxbox .item div {
    position: absolute;
    bottom: 0;
    min-height: 80px;
    display: none;
    right: 80px;
    box-shadow: -1px 1px 1px #ddd;
    cursor: default;
    border-top: solid 1px #eee;
}

.sdfxbox .item:hover div {
    display: block;
}

.sdfxbox .chatimg {
    padding: 30px;
    width: 80px;
    height: 80px;
    background: #fff url("../images/chat.jpg") no-repeat center;
    background-size: 120px;
}

.sdfxbox .telcon {
    padding: 0 30px;
    font-size: 28px;
    color: #99783f;
    background-color: #fff;
    border-right: solid 1px #eee;
    text-align: center;
}

.sdfxbox .telcon p {
    margin-top: 10px;
}

.sdfxbox .telcon span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #999;
}

.sdfxbox .chat {
    background: url("../images/icon_fx_wx.png") no-repeat center;
    background-size: 36px;
}

.sdfxbox .kefu {
    background: url("../images/icon_kefu.png") no-repeat center;
    background-size: 36px;
}

.sdfxbox .kefu a {
    display: block;
    height: 100%;
}

.sdfxbox .tel {
    background: url("../images/icon_fx_phone.png") no-repeat center;
}

.sdfxbox .top {
    background: url("../images/icon_fx_top.png") no-repeat center;
    border: 0;
}

.pagination {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
}

.pagination ul {
    display: inline-block;
}

.pagination li {
    float: left;
    margin: 0 3px;
}

.pagination .link, .pagination .btn {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #a38552;
    background: #efefef;
}

.pagination .link:hover {
    background-color: #ddd;
    cursor: pointer;
}

.pagination .link-curr, .pagination .link-curr:hover {
    background-color: #a38552;
    color: #eee;
    cursor: default;
}

.pagination .more {
    padding: 0 15px;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    color: #a38552;
    background: #efefef;
}

.pagination .btn {
    background-color: #09f;
    width: 20px;
}

.pagination .btn-prev {
    background: #efefef url("../images/icon_next_z.png") no-repeat center;
    background-size: 6px;
    transform: rotate(-180deg);
}

.pagination .btn-next {
    background: #efefef url("../images/icon_next_z.png") no-repeat center;
    background-size: 6px;
}

.pagination .btn:hover {
    background-color: #ddd;
}

.pagination .disabled .btn {
    opacity: .6;
    background-color: #ccc;
    display: none;
}

.loadend, .loading {
    text-align: center;
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    padding: 30px 0;
    clear: both;
    overflow: hidden;
    display: none;
}

.loading img {
    width: 24px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -6px;
}

.loadend {
    height: 24px;
    position: relative;
    font-size: 16px;
    z-index: 1
}

.loadend span {
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    width: 140px;
    margin-left: -70px;
    z-index: 3;
    background: #f2f3f7;
}

.loadend i {
    display: block;
    width: 300px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 43px;
    margin-left: -150px;
    z-index: 2;
}

.lgbox {
    background: #fff;
    width: 360px;
    margin: 100px auto 150px auto;
    overflow: hidden;
}

.rgbox {
    background: #fff;
    width: 400px;
    margin: 100px auto 150px auto;
    overflow: hidden;
}

.lgtitle {
    text-align: center;
    font-size: 22px;
    color: #99783f;
    margin: 30px 0;
}

.rgboxcn {
    width: 272px;
    margin: 0 auto;
    overflow: hidden;
}

.rgitem {
    overflow: hidden;
    position: relative;
    min-height: 43px;
    line-height: 38px;
    margin-bottom: 10px;
}

.rgitem input {
    border: solid 1px #ddd;
    height: 40px;
    line-height: 42px;
    padding: 0 10px 0 60px;
    width: 200px;
}

.rgitem input:focus {
    border-color: #666;
}

.rgitem em {
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: right;
    color: #666;
    font-size: 13px;
}

.rgitem em.nm {
    background: url("../images/ipt-user.png") no-repeat center;
    background-size: 20px;
}

.rgitem em.pd {
    background: url("../images/ipt-pwd.png") no-repeat center;
    background-size: 20px;
}

.rgitem em.cd {
    background: url("../images/ipt-code.png") no-repeat center;
    background-size: 20px;
}

.rgitem button {
    background: #99783f;
    color: #fff;
    width: 272px;
    height: 40px;
    border: 0;
    transition: all .5s;
}

.rgitem button:hover {
    opacity: .8;
    cursor: pointer;
}

.rgitem p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin: 5px 0;
}

.rgitem p span {
    color: #c00;
}

.rgitemcd {
    margin-bottom: 15px;
}

.rgitemck {
    margin-bottom: 3px;
}

.rgitemcd .img {
    position: absolute;
    top: 1px;
    right: 2px;
    height: 38px;
    width: 70px;
    background: #fff;
    overflow: hidden;
}

.rgitemcd .img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.rgitemlk a {
    color: #99783f;
}

.rgitemchk {
}

.rgitemchk input {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border: solid 1px #ccc;
    vertical-align: -2px;
}

.rgitemchk label {
    cursor: pointer;
    font-size: 12px;
    color: #999;
}

.poploginbg {
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.2;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8000;
}

.poplogincn {
    width: 500px;
    height: 400px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    z-index: 8001;
}

.poplogincn .title {
    height: 50px;
    padding: 0 0 0 15px;
    background: #f5f5f5;
    line-height: 50px;
    border-bottom: solid 1px #eee;
    margin: 0 0 40px 0;
}

.poplogincn .title span {
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.poplogincn .title i {
    float: right;
    width: 50px;
    height: 50px;
    display: block;
    background: url("../images/icon_close_g.png") no-repeat center;
    background-size: 12px;
    transition: all .5s;
}

.poplogincn .title i:hover {
    cursor: pointer;
    transform: rotate(180deg)
}


.sdbxcn {
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

.sdbxcn .title {
    height: 40px;
    line-height: 40px;
    color: #333;
    background: #fff;
    font-size: 13px;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    padding: 0 15px;
    border-left: 0;
}

.sdbxcn .title a {
    float: right;
    font-size: 12px;
    color: #99783f;
}

.sdbxcn ul {
    padding: 20px 15px;
    overflow: hidden;
}

.sdbxcn li {
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.sdbxcn li a {
    display: inline-block;
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.sdbxcn li a:hover {
    color: #99783f;
}

.sdbxcn li a.nc {
    max-width: 100%;
}

.sdbxcn li span {
    color: #ccc;
    font-size: 12px;
    float: right;
}

.sdbxcn .gt {
    color: #EE4325;
    float: right;
}

.wechat {
    background: none;
}

.wechat .title {
    margin-bottom: 5px;
    font-size: 15px;
}

.wechat .context {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.wechat .icon-wechat {
    /*background: url("/static/images/bank/icon-wechat.jpg") no-repeat 60px 10px;*/
    /*height: 160px;*/
    /*background-size: cover;*/

    background: url("/static/images/bank/icon-wechat.jpg") no-repeat center;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100%;

}

.wechat .wechat-info {
    text-align: center;
    color: #333;
}

.wechat .wechat-info b {
    font-weight: normal;
    font-size: 14px;
    color: #99783f;
}

.sdcommend {
    background: none;
}

.sdcommend .mtitem {
    padding: 1px;
}

.sdcommend .mtitem .hd {
    background: #f5f5f5;
    padding: 0 15px;
    margin: 0;
}

.sdcommend .mtitem .zj {
    float: none;
    text-align: right;
}

.sdcommend .mtitem .zj a {
    width: auto;
}

.sdcommend .mtitem .zj em {
    float: none;
    display: inline-block;
    width: auto;
    color: #e22d2d;
}

.sdcommend .mtitem .zj span {
    float: none;
    display: inline-block;
}

.sdcommend .mtitem .bx {
    padding: 15px;
    text-align: left;
}

.sdcommend .mtitem .bx:hover {
    background-color: #f8f8f8;
}

.sdcommend .mtitem .dz {
    width: 100%;
    border: 0;
}

.sdcommend .mtitem .time {
    text-align: left;
    line-height: 20px;
}

.sdcommend .mtitem .st {
    display: inline-block;
    font-size: 12px;
    vertical-align: 6px;
}

.sdcommend .mtitem .tp {
    padding: 0;
    width: auto;
    margin-right: 10px;
    font-size: 12px;
}

.sdcommend .mtitem .sp {
    width: auto;
}

.sdcommend .mtitem .xp {
    width: auto;
    float: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sdcommend .mtitem .pkbf {
    width: auto;
    padding: 0 8px;
    display: inline-block;
}

.sdcommend .mtitem .dui {
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sdcommend .mtitem .dui a {
    display: inline-block;
    overflow: hidden;
}

.sdcommend .mtitem .dui a:hover {
}

.sdcommend .mtitem .bf {
    font-size: 15px;
    margin: 0;
    line-height: 30px;
}

.sdcommend .mtitem .bf .vs {
    height: 30px;
    background-size: 18px;
    width: 20px;
}

.sdrate .title {
    border-bottom: solid 5px #f5f5f5;
}

.sdrate-con {
    overflow: hidden;
    padding: 15px 15px 20px 0px;
}

.sdrate-con th {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.sdrate-con th:first-child {
    padding-left: 15px;
}

.sdrate-con th i {
    display: block;
    height: 1px;
    background: #eee;
    margin: 10px 0;
}

.sdrate-con td {
    text-align: center;
    font-size: 12px;
    color: #999;
    height: 36px;
    overflow: hidden;
}

/*.sdrate-con td.h{color:#6668b2;font-weight: bold;}*/
.sdrate-con td.zj {
    text-align: left;
    /*padding-left: 10px;*/
}

.sdrate-con td.sls {
    text-align: center;
}

.sdrate-con td img {
    border-radius: 50%;
    vertical-align: -5px;
    margin-right: 5px;
}

.sdrate-con td a {
    color: #666;
    overflow: hidden;
}

.sdrate-con td a:hover {
    color: #99783f;
}

.sdrate-con td .s, .sdrate-con td .p, .sdrate-con td .f {
    /*width: 30px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*display: block;*/
    /*float: left;*/
    display: inline-block;
}

.sdrate-con td .s {
    color: #e22d2d;
    text-align: right;
}

.sdrate-con td .p {
    color: #080;
    text-align: center;
}

.sdrate-con td .f {
    color: #999;
    text-align: left;
}

.sdrate-con td .r {
    color: #e22d2d;
    font-weight: bold;
    font-size: 14px;
}

.sdrate-con td .wl {
    color: #e22d2d;
}

.sdrate-con td .wl b {
    font-size: 10px;
    font-weight: normal;
}

.sdrate-con tr:hover td {
    background-color: #eee;
}

.sdrate-con .nb {
    color: #999999;
    font-size: 10px;
    transform: scale(.8);
    font-weight: normal;
    padding: 0 1px;
}

.sdrate-con em {
    padding: 0 5px;
}

.sdrate-tab {
    float: right;
    height: 20px;
    line-height: 20px;
    width: 90px;
    border: solid 1px #99783f;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
}

.sdrate-tab span {
    display: block;
    width: 45px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    float: left;
    cursor: pointer;
    margin: 0;
}

.sdrate-tab span.curr {
    background-color: #99783f;
    color: #fff;
}

td.zj1 a {
    color: #d72323;
    display: inline-block;
}

td.zj2 a {
    color: #ff9900;
}

td.zj3 a {
    color: #99783f;
}

td.h1, td.h2, td.h3, td.h4, td.h5, td.h6, td.h7, td.h8, td.h9, td.h10 {
    position: relative;
}

td.h i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 15px;
}

td.h1 i {
    background: url("/static/images/matchicon/first.png") no-repeat left;
}

td.h2 i {
    background: url("/static/images/matchicon/two.png") no-repeat left;
}

td.h3 i {
    background: url("/static/images/matchicon/there.png") no-repeat left;
}

td.h4 i {
    background: url("/static/images/matchicon/4.png") no-repeat left;
}

td.h5 i {
    background: url("/static/images/matchicon/5.png") no-repeat left;
}

td.h6 i {
    background: url("/static/images/matchicon/6.png") no-repeat left;
}

td.h7 i {
    background: url("/static/images/matchicon/7.png") no-repeat left;
}

td.h8 i {
    background: url("/static/images/matchicon/8.png") no-repeat left;
}

.helpbx {
    background: #fff;
    overflow: hidden;
    padding-bottom: 50px;
}

.helpbx h1 {
    text-align: center;
    line-height: 100px;
    background-color: #a38552;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.helpbx h1 i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../images/icon_ques.png") no-repeat center;
    background-size: 36px;
    vertical-align: -10px;
    margin-right: 8px;
}

.hpitem {
    padding: 0 60px;
    color: #666;
    font-size: 14px;
    line-height: 35px;
}

.hpitem h2 {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    border-top: solid 60px #fff;
}

.hpitem a {
    color: #e22d2d;
    text-decoration: underline;
}

.hpitem .red {
    color: #e22d2d;
}


.error {
    background: #fff;
    height: 600px;
    overflow: hidden;
}

.errcon {
    width: 800px;
    margin: 100px auto;
    font-size: 16px;
    color: #ccc;
    text-align: center;
}

.errcon h1 {
    font-size: 68px;
    color: #ccc;
    padding: 50px 0;
}

.errcon h2 {
    font-size: 18px;
    color: #ccc;
    padding: 50px 0 20px 0;
}

.errcon a {
    color: #ccc;
    font-size: 14px;
}
.errcon-none{
    height:200px;background: url("../images/none.png") no-repeat center top;
    line-height: 340px;
}
.errcon-none h1{font-size:28px;}

.footmn {
    color: #ccc;
    text-align: center;
    font-size: 12px;
    margin: 20px 0;
}


.detail-left {
    width: 290px;
    float: left;
    overflow: hidden;
    background-color: #fff;
    height: 795px;
}

.detail-right {
    width: 890px;
    float: right;
    margin-bottom: 50px;
}

.detail-title {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding: 0;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.detail-title a, .detail-title span {
    display: inline-block;
    padding: 0 20px;
    color: #999;
}

.detail-title a.curr, .detail-title span {
    border-bottom: solid 2px #99783f;
    color: #99783f;
    background: none;
}

.detail-title a:hover {
    color: #99783f;
}

.detail-main {
    background-color: #fff;
    min-height: 750px;
    overflow: hidden;
}

.detailtb td.detail_hg {
    padding-bottom: 20px;
    padding-top: 20px;
    color: #999;
}

.detailtb td.detail_hg .hg {
    display: inline-block;
    vertical-align: -3px;
}

.detailtb td.detail_hg span {
    display: inline-block;
    padding-left: 20px;
}

.det-exinfo {
    text-align: center;
    margin: 30px;
    overflow: hidden;
}

.det-exinfo .img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    margin: 60px auto 0 auto;
    background: url("../images/icon_logo.png") no-repeat center;
    background-size: 76px;
}

.det-exinfo .img img {
    width: 100%;
    height: 100%;
}

.det-exinfo .name {
    font-size: 18px;
    margin: 6px;
}

.det-exinfo .sl {
    color: #ccc;
}

.det-exinfo .sl span {
    color: #e22d2d;
    font-size: 18px;
}

.det-exinfo .ls {
    text-align: center;
    margin-top: 10px;
}

.det-exinfo .ls span {
    display: inline-block;
    line-height: 20px;
    border: #d72323 1px solid;
    color: #d72323;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 3px;
}

.det-exinfo .remark {
    text-align: left;
    margin: 30px 0;
    color: #666;
    line-height: 23px;
}

.det-exinfo .zs {
    font-size: 13px;
    color: #999;
    display: inline-block;
    padding-bottom: 5px;
}

.det-rate {
    margin: 30px;
}

.det-rate li {
    margin: 0;
    overflow: hidden;
    font-family: Arial;
}

.det-rate .ct {
    color: #ccc;
}

.det-rate .ct span {
    color: #e22d2d;
}

.det-rate .xq {
    overflow: hidden;
    line-height: 20px;
    margin-top: 8px;
}

.det-rate .xq span {
    display: inline-block;
    width: 60px;
}

.det-rate .xq em {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 1px #999;
    text-align: center;
    font-size: 12px;
    margin-right: 6px;
}

.det-rate .xq span.sheng {
    color: #e22d2d;
}

.det-rate .xq span.sheng em {
    border-color: #e22d2d;
    color: #e22d2d;
}

.det-rate .xq span.ping {
    color: #58b088;
}

.det-rate .xq span.ping em {
    border-color: #58b088;
    color: #58b088;
}

.det-rate .xq span.fu {
    color: #666;
}

.det-rate .xq span.fu em {
    border-color: #666;
    color: #666;
}

.det-rate .line {
    height: 1px;
    width: 45px;
    background: #dedede;
    margin: 30px 0;
}

.det-rate li {
    margin: 30px 0;
}

.det-rate .day span {
    color: #999;
}

.det-rate .day span b {
    font-weight: normal;
    color: #e22d2d;
    padding: 0 3px;
}

.det-rate .day span.sl {
    float: right;
    color: #e22d2d;
    font: 16px Arial;
}

.det-rate .detail_line_s {
    height: 5px;
    background-color: #ddd;
    overflow: hidden;
    margin: 5px 0;
}

.det-rate .detail_line {
    height: 5px;
    background-color: #e22d2d;
    transition: all .6s;
    width: 0;
}

.detailtb {
    width: 720px;
    margin: 80px auto 0 auto;
    border: solid 1px #ddd;
    font-family: Arial;
}

.detailtb tr, .detailtb th, .detailtb td {
    border: solid 1px #ddd;
}

.detailtb th {
    height: 80px;
    background-color: #f5f5f5;
}

.detailtb td {
    padding-bottom: 0px;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.detailtb .tp {
    display: inline-block;
    margin: 0 5px;
    color: #666;
}

.detailtb .dt {
    border: solid 1px #999;
    color: #666;
    padding: 0 6px;
}

.detailtb .dt1 {
    border-color: #ff9900;
    color: #ff9900;
}

.detailtb .dt2 {
    border-color: #e22d2d;
    color: #e22d2d;
}

.detailtb .dt3 {
    border-color: #080;
    color: #080;
}

.detailtb .dt4 {
    border-color: #000;
    color: #000;
}

.detailtb .duiz {
    height: 90px;
    padding: 80px 0;
    color: #333;
    position: relative;
    overflow: hidden;
}

.detailtb .pkbf {
    display: inline-block;
    width: 150px;
    vertical-align: -40px;
}

.detailtb .dz {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.detailtb .vs {
    display: block;
    height: 30px;
    background: url("../images/icon_vs.png") no-repeat center;
}

.detailtb .bf {
    font-size: 30px;
    color: #e22d2d;
    margin-bottom: 5px;
    font-weight: 600;
}

.detailtb .pk {
    font-size: 13px;
    color: #666;

}

.detailtb .pk em {
    display: block;
    width: 50px;
    border: solid 1px #ddd;
    color: #999;
    line-height: 18px;
    margin: 5px auto;
    font-size: 12px;
}

.detailtb .sp {
    text-align: right;
}

.detailtb .xp {
    text-align: left;
}

.detailtb .tit {
    overflow: hidden;
    padding: 6px 10px;
    text-align: left;
}

.detailtb .tit span {
    display: inline-block;
    line-height: 20px;
    color: #999;
    font-size: 13px;
    border: solid 1px #eee;
    padding: 0 4px;
}

.detailtb .ccn {
    text-align: center;
    height: 50px;
    line-height: 25px;
    position: relative;
}
.detailtb .vipcard{display: block;position: absolute;left:55px;top:-27px;background: #09f;opacity: .7;color:#fff;height:20px;line-height: 20px; padding:0 12px;font-size:12px;}

.detailtb .ccn b {
    font-weight: normal;
    color: #999;
}

.detailtb .ccnt {
    height: 70px;
}

.detailtb .fan {
    color: #58b088;
    display: inline-block;
    background: url("../images/icon_dun.png") no-repeat center left;
    background-size: 18px;
    padding-left: 20px;
}

.detailtb .sell {
    display: inline-block;
    margin: 0 5px;
    color: #999;
    font-size: 13px;
}

.detailtb .sell em {
    font-size: 18px;
    color: #e22d2d;
    padding-left: 6px;
}

.detailtb .yuan em {
    text-decoration: line-through;
    font-size: 13px;
    color: #666;
}

.detailtb .zhekou em {
    font-size: 18px;
    color: #e22d2d;
}

.detailtb .tui {
    background-color: #666;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    width: 160px;
}

.detailtb .tui1 {
    border: solid 1px #99783f;
    color: #99783f;
    background: none;
}

.detailtb .tui6, .detailtb .tui2 {
    background-color: #e22d2d;
}

.detailtb .tui3 {
    background-color: #58b088;
}

.detailtb .tui4, .detailtb .tui5 {
    background-color: #666;
}

.detailtb .rs {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: solid 2px #99783f;
    color: #99783f;
    line-height: 36px;
    font-size: 20px;
}

.detailtb .rs1 {
    border-color: #99783f;
    color: #99783f;
}

.detailtb .rs6, .detailtb .rs2 {
    border-color: #e22d2d;
    color: #e22d2d;
}

.detailtb .rs3 {
    border-color: #58b088;
    color: #58b088;
}

.detailtb .rs4, .detailtb .rs5 {
    border-color: #666;
    color: #666;
}

.detailtb .dai {
    width: 160px;
    border: solid 1px #99783f;
    color: #99783f;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
}

.detailtb .ding {
    width: 160px;
    background: #99783f;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}
.detailtb .ding2{width:90px;margin:0 3px;}
.detailtb .ding3{background-color: #ede5d8;color:#a58344;}

.detailtb .ding:hover {
    cursor: pointer;
    opacity: .8;
}

.detailtb .dc-default-ding {
    background-color: #dca11d;
    color: #fff;
}

.detailtb .mf-default-ding {
    background-color: #5ea575;
    color: #fff;
}

.detailtb .yiding {
    border: solid 2px #6668b2;
    background: #6668b2;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-weight: bold;
    opacity: .4;
    font-size: 18px;
    transform: rotate(-25deg);
}

.det-shuo {
    text-align: center;
    color: #999;
    margin: 20px auto;
    font-size: 13px;
    line-height: 25px;
}

/*.det-shuo i{display: inline-block;width:20px;height:25px;background: url("../images/icon_jing.png") no-repeat center;background-size: 16px;vertical-align: -8px;margin-right:5px;}*/
.det-shuo-qus {
    width: 718px;
    line-height: 50px;
    display: block;
    border: solid 1px #ddd;
    border-top: 0;
    margin: 0 auto;
    text-align: center;
    background: #f5f5f5;
    color: #999;
}

.det-shuo-qus b {
    color: #f00;
    padding: 0 2px;
    font-size: 16px;
    font-weight: normal;
}

.detail-main-his {
    background: none;
}

.detail-main-his .mtitem {
}

.detail-main-his .mtitem .dz {
    width: 550px;
}

.detail-main-his .mtitem .pkbf {
    padding: 0 5px;
}

.detail-main-his .mtitem .sp {
    width: 170px;
}

.detail-main-his .mtitem .dz4 .pkn {
    width: 70px;
}

.detail-main-his .mtitem .dz4 .bfn {
    width: 60px;
}

.prev-btn-yh {
    background: url("/static/images/matchicon/left-hover.png") no-repeat center left;
    width: 60px;
    height: 60px;
    opacity: .8;
}

.next-btn-yh {
    background: url("/static/images/matchicon/right-hover.png") no-repeat center right;
    width: 60px;
    height: 60px;
    opacity: .8;
}

.prev-btn-yh:hover {
    opacity: 1
}

.next-btn-yh:hover {
    opacity: 1
}

.roll-box {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    float: right;
    background-color: #ffffff;
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}

.roll-box i {
    position: absolute;
    background: url("/static/images/icon-ann.gif") no-repeat center left;
    background-size: 100%;
    width: 30px;
    height: 30px;
    left: 0;
    z-index: 2;
}

.roll-box .text {
    color: #99783f;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0;
    z-index: 1;
}

.roll-box .text:before {
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 400px;*/
    /*height: 100%;*/
}

.roll-box .text:hover {
    /*animation-play-state: paused;*/
    /*-webkit-animation-play-state: paused;*/
}

.noticeImg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.noticeWrap {
    height: 22px;
    overflow: hidden;
    position: relative;
    flex: 1;
}

.noticeRow {
    position: absolute;
    height: 100%;
    width: 100%;
}

@keyframes bianda {
    0% {
        /*transform: scale(1);*/
        text-shadow: none;
    }
    100% {
        /*transform: scale(1.01);*/
        text-shadow: 1px 1px 2px #666;
    }
    0% {
        transform: scale(1);
    }
}

@-webkit-keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 35px, 0);
        transform: translate3d(0, 35px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }
}

@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 35px, 0);
        transform: translate3d(0, 35px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }
}

.demo-list {
    width: 300px;
    border: 1px solid #999;
    margin: 20px auto;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.demo-list .rowup {
    -webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal;
    position: relative;
}

.upStop {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.wxpp {
    display: none
}

.wxpp .wxbg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
}

.wxpp .wximg {
    cursor: pointer;
    position: fixed;
    height: 400px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100000;

}

.wxpp .wxbtn {
    position: fixed;
}

/*微信弹窗*/
#weChatBox {
    display: none;
}

#wechatDialog {
    position: fixed;
    width: 700px;
    margin-left: -350px;
    margin-top: -250px;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

#wechatDialog .context {
    box-sizing: border-box;
    padding: 20px 20px;
    background-color: #fff;
}

#wechatBg {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}

#wechatDialog .title {
    color: #444444;
    font-size: 16px;
}

#wechatDialog .inner {
    margin-top: 10px;
    font-size: 14px;
}

#wechatDialog .inner b {
    color: #EE4523;
    font-weight: normal;
    padding: 0 2px;
}

#wechatDialog .text {
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    color: #444444;
    font-size: 12px;
    z-index: 100;
}

#wechatDialog .icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px
}

#wechatDialog .icon .item {
    margin-right: 50px;
}

#wechatDialog .copy {
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
    border-radius: 2px;
    background-color: #96753e;
    text-align: center;
    cursor: pointer;
}

#cyc {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    cursor: pointer;
    left: 50%;
    margin-left: -25px;
    bottom: -100px;
}

#cyc::before {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#cyc::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

@-ms-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    70% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    70% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    70% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.free-countdown-box {
    color: #99783f;
    font-size: 12px;
    clear: both;
    font-family: Arial;
}

.free-countdown-box .t {
    color: #d1d1d1;
    padding-right: 4px;
}

.free-countdown-box .n {
    display: inline-block;
}

.isDone {
    color: #d1d1d1;
}

.frontDiscount {
    color: #ffffff;
    font-size: 10px;
    background-color: #e22d2d;
    padding: 0 8px;
    font-weight: normal;
    display: inline-block;
}

#cssDetectFoo {
    top: 0;
    left: 0;
    width: 1px;
    position: absolute;
    background: transparent;
}





