@charset "utf-8";
input {
    background: transparent;
}

/* CSS Document */
body {
    font-size: 12px;
    margin: 0px;
    color: #FFFFFF;
    background: #14130f;
    min-width: 1000px;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
}

.clear {
    clear: both;
    height: 0;
}

.floatL, .left {
    float: left;
    display: inline;
}

.floatR, .right {
    float: right;
    display: inline;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.l_left {
    float: left;
}

.red {
    color: #FF9900;
}

* {
    margin: 0px;
    padding: 0px;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
}

img, div {
}

.mc {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    zoom: 1;
}

.w-auto {
    margin: auto;
    width: 1011px;
}

.w_1000 {
    width: 1000px;
    margin: 0px auto;
}

.w_1002 {
    width: 1000px;
    margin: 0px auto;
}

.w {
    width: 1000px;
    margin: 0px auto;
}

.w1040 {
    width: 1040px;
    margin: 0px auto;
}

#mainall {
    margin: 0;
    padding: 0;
    height: auto;
}

#mainBody {
    margin: 0;
    padding: 0;
    height: auto;
}

.first-ul {
    width: 94px;
    position: absolute;
    top: 70px;
    left: -8px;
    z-index: 10;
    display: none;
    padding-top: 10px;
    font-size: 12px;
}

.navx li ul { /*border:1px #cea633 solid;*/
    width: 94px;
    background: rgba(0, 0, 0, 0.5);
}

/*.navx li ul .ico{width:7px; height:4px; position:absolute; left:50%; top:7px; display:none; margin-left:-3px; */
/*background:url(../images/ico.png) center center no-repeat;}*/
.navx li ul li {
    width: auto !important;
    line-height: 40px !important;
    padding: 0 !important;
    float: none !important;
}

.navx li ul li:hover {
    background: #d5af53;
    color: #e60012;
}

.navx li ul li a {
    color: #e6d6a6 !important;
    display: block;
    width: 76px;
    margin: 0px auto;
    border-bottom: 1px #434037 dotted;
}

.navx li ul li a:hover {
    color: #e60012 !important;
}

/*idnex*/
div:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.top-h {
    line-height: 35px;
    border-bottom: 1px solid #23221f;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #1a1915;
    background: #000;
}

.top-h .t-l {
}

.top-h .t-r {
}

