/*!
 * USDBet
 * Author: Steven
 * Update by 2016-10-13
 */

/* reset */
*{margin:0;padding:0;box-sizing:border-box;}
ul,li{list-style:none;}
img{border:none;}
body{color:#aaa;background: #f7f7f8; font:16px/1.5em "Segoe UI","Lucida Grande","Helvetica","Arial","Microsoft YaHei";}
a{outline:none;color:#444;text-decoration:none;}
a:hover{color:#111;}
.pull-left{float:left;}
.pull-right{float:right;}
.container{width:1080px;margin:0 auto;}
.list-inline{list-style:none;}
.list-inline>li{display:inline;padding:0;}
/* top */
.top{height:60px;line-height:60px;overflow:hidden;box-shadow:2px 2px 2px rgba(0,0,0,.8);}
.main-nav li{display: inline-block;}
.main-nav li a{display: block;padding:0 15px;transition:all 300ms;}
/* slide */
.slide{width:100%;position:relative;height:460px;background:#000;}
.slide .slide-inner{margin:0 auto;height:460px;position:relative;z-index:0;overflow:hidden;}
.slide .slide-inner ul{width:100%!important;}
.slide .slide-inner li{width:100%!important;height:460px;overflow:hidden;text-align:center;}
.slide .slide-inner li a{display:block;height:460px;background-repeat:no-repeat;background-position:50% 0%;}
.slide .slide-indicators{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.slide .slide-indicators ul{text-align:center;}
.slide .slide-indicators ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:3px;overflow:hidden;background:#000;opacity:0.8;filter:alpha(opacity=80);line-height:999px;}
.slide .slide-indicators ul .active{background:#2293fc;}
/* domain-list */
.box{text-align: center;padding:20px 0 10px 0;}
.box h3{margin:0;margin-bottom:30px;height:36px;line-height:36px;text-shadow:1px 1px 1px rgba(0,0,0,.5); padding-left:20px;color:#fff;border-radius:36px;width:240px;font-size:18px;text-align:left;background: #168ff6; background: linear-gradient(to right,  #168ff6 0%,#1facf9 50%,#168ff6 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#168ff6', endColorstr='#168ff6',GradientType=1 );}
.box h3>span{color:rgba(0,0,0,.5);padding-left:10px;font-weight:normal;font-size: 16px;text-shadow:none;}
.box .domain-list{width:100%;display:table;table-layout:fixed;list-style:none;margin:-1px 0 10px 0;}
.box .domain-list>li{display:table-cell;width:1em;text-align:left;vertical-align:middle;}
.box .domain-list>li>div{border:1px solid #ccc;margin:0 8px;border-radius:2px;transition:all 400ms;}
.box .domain-list>li>div:hover{border-color:#217eec;}
.box .domain-list>li>div>a{color:#666;display:block;height:30px;line-height:30px;background:url(domain-hover.png) -85px 0 no-repeat;transition:all 400ms;}
.box .domain-list>li>div>a>.icon{margin:0 4px;}
.box .domain-list.domain-red>li>div>a{background-image:url(domain-hover-red.png);}
.box .domain-list>li>div>a:hover{color:#217eec;background-position:0 0;}
.box .domain-list>li>div>span{display:block;height:26px;text-align:center;color:#18d484;background:url(domain-list-bg.gif) repeat-x;border-top:1px solid #ccc;}
/* about */
.about{height:420px;font-size:12px;color:#555;}
.about .about-content{width:360px;text-align:left;padding-right:20px;}
/* icon */
.icon{width:30px;height:30px;background-repeat:no-repeat;display:inline-block;float: left; transition: all 300ms; background-image:url(icon-sprite.png);}
.icon.logo{background-position:0 0;}
.icon.logo2{background-position:-30px 0;}
.icon.boc{background-position:0 -30px;}
.icon.icbc{background-position:-30px -30px;}
.icon.ccb{background-position:-60px -30px;}
.icon.abc{background-position:-90px -30px;}
.icon.psbc{background-position:-120px -30px;}
.icon.cmbc{background-position:-150px -30px;}
.icon.cmb{background-position:0 -60px;}
.icon.ceb{background-position:-30px -60px;}
.icon.cib{background-position:-60px -60px;}
.icon.hxb{background-position:-90px -60px;}
.icon.comm{background-position:-120px -60px;}
.icon.cgb{background-position:-150px -60px;}
.icon.baidu{background-position:0 -90px;}
.icon.qq{background-position:-30px -90px;}
.icon.ifeng{background-position:-60px -90px;}
.icon.sohu{background-position:-90px -90px;}
.icon.ntes{background-position:-120px -90px;}
.icon.cntv{background-position:-150px -90px;}
.icon.hq{background-position:0 -120px;}
.icon.xh{background-position:-30px -120px;}
.icon.zb{background-position:-60px -120px;}
.icon.people{background-position:-90px -120px;}
.icon.china{background-position:-120px -120px;}
.icon.sina{background-position:-150px -120px;}
.icon.iqy{background-position:0 -150px;}
.icon.youku{background-position:-30px -150px;}
.icon.kankan{background-position:-60px -150px;}
.icon.letv{background-position:-90px -150px;}
.icon.pptv{background-position:-120px -150px;}
.icon.pps{background-position:-150px -150px;}
/* partners */
.partners-content{text-align: center;}
/* footer-bar */
.footer-bar{padding-top:10px;height:110px;background:url(footer_shadow.png) #6e6d71 repeat-x;font-size:12px;}
.footer-bar,.footer-bar a{color:#999;color:rgba(255,255,255,.3);}
.footer-bar a:hover{color:#aaa;color:rgba(255,255,255,.4);}
.footer-item{padding-top:10px;background:url(footer-item-bg.png) 95% no-repeat;width:33%;line-height: 1.6em;float:left;}
.footer-item.none-bg{background:none;}
.footer-item>ul>li+li:before{content:"/";}
.footer-item>ul{margin-left:0;}
.footer-item>ul>li{padding-left:0;}
.footer-item>ul>li>a{text-decoration:underline;}
.footer-item>ul>li+li>a{padding-left:10px;}
.bds-jt-logo{width:80px;height:70px;display:block;background:url(footer-sprite.png) 0 0;}
.bds-jt-logo:hover,.footer-item:hover .bds-jt-logo{background-position:-80px 0;}
.bds-jt-title{width:235px;height:30px;display:block;margin:10px 0 0px 80px;background:url(footer-sprite.png) 0 -140px;}
.bds-jt-title:hover,.footer-item:hover .bds-jt-title{background-position:0 -170px;}
.htf-jt-logo{width:65px;height:70px;display:block;background:url(footer-sprite.png) -160px 0;}
.htf-jt-logo:hover,.footer-item:hover .htf-jt-logo{background-position:-240px 0;}
.htf-jt-title{width:235px;height:30px;display:block;margin:10px 0 0px 64px;background:url(footer-sprite.png) 0 -200px;}
.htf-jt-title:hover,.footer-item:hover .htf-jt-title{background-position:0 -230px;}
.live-jt-logo{width:21px;height:21px;display:inline-block;background:url(footer-sprite.png) -309px 0;}
.live-jt-logo:hover,.footer-item:hover .live-jt-logo{background-position:-309px -30px;}
.live-jt-title{width:160px;height:21px;margin-left:5px;display:inline-block;background:url(footer-sprite.png) 0 -80px;}
.live-jt-title:hover,.footer-item:hover .live-jt-title{background-position:0 -110px;}
.footer-bar {
    height: unset;
    background: #343e4a;
    padding-bottom: 10px;
    background-image: unset !important;
    text-align: center;
}
.footer-bar .pagcor {
    width: 773px;
    margin: 16px auto 0;
}
.footer-bar .pagcor p {
    line-height: 22px;
}
.footer-bar a, .footer-bar p {
    color: #728099;
    font-weight: 500;
}
.footer-bar .license section {
    position: relative;
    display: inline-block;
    margin: 0 12px;
}
.footer-bar .license section p, .footer-bar .license section img, .footer-bar .footer-links ul li a {
    transition: all .3s ease;
}
.footer-bar .license section img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.footer-bar .license section:hover img:nth-child(1) {
    opacity: 0;
}
.footer-bar .license section:hover img:nth-child(2) {
    opacity: 1;
}
.footer-bar .license section:hover p {
    color: #fff;
}
.cc_item1 {
    width: 260px;
    height: 105px;
    position: relative;
}
.cci_title {
    width: 120px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    text-shadow: 0 1px 0 #ffffff;
}
.cci_name {
    width: 90px;
    height: 22px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #cccccc;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
}
.cci_txt {
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0px;
    top: 32px;
    font-size: 12px;
    color: #555555;
    white-space: nowrap;
    text-shadow: 0 1px 0 #ffffff;
}
