@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
}
ol,
ul,
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #666666;
    background-color: #fff;
}
a {
    text-decoration: none;
    outline: none;
    color: #767676;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear::after {
    clear: both;
    content: "";
    display: table;
}
.wrapper {
    min-width: 1200px;
}
.w1200,
.w790,
.w1000 {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.w790 {
    width: 790px;
}
.w1000 {
    width: 1000px;
}
.header {
    height: 100px;
    line-height: 100px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.header .logo {
    float: left;
    margin-right: 177px;
}
.header ul {
    float: left;
}
.header ul li {
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
    float: left;
    position: relative;
    cursor: pointer;
}
.header ul li:hover em {
    width: 100%;
}
.header ul li a {
    color: #929292;
}
.header ul li a.active {
    color: #2676cf;
    font-weight: bold;
}
.header ul li a.active em {
    width: 100%;
}
.header ul li a em {
    width: 0;
    display: block;
    height: 8px;
    background-color: #2676cf;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.6s ease-out;
    -webkit-transition: width 0.6s ease-out;
}
.header ul li i {
    display: block;
    width: 2px;
    height: 2px;
    background-color: #929292;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden\0;
}
.main {
    margin: 20px 10px 0;
}
.sidebar_l {
    width: 240px;
    float: left;
    margin-right: 10px;
}
.this_tit {
    height: 40px;
    line-height: 40px;
    color: #313131;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
}
.this_tit i {
    display: block;
    width: 5px;
    height: 20px;
    background-color: #2676cf;
    position: absolute;
    left: 0;
    top: 10px;
}
.this_tit a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    display: block;
    width: 30px;
    padding-left: 25px;
}
.this_tit a em {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url("../img/icon.png") no-repeat;
}
.this_tit a:hover em {
    background-position: -21px 0;
}
.login_box {
    width: 238px;
    height: 178px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
}
.login_box .login_input {
    margin: 20px 0 0 14px;
}
.login_box .login_input li {
    color: #999999;
    position: relative;
}
.login_box .login_input li i {
    width: 10px;
    height: 15px;
    display: block;
    background: url("../img/icon.png") no-repeat -87px 0;
    position: absolute;
    right: 23px;
    top: 5px;
}
.login_box .login_input li.user_name_input {
    margin-bottom: 10px;
}
.login_box .login_input li.user_pwd_input i {
    background-position: -105px 0;
    width: 12px;
}
.login_box .login_input li input {
    color: #333;
    margin-left: 5px;
    width: 150px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    border: none;
    padding-left: 10px;
}
.login_box .login_btn {
    margin-top: 20px;
    text-align: center;
}
.login_box .login_btn a {
    display: inline-block;
    text-align: center;
    width: 130px;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #2676cf;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.login_box .login_btn a i {
    background: url("../img/icon.png") no-repeat -98px -35px;
    width: 14px;
    height: 16px;
    display: block;
    position: absolute;
    top: 6px;
    left: 50px;
}
.login_box .login_others {
    margin-top: 10px;
    text-align: center;
    color: #333333;
    font-size: 12px;
}
.login_box .login_others a {
    color: #28aa22;
    text-decoration: underline;
}
.login_box .user_info {
    margin: 20px 0 0 14px;
}
.login_box .user_info dl {
    overflow: hidden;
}
.login_box .user_info dt {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 12px;
}
.login_box .user_info dd span {
    color: #999999;
    margin-bottom: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.login_box .user_info dd p a {
    color: #4f4f4f;
}
.login_box .user_info dd p a.disabled {
    color: #848484;
}
.login_box .user_info dd p a.fr {
    margin-right: 13px;
}
.login_box .user_info_other {
    text-align: center;
    margin: 15px 0 20px;
    color: #4f4f4f;
}
.login_box .user_info_other a {
    color: #4f4f4f;
    text-decoration: underline;
}
.login_box .cancel_btn {
    margin-left: 31px;
}
.login_box .cancel_btn a {
    display: block;
    background-color: #9b9b9b;
}
.login_box .cancel_btn a i {
    background: url("../img/icon.png") no-repeat -73px -35px;
    width: 19px;
    height: 16px;
    left: 45px;
}
.online_serve {
    width: 198px;
    height: 245px;
    border: 1px solid #dfdfdf;
    padding: 24px 20px 19px;
}
.online_serve ul {
    width: 105%;
}
.online_serve li {
    text-align: center;
    float: left;
    margin-right: 12px;
    color: #6c6c6c;
    height: 85px;
}
.online_serve li a {
    display: block;
    color: #6c6c6c;
}
.online_serve li a .online_icon {
    background: url("../img/online.png") no-repeat;
    display: inline-block;
    width: 32px;
    height: 37px;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
}
.online_serve li a .person_icon {
    background-position: 0 0;
}
.online_serve li a .pwd_icon {
    background-position: -47px 0;
    width: 28px;
    height: 39px;
    margin-top: -2px;
}
.online_serve li a .safety_icon {
    background-position: -98px 0;
    width: 30px;
    height: 36px;
    margin-top: 1px;
}
.online_serve li a .recharge_icon {
    background-position: 0 -54px;
    width: 36px;
    height: 34px;
}
.online_serve li a .record_icon {
    background-position: -47px -54px;
    width: 36px;
    height: 38px;
    margin-top: -4px;
}
.online_serve li a .generalize_icon {
    background-position: -92px -53px;
    width: 36px;
    height: 36px;
    margin-top: -2px;
}
.online_serve li a .serve_icon {
    background-position: 0 -106px;
    width: 35px;
    height: 34px;
    margin-top: -3px;
}
.online_serve li a .service_icon {
    background-position: -47px -110px;
    width: 36px;
    height: 30px;
    margin-top: 1px;
}
.online_serve li a .fabu_icon {
    background-position: 0px -154px;
    width: 35px;
    height: 32px;
    margin-top: 1px;
}
.online_serve li a .email_icon {
    background-position: -92px -112px;
    width: 36px;
    height: 28px;
    margin-top: 3px;
}
.online_serve li a em {
    display: block;
    font-style: normal;
    line-height: 22px;
}
.online_serve li a:hover {
    color: #2676cf;
}
.online_serve li a:hover .online_icon {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.online_serve li a:hover .generalize_icon {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.online_serve li a.disabled:hover {
    color: #6c6c6c;
}
.code_box {
    text-align: center;
    width: 238px;
    height: 258px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
    margin-top: 10px;
}
.code_box dl {
    margin-top: 40px;
    display: inline-block;
}
.code_box dl dt img {
    width: 119px;
    height: 119px;
    border: 3px solid #fff;
}
.code_box dl dd {
    color: #767676;
    margin-top: 5px;
}
.code_box dl dd p {
    line-height: 20px;
}
.sidebar_r {
    float: right;
    width: 930px;
}
.sidebar_r .focus_box {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.sidebar_r .focus_box .hd {
    z-index: 333;
    width: 114px;
    height: 20px;
    background: url("../img/focusbg.png") no-repeat;
    position: absolute;
    right: 23px;
    bottom: 23px;
    text-align: center;
}
.sidebar_r .focus_box .hd ul {
    *margin-top: 5px;
}
.sidebar_r .focus_box .hd li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: width 0.3s ease-out;
    -webkit-transition: width 0.3s ease-out;
    cursor: pointer;
}
.sidebar_r .focus_box .hd li.on {
    width: 41px;
    background-color: #c31732;
}
.news_box {
    float: left;
    width: 460px;
    overflow: hidden;
}
.news_box .news_area {
    width: 458px;
    height: 228px;
    border: 1px solid #dfdfdf;
    position: relative;
}
.news_box .news_area ul {
    margin: 30px 0 0 25px;
    overflow: hidden;
}
.news_box .news_area ul li {
    width: 400px;
    margin-bottom: 17px;
    padding-left: 15px;
    position: relative;
    zoom: 1;
}
.news_box .news_area ul li span {
    float: right;
}
.news_box .news_area ul li i {
    width: 8px;
    height: 6px;
    background: url("../img/icon.png") no-repeat -128px -21px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
}
.news_box .news_area ul li a {
    color: #818181;
}
.news_box .news_area ul li a:hover {
    text-decoration: underline;
    font-weight: bold;
}
.news_box .news_area ul li:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news_more {
    width: 30px;
    height: 30px;
    background: url("../img/icon.png") no-repeat 0 -27px;
    position: absolute;
    right: 0;
    top: 0;
}
.news_more:hover {
    background-position: -31px -27px;
}
.activity_box {
    width: 458px;
    overflow: hidden;
    float: right;
}
.activity_box .activity_area {
    overflow: hidden;
    height: 198px;
    border: 1px solid #dfdfdf;
    padding: 30px 0 0 32px;
    position: relative;
}
.activity_box .activity_area dl {
    height: 80px;
    margin-bottom: 10px;
    overflow: hidden;
}
.activity_box .activity_area dl dt {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 17px;
}
.activity_box .activity_area dl dt img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.activity_box .activity_area dl dd {
    float: left;
    width: 295px;
}
.activity_box .activity_area dl dd h3 {
    margin-bottom: 5px;
}
.activity_box .activity_area dl dd h3 a {
    color: #6c6c6c;
    font-size: 18px;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}
.activity_box .activity_area dl dd h3 a:hover {
    color: #2676cf;
}
.activity_box .activity_area dl dd p {
    line-height: 28px;
    font-size: 14px;
    color: #6c6c6c;
}
.activity_box .activity_area dl dd p a {
    color: #989898;
}
.activity_box .activity_bg {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 30px;
    left: 32px;
    background: url("../img/activity_bg.png") no-repeat;
}
.serve_box {
    overflow: hidden;
}
.serve_area {
    border: 1px solid #dfdfdf;
    padding: 10px 9px;
    height: 488px;
    background: #fafafa;
    overflow: hidden;
}
.serve_area ul {
    width: 105%;
}
.serve_area ul li {
    overflow: hidden;
    float: left;
    width: 290px;
    height: 240px;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}
.serve_area ul li img {
    z-index: 22;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.serve_area ul li img:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.serve_area ul li > a {
    display: block;
    overflow: hidden;
    height: 160px;
}
.serve_area ul li > p {
    border: 1px solid #dfdfdf;
    border-top: none;
    background-color: #fff;
    z-index: 22;
    text-align: center;
    padding: 10px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
}
.serve_area ul li dl {
    border: 1px solid #dfdfdf;
    border-top: none;
    background-color: #fff;
    z-index: 22;
    padding: 10px;
    height: 58px;
}
.serve_area ul li dl dt {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 26px;
}
.serve_area ul li dl dt a {
    font-size: 20px;
    color: #313131;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    float: left;
}
.serve_area ul li dl dt a:hover {
    color: #2676cf;
}
.serve_area ul li dl dt span {
    font-size: 14px;
    float: right;
    color: #999999;
    font-weight: normal;
}
.serve_area ul li dl dt span a {
    font-weight: normal;
    font-size: 14px;
    color: #2676cf;
}
.serve_area ul li dl dd {
    line-height: 25px;
    color: #999999;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 2px;
}
.serve_area ul li .serve_line {
    width: 0;
    transition: width 0.8s ease-out;
    -webkit-transition: width 0.8s ease-out;
    height: 1px;
    border-bottom: 1px solid #7a7a79;
    position: absolute;
    left: 0;
    bottom: 0;
}
.serve_area ul li .serve_bg,
.serve_area ul li .serve_ani {
    position: absolute;
    left: 0;
    top: 0;
    width: 290px;
    height: 180px;
    z-index: 11;
    overflow: hidden;
}
.serve_area ul li .serve_bg img,
.serve_area ul li .serve_ani img {
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
}
.serve_area ul li .serve_ani img {
    opacity: 0;
    transition: opacity 1.5s ease-out;
    -webkit-transition: opacity 1.5s ease-out;
}
.serve_area ul li:hover .spark {
    display: block;
    *display: none;
    display: none\0;
    display: none\9\0;
    animation-name: spark;
    transform-origin: 50% 100%;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    -webkit-animation-name: spark;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}
.serve_area ul li:hover .serve_line {
    width: 184px;
}
.serve_area ul li:hover dl {
    top: 80px;
}
.serve_area ul li:hover .serve_ani img {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}
.go_index {
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    position: relative;
}
.spark {
    display: none;
    position: absolute;
    width: 24px;
    height: 30px;
    background: url("../img/spark_adce339.png") no-repeat;
    top: -15px;
    left: 0;
}
@-webkit-keyframes spark {
  0% {
    left: 8px;
    -webkit-transform: rotate(0deg);
  }
  35% {
    left: 86px;
    -webkit-transform: rotate(0deg);
  }
  50% {
    left: 86px;
    -webkit-transform: rotate(180deg);
  }
  85% {
    left: 8px;
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spark {
  0% {
    left: 8px;
    transform: rotate(0deg);
  }
  35% {
    left: 86px;
    transform: rotate(0deg);
  }
  50% {
    left: 86px;
    transform: rotate(180deg);
  }
  85% {
    left: 8px;
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sever_btn {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 110px;
    z-index: 22;
}
.footer {
    min-height: 186px;
    padding-bottom: 10px;
    overflow: hidden;
    border-top: 1px solid #eae8e8;
    background-color: #d2cdcd;
    font-size: 12px;
    margin-top: 20px;
}
.footer .friend_link,
.footer .abouts {
    height: 45px;
    line-height: 45px;
    color: #514949;
    border-bottom: 1px solid #b6b2b2;
    text-align: center;
}
.footer .friend_link a,
.footer .abouts a {
    color: #514949;
}
.footer .friend_link a img,
.footer .abouts a img {
    vertical-align: middle;
    width: 100%;
}
.footer .friend_link > div {
    font-size: 12px;
}
.footer dl {
    padding-top: 13px;
}
.footer dl dt {
    float: left;
    margin: 0 40px 0 76px;
}
.footer dl dt .footer_logo {
    margin-right: 38px;
}
.footer dl dd {
    float: left;
}
.footer dl dd .abouts_link {
    text-align: center;
    height: 35px;
    line-height: 35px;
    padding-bottom: 5px;
}
.footer dl dd .abouts_link a {
    color: #514949;
    margin-right: 20px;
}
.footer dl dd .abouts_link a:hover {
    text-decoration: underline;
}
.footer dl dd p {
    color: #898181;
    line-height: 20px;
}
.sign_box {
    width: 835px;
    margin: 40px auto 0;
    padding-bottom: 40px;
}
.sign_box .this_tit {
    font-size: 20px;
    font-weight: normal;
}
.sign_box .this_sign {
    width: 648px;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #fafafa;
    margin: 20px auto 0;
    padding-bottom: 30px;
}
.sign_box .this_sign .other_login {
    color: #333333;
    margin-right: 50px;
    text-align: right;
    height: 50px;
    line-height: 50px;
}
.sign_box .this_sign .other_login a {
    color: #28aa22;
    text-decoration: underline;
}
.sign_box .this_sign .sign_info {
    height: 1px;
    border-top: 1px solid #dbdbdb;
    text-align: center;
    width: 294px;
    margin: 0 auto 20px;
    color: #333333;
}
.sign_box .this_sign .sign_info span {
    position: relative;
    top: -12px;
    background: #fafafa;
    padding: 0 20px;
}
.sign_form {
    margin: 0 27px;
}
.sign_form li {
    height: 73px;
    clear: both;
}
.sign_form li > label {
    padding-right: 10px;
    line-height: 45px;
    display: block;
    float: left;
    width: 162px;
    color: #3e3e3e;
    font-size: 16px;
    text-align: right;
    vertical-align: middle;
}
.sign_form li input[type=text],
.sign_form li input[type=password] {
    float: left;
    font-size: 16px;
    width: 318px;
    padding: 0 0 0 20px;
    height: 43px;
    line-height: 43px;
    color: #999999;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sign_form li.code_input input {
    width: 153px;
    float: left;
    margin-right: 20px;
}
.sign_form li.code_input img {
    float: left;
    width: 145px;
    height: 45px;
}
.sign_form li.code_input .code_btn {
    float: left;
    width: 145px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #2676cf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sign_form li.code_input .code_btn.cur {
    background-color: #ddd;
}
.sign_form li.code_input > div .error_icon {
    margin-left: 190px;
    margin-top: 5px;
}
.sign_form li.code_input > div .error_text {
    margin-left: 5px;
    clear: none;
}
.sign_form .error_icon {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 5px;
    background: url("../img/icon.png") no-repeat -42px 0;
    margin-top: 15px;
}
.sign_form .error_text {
    color: #ff0700;
    clear: both;
    margin-left: 190px;
    height: 28px;
    line-height: 28px;
}
.sign_form_line {
    line-height: 1px;
    width: 100%;
    border-bottom: 1px dashed #bebebe;
    margin: 4px 0 25px;
}
.notice_info {
    text-align: center;
    color: #707070;
    margin-bottom: 20px;
}
.notice_info i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon.png") no-repeat -61px 0;
    position: relative;
    left: -5px;
    top: 4px;
    *top: 0;
}
.agreement {
    text-align: center;
    margin: 25px 0;
    color: #3e3e3e;
}
.agreement a {
    color: #3e3e3e;
}
.agreement a:hover {
    text-decoration: underline;
}
.sign_btn {
    text-align: center;
}
.sign_btn a,
.sign_btn input {
    display: inline-block;
    width: 200px;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    color: #fff;
    background-color: #2676cf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
}
.pwd_box {
    overflow: hidden;
}
.pwd_box .hd {
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dfdfdf;
}
.pwd_box .hd li {
    width: 278px;
    float: left;
    text-align: center;
    font-size: 16px;
}
.pwd_box .hd li a {
    color: #616161;
    display: block;
    margin-top: -1px;
}
.pwd_box .hd li a.active {
    color: #2676cf;
    border-bottom: 3px solid #2676cf;
}
.pwd_form {
    padding-top: 48px;
    *overflow: hidden;
}
.pwd_form li .error_text {
    height: 43px;
    line-height: 43px;
    float: left;
    clear: none;
    margin-left: 5px;
}
.pwd_form li .error_icon {
    margin-left: 10px;
}
.pwd_form li .pwd_find {
    margin-left: 5px;
    float: left;
    line-height: 45px;
}
.pwd_form li .pwd_find label {
    margin-right: 42px;
}
.pwd_form .next_btn a {
    margin-right: 100px;
}
.pwd_form .edit_btn {
    margin-top: 100px;
}
.block {
    clear: both;
    height: 200px;
    overflow: hidden;
}
.val_code {
    margin: 0 0 40px 220px;
    overflow: hidden;
}
.val_code dt {
    margin-bottom: 20px;
    color: #000;
}
.val_code dd .val_code_input {
    float: left;
    width: 319px;
    height: 40px;
}
.val_code dd .val_code_input input {
    float: left;
    width: 208px;
    height: 38px;
    border: 1px solid #9d9d9d;
    padding: 0 0 0 10px;
    border-right: 0;
    font-size: 16px;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}
.val_code dd .val_code_input a {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #2676cf;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}
.val_code dd .val_code_input a.active {
    background-color: #989898;
}
.val_code dd .error_icon {
    float: left;
    margin: 12px 0 0 10px;
}
.val_code dd .error_text {
    float: left;
    clear: none;
    margin-left: 5px;
    height: 40px;
    line-height: 40px;
}
.val_code dd p {
    color: #000000;
    line-height: 30px;
}
.val_code dd p a {
    color: #2676cf;
    text-decoration: underline;
}
.val_code dd strong {
    font-weight: normal;
    display: block;
    color: #000000;
    font-size: 20px;
}
.val_code dd strong a {
    color: #2676cf;
    text-decoration: underline;
}
.val_code dd strong a.active {
    color: #767676;
}
.this_winpop {
    width: 468px;
    height: 420px;
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -234px;
    background: #f7f7f7;
    z-index: 3333;
    border: 1px solid #787878;
}
.this_winpop .this_winpop_tit {
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: #606060;
    position: relative;
    padding-left: 18px;
    font-size: 16px;
}
.this_winpop .this_winpop_tit .this_winpop_xx {
    width: 19px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 11px;
    background: url("../img/icon.png") no-repeat -119px -39px;
    cursor: pointer;
    transition: transform 0.3s ease-in;
    -webkit-transition: transform 0.3s ease-in;
}
.this_winpop .this_winpop_tit .this_winpop_xx:hover {
    transform: rotate(180deg);
}
.this_winpop .this_winpop_con {
    padding: 30px 30px 0;
    overflow: hidden;
}
.this_winpop .this_winpop_con .sign_form {
    overflow: hidden;
    margin: 0 0 0 35px;
}
.this_winpop .this_winpop_con .sign_form li {
    position: relative;
}
.this_winpop .this_winpop_con .sign_form li i {
    width: 20px;
    height: 29px;
    display: block;
    background: url("../img/icon.png") no-repeat -141px 0;
    position: absolute;
    right: 45px;
    top: 7px;
}
.this_winpop .this_winpop_con .sign_form li.user_pwd_input i {
    background-position: -138px -30px;
    width: 25px;
}
.this_winpop .this_winpop_con .sign_form li.code_input input {
    width: 164px;
}
.this_winpop .this_winpop_con .sign_form li.code_input .error_icon {
    margin-left: 5px;
}
.this_winpop .this_winpop_con .sign_form input {
    clear: both;
    width: 330px;
    padding-left: 8px;
    height: 43px;
    line-height: 43px;
    background: #fff;
    color: #999999;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.this_winpop .this_winpop_con .sign_form .error_icon {
    margin-top: 5px;
}
.this_winpop .this_winpop_con .sign_form .error_text {
    margin-left: 5px;
    float: left;
    clear: none;
}
.this_winpop .this_winpop_con .other_sign {
    color: #333333;
    margin-top: 15px;
    text-align: center;
}
.this_winpop .this_winpop_con .other_sign a {
    text-decoration: underline;
    color: #28aa22;
}
.this_winpop .this_winpop_con .this_winpop_form {
    width: 305px;
    margin: 35px auto 0;
    *padding-top: 30px;
    position: relative;
    zoom: 1;
    overflow: hidden;
}
.this_winpop .this_winpop_con .this_winpop_form label {
    float: left;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 25px;
    vertical-align: middle;
}
.this_winpop .this_winpop_con .this_winpop_form input {
    float: left;
    width: 148px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    border: 1px solid #a9a9a9;
}
.main_select_box {
    margin-left: 40px;
}
.main_select {
    height: 90px;
    position: relative;
    z-index: 400;
    margin-top: 40px;
    width: 840px;
}
.main_select .select_item {
    width: 190px;
    height: 40px;
    position: relative;
    background-color: #e9862e;
}
.main_select .select_item dl {
    cursor: pointer;
}
.main_select .select_item dt {
    line-height: 40px;
    height: 40px;
    color: #fff;
    float: left;
    width: 114px;
    white-space: nowrap;
    padding-left: 20px;
}
.main_select .select_item dd {
    float: right;
    width: 40px;
    height: 40px;
}
.main_select .select_item dd i {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/selecticon.jpg") no-repeat;
}
.main_select .select_item dd i.active {
    background-position: -40px 0;
}
.main_select .select_item_fl {
    float: left;
}
.main_select .select_item_con {
    float: left;
    margin-left: 135px;
}
.main_select .select_item_fr {
    float: right;
}
.select_winpop {
    display: none;
    width: 290px;
    min-height: 147px;
    background: fff;
    position: absolute;
    top: 40px;
    left: 0;
}
.select_winpop .select_tit {
    height: 39px;
    line-height: 39px;
    background-color: #606060;
    position: relative;
}
.select_winpop .select_tit li {
    float: left;
}
.select_winpop .select_tit li a {
    width: 100px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #606060;
}
.select_winpop .select_tit li a.active {
    background-color: #9d9d9d;
}
.select_winpop .select_tit .select_close {
    background: url("../img/icon.png") no-repeat -119px -40px;
    width: 19px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.select_winpop .select_content {
    width: 288px;
    min-height: 107px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.select_winpop .select_game {
    padding: 13px;
    font-size: 12px;
    color: #000;
}
.select_winpop .select_game label {
    margin: 0 5px 5px 0;
    overflow: hidden;
    display: inline-block;
}
.select_winpop .select_game label input {
    position: relative;
    top: 2px;
}
.recharge_box {
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    padding-bottom: 30px;
}
.recharge_box .hd {
    width: 840px;
    height: 35px;
    border-bottom: 1px solid #c6c6c7;
    position: relative;
}
.recharge_box .hd li {
    float: left;
    width: 210px;
    text-align: center;
    color: #616161;
    font-size: 16px;
    line-height: 35px;
    cursor: pointer;
    margin-top: -1px;
}
.recharge_box .hd li.on {
    border-bottom: 3px solid #2676cf;
    color: #2676cf;
}
.recharge_box .bd {
    clear: both;
}
.recharge_box .recharge_item h3 {
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    clear: both;
}
.recharge_box .recharge_bank_box .bank_table {
    width: 746px;
    background: url("../img/bank.jpg") no-repeat;
    height: 99px;
}
.recharge_box .recharge_bank_box .bank_table td {
    width: 148px;
    height: 48px;
    cursor: pointer;
}
.recharge_box .recharge_bank_box .bank_table td.active .bank_list_bg {
    width: 150px;
    height: 50px;
    background: url("../img/banbg.png") no-repeat;
    top: -1px;
}
.bank_table {
    width: 100%;
}
.bank_table tr {
    height: 49px;
}
.bank_table td {
    border: 1px solid #ccc;
    width: 138px;
    text-align: center;
    cursor: pointer;
}
.bank_table td .bank_item {
    position: relative;
    height: 48px;
    line-height: 48px;
}
.bank_table td .bank_item a {
    display: block;
    width: 100%;
    height: 100%;
}
.bank_table td.active .bank_list_bg {
    width: 140px;
    height: 50px;
    background: url("../img/bankbgk.png") no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
}
.overhidden {
    overflow: hidden;
}
@-moz-document url-prefix() {
  .bank_table td.active .bank_list_bg {
    top: -1px;
  }
}
.money_list {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.money_list ul li {
    width: 100px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ccc;
    text-align: center;
    color: #7C7C7C;
    position: absolute;
    border-left-color: transparent;
    top: 0;
    cursor: pointer;
    z-index: 33;
}
.money_list .active .money_bg {
    width: 102px;
    height: 50px;
    position: absolute;
    top: -1px;
    left: 0;
    background: url("../img/bankbgs.png") no-repeat;
}
.money_list ul li.money_num10 {
    left: 0;
    border-left-color: #ccc;
}
.money_list ul li.active {
    border-color: transparent;
}
.money_num50 {
    left: 100px;
}
.money_num100 {
    left: 200px;
}
.money_num500 {
    left: 300px;
}
.money_num1000 {
    left: 400px;
}
.money_num5000 {
    left: 500px;
}
.money_area {
    padding-top: 50px;
    position: relative;
    line-height: 48px;
}
.money_list_table {
    width: 840px;
}
.money_list_table .money_area {
    padding: 0;
}
.money_num_box {
    width: 196px;
    height: 48px;
    line-height: 48px;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    /*border-top: none;*/
    float: left;
}
.money_num_box input {
    width: 118px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 6px 24px 0 9px;
    color: #a5a5a5;
    font-size: 16px;
    border: 1px solid #cccccc;
    float: left;
}
.money_num_box i {
    color: #ff0700;
    font-size: 26px;
    font-style: normal;
}
.money_num_box b {
    color: #333;
    margin: 0 8px;
}
.money_num_coupon {
    text-align: center;
    border-top: 1px solid #ccc;
}
.money_num_text {
    float: left;
    color: #a5a5a5;
    margin-left: 11px;
    line-height: 48px;
}
.money_num_text span {
    color: #ff0800;
}
.money_num_input .money_num_box {
    color: #7c7c7c;
}
.money_line {
    overflow: hidden;
    clear: both;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #c2c2c2;
    margin: 18px auto;
}
.pay_btn {
    display: block;
    clear: both;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #e14540;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 20px;
}
.pay_btn:hover {
    background: #ff4640;
}
.pay_state {
    background: #f6f6f6;
    padding: 10px 20px;
    line-height: 40px;
}
.pay_state dt {
    font-size: 16px;
    color: #626262;
}
.pay_state dd {
    color: #626262;
}
.pay_state dd span {
    color: #ff0000;
}
.pay_state dd span a {
    color: #7f76b6;
}
.coupon_icon {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 16px;
    height: 16px;
    background: url("../img/icon.png") no-repeat -122px 0;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    top: 3px;
    *top: 0;
}
.this_winpop_code {
    z-index: 666;
    width: 470px;
    height: 540px;
    margin: -270px 0 0 -285px;
}
.this_winpop_code .this_winpop_code_con {
    border: 10px solid #eeeeee;
    background: #fff;
    overflow: hidden;
    height: 480px;
    text-align: center;
}
.this_winpop_code .this_winpop_code_con dt {
    width: 232px;
    margin: 28px auto 20px;
    height: 232px;
}
.this_winpop_code .this_winpop_code_con dd {
    margin-bottom: 20px;
}
.this_winpop_code .this_winpop_code_con table {
    width: 260px;
    margin: 0 auto;
}
.this_winpop_code .this_winpop_code_con table tr {
    height: 28px;
}
.this_winpop_code .this_winpop_code_con table tr td {
    border: 1px solid #CCCCCC;
}
.clip_box {
    position: relative;
    width: 840px;
}
.clip_box li {
    border: 1px solid #ccc;
    border-left: 0;
    color: #616161;
    cursor: pointer;
    line-height: 48px;
    width: 138px;
    text-align: center;
    float: left;
}
.clip_box li.clip_first {
    border-left: 1px solid #ccc;
}
.clip_box li.active .bank_list_bg {
    width: 140px;
    height: 50px;
    background: url("../img/bankbgk.png") no-repeat;
    position: absolute;
    top: -1px;
    left: 0;
}
.clip_message {
    overflow: hidden;
}
.clip_message input {
    width: 258px;
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #a4a4a4;
    color: #999999;
    margin-right: 50px;
}
.hint_tit {
    height: 46px;
    border-bottom: 1px dashed #c3c3c3;
    padding-top: 5px;
    font-size: 22px;
    font-weight: bold;
}
.hint_tit i {
    margin: 0 10px 0 20px;
    display: inline-block;
    top: 3px;
    position: relative;
    *top: 0;
    width: 24px;
    height: 24px;
    background: url("../img/icon.png") no-repeat -178px -37px;
}
.hint_box {
    text-align: center;
    margin-top: 40px;
}
.hint_box dl dt {
    font-size: 18px;
    color: #626262;
    font-weight: bold;
}
.hint_box dl dt i {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url("../img/icon.png") no-repeat -165px 0;
    position: relative;
    top: 10px;
    *top: 5px;
    margin-right: 12px;
}
.hint_box dl dd {
    font-size: 14px;
    color: #626262;
    margin-top: 24px;
    margin-left: 47px;
}
.hint_box .pay_btn {
    display: inline-block;
    margin-top: 60px;
}
.this_winpop_hint {
    width: 400px;
    height: 286px;
    margin-top: -143px;
    margin-left: -200px;
}
.this_winpop_hint .this_winpop_hint_con {
    padding: 0 66px;
}
.this_winpop_hint .this_winpop_hint_con dl {
    padding: 36px 0 0;
    line-height: 30px;
    text-align: center;
}
.this_winpop_hint .this_winpop_hint_con dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.this_winpop_hint .this_winpop_hint_con dl dt i {
    width: 34px;
    height: 30px;
    display: inline-block;
    background: url("../img/icon.png") no-repeat -205px 0;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.this_winpop_hint .this_winpop_hint_con dl dd {
    color: #7f7f7f;
}
.this_winpop_message {
    width: 395px;
    height: 333px;
    margin-top: -166.5px;
    margin-left: -197.5px;
}
.this_winpop_message .this_winpop_message_con dl {
    padding: 15px 0 0 80px;
    line-height: 30px;
}
.this_winpop_message .this_winpop_message_con dl dt {
    font-size: 16px;
    color: #93152a;
}
.this_winpop_message .this_winpop_message_con dl dd {
    color: #000;
}
.this_winpop_message_btn {
    width: 270px;
    margin: 35px auto 0;
}
.this_winpop_message_btn .this_winpop_btn {
    float: left;
    clear: none;
    display: inline;
}
.this_winpop_message_btn .this_winpop_btn_fl {
    margin: 0 40px 0 0;
}
.this_winpop_message_btn .this_winpop_btn_gray {
    background: #969696;
}
.this_winpop_message_btn .this_winpop_btn_gray:hover {
    background: #969696;
}
.this_winpop_btn {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 115px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    background: #2676cf;
}
.this_winpop_btn:hover {
    background: #e6534e;
}
.person_box {
    border: 1px solid #dfdfdf;
    width: 238px;
    overflow: hidden;
    padding-bottom: 50px;
}
.person_area {
    padding: 20px 0 0 25px;
}
.person_item dt {
    font-weight: bold;
    color: #767676;
    cursor: pointer;
    margin: 5px 0;
}
.person_item dt i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/icon.png") no-repeat -207px -33px;
    margin-right: 5px;
}
.person_item dt i.active {
    background-position: -220px -33px;
}
.person_item dd {
    line-height: 35px;
}
.person_item dd a {
    display: block;
    line-height: 35px;
    color: #767676;
    transition: color 0.5s ease-out;
    -webkit-transition: color 0.5s ease-out;
}
.person_item dd a:hover {
    color: #2676cf;
}
.person_item dd a:hover i {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.person_item dd a.grey_c {
    color: #a2a2a2;
}
.person_item dd i {
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../img/gr_icon.png") no-repeat;
    margin-right: 9px;
    position: relative;
    top: 5px;
}
.person_item dd .person_icon2 {
    background-position: -30px 0;
}
.person_item dd .person_icon3 {
    background-position: -59px 0;
}
.person_item dd .person_icon4 {
    background-position: -90px 0;
}
.person_item dd .person_icon5 {
    background-position: 0 -33px;
}
.person_item dd .person_icon6 {
    background-position: -30px -38px;
}
.person_item dd .person_icon7 {
    background-position: -59px -32px;
}
.person_item dd .person_icon8 {
    background-position: -90px -31px;
}
.person_item dd .person_icon9 {
    background-position: 3px -65px;
}
.person_item dd .person_icon10 {
    background-position: -29px -65px;
}
.person_item dd .person_icon11 {
    background-position: -57px -65px;
}
.person_item dd .person_icon12 {
    background-position: 3px -94px;
}
.person_item dd .person_icon13 {
    background-position: -30px -94px;
}
.person_item dd .person_icon14 {
    background-position: -60px -94px;
}
.safe_content {
    border: 1px solid #dfdfdf;
    padding: 30px 30px 0;
    overflow: hidden;
    width: 820px;
    *padding-bottom: 30px;
}
.safe_content .safe_list {
    width: 105%;
}
.safe_content .safe_item {
    width: 393px;
    height: 198px;
    border: 1px solid #dfdfdf;
    float: left;
    margin: 0 29px 29px 0;
}
.safe_content .safe_item .safe_item_img {
    float: left;
    width: 204px;
    text-align: center;
    margin-top: 30px;
}
.safe_content .safe_item .safe_item_img img {
    display: inline-block;
}
.safe_content .safe_item .safe_item_info {
    padding-top: 20px;
    position: relative;
    height: 178px;
    width: 188px;
    float: left;
}
.safe_content .safe_item .safe_item_info h4 {
    font-size: 18px;
    color: #555555;
    height: 35px;
}
.safe_content .safe_item .safe_item_info p {
    width: 170px;
    color: #767676;
    line-height: 35px;
}
.safe_content .safe_item .safe_item_info .safe_btn {
    display: block;
    text-align: center;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #2676cf;
}
.safe_content .safe_item .safe_item_info .safe_btn.active {
    background-color: #9b9b9b;
}
.safe_form {
    width: 838px;
    min-height: 348px;
    border: 1px solid #dfdfdf;
    margin: 10px 0 0 40px;
}
.safe_form .safe_pad {
    padding: 5px 18px 0;
}
.safe_form .this_tit {
    border-bottom: 1px dashed #c0c0c0;
}
.safe_form .safe_tit {
    padding: 30px 0 0 14px;
    color: #4f4f4f;
}
.safe_form .safe_form_input {
    margin: 24px 0 0;
    overflow: hidden;
}
.safe_form .safe_form_input li {
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 25px;
}
.safe_form .safe_form_input li label {
    display: block;
    min-width: 140px;
    float: left;
    text-align: right;
    font-weight: bold;
    color: #4f4f4f;
}
.safe_form .safe_form_input li input {
    float: left;
    width: 260px;
    padding: 0;
    padding-left: 8px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #a4a4a4;
    color: #999999;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.safe_form .safe_form_input li .error_text {
    float: left;
    color: #ff0000;
}
.safe_form .safe_form_input li .error_icon {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 5px;
    background: url("../img/icon.png") no-repeat -42px 0;
    margin: 5px 5px 0 10px;
}
.safe_form .safe_form_input li.safe_input_code input {
    width: 163px;
    margin-right: 0;
    border-right: 0;
}
.safe_form .safe_form_input li.safe_input_code a {
    display: block;
    float: left;
    width: 98px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    background-color: #2676cf;
}
.safe_form .safe_form_input li.safe_input_code a.active {
    background-color: #939393;
}
.safe_form .safe_form_input li .safe_form_user {
    float: left;
    color: #999999;
    margin-left: 10px;
}
.safe_form table {
    width: 100%;
    margin-top: 20px;
}
.safe_form table tr {
    height: 40px;
    vertical-align: middle;
    color: #333333;
    text-align: center;
}
.safe_form table tr th {
    border: 1px solid #d6d4d2;
    background-color: #eeeeee;
}
.safe_form table tr td {
    border: 1px solid #d6d4d2;
}
.safe_form table tr td span {
    color: #ff0000;
}
.safe_form .safe_email {
    margin: 45px 0 0 215px;
}
.safe_form .safe_email p {
    color: #000000;
    line-height: 30px;
}
.safe_form .safe_email p a {
    color: #2676cf;
    text-decoration: underline;
}
.safe_form .safe_email strong {
    font-weight: normal;
    display: block;
    color: #000000;
    font-size: 20px;
}
.safe_form .safe_email strong a {
    color: #2676cf;
    text-decoration: underline;
}
.safe_form .safe_email strong a.active {
    color: #767676;
}
.safe_input_btn {
    display: block;
    width: 200px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #2676cf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 30px auto;
    transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
.safe_input_btn:hover {
    background-color: #2676cf;
}
.safe_input_btn.safe_mar_btn {
    margin-top: 80px;
}
.this_winpop_safe {
    width: 418px;
    height: 318px;
    text-align: center;
    font-size: 20px;
}
.this_winpop_safe p {
    padding-top: 30px;
}
.this_winpop_safe p i {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url(../img/icon.png) no-repeat -243px 0;
    margin-left: 12px;
    top: 5px;
    position: relative;
    *top: 0;
}
.news_content_box {
    padding: 40px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.news_content_box .news_content_tit {
    border-bottom: 1px dashed #c3c3c3;
    text-align: center;
    padding: 0 0 10px;
    overflow: hidden;
}
.news_content_box .news_content_tit h1 {
    color: #2676cf;
    font-size: 20px;
    margin-bottom: 10px;
}
.news_content_box .news_content_tit p {
    color: #787878;
    font-size: 12px;
}
.news_content_box .news_content_tit p span {
    cursor: pointer;
    color: #787878;
}
.news_content_box .news_content {
    padding-top: 10px;
}
.news_content_box .news_content p {
    line-height: 35px;
    color: #6c6c6c;
    text-indent: 2em;
}
.news_content_box .news_content p img {
    display: block;
    margin: 20px auto;
}
.safe_game_content {
    border: 1px solid #dfdfdf;
    padding: 10px;
    overflow: hidden;
    width: 909px;
}
.safe_game_content .personal_game_fl {
    width: 585px;
    height: 244px;
    float: left;
    overflow: hidden;
}
.safe_game_content .personal_game_fl img {
    width: 100%;
    height: 100%;
}
.safe_game_content .personal_game_fr {
    float: right;
    width: 258px;
    height: 242px;
    border: 1px solid #d7dce3;
    padding: 0 27px;
    color: #2b2b2b;
}
.safe_game_content .personal_game_fr h2 {
    display: inline-block;
    font-size: 30px;
    height: 69px;
    line-height: 69px;
    padding-right: 60px;
    border-bottom: 1px solid #2676cf;
}
.safe_game_content .personal_game_fr p {
    padding: 8px 0;
    line-height: 30px;
    font-size: 14px;
    height: 93px;
    overflow: hidden;
}
.safe_game_content .personal_game_fr .person_game_btn a {
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #2676cf;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
.safe_game_content .personal_game_fr .person_game_btn a.go_index_btn {
    margin-right: 18px;
}
.safe_game_content .personal_game_fr .person_game_btn a:hover {
    background-color: #e04540;
}
.safe_game_content .personal_game_fr .person_game_btn a.disabled {
    background-color: #9b9b9b;
}
.safe_game_content .personal_game_fr .coming_soon {
    line-height: 242px;
    text-align: center;
    font-size: 20px;
}
.personal_game_item {
    margin-bottom: 8px;
    overflow: hidden;
}
.this_page {
    overflow: hidden;
    padding: 18px 0;
    text-align: center;
    font-size: 0;
}
.this_page a {
    display: inline-block;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    color: #333333;
    background-color: #eeeeee;
    border: 1px solid #babbbc;
    margin-right: 5px;
    font-size: 16px;
}
.this_page a.active {
    background-color: #2676cf;
    color: #fff;
    border-color: #2676cf;
}
.news_tab {
    overflow: hidden;
    position: relative;
    height: 783px;
}
.news_tab .hd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #c6c6c7;
}
.news_tab .hd li {
    float: left;
    width: 25%;
    *width: 24.9%;
    margin-top: -1px;
}
.news_tab .hd li.on {
    border-bottom: 3px solid #2676cf;
}
.news_tab .hd li.on a {
    color: #2676cf;
}
.news_tab .hd a {
    display: block;
    color: #333;
}
.news_tab .bd {
    clear: both;
}
.news_tab .bd ul {
    padding: 10px 0;
    height: 550px;
    overflow: hidden;
}
.news_tab .bd li {
    overflow: hidden;
    width: 100%;
    float: left;
    color: #333333;
    line-height: 35px;
    font-size: 16px;
}
.news_tab .bd li a {
    float: left;
    width: 680px;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
}
.news_tab .bd li a:hover {
    text-decoration: underline;
}
.news_tab .bd li span {
    float: right;
    color: #aeaeae;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.pos_fix {
    position: fixed;
    z-index: 335;
    top: 0;
    width: 100%;
}
.about_header,
.family_header {
    height: 446px;
    overflow: hidden;
    position: relative;
    background: url(../img/about_bg.jpg) no-repeat center top;
}
.about_header p,
.family_header p {
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    width: 412px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    left: 27px;
    top: 243px;
    z-index: 333;
}
.family_header {
    background-image: url(../img/family_bg.jpg);
}
.family_header p {
    width: 506px;
    height: 56px;
    left: 98px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    padding: 20px;
}
.about_nav,
.family_nav {
    height: 86px;
    background-color: #f8f8f8;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #efefef;
}
.about_nav li,
.family_nav li {
    width: 33.3%;
    float: left;
    padding-top: 23px;
}
.about_nav li.m,
.family_nav li.m {
    background: url("../img/nav_line.jpg") no-repeat right bottom;
}
.about_nav li.current a,
.family_nav li.current a {
    background-color: #dd3051;
    color: #fff;
}
.about_nav li a,
.family_nav li a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #969696;
    font-size: 24px;
}
.family_nav li.current a {
    background-color: #2faf01;
}
.about_section .family_info {
    color: #2faf01;
    font-size: 16px;
    margin: 50px 0;
    line-height: 30px;
}
.about_section1,
.family_section1 {
    height: 679px;
    overflow: hidden;
    background: url(../img/aboutbg1.jpg) no-repeat center top;
}
.about_section1 .about_text1,
.family_section1 .about_text1 {
    width: 560px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 60px;
}
.about_section1 p,
.family_section1 p {
    color: #969696;
    font-size: 18px;
    line-height: 30px;
}
.about_section1 p strong,
.family_section1 p strong {
    font-size: 24px;
    color: #000;
}
.family_section {
    border-bottom: 4px solid #f4f4f4;
    padding: 50px 0;
}
.family_section1 {
    background: url(../img/family_bg1.jpg) no-repeat center top;
    height: 470px;
}
.family_section1 .family_text1 {
    margin-top: 225px;
}
.family_section1 .family_text1 p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.about_section2,
.family_section2 {
    height: 899px;
    background: url("../img/aboutbg2.jpg") no-repeat center 0;
    overflow: hidden;
}
.about_section2 .about_text2,
.family_section2 .about_text2 {
    width: 500px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 326px;
}
.about_section2 .about_text2 .about_line,
.family_section2 .about_text2 .about_line {
    width: 357px;
    border-bottom: 1px dashed #d1d1cf;
    overflow: hidden;
    clear: both;
    margin: 10px 0;
    height: 1px;
}
.about_section2 .about_text2 h3,
.family_section2 .about_text2 h3 {
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 3px;
}
.about_section2 .about_text2 span,
.family_section2 .about_text2 span {
    font-size: 14px;
    color: #b9b9b8;
    margin-bottom: 10px;
    overflow: hidden;
}
.about_section2 .about_text2 li,
.family_section2 .about_text2 li {
    clear: both;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #47454c;
    line-height: 30px;
}
.about_section2 .about_text2 li img,
.family_section2 .about_text2 li img {
    margin: 5px 13px 0 0;
    float: left;
}
.about_section2 .about_text2 li > div,
.family_section2 .about_text2 li > div {
    float: left;
}
.about_section2 .about_text2 li p,
.family_section2 .about_text2 li p {
    font-size: 16px;
    color: #47454c;
}
.about_section2 .about_text2 li p i,
.family_section2 .about_text2 li p i {
    display: inline-block;
    width: 20px;
    height: 25px;
    background: url("../img/QQ.png") no-repeat;
    position: relative;
    top: 3px;
    *top: 0;
}
.about_section2 p,
.family_section2 p {
    color: #969696;
    font-size: 18px;
    line-height: 28px;
}
.about_section2 p strong,
.family_section2 p strong {
    font-size: 24px;
    color: #000;
}
.family_section2 {
    height: 550px;
    background: none;
}
.family_section2 > div {
    overflow: hidden;
    background: url("../img/family_bg2.jpg") no-repeat left 0;
}
.family_section2 > div p {
    color: #666;
    font-size: 16px;
    width: 390px;
    margin: 270px 0 0 600px;
}
.about_section3 {
    min-height: 410px;
    background: url("../img/aboutbg3.jpg") no-repeat center 86px;
    overflow: hidden;
}
.about_section3 .teamwork {
    margin-top: 362px;
    overflow: hidden;
    width: 105%;
}
.about_section3 .teamwork a {
    margin: 0 30px 50px 0;
    display: block;
    float: left;
    width: 142px;
    text-align: center;
}
.about_section3 .teamwork a img {
    width: 140px;
    height: 70px;
    display: inline-block;
}
.family_section3 {
    background: url("../img/family_bg3.jpg") no-repeat center 50px;
    height: 377px;
    overflow: hidden;
}
.family_section3 p {
    margin-top: 250px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.family_section4 {
    background-image: url(../img/family_bg4.jpg);
    background-position: center 50px;
}
.about_wrap {
    background: url(../img/about_f_bg.png) center bottom no-repeat;
    padding-bottom: 250px;
}
.about_footer {
    margin-top: 0;
}
.win_active {
    width: 600px;
    height: 420px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -300px;
    z-index: 333;
}
.win_active .win_tit {
    color: #be0000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 28px;
}
.win_active ul {
    padding-top: 10px;
}
.win_active ul li {
    height: 70px;
    width: 500px;
    padding-left: 95px;
    font-size: 16px;
}
.win_active ul li span {
    line-height: 50px;
    color: #666666;
    width: 60px;
    padding-right: 18px;
    text-align: right;
    float: left;
}
.win_active ul li input {
    float: left;
    width: 285px;
    height: 48px;
    background-color: #eeeeee;
    line-height: 48px;
    color: #666666;
    padding: 0 0 0 13px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    font-size: 16px;
}
.win_active ul li i {
    float: left;
    width: 15px;
    height: 15px;
    margin: 17px 0 0 7px;
}
.win_active ul li i.success {
    background: url("../img/icon.png") no-repeat -232px -31px;
}
.win_active ul li i.error {
    background: url("../img/icon.png") no-repeat -248px -31px;
}
.win_active ul li .error_text {
    float: left;
    color: #eb4f38;
    font-size: 14px;
    line-height: 50px;
    margin-left: 5px;
    width: 90px;
}
.win_active ul li .input_code {
    float: left;
    width: 298px;
}
.win_active ul li .input_code input {
    width: 135px;
}
.win_active ul li .input_code .code_img {
    width: 140px;
    height: 50px;
    background-color: #fff;
    float: right;
}
.win_active ul li .input_code .code_img img {
    width: 100%;
    height: 100%;
}
.win_active .align_center {
    text-align: center;
}
.win_active .win_active_btn {
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    background-color: #ffc323;
    font-size: 20px;
    width: 148px;
    height: 48px;
    border-radius: 24px;
    margin: 0 auto;
}
.win_active dt {
    margin-top: 130px;
    text-align: center;
    color: #666666;
    font-size: 24px;
}
.win_active dd {
    text-align: center;
    margin-top: 24px;
    color: #066666;
    font-size: 16px;
}
.win_active_close {
    width: 73px;
    height: 72px;
    background: url("../img/close.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.win_active_close:hover {
    transform: rotate(180deg);
}
.family_server {
    padding-top: 40px;
}
.family_wrap {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.family_wrap .family_item {
    margin-bottom: 40px;
}
.family_wrap h2 {
    margin-bottom: 40px;
    font-weight: normal;
}
.family_wrap p span {
    color: #2faf01;
}
.family_wrap p a {
    color: #2faf01;
    text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */


.imghead{
	width: 200px;
	height: 200px;
}
.safe_game_content .personal_game_fl.personal_game_flspe {
    width: 442px;
    height: 244px;
    float: left;
    overflow: hidden;
}
.safe_game_content .personal_game_fl img {
    width: 100%;
    height: 100%;
}
.safe_game_content .personal_game_fr.personal_game_frspe {
    float: right;
    width: 902px;
    height: 242px;
    box-sizing: border-box;
    border: 1px solid #d7dce3;
    padding: 0 27px;
    color: #2b2b2b;
}
.safe_game_content .personal_game_fr.personal_game_frspe h2 {
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding-right: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    width: 100%;
    border-bottom: 1px solid #2676cf;
}
.safe_game_content .personal_game_fr.personal_game_frspe p {
    padding: 8px 0;
    line-height: 30px;
    font-size: 14px;
    height:60px;
    text-overflow:-o-ellipsis-lastline;
 overflow:hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.personal_game_fr.personal_game_frspe .personal_info{
	height: 80px;
	margin-top: 10px;
}
.personal_game_fr.personal_game_frspe .personal_info p{
	font-size: 14px;
	line-height: 30px;
	padding: 0;
	height: 30px;
}
.personalred{
	color: red;
}

a.serve_title1{
    width: 202px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
a.serve_title2{
    width: 66px;
    text-align: right;
}
.safe_game_content .personal_game_fr h2 a{
    display: block;
    color: #000000;
    text-decoration: none;
}