.top-h .t-l img {
    vertical-align: middle;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.top-h .t-l img:hover {
    -webkit-transform: rotate3d(0, 0, 1, -50deg);
    -moz-transform: rotate3d(0, 0, 1, -50deg);
    -o-transform: rotate3d(0, 0, 1, -50deg);
    transform: rotate3d(0, 0, 1, -50deg);
}

.top-h .t-l span {
    vertical-align: middle;
    color: #8c7c63;
    font-size: 12px;
}

.top-h .t-r li {
    float: left;
    background: url(../images/) right 13px no-repeat;
    padding: 0 10px;
}

.top-h .t-r li.nori {
    background: none;
}

.top-h .t-r li a {
    color: #8c7c63;
    font-size: 12px;
}

.top-h .t-r li a:hover {
    color: #f7cf8f;
}

.top-2 {
    border-bottom: 1px solid #23221f;
    position: fixed;
    top: 35px;
    z-index: 998;
    width: 100%;
    background: #11100e;
}

.top-2 .logo {
    padding-top: 10px;
}

.top-2 .navx {
}

.top-2 .navx li {
    width: 79px;
    float: left;
    text-align: center;
    padding: 35px 0 10px;
    line-height: 25px;
    position: relative;
}

.top-2 .navx li a {
    color: #ffea99;
}

.top-2 .navx li p {
    display: block;
    font-size: 13px;
}

.top-2 .navx li span {
    display: block;
    font-size: 8px;
    color: #3D3323
}

.top-2 .navx li.on p, .navx li:hover p {
    color: #ffea99 !important;
}

.top-2 .navx li.on span {
    color: #3D3323
}

.navx li:hover span {
    color: #ecb934 !important;
}

.top-2 .navx li.on1 span
.top-2 .navx li.on1 a {
    color: #ff0000;
}

.top-2 .navx li.on2 {
}

.top-2 .navx li.on2 a {
    color: #ffb800;
}

.navx i {
    display: block;
    width: 14px;
    height: 18px;
    background: url(../images/../images/hot.gif) no-repeat center center;
    top: 10px;
    right: -4px;
    position: absolute;
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}

.license {
    margin-left: 15px;
    margin-top: 2px;
    float: right;
    height: 35px;
    padding-left: 21px;
    background: url(../images/header-img.png) no-repeat 0 7px;;
    line-height: 32px;
    color: #ff0;
    cursor: pointer;
    text-decoration: none;
}

.license:hover {
    color: #ff0;
}

.logo {
    position: relative;
    margin-top: 3px;
    left: -20px;
}

.logo_2 {
    margin-top: 33px;
    position: relative;
    left: -10px;
}

.Entrybar {
    width: 100%;
    height: 30px;
    background: #342c1f;
    border: 1px #4a3f2e solid;
    border-width: 1px 0px 1px 0px;
    padding: 8px 0px;
    position: fixed;
    top: 130px;
    z-index: 997;
}

.Entrybar li {
    margin-right: 6px;
    float: left;
    line-height: 28px;
}

.Entrybar li input {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.Entrybar .input_01 {
    width: 180px;
    height: 29px;
    border: 1px #4d4332 solid;
    padding-left: 5px;
    background: #211b13;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.w_1000 ul form .input_01 img {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.Entrybar .input_01 input {
    width: 89%;
    height: 29px;
    background: none;
    border: none;
    color: #fff;
    outline: none;
}

.Entrybar .input_01_1 {
    width: 180px;
    height: 29px;
    border: 1px #4d4332 solid;
    padding-left: 5px;
    background: #211b13;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.w_1000 ul form .input_01_1 img {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.Entrybar .input_01_1 input {
    width: 59%;
    height: 29px;
    background: none;
    border: none;
    color: #fff;
    outline: none;
}

.input_01_1 a {
    color: #fff;
    background: #f00;
    padding: 5px 1px;
    position: relative;
    top: 1px;
}

.Entrybar .input_01_2 {
    width: 180px;
    height: 29px;
    border: 1px #4d4332 solid;
    padding-left: 5px;
    background: #211b13;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Entrybar .input_01_2 input {
    width: 76%;
    height: 29px;
    background: none;
    border: none;
    color: #fff;
    outline: none;
}

.input_01_2 a {
    color: #fff;
    background: #f00;
    display: inline-block;
    position: relative;
    top: 3px;
    cursor: pointer
}

.Entrybar .input_02 {
    width: 102px;
    height: 29px;
    border: 1px #4d4332 solid;
    padding-left: 15px;
    position: relative;
    background: #211b13;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Entrybar .input_02 input {
    width: 100%;
    height: 29px;
    background: none;
    border: none;
    color: #fff;
}

.Entrybar .input_02 i {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

.Entrybar .dl {
    width: 128px;
    height: 32px;
    background: url(../images/dl.png) no-repeat center center;
    border: none;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.Entrybar .ljzc {
    width: 128px;
    height: 32px;
    background: url(../images/mfzc.png) no-repeat center center;
    display: block;
    position: relative;
    top: -1px;
}

.Entrybar .wjmmmfsw {
    color: #fff;
    text-decoration: underline;
}

.wzwz {
    float: right;
    margin-top: 5px;
}

.wjmmmfsw:hover {
    color: #f2d864;
}

.Entrybar .l_left {
    margin-right: 30px;
}

.nygg {
    width: 100%;
    height: 33px;
    color: #d7bf98;
    font-size: 12px;
    line-height: 33px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/banner-bg.png) fixed;
    border-bottom: 1px #4a3f2e solid;
    top: 178px;
    z-index: 996;
}

.nyggdiv {
    overflow: hidden;
}

.nyggdiv img {
    margin-right: 10px;
}

.nyggdiv b {
    color: #e0bf55;
}

.nyggdiv p {
    color: #d7bf98;
}

.nyggdiv .l_left {
    width: 150px;
    height: 18px;
    margin-top: 8px;
    overflow: hidden;
}

.nyggdiv .r_right {
    width: 850px;
    height: 40px;
    overflow: hidden;
}

.nyggdiv .l_left img {
    margin-right: 5px;
    float: left;
}

.nyggdiv .l_left b {
    color: #e0bf55;
    line-height: 18px;
    float: left;
}

.nyggdiv p {
    color: #d7bf98;
}

.nyggdiv img, .nyggdiv b, .nyggdiv p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

#header {
    width: 1000px;
    margin: 0px auto;
    height: 149px;
    padding: 0;
    background: url(../images/headerBg.jpg) no-repeat;
}

#headtop {
    margin: 0;
    padding: 0;
    height: 108px;
}

#header-logo {
    float: left;
    width: 330px;
    height: 108px;
    overflow: hidden;
    overflow: hidden;
}

