/*html {box-sizing: border-box;}*/
/** {margin: 0; padding: 0;outline: none}*/
/**, :after, :before {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit}*/
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 {
    /*padding-top: 60px;*/
    width: 100%;
    /*background-color: #e7f0fe;*/
}

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
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 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;
}

.wrap_n {
    width: 1200px;
    margin: 0 auto;
}

/*导航部分------------------------------------------------------*/
.header {
    height: 50px;padding:5px 0;
    background: #32A39A;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.header .wrap_n {
    position: relative;
}

.header .logo {
    width: 170px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/logo.png") no-repeat center left;
    background-size: 80%;
}

.logo a {
    color: #f5f5f5; height: 50px;display: block;
}


.hdnav {
    margin: 0 200px;
    text-align: center;
    height: 50px;
    line-height: 50px; /* background-color:#181818; */
    white-space: nowrap;
    overflow: hidden;
}

.hdnav ul {
    font-size: 0;
}

.hdnav li {
    display: inline-block;
    position: relative;
}

.hdnav a.la {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 0 20px;
    color:#fff;
}
.hdnav a.la:hover {color:#eee;}
.hdnav a.curr,.hdnav a.curr:hover{color: #fc0;}

.hdnav li:hover .subnav {
    display: block;
}

.hdnav .toolTip {
    width: 7px;
    height: 7px;
    background-color: #d72323;
    border-radius: 50%;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 10px;
}
.mbacnav{display: none;}

.tips-right {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 50px;
    line-height: 50px;
}

.tips-right .login-before {
    float: right;
}

.tips-right .login-before a {
    color: #fff;
    font-weight: normal;
    margin: 0 0 0 15px;
    display: inline-block;
}

.login-before a.sign,.login-after a.sign{
    float:left;
    cursor: pointer;
    color: #fff;
    padding: 0 10px 0 20px;
    display: inline-block;
    background: url("../images/icon_sign.png") no-repeat center left;
    min-width: 30px;
    background-size: 16px;
    font-size: 14px;
}

/*.tips-right .login-before a.sign:hover {*/
/*    background-color: #594626;*/
/*}*/

.tips-right .login-before a.line {
    color: #2054ae;
}

.tips-right .login-after {

}

.login-after a.tpsignin{
    cursor: default;
    /*width: 50px;*/
    /*font-size: 12px;*/
    text-indent: 13px;
    background: url("../images/icon_sign.png") no-repeat center left 13px;
    /*background-color: rgba(255, 255, 255, .5);*/
    background-size: 16px;
    height: 26px;
    line-height: 26px;
    margin-top:13px;
    margin-right: 5px;
    border-radius: 20px;
    opacity: .8;
}

.tips-right .login-after .recy {
    background: url("../images/icon_pay.png") no-repeat 6px 20px;
    background-size: 22px;
}

.tips-right .login-after .notice {
    background: url("../images/icon_notice.png") no-repeat 6px 20px;
    background-size: 20px;
}

.loginUserTip {
    position: relative;
    float: left;
    margin-left: 15px;
}

.loginUserTip .portrait-a {
    padding: 0 0;
    color:#fff;
    display: inline-block;
    max-width: 120px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.loginUserTip .arw{
    display: inline-block;width:0;height:0;border-left:solid 5px transparent;border-right: solid 5px transparent;border-top:solid 5px #fff;margin-left: 3px;vertical-align: 20px;
    transition: all .3s;
}

.loginUserTip .portrait-a img {
    border-radius: 50%;
    margin-top: 10px;
    width: 40px;
    height: 40px;
}
.loginUserTip:hover .arw{
    transform: rotate(180deg);
}
.loginUserTip:hover .tpinnav {
    display: block;
}


.loginUserTip #exit {
    cursor: pointer;
}


/*导航部分------------------------------------------------------*/
.subnav {
    text-align: left;
    position: absolute;
    left: 0;
    top: 60px;
    width: 280px;
    background: #fff;
    box-shadow: 1px 1px 3px #999;
    padding: 15px;
    z-index: 102;
    line-height: 25px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    display: none;
}

.subnav a {
    display: inline-block;
    margin: 0 3px;
    color: #666;
    line-height: 22px;
    padding: 0 5px;
    font-size: 13px;
}

.subnav a:hover {
    color: #2054ae;
}

.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;
}

.tpact {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    margin-top: 25px;
    transition: all .3s;
    color: #2054ae;
}

.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: 120px;
    background: #fff;
    position: absolute;
    top: 55px;
    right: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 1px 1px 2px #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: center;
    font-size:13px;
    /*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;
}

#banner {
    height: 300px;border-radius: 0;overflow: hidden;
    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;
    border-radius: 0;
    width: 30px;
    height: 3px;
}

#banner .swiper-pagination-bullet-active {
    background: #2054ae;
}


#banner .swiper-slide1 {
    background: url(../images/banner1.jpg) no-repeat center;background-size: 100% 100%;
}
#banner .swiper-slide2 {
    background: url(../images/banner2.jpg) no-repeat center;background-size: 100% 100%;
}


#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: right;*/
    /*width: 1040px;*/
}
.slide{float:left;width:200px;}
.mainc{float:right;width:985px;}
.mainacc{margin-top: 15px;overflow: hidden;}

.right {
    /*float: left;*/
    /*width: 340px;*/
}

.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: #2054ae;
}

.maintab-cn a.curr {
    color: #2054ae;
    border-bottom: solid 2px #2054ae;
}

.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;
}

.mainitem {
    /*background-color: #fff;*/
    /*border-radius: 5px;*/
    overflow: hidden;
    margin-bottom: 15px;
    /*border:solid 1px #ddd;*/
    /*border-bottom: 0;*/
}