#headright {
    float: right;
    width: 669px;
    height: 108px;
    overflow: hidden;
}

#hdselect {
    margin: 0;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
    color: #FFFFFF;
    font-family: "微软雅黑";
}

#hdselect a {
    color: #FFFFFF;
}

#loginbox {
    float: right;
    width: 334px;
    height: 91px;
}

#loginarea {
    float: left;
    width: 149px;
    overflow: hidden;
    margin-left: 70px;
    display: inline;
}

.logintxt {
    width: 149px;
    height: 25px;
    float: left;
    overflow: hidden;
    background: url(../images/logintxt.png) no-repeat;
    margin-top: 2px;
    display: inline;
}

.za_text {
    float: left;
    width: 125px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: normal;
    color: #F8AC7E;
    border: 0px;
    outline: 0;
    padding: 0px 5px 0px 10px;
    background: transparent;
}

.za_text2 {
    float: left;
    width: 45px;
    height: 25px;
    line-height: 25px;
    color: #F8AC7E;
    border: 0px;
    outline: 0;
    font-size: 12px;
    font-weight: normal;
    background: transparent;
    padding: 0px 5px 0px 5px;
}

.logintxt1 {
    width: 80px;
    float: left;
    overflow: hidden;
    margin-left: 5px;
    display: inline;
}

.Loginbtn {
    float: left;
    width: 77px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    background: url(../images/btn_login.png) no-repeat;
    color: #000000;
}

.logintxt1 .Loginbtn:hover {
    background: url(../images/btn_login.png) no-repeat left -32px;
}

#Loginbtnreg {
    width: 77px;
    height: 20px;
    cursor: pointer;
    display: inline;
    clear: both;
    overflow: hidden;
}

#Loginbtnreg a {
    display: block;
    width: 77px;
    height: 20px;
    line-height: 20px;
    margin-top: 3px;
    text-align: center;
    background: url(../images/btn_pw.png) no-repeat;
    overflow: hidden;
}

#Loginbtnreg a:hover {
    background: url(../images/btn_pw.png) no-repeat 0 -20px;
    text-decoration: none;
}

#Loginbtnpwd {
    width: 77px;
    height: 20px;
    cursor: pointer;
    display: inline;
    clear: both;
    overflow: hidden;
}

#Loginbtnpwd a {
    display: block;
    width: 77px;
    height: 20px;
    line-height: 20px;
    margin-top: 3px;
    text-align: center;
    background: url(../images/btn_pw.png) no-repeat;
}

#Loginbtnpwd a:hover {
    background: url(../images/btn_pw.png) no-repeat 0 -20px;
    text-decoration: none;
}

.nav {
    margin-top: 0px;
}

#userinfo {
    padding: 0;
    color: #FFFFFF;
    line-height: 30px;
}

#userinfo a {
    color: #FFFFFF;
}

#userinfo a:hover {
    text-decoration: underline;
}

/* 主選單 */
#L-Menual {
    margin: 0;
    height: 40px;
    zoom: 1;
}

#L-Menual ul {
    margin: 0;
    padding: 0;
}

#L-Menual ul li {
    float: left;
    display: inline;
    width: 99px;
    height: 38px;
    background: url(../images/nav_img.jpg) 97px 2px no-repeat;
}

#L-Menual ul li a {
    margin: 0 auto;
    width: 89px;
    height: 38px;
    line-height: 38px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
}

#L-Menual ul li a:hover, #L-Menual ul li a.current {
    color: #CC9966;
    background: url(../images/mOver.jpg) top center no-repeat;
}

.Nav_one {
    background: url(../images/nav001.jpg) no-repeat left bottom;
}

#L-Sub {
    position: relative;
    z-index: 9999;
    clear: both;
}

#L-Sub div {
    display: none;
    position: absolute;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    z-index: 100;
}

#L-Sub div a {
    float: left;
    display: block;
    background: url(../images/sub.gif) 32px repeat-x;
    padding: 0 4px;
    color: #FFFFE4;
    text-decoration: none;
    font-size: 12px;
}

#L-Sub div a:hover {
    color: #F2E1B0;
}

#L-Sub span {
    display: block;
    float: left;
    width: 7px;
    height: 32px;
}

#L-Sub span.subbg-left {
    background: url(../images/sub.gif) no-repeat;
}

#L-Sub span.subbg-right {
    background: url(../images/sub.gif) no-repeat left bottom;
}

/*  header end */
.foot {
    width: 100%;
    text-align: center;
    color: #7c6e58;
    font-size: 12px;
    background: #141310;
    border-top: 1px #5c4f3b solid;
    padding-bottom: 10px;
}

.ensure {
    height: 36px;
    padding: 15px 0px;
    border-bottom: 1px #434343 solid;
    color: #635846;
    font-size: 14px;
}

.ensure li {
    float: left;
    margin-right: 5.5px;
    line-height: 36px;
}

.ensure span {
    font-family: "Arial", "";
    color: #cca85a;
    font-weight: bold;
    font-size: 18px;
}

.foot_nav {
    text-align: center;
    margin-top: 20px;
}

.foot_nav {
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
}

.foot_nav a {
    color: #7c6e58;
}

.foot_nav a:hover {
    color: #e8d060;
    text-decoration: underline;
}

.foot p {
    line-height: 30px;
}

.ensure_1, .ensure_2, .ensure_3, .ensure_4 {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 17px;
}

.ensure_1 {
    background: url(../images/foot_1.png) no-repeat;
}

.ensure_2 {
    background: url(../images/foot_2.png) no-repeat;
}

.ensure_3 {
    background: url(../images/foot_3.png) no-repeat;
}

.ensure_4 {
    background: url(../images/foot_4.png) no-repeat;
}

.footer-bottomcon {
    height: 64px;
    position: relative;
    background: url(../images/foot_pic.jpg) no-repeat center center;
    padding-bottom: 0px;
}

/* footer end */
#wrapindex {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 131px
}

.banner {
    height: 450px;
    position: relative;
    overflow: hidden;

}

.logout-button {
    float: left;
    width: 179px;
    height: 39px;
    background: #d5af53;
    text-align: center;
    line-height: 39px;
    margin-left: 20px;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#ad-flash {
    position: absolute;
    top: 0px;
    left: 230px;
    width: 484px;
    height: 280px;
    overflow: hidden;
}

.banner {
    height: 450px;
    position: relative;
    overflow: hidden;
    /*background: url(../images/banner1.jpg?v=76544) no-repeat center top;*/
}

.banner .b-1 {
    height: 450px;
    position: relative;
}

.banner .b-1-1 {
    width: 245px;
    height: 280px;
    position: absolute;
    right: 14%;
    top: 75px;
    background: url(../images/banner-bg.png) no-repeat; /*box-shadow: 0px 0px 1px rgba(255,255,255,0.3);*/
}

.banner .b-1-1-2 {
    width: 245px;
    height: 280px;
    position: absolute;
    right: 0;
    top: 75px;
    background: url(../images/banner-bg-2.png) no-repeat; /*box-shadow: 0px 0px 1px rgba(255,255,255,0.3);*/
}

.banner .b-1-1-p {
    padding: 18px;
}

.banner .b-1-1-p h2 {
    margin: 10px 0 10px;
    padding-top: 20px;
}

.banner .b-1-1-p p {
    background-color: inherit;
    border: 1px solid #342c1f;
    width: 99%;
    height: 33px;
    line-height: 33px;
    margin: 5px 0;
    float: left;
}

.banner .b-1-1-p p input[type="text"] {
    width: 100%;
    padding: 0 5%;
    height: 33px;
    color: #ccb590;
    line-height: 33px;
    border: none;
    background-color: inherit;
}

.banner .b-1-1-p p input[type="password"] {
    width: 89%;
    padding: 0 5%;
    height: 33px;
    color: #ccb590;
    line-height: 33px;
    border: none;
    background-color: inherit;
}

.banner .b-1-1-p p .text-1 {
    width: 50% !important;
}

.banner .b-1-1-p p .text-2 {
    width: 100% !important;
}

.b-1-1 .b-1-1-p form .text-2-1 {
    border: 1px solid #342c1f;
    width: 68%;
    height: 33px;
    line-height: 33px;
    margin: 5px 0;
    float: left;
}

.banner .b-1-1-p img {
    position: relative;
    top: 15px;
    left: 15px;
    cursor: pointer;
}

.banner .b-1-1-p p a {
    float: right;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 12px;
    margin-right: 3%;
    color: #c49547;
    text-decoration: underline;
}

.banner .b-1-1-p h3 {
    width: 99%;
    height: 33px;
    line-height: 33px;
    margin: 5px 0;
    float: left;
}