.maintab-expert {
    overflow: hidden;
    padding: 10px 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ccc;
}

.maintab-expert h3 {
    color: #2054ae;
    margin-right: 30px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

.maintab-expert .expert-tab-btn {
    float: right;
    margin-top: 10px;
}

.maintab-expert .expert-tab-btn a {
    background-color: #d9cdba;
    color: #2054ae;
    float: left;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.maintab-expert .expert-tab-btn a.curr {
    background-color: #2054ae;
    color: #fff;
}

.free-tab h3 {
    color: #000;float:left;
}
.free-tab .fetabs{float:right;}
.free-tab .fetabs a{display: inline-block;height:30px;line-height: 30px;margin-left: 30px;padding-bottom: 5px; color:#666;font-size:18px;}
.free-tab .fetabs a:hover{color:#333;}
.free-tab .fetabs a.curr{color:#2054ae;font-weight: bold;position: relative;}
.free-tab .fetabs a.curr::before{position: absolute;width:35px;height:2px;right:0;bottom:0;background: #2054ae;display: block;content: '';}
.free-tab .fetabs i{display: inline-block;width:30px;height:30px;vertical-align: -8px;margin-right:5px;}
.free-tab .fetabs i.fb{background: url("../images/icon_football.png") no-repeat center;background-size: 70%;}
.free-tab .fetabs i.bk{background: url("../images/icon_basketball.png") no-repeat center;background-size: 70%;}

.expert-tab2 {
    border-bottom-color: #2054ae;
}

.expert-tab2 h3 {
}

.expert-international h3 {
}

.maintab-account{border:0;padding:0 15px;}
.maintab-account h3{color:#333;}

.expert-single {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #2054ae;
}

.banner_bz {
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}

/*match*/
.matchlist {
    overflow: hidden;
}

.matchlist .title {
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0;
    padding:0 20px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
}

.matchlist .title p {
    float: right;
    font-size: 13px;
    color: #f90;
}

.matchlist .title b {
    color: #f00;
    font-weight: normal;
    padding: 0 2px;
    font-size: 15px;
}

.matchlist .title span {
    padding: 0 15px 0 0;
}

.matchlist .title_zj {
    background: #b7a078;
    color: #fff;
}

.matchlist .title_zj p {
    color: #fff;
}

.mzhanji {
    /*margin: 25px 0 15px 0;*/
    padding:20px 15px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
}

.mzhanji .tit {
    color: #999;
    padding-right: 10px;
    font-size: 13px;
}

.mzhanji .con {
    position: relative;
    display: inline-block;
    vertical-align: -1px;
}

.mzhanji .n {
    display: none;
    background-color: #09f;
    font-size: 11px;
    transform: scale(.8);
    color: #fff;
    padding: 0 4px;
    line-height: 20px;
    margin-left: 3px;
    position: absolute;
    left: -3px;
    top: -23px;
    border-radius: 5px;
}

.mzhanji .n i {
    display: block;
    width: 0;
    height: 0;
    border-left: solid 3px transparent;
    border-right: solid 3px transparent;
    border-top: solid 3px #09f;
    position: absolute;
    bottom: -3px;
    left: 10px;
}

.mzhanji .rs {
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    border-radius: 6px;
    color: #999;
    font-size: 18px;
    border: solid 3px #999;
    padding: 0 5px;
    opacity: .6;
}

.mzhanji .rs6, .mzhanji .rs2 {
    color: #fff;
    border-color: #d72323;
}

.mzhanji .rs3 {
    color: #fff;
    border-color: #58b088;
}

.mzhanji .rs4, .mzhanji .rs5 {
    color: #fff;
    border-color: #999;
}

.mzhanji .more {
    border-color: #f90;
    color: #999;
    width: auto;
    font-size: 12px;
    padding: 0 5px;
}

.mtitem {
    margin: 0;
    overflow: hidden;
    clear: both;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    position: relative;
}
.mtitem .iscme{position: absolute;top:10px;border-radius:50%;width:50px;height:50px;line-height:50px;text-align: center;
    background: rgba(255,153,0,.5);left:200px;color:#fff;font-size:12px;transform: rotate(30deg);
}
/*.mtitem:last-child{border:0;}*/

/*.mtitem:hover {*/
/*    box-shadow: 2px 2px 2px 2px #ddd;*/
/*}*/

.mtitem .hd {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin: 15px 20px;
    font-size: 13px;
    color: #999;
    text-align: right;
}
.mtitem .hd .dian{display: inline-block;margin-left:20px;color:#f00;font-size:14px;}
.mtitem .hd a{color:#666;float:left;}
.mtitem .hd a:hover{color:#2054ae;text-decoration: underline;}
.mtitem .hd em{display: inline-block;background-color: #eee;color:#999;transform: scale(.8);border-radius: 3px;padding:0 3px;font-size:12px;}
.mtitem .hdcon{float:right;width:242px;}

.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;
}


.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 {
    margin: 15px 15px;
    overflow: hidden;
    text-align: center;
    position: relative;
}


.mtitem .tt {
    line-height: 35px;
    width: 162px;
    position: absolute;left:0;top:0;
}
.freemt .tt {
    /*margin-top: 5px;*/
}
.mtitem .tp {
    color: #fff;
    display: block;
    padding: 0 5px;
    font-size: 12px;
    width: 78px;
    overflow: hidden;
    float:left;
}

.mtitem .st {
    font-size: 12px;
    color: #999;
    display: block;
    margin-left: 10px;
}

.mtitem .dz {
    margin:0 390px 0  160px;
    color: #666;
    overflow: hidden;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    border-left: solid 1px #eee;
    border-right: solid 1px #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: #f00;
}

.mtitem .sp {
    display: inline-block;
}

.mtitem .xp {
    display: inline-block;
}

.mtitem .bfn {
    float: left;
    width: 40px;
    font-size: 20px;
    color: #e22d2d;
}

.mtitem .bf1 {
    text-align: right;
}

.mtitem .bf2 {
    text-align: left;
}

.mtitem .bft1 {
    color: #999;
}

.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;
}

.mtitem .dz4 .bfn {
    width: 60px;
}

.mtitem .dz4 .pkn {
    width: 70px;
}

.mtitem .pkbf {
    display: inline-block;width:120px;
    padding: 0;
}
.mtitem .pkbfrs{line-height: 26px;}

.mtitem .bf {
    color: #f90;
    font-size: 20px;
    padding:0 10px;
}

.mtitem .vs {
    color:#999;font-size:14px;
}

.mtitem .pk {
    line-height: 35px;
    font-size: 14px;
    color: #999;
    float:left;width:100px;text-align: left;
}

.mtitem .pksp {
    line-height: 20px;
}

.mtitem .pk em {
    display: inline-block;
    line-height: 18px;
    padding: 0 3px;
    color: #999;
    border: solid 1px #999;
    transform: scale(.8);
    font-size: 12px;
    border-radius: 3px;
}
.mtitem .pkrs .pksp{display: inline-block;}
.mtitem .pkrs em{transform: scale(.7);}

.mtitem .zj {
    float: right;
}

.mtitem .zj a {
    color: #666;
    display: block;
    float: left;
    width: 115px;
    overflow: hidden;
    margin-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtitem .zj .port {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: url("../images/logo_s.png") no-repeat center left;
    background-size: 80%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.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;
    /*margin-right: 25px;*/
    position: relative;
}

.mtitem .zj .dian em {
    color: #e22d2d;
    padding-left: 8px;
    font-size: 18px;
}

.mtitem .zj .dian_zk span {
    display: block;
    float: left;
    padding-right: 60px;
}

.mtitem .zj .dian_zk em {
    padding: 0 7px 0 3px;
}

.mtitem .zj .dian_zk em.yd {
    color: #333;
    text-decoration: line-through;
    font-weight: normal;
}

/*.mtitem .zj .dian_zk span{display: inline-block;vertical-align:-5px;line-height: 18px;height:18px;overflow:hidden;border:solid 1px #d72323;color:#d72323;padding: 0 65px 0 5px;font-size:12px;position: relative;}*/
/*.mtitem .zj .dian_zk span em{background: #d72323;color:#fff;display: block;height:20px;line-height:18px;text-align:center;width:48px;padding:0 5px;font-size:13px;position: absolute;top:0;right:0;overflow: hidden;}*/
.mtitem .zj .dian_zk .SJ {
    margin: 0 4px;
    color: #e22d2d;
}


.mtitem .zj .zk_index .Sj {
    display: block;
}


.mtitem .zj .zk_index span {
    padding-right: 80px;
}
.mtitem .tjnr{float:left;width:200px;border-left:solid 1px #eee;padding-left: 20px;}
.mtitem .sltxt {
    border: solid 1px #ccc;
    color: #999;
    /*float: left;*/
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 5px;
    margin-left: 5px;
    transform: scale(.8);
}

.mtitem .sl {
    /*float: left;*/
    font-size: 13px;
    color: #e22d2d;
    display: inline-block;
    width: 35px;
    padding-left: 0;
}

.mtitem .showExpert {
    color: #2054ae;
}

.mtitem .rf {
    position: absolute;right:0;top:0;width:370px;
    overflow: hidden;
}

.mtitem .hou, .mtitem .over {
    display: block;
    /*margin: 7px 0;*/
    width:200px;
    height: 35px;
    line-height: 35px;
    color: #f00;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    /*border-top-left-radius: 5px;*/
    /*border-bottom-left-radius: 5px;*/
    border-radius: 20px 0 0 20px;
}

.mtitem .wait {
    /*float: left;*/
    /*width: 110px;*/
    /*height: 35px;*/
    /*border: 1px solid #2054ae;*/
    line-height: 35px;
    /*margin: 7px 2px;*/
    text-align: left;
    color: #666;
}

.mtitem .waitck {
    display: inline-block;
    width: 80px;
}

.mtitem .waitck a {
    color: #2054ae;
    text-decoration: none;
}

.mtitem .waitck a:hover {
    opacity: .6;
}

.mtitem .over {
    transition: all .5s ease-in-out;
}

.mtitem .over a {
    /*display: block;*/
    color:#f00;
}

.mtitem .over a:hover {
    opacity: .6;
}
.mtitem .over em,.mtitem .tjem{
    display: inline-block;
    line-height: 18px;
    padding: 0 3px;
    margin-right: 5px;
    color: #f90;
    border: solid 1px #f90;
    transform: scale(.8);
    font-size: 12px;
    border-radius: 3px;
}
.mtitem .ding {
    background: #2054ae;
    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: 40px;
    display: block;
    /*margin: 7px 0 0 0;*/
    font-size: 14px;
    position: absolute;
    right:0;top:0;
}

.mtitem .rs1 {
    border-color: #09f;
    background-color: #09f;
}

.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 .take {
    height: 35px;
    line-height: 35px;
    /*margin: 7px 2px;*/
    color: #fff;
    cursor: pointer;
    background-color: #2054ae;
    /*border-radius: 30px;*/
}

.mtitem .take:hover {
    opacity: .6;
    transition: .3s;
}

.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;*/
}

.mtitem .mf .take {
    height: 35px;
    line-height: 35px;
    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: #f60;
}

.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: 120px;
    bottom: 10px;
    opacity: .6;
    font-size: 13px;
    transform: rotate(-25deg);
}


.mtzjitem .pks{display: inline-block;vertical-align: -18px;width:100px;}
.mtzjitem .pk{float:none;height: 18px;width:90px;margin:0 auto;text-align: center;transform: scale(.8);font-size:0;line-height: 0;
    background-color: #f5f5f5;overflow: hidden;border-radius: 5px;border:solid 1px #32A39A;padding:0;
}
.mtzjitem .pk em{float: left;display: block;width:40px;border:0;height: 18px;padding:0;margin:0;transform: none;font-size:10px;}
.mtzjitem .pk span{float:left;display: block;width:50px;background-color: #32A39A;color:#fff;height: 18px;line-height: 18px;font-size:12px;}
.mtzjitem .bf{display: block;color:#f90;}
.mtzjitem .vs{color:#999;}
.mtzjitem .rf{width:490px;}
.mtzjitem .dz{margin-right: 510px;overflow: initial;line-height: 22px;height:42px;font-size: 0;}
.mtzjitem .sxp{width:199px;font-size:16px;}
.mtzjitem .sp{text-align: right}
.mtzjitem .xp{text-align: left}
.mtzjitem .tjnr{width: 180px;padding-left: 15px;}
.mtzjitem .hd{float:left;margin:8px 15px 0 0;width:210px;text-align: left;}
.mtzjitem .hd .dian{display: inline-block;margin-left:10px;color: #9121cc;font-size:15px;}
.mtzjitem .hd a{color:#666;float:left;width:110px;}
.mtzjitem .hd a:hover{color:#2054ae;text-decoration: none;}
.mtzjitem .hd em{display: inline-block;background-color: #eee;color:#999;transform: scale(.8);border-radius: 3px;padding:0 3px;font-size:12px;}


.mtiem_more {
    display: none;
}

.lookmore, .seemore {
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 10px 0;
    overflow: hidden;
    color: #999;
    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 {
    color: #777;
    cursor: pointer;
}

.lookmoresn i {
    transform: rotate(-90deg)
}

.seemore {
    padding: 0;
    height: 60px;
}

.seemore a {
    display: block;
    color: #999;
    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 {
    color: #777;
}

.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: 600px;
}


.zcbanner {
    overflow: hidden;
    height: 100px;
    margin-bottom: 10px;
}

.zcbanner img {
    width: 100%;
}

.expert_list {
    overflow: hidden;
    margin: 10px 0;
    padding:0;
    text-align: center;
    font-size:0;
    background: #f5f5f5;
}

.expert_list li {
    display: inline-block;
    width: 11.1%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

/*.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: 15px 0;
    margin:0 1px;
    /*border-radius: 5px;*/
    height: auto;
    transition: all .5s ease-in-out;
    border:solid 1px transparent;
}

.expert_list li .img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url("../images/logo_g.png") no-repeat center;
    background-size: 80%;
    overflow: hidden;
    border-radius: 50%;
}
.expert_list li img {
    border-radius: 50%;
    margin: 0 auto;
}
.expert_list li .img_curr{background-image: url("../images/logo_s.png");}

.expert_list li .name {
    margin: 8px 0;
    display: inline-block;
    transition: all .5s ease-in-out;
    font: 14px/20px Arial;
    color: #333;
}

.expert_list li .count {
    color: #ee2345;
}

.expert_list li .count b {
    color: #999;
    font-size: 10px;
    border-radius: 4px;
    font-weight: normal;
    padding: 2px 4px;
    margin-right: 4px;
    vertical-align: 2px;
    transform: scale(.8);
    border: 1px solid #ddd;
}

.expert_list li .count span {
    font: 20px Arial;

}

.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;
}

.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_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 a:hover,.expert_list li a.curr {
    background: #fff;
    border:solid 1px #32A39A;border-radius: 5px;
}
.expert_list li a:hover .name,.expert_list li a.curr .name{
    color:#32A39A;font-size:16px;
}

.expert_list4 li {
    width: 20%;
}

.expert_list4 li .desc {
    margin: 0 30px;
}

/*.expert_box{overflow: hidden;margin-bottom: 10px;}*/
.expert_box {
    overflow: hidden;
}


.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: #2054ae;
    border-bottom-color: #2054ae;
}

.expert_detail {
    /*border-bottom: solid 1px #ddd;*/
    overflow: hidden;
    background: #fff;
    margin: 0;
    padding: 25px 0px;
}
.expert_detail2{border:0;
    margin: 5px 10px;
    padding: 25px 0px;
}

.expert_detail .detbx {
    overflow: hidden;
    position: relative;
}

.expert_detail .img {
    position: absolute;left:0;top:0;
    width: 80px;
    height: 80px;
    background: url("../images/logo_s.png") no-repeat center;
    background-size: 80%;
    border-radius: 50%;
    overflow: hidden;
}


.expert_detail .img img {
    border-radius: 50%;
}

.expert_detail .con {
    margin-left:95px;
    overflow: hidden;
}

.expert_detail .line1 {
    padding-bottom: 12px;
    line-height: 30px;
    overflow: hidden;
}

/*.expert_detail .line1 .name{font-size:18px;color:#2054ae;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: inline-block;
}

.expert_detail .line1 .name b {
    font-size: 14px;
    padding-left: 3px;
    color: #333;
    font-weight: normal;
}
.expert_detail .line1 .chang{
    margin-left: 20px;
    font-size: 16px;
    color: #ccc;
    display: inline-block;
}
.expert_detail .line1 .chang span{
    color:#666;padding-right: 10px;
}
.expert_detail .line1 .chang em.s{color:#f00;}
.expert_detail .line1 .chang em.p{color:#58b088;}
.expert_detail .line1 .chang em.f{color:#333;}

.expert_detail .line1 .lian {
    margin-left: 20px;
    font-size: 16px;
    color: #666;
    display: inline-block;
}
.expert_detail .line1 .lian b{
    color:#f00;
}

.expert_detail .line1 .hg {
    display: inline-block;
    vertical-align: -3px;
}

.expert_detail .line1 em {
    color: #ddd;
}


.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 .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 {
    margin-left:95px;
    text-align: left;
}
.expert_detail .detbm .desc{float:left;width:300px;color:#666;font-size:13px;}
.expert_detail .detbm .blinecc{float:left;margin-left: 80px;}

.expert_detail .bline1 {
    margin: 0 0 8px 0;
}

.expert_detail .bline1 div {
    display: inline-block;
}

.expert_detail .bline1 .name {
    width:70px;
    color: #999;
    font-size: 12px;
}

.expert_detail .bline1 div.bline {
    width: 580px;
    background-color: #eee;
    margin: 4px 0 0 0px;
    overflow: hidden;
    height: 12px;
    text-align: left;
    vertical-align: -2px;
    border-radius: 0 10px 10px 0;
}

.expert_detail .bline1 span.s {
    color: #333;
    font: 14px/13px Arial;
}

.expert_detail .bline1 .blines {
    background-color: #32A39A;
    height: 12px;
    transition: .5s all;
    width: 0;
    vertical-align: top;
    border-radius: 0 10px 10px 0;
}


.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/logo_s.png") no-repeat center;
    background-size: 80%;
    vertical-align: -8px;
    border-radius: 50%;
    overflow: hidden;
}

.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;
}


.banrg a {
    display: block;
    height: 100%;
}


.footer {
    width: 100%;
    background: #f5f5f5;
    margin-top: 30px;
    overflow: hidden;
    padding: 30px 0;
}

.copyright {
    overflow: hidden;
}

.copyright .lf {
    float: left;
    /*width: 940px;*/
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.copyright .lf .cp {
    color: #999;
    margin-top: 10px;
}
.copyright .lf .cp span{padding-left: 20px;}
.copyright .rf{float:right;text-align: center;font-size:12px;color:#999;line-height: 80px;}
.copyright .rf img{width:80px;float:left;margin-right: 10px;}

.links {
    margin-top: 20px;
    overflow: hidden;
    background-color: #fff;
    color:#666;
    padding:20px 0;
}

.links .tit {
    font-size:13px;color:#333;margin-bottom: 5px;
}
.links .con {
    color:#eee;
}
.links a {
    color: #999;font-size:12px;
}

.copyright .rf2 {
    border: 0;
    text-align: left;
    width: 100px;
}

.copyright .rf2 div {
    float: none;
    margin-top: 5px;
    color: #ffff;
}

.copyright .rf2 img {
    float: none;
    width: 100px;
}


.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 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
    border:solid 1px #ddd;
    /*border-radius: 3px;*/
}

.pagination .link:hover {
    background-color: #ddd;
    cursor: pointer;
}

.pagination .link-curr, .pagination .link-curr:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
    cursor: default;
}

.pagination .more {
    padding: 0 15px;
    display: inline-block;
    height: 36px;
    line-height: 30px;
    color: #999;
}

.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: 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;
}

.accbox{background-color: #fff;margin:1px 0;overflow: hidden;}

.lgbox {
    background: #fff;
    width: 360px;
    margin: 80px auto;
    overflow: hidden;
    border-radius: 10px;
}

.rgbox {
    background: #fff;
    width: 500px;
    margin: 30px auto;
    overflow: hidden;
    border-radius: 10px;
}

.lgtitle {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 20px 0 30px 0;
}

.rgboxcn {
    width: 372px;
    margin: 0 auto;
    overflow: hidden;
}
.rgboxcn2{width:272px;}

.rgitem {
    overflow: hidden;
    position: relative;
    min-height: 43px;
    line-height: 38px;
    margin-bottom: 10px;
}

.rgitem input {
    border-bottom: solid 1px #ddd;
    /*border-radius: 30px;*/
    height: 40px;
    line-height: 42px;
    padding: 0 10px 0 50px;
    width: 210px;
}
.rgboxcn3 .rgitem input{width:295px;}

.rgitem input:focus {
    border-color: #f90;
}

.rgitem em {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: right;
    color: #666;
    font-size: 13px;
}

.rgitem em.nm {
    background: url("../images/icon_user.png") no-repeat center;
    background-size: 16px;
}

.rgitem em.pd {
    background: url("../images/icon_pwd.png") no-repeat center;
    background-size: 16px;
}

.rgitem em.cd {
    background: url("../images/icon_code.png") no-repeat center;
    background-size: 16px;
}

.rgitem button {
    background: #32A39A;
    color: #fff;
    width: 272px;
    height: 40px;
    border: 0;
    transition: all .5s;
    /*border-radius: 30px;*/
}
.rgboxcn3 .rgitem button{width:372px;background: #c00;}

.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;
}
.rgitembtn{margin-top:20px;}
.rgitemcd {
    margin-bottom: 15px;
}

.rgitemck {
    margin-bottom: 3px;
}

.rgitemcd .img {
    position: absolute;
    top: 1px;
    right: 10px;
    height: 38px;
    width: 70px;
    background: #fff;
    overflow: hidden;
}

.rgitemcd .img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.rgitemlk {
    text-align: center;
    color: #999;
}

.rgitemlk a {
    color: #ff9900;
}

.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: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

.poplogincn {
    width: 400px;
    height: 350px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -175px;
    z-index: 10001;
    /*border-radius: 5px;*/
    overflow: hidden;
}

.poplogincn .title {
    height: 50px;
    /*padding: 0 0 0 15px;*/
    text-align: center;
    /*background: #f5f5f5;*/
    line-height: 60px;
    /*border-bottom: solid 1px #eee;*/
    margin: 0 0 20px 0;
    position: relative;
}

.poplogincn .title span {
    /*float: left;*/
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.poplogincn .title i {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block;
    background: url("../images/icon_close_g.png") no-repeat center;
    background-size: 12px;
    opacity: .8;
}

.poplogincn .title i:hover {
    cursor: pointer;
    opacity: 1;
}

.poppwdcn{height:500px;margin-top:-250px;}
.poppwdcn button{margin-top:20px;}
.poplogincn .title{margin-bottom: 30px;}
.poppwdcn .rgboxcn{width:273px;}
.poppwdcn .rgitem p{transform: scale(.9);width:110%;margin:1px 0 0 -10px;}


.popusdtcn{width:500px;height:640px;margin-left:-250px;margin-top:-320px;}
.popusdtbx{padding:0 40px;overflow: hidden;text-align: center;}
.popusdtbx .rate{color:#666;}
.popusdtbx .rate b{color:#c00;font-size:18px;}
.popusdtbx .remk{color:#f00;font-size:16px;margin-bottom: 10px;}
.popusdtbx .img{width:260px;height:260px;margin:0 auto;}
.popusdtbx .img img{width:100%;height:100%;}
.popusdtbx .addr{background-color: #eee;line-height: 35px;overflow: hidden;position: relative;}
.popusdtbx .addr p{margin-right: 90px;padding:0 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#444;font-size:13px;}
.popusdtbx .addr span{display: block;width:80px;background-color:#f90;color:#fff;font-size:12px;padding:0 5px;opacity: .8;position:absolute;right:0;top:0;}
.popusdtbx .addr span:hover{opacity: 1;cursor: pointer;}
.popusdtbx .desc{background-color: #f5f5f5;overflow: hidden;margin:20px auto 0 auto;font-size:13px;line-height: 20px;text-align: left;color:#888;padding:15px;}
.popusdtbx .desc .t{color:#333;}
.poplinecn{height:400px;margin-top: -200px;}
.poplinebx{text-align: center;}
.poplinebx .amt{font-size:14px;}
.poplinebx .amt b{font-size:20px;color:#f00;}
.poplinebx .img{width:200px;height:200px;margin:0 auto;}
.poplinebx .img img{width:100%;height:100%;}
.poplinebx .desc span{color:#09f;font-weight: bold;padding:0 3px;}
.poplinebx .desc span.t2{color: #00bc00;width:initial}


.sdbxcn {
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
    /*border-radius: 5px;*/
    border:solid 1px #ddd;
}

.sdbxcn .title {
    height: 40px;
    line-height: 40px;
    color: #444;
    /*background: #fff;*/
    font-size: 15px;
    overflow: hidden;
    /*border-bottom: solid 1px #eee;*/
    padding: 0 15px;
    border-left: 0;
}

.sdbxcn .title a {
    float: right;
    font-size: 12px;
    color: #999;
}

.sdbxcn ul {
    padding: 10px 15px 20px 15px;
    overflow: hidden;
}

.sdbxcn li {
    overflow: hidden;
    line-height: 25px;
    height: 25px;
}

.sdbxcn li a {
    display: inline-block;
    max-width: 260px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    font-size:13px;
}

.sdbxcn li a:hover {
    color: #ff9900;
}

.sdbxcn li a.nc {
    max-width: 100%;
}

.sdbxcn li span {
    color: #ccc;
    font-size: 12px;
    float: right;
}

.wechat {
    background: #CFE0ED;
    border:solid 1px #CFE0ED;
}

.wechat .title {
    /*margin-bottom: 5px;*/
    /*font-size: 15px;*/
}

.wechat .context {
    /*background-color: #fff;*/
    padding: 10px 0;
}

.wechat .icon-wechat {
    background: url("../images/chat.jpg") no-repeat center;
    width: 160px;
    height: 160px;
    margin: 10px auto;
    background-size: 100%;
}

.wechat .wechat-info {
    text-align: center;
    color: #333;
}

.wechat .wechat-info b {
    font-weight: normal;
    font-size: 18px;
    color: #2054ae;
}

.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;
}

.sdrate-con th {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    height: 28px;
    background-color: #f5f5f5;
}

.sdrate-con th:first-child {
    /*padding-left: 25px;*/
}

.sdrate-con th i {
    display: none;
    height: 1px;
    background: #eee;
    margin: 10px 0;
}

.sdrate-con td {
    text-align: center;
    font-size: 13px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
}

/*.sdrate-con td.h{color:#6668b2;font-weight: bold;}*/
.sdrate-con td.zj {
    /*text-align: left;*/
    /*padding-left: 10px;*/
    font-size: 14px;
}

.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: #2054ae;
}

.sdrate-con td .s, .sdrate-con td .p, .sdrate-con td .f {

}

.sdrate-con td .s {
    color: #e22d2d;
}

.sdrate-con td .p {
    color: #080;
}

.sdrate-con td .f {
    color: #999;
}

.sdrate-con td .r {
    color: #f90;
}

.sdrate-con tr:hover td {
    background-color: #eee;
}

.sdrate-con em {
    padding: 0 5px;
}

.sdrate-con .hd{display: inline-block;width:20px;height: 20px;color:#ccc;border-radius: 50%;line-height: 20px;text-align: center;font-size:18px;font-style: italic;}
.sdrate-con .hd1{color: #d72323;}
.sdrate-con .hd2{color: #f90;}
.sdrate-con .hd3{color: #2054ae;}
.sdrate-ball{float:right;}
.sdrate-ball span {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    margin: 0 0 0 5px;
}
.sdrate-ball span.curr {font-weight: bold;color:#f60;}
.sdrate-tab {
    float: right;
    height: 20px;
    line-height: 20px;
    color: #999;
    margin: 10px 0 0 15px;
    overflow: hidden;
    padding: 0;
}

.sdrate-tab span {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    margin: 0 0 0 5px;
}

.sdrate-tab span.curr {
    color: #2054ae;font-weight: bold;
}

td.zj1 a {
    color: #d72323;
}

td.zj2 a {
    color: #ff9900;
}

td.zj3 a {
    color: #2054ae;
}



.helpbx {
    background: #fff;
    overflow: hidden;
    padding-bottom: 50px;
    border-radius: 5px;
}

.helpbx h1 {
    text-align: center;
    line-height: 80px;
    border-bottom: solid 2px #ccc;
    color: #333;
    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 30px;
    color: #666;
    font-size: 14px;
    line-height: 35px;
}

.hpitem h2 {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    /*border-top: solid 60px #fff;*/
}

.hpitem a {
    color: #e22d2d;
    text-decoration: underline;
}

.hpitem .red {
    color: #e22d2d;
}


.error {
    background: #fff;
    height: 650px;
    overflow: hidden;
}

.errcon {
    width: 800px;
    margin: 100px auto;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.errcon h1 {
    font-size: 68px;
    color: #999;
    padding: 50px 0;
}

.errcon h2 {
    font-size: 18px;
    color: #666;
    padding: 50px 0 20px 0;
}

.errcon a {
    color: #ccc;
    font-size: 14px;
}

.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;
}


.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 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;
}

.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;
}

.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: 24px;
    color: #e22d2d;
    margin-bottom: 5px;
}

.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;
}

.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 #2054ae;
    color: #2054ae;
    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 #2054ae;
    color: #2054ae;
    line-height: 36px;
    font-size: 20px;
}

.detailtb .rs1 {
    border-color: #2054ae;
    color: #2054ae;
}

.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 #2054ae;
    color: #2054ae;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
}

.detailtb .ding {
    width: 160px;
    background: #2054ae;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.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 span{color: #1a8856;}

/*.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:hover {
    opacity: 1
}

.next-btn-yh:hover {
    opacity: 1
}

/*.title{height: 40px;line-height: 40px;background: #ebe4d9;padding: 0 0 0 20px;color: #2054ae;border-left: solid 3px #2054ae;font-size: 18px;margin: 10px 0;overflow: hidden;}*/

.announcement {
    margin: 0 auto 10px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.announcement i {
    position: absolute;
    background: url("../images/icon-ann.gif") no-repeat center left;
    width: 50px;
    height: 50px;
    left: 0;
}

.announcement .animate {
    overflow: hidden;
    margin: 0 10px 0 65px;
    position: relative;
}

.announcement .animate .interior { /*animation: 20s wordsLoop linear infinite normal;*/
    /*animation: 1s bianda infinite;*/
    position: relative;
    -webkit-animation: 2s rowup linear infinite normal;
    animation: 2s rowup linear infinite normal;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #2054ae;
    font-size: 15px;
    white-space: nowrap;
}

.announcement .animate .interior:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.announcement .animate a {
    text-decoration: none;
    color: #e22d2d;
    cursor: pointer;
}

.announcement .animate b {
    color: #f00;
}

.noticeContainer {
    display: flex;
    align-items: center;
    background: rgba(255, 245, 245, 1);
    border-radius: 8px;
    border: 1px solid rgba(240, 97, 86, 1);
    filter: blur(0px);
    margin-bottom: 12px;
    padding: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(53, 56, 61, 1);
}

.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);
    }
}

@keyframes wordsLoop {
    0% {
        transform: translateX(1100px);
        -webkit-transform: translateX(1100px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(1100px);
        -webkit-transform: translateX(1100px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-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;
}


.match-detail-bx{overflow: hidden;}
.match-detail {
    padding:20px 0;
    position: relative;
    /*width:50%;float:left;*/
}
.match-detail-free{min-height:450px;float:none;width:initial;}

.match-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
}

.title-inner {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.match-title .detail span {
    padding-left: 15px;
}

.match-title .bz {
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 12px;
    color: #ff9900;
    border: 1px solid #ff9900;
    margin-left: 20px;
}

.match-title .bz2 {
    color: #333333;
    border-color: #dddddd;
}

.match-title .expert {
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-title .name {
    font-size: 16px;
    vertical-align: 1px;
}

.match-title .line {
    color: #999;
    font-size: 12px;
    padding: 0 10px;
}

.match-title .dian {
    color: #ee2345;
    font: 18px Arial;
    font-weight: bold;
}

.match-title .dian b {
    font-size: 14px;
    vertical-align: 1px;
}

.match-team {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.match-team .vs {
    color: #ff9900;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
    min-width: 100px;
    width: auto;
    text-align: center;
}

.match-team .team {
    position: relative;
    color: #000;
    font-size: 28px;
    min-width: 250px;
    height: 70px;
    text-align: center;
    padding-top: 10px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    overflow: hidden;
}
.match-team .team span{display: block;}
.match-team .team .tip {
    font-size: 12px;
    color: #999;
    background-color: #eee;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: normal;
    transform: scale(.8);
}
.match-team .tips2 {

}
.match-team .tips {
    right: 0;
}
.match-team .teamA {
    margin-bottom: -15px;
}
.match-team .teamB {
    margin-bottom: -15px;
}

.match-team .center {
    min-width: 130px;
}

.match-team .pk {
    text-align: center;
    color:#666;
}

.match-team .tp {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #999;
    font-size: 12px;
    color:#999;padding:0 3px;transform: scale(.8);
}

.match-team .bf {
    font: 36px Arial;
    color: #f90;
    font-weight: bold;
    text-align: center;
}
.match-team .vs{color:#999;font-size:28px;text-align: center;font-weight: normal;}
.match-saishi{text-align: center;font-size:14px;margin:20px 0;color:#666;position: relative;}
.match-saishi span{display: inline-block;margin:0 5px;}
.match-saishi span.dian{color:#9121cc;}
.match-saishi .iscme{position: absolute;top:-8px;border-radius:50%;width:40px;height:40px;line-height:40px;text-align: center;
    background: rgba(255,153,0,.5);left:50%;color:#fff;font-size:12px;transform: rotate(30deg);margin-left:110px;
}

/*.show-time {*/
/*{#display: flex;#}{#align-items: center;#}{#justify-content: center;#}*/
/*}*/



.match-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin: 20px auto;
    font-size:16px;
    width: 180px;
    line-height: 45px;
    background-color: #f00;
    cursor: pointer;
    transition: .3s;
}

.match-button:hover {
    opacity: .8;

}

.match-button2 {
    background-color: #5ea575;
}

.dai {
    color: #999;
    font-size: 22px;
    text-align: center;
    /*background-color: #f0f0f0;*/
}

.commend {
    color: #ffffff;
    background-color: #ff9900;
    cursor: default;
}

.match-tui{height:30px;line-height: 30px;overflow: hidden;padding: 20px 0;text-align: center}
.match-tui em{font-size:13px;display: inline-block;color:#999;border-right:solid 1px #eee;line-height: 18px;padding-right: 8px;margin-right: 5px;}
.match-jian{display: inline-block;margin: 0 20px;color:#f00;font-size: 24px;}

/*.match-jian{width:60px;height:40px;border-radius: 5px;background-color: #c00;color:#fff;display: flex;justify-content: center;align-items: center;position: absolute;left:50%;margin-left:-220px;top:6px;}*/
/*.match-jian i{display: block;width:0;height:0;border-left:solid 6px transparent;border-right:solid 6px transparent;border-bottom: solid 6px #c00;position: absolute;left:50%;top:-5px;margin-left:-5px;}*/
/*.match-jian2{margin-left:160px;}*/
/*.match-qiu{width:60px;background-color: #f90;height:40px;border-radius: 5px;color:#fff;display: flex;justify-content: center;align-items: center;float:left;margin-left:220px;opacity: .6;font-size:16px;}*/
/*.match-qiu3{background-color: #f90;}*/
/*.match-qiu4{float:right;margin-right:220px;background-color: #f90;}*/
/*.match-qiu1{background-color: #f00;}*/
/*.match-qiu2{float:right;margin-right:220px;background-color: #f00;}*/

.match-result {
    font-size: 24px;margin: 0 20px;color: #2054ae;display: inline-block;
}
.match-result em{}
.match-result .rs{display: inline-block;width:40px;height:40px;line-height: 40px;vertical-align: -2px;font-size:18px;}
.rs6, .rs2 {
    background-color: #d72323;
    color:#fff;
}
.rs1 {
    background-color: #09f;
    color:#fff;
}
.rs3 {
    background-color: #58b088;
    color:#fff;
}
.rs4, .rs5 {
    background-color: #999;
    color:#fff;
}


.rank_head{height:50px;background: #f5f5f5;overflow: hidden;margin: 25px 0 0;}
.rank_head h1{float:left;line-height: 50px;font-weight: bold;color:#000;font-size:15px;margin:0 20px;}
/*.rank_head .fte{float:left;line-height: 50px;color:#666;}*/
/*.rank_head .fte a{display: block;float:left;padding: 0 30px;color:#666;}*/
/*.rank_head .fte a:hover{background: #eee;color:#333;}*/
/*.rank_head .fte a.curr{background: #333;color:#fff;}*/
.rank_head .item{float:left;line-height: 30px;margin:10px 30px 0 20px;}
.rank_head .item a{display: block;float:left;color:#333;font-size:13px;border:solid 1px #ddd;border-radius: 5px;width:80px;text-align: center;
    margin-right: 10px; opacity: .6;transition: all .3s;
}
.rank_head .item a:hover{opacity: 1;}
.rank_head .item a.curr{border-color: #f00;color:#f00;opacity: 1;}
.rank_box{min-height: 500px;margin-bottom: 20px;padding:0 20px;}
.rank_box .item{overflow: hidden;margin:18px 0 25px 0;position: relative;}
.rank_box .img{height:38px;line-height: 37px;padding-left: 32px;background: url("../images/logo_g.png") no-repeat center left;background-size: 22px;
    position: absolute;left:0;top:0;font-size:14px;font-weight: bold;color:#333;border-bottom: solid 3px #32A39A;width:90px;overflow: hidden;}
.rank_box a:hover{color:#f00;}
.rank_box .slinf{margin-left:120px;}
.rank_box .scnum{height:38px;margin: 0;line-height: 37px;min-width:170px;width:170px;text-align: right;}
.rank_box .scnum span{font-size:14px;color:#666;padding-left: 10px;}
.rank_box .scnum span.sl{color:#f00;font-size:16px;float:right;}
.rank_box .linebg{height:2px;background: #eee;}
.rank_box .line{height:2px;background: #32A39A;width:0;}