.banner .b-1-1-p h3 input[type="text"] {
    border: 1px solid #342c1f;
    background-color: inherit;
    width: 50%;
    height: 33px;
    padding: 0 5%;
    line-height: 33px;
    float: left;
    color: #ccb590;
}

.banner .b-1-1-p h3 img {
    width: 30%;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

/*.b-1-1-z {*/
    /*width: 100%;*/
    /*height: 45px;*/
    /*color: #d7bf98;*/
    /*font-size: 12px;*/
    /*line-height: 45px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background: url(../images/banner-bg_1.png) fixed;*/
/*}*/

.banner .b-1-1-p h4 {
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

.banner .b-1-1-p h4 input[type="submit"] {
    width: 209px;
    height: 27px;
    background: url(../images/dl-pic.png?v=011201) center center no-repeat;
    float: left;
    border: none;
    cursor: pointer;
    margin-top: -17px;
}

.banner .b-1-1-p h4 a {
    margin-top: -13px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 209px;
    height: 40px;
    background: url(../images/zc-bg.png?v=011202) center center no-repeat;
    float: right;
}

/*.banner .b-1-1-p h4 input[type="submit"]:hover{ background: url(../images/dl-pic-hover.png) center center no-repeat; }*/
.banner .b-1-1-p p:hover, .banner .b-1-1-p h3 input[type="text"]:hover {
    border: 1px solid #4a391e;
}

.b-1-1-z-1 {
    overflow: hidden;
}

.b-1-1-z-1 .l_left {
    width: 150px;
    height: 18px;
    overflow: hidden;
    margin-top: 15px;
}

.b-1-1-z-1 .r_right {
    width: 850px;
    height: 45px;
    overflow: hidden;
}

.b-1-1-z-1 .l_left img {
    margin-right: 10px;
    float: left;
}

.b-1-1-z-1 .l_left b {
    color: #e0bf55;
    line-height: 18px;
    float: left;
}

.b-1-1-z-1 p {
    color: #d7bf98;
}

.b-1-1-z-1 img, .b-1-1-z-1 b, .b-1-1-z-1 p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.i-t-1 {
    background-color: #342c1f;
    text-align: center;
}

.i-t-1 li {
    padding: 15px 40px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    right center no-repeat;
    cursor: pointer;
}

.i-t-1 li.no-right {
    background: none;
}

.i-t-1 li i {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 52px;
    height: 52px;
    margin-right: 10px;
}

.i-t-1 li h2 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    line-height: 18px;
    vertical-align: middle;
}

.i-t-1 li h2 p {
    color: #d7bf98;
    font-size: 14px;
}

.i-t-1 li h2 span {
    color: #8a795e;
    font-size: 12px;
}

.i-t-1 li.list-ico-1 i {
    background: url(../images/t-t-1.png?v=7654) center center no-repeat;
}

.i-t-1 li.list-ico-2 i {
    background: url(../images/t-t-2.png?v=7654) center center no-repeat;
}

.i-t-1 li.list-ico-3 i {
    background: url(../images/t-t-3.png?v=762254) center center no-repeat;
}

.i-t-1 li.list-ico-4 i {
    background: url(../images/t-t-4.png?v=7654) center center no-repeat;
}

.i-t-1 li.list-ico-5 i {
    background: url(../images/t-t-5.png?v=7654) center center no-repeat;
}

.i-t-1 li.list-ico-1:hover i {
    background: url(../images/t-t-1-hover.png?v=7654) center center no-repeat;
}

/*.i-t-1 li.list-ico-2:hover i{ background:url(../images/t-t-2-hover.png?v=7654) center center no-repeat;}*/
/*.i-t-1 li.list-ico-3:hover i{ background:url(../images/t-t-3-hover.png?v=762254) center center no-repeat;}*/
/*.i-t-1 li.list-ico-4:hover i{ background:url(../images/t-t-4-hover.png?v=7654) center center no-repeat;}*/
/*.i-t-1 li.list-ico-5:hover i{ background:url(../images/t-t-5-hover.png?v=7654) center center no-repeat;}*/

.i-t-1 li.list-ico-1:hover h2 p, .i-t-1 li.list-ico-1:hover h2 span {
    color: #ffd053;
}

.i-t-1 li.list-ico-2:hover h2 p, .i-t-1 li.list-ico-2:hover h2 span {
    color: #ffd053;
}

.i-t-1 li.list-ico-3:hover h2 p, .i-t-1 li.list-ico-3:hover h2 span {
    color: #ffd053;
}

.i-t-1 li.list-ico-4:hover h2 p, .i-t-1 li.list-ico-4:hover h2 span {
    color: #ffd053;
}

.i-t-1 li.list-ico-5:hover h2 p, .i-t-1 li.list-ico-5:hover h2 span {
    color: #ffd053;
}

.indexfloor2 {
    padding: 40px 0 30px 0;
    background: url(../images/i-bg-2.png) no-repeat #141310;
    border-bottom: 1px solid #292722
}

#game-box {
    font-size: 0
}

#game-box li {
    display: inline-block;
    vertical-align: bottom
}

#game-box a {
    display: inline-block;
    margin-bottom: 25px;
    width: 320px;
    height: 373px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

#game-box a:hover {
    margin-bottom: 0;
}

/*#game-box a.lobby-active,#game-box a:hover{margin-bottom:0;background:#343943}*/

#game-box li a.game-box-sport {
    background-image: url(../images/item03.png?v=8763355)
}

#game-box li a.game-box-live {
    position: relative;
    margin-bottom: 0;
    width: 360px;
    height: 434px;
    background-image: url(../images/item02.png?v=872255)
}

#game-box li a.game-box-lottery {
    background-image: url(../images/item01.png?v=8755)
}

#game-box .item004 img {
    display: block;
    margin-left: 306px;
    margin-bottom: 20px;
}

.lobby-title {
    margin-top: 25px;
    height: 30px;
    color: #8b7c65;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-align: center
}

.lobby-list {
    margin: 0 auto;
    width: 1000px;
    height: 174px;
    background: url(../images/hotgame.png);
}

.lobby-list a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.lobby-list.sport a {
    background: url(../images/itemsports.png) no-repeat center
}

.lobby-list.live ul {
    margin: 27px 0 0 0
}

.lobby-list.live ul li {
    display: inline-block;
    margin-right: 43px;
    border: 1px solid #7e818c;
    border-radius: 103px;
    width: 98px;
    height: 98px;
    background: url(../images/hotgameico.png) no-repeat;
    color: #7e818c;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.lobby-list.live ul li:hover {
    border: 1px solid #ffe469;
    color: #ffe469
}

.lobby-list.live ul li span {
    position: relative;
    top: 105px;
    width: 98px;
    text-align: center;
    display: block;
}

.lobby-list.live ul li.live01 {
    background-position: 0 0
}

.lobby-list.live ul li.live01:hover {
    background-position: 0 -100px
}

.lobby-list.live ul li.live02 {
    background-position: -143px 0
}

.lobby-list.live ul li.live02:hover {
    background-position: -143px -100px
}

.lobby-list.live ul li.live03 {
    background-position: -286px 0
}

.lobby-list.live ul li.live03:hover {
    background-position: -286px -100px
}

.lobby-list.live ul li.live04 {
    background-position: -432px 0
}

.lobby-list.live ul li.live04:hover {
    background-position: -432px -100px
}

.lobby-list.live ul li.live05 {
    background-position: -572px 0
}

.lobby-list.live ul li.live05:hover {
    background-position: -572px -100px
}

.lobby-list.live ul li.live06 {
    background-position: -718px 0
}

.lobby-list.live ul li.live06:hover {
    background-position: -718px -100px
}

.lobby-list.live ul li.live07 {
    margin-right: 0;
    background-position: -862px 0
}

.lobby-list.live ul li.live07:hover {
    background-position: -862px -100px
}

.lobby-list.lottery a {
    background: url(../images/itemlottery.png) no-repeat center
}

.i-t-2 {
    background: # #14130f;
}

.i-t-2-bg {
    background: url(../images/bg_3.jpg) no-repeat;
    height: 388px;
}

.renzhen {
    min-width: 50px;
    height: 300px;
    position: absolute;
    z-index: 9999;
    top: 180px;
    line-height: 0;
}

.renzhen.l {
    left: -310px;
}

.renzhen.r {
    right: -139px;
}

.renzhen .zhenshu {
    float: left;
    position: relative;
    top: -50px;
    right: -1;
}

.renzhen .btn {
    float: left;
    position: relative;
    right: 0px;
}

#gotop {
    width: 43px;
    height: 43px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    cursor: pointer;
}

#gotop:hover {
    -moz-box-shadow: 0 0 8px 0 #000;
    -webkit-box-shadow: 0 0 8px 0 #000;
    box-shadow: 0 0 8px 0 #000;
}

.footer.full .center img {
    margin-top: -30px;
    padding-bottom: 15px;
}

.footer.full .center p {
    color: #555f97
}

/*首页css*/

