
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: inherit;
    font-family: "Microsoft YaHei",Helvetica,Arial,Microsoft Yahei,sans-serif
}
html,body{
    font-size:14px;
}
a,area {
    display: inline-block;
    outline: 0;
    text-decoration: none
}

ol,ul,li {
    list-style: none
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

img {
    border: 0;
    vertical-align: middle;
    display: block
}

input[type=button],input[type=submit],input[type=file],button,input[type=text],select,input[type=password]{
    cursor: pointer;
    -webkit-appearance: none!important;
    outline: 0;
    /*border-radius: 0!important;*/
    border: none;
}
select{
    font-size: 14px;
}
select::-ms-expand { display: none; }

.fL {
    float: left
}

.fR {
    float: right
}

.claer {
    width: 0;
    height: 0;
    clear: both
}
.middle{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.color02{
    color: #ff4344;
}
.wrap{
    padding-bottom: 44px;
    background-image: linear-gradient(0deg,#e3e3e3 0%,#f2f2f2 50%,#ffffff 100%),
    linear-gradient(#ffffff,#ffffff);
    background-blend-mode: normal,normal;
}
.font-icon{
    display: inline-block;
    background: url(../img/font_icon.png) 0 0 no-repeat;
}
.header{
    height: 90px;
    background-color: #eaeaea;
    box-shadow: 0px 1px 6px 0px rgba(38, 38, 38, 0.1);
}
.nav{
    width: 1000px;
    margin: 0 auto;
}
.nav li{
    font-size: 24px;
    position: relative;
}
.nav a{
    margin-top: 15px;
}
.logo{
    width: 270px;
    height: 56px;
    margin-top: 15px;
    /*margin-right: 134px;*/
    background: url(../img/yoka_logo.png) 0 0 no-repeat;
}
.nav-btn{
    width: 90px;
    height:56px;
    line-height: 56px;
    text-align: center;
    color: #ff4344;
}
.lines-btn{
    margin-left: 18px;
    border-left: 1px solid #bebebe;
}
.input_wrap{
    height: 46px;
    position: relative;
}
.input_wrap label{
    width: 98px;
    height: 46px;
    font-size: 16px;
    text-align: right;
    line-height: 46px;
}
.send-code{
    width: 120px;
    height: 46px;
    background-color: #ff4344;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
}
.input-box{
    width: 506px;
    height: 46px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    position: relative;
}
.cell-input{
    height: 69px;
}
.err-line{
    border: 1px solid #ff4344!important;
}
.alert .send-code{
    width: 120px;
    height: 44px;
    position: absolute;
    top:0;
    right:0;
}
.err-msg{
    color:#ff4344;
}
.cell-input .down-icon{
    position: absolute;
    height:20px;
    width:24px;
    background-position: -81px -48px;
    z-index: 5;
    left: 352px;
}
.reg-img{
    width: 120px;
    height: 44px;
    background-color: #999999;
    border-radius: 4px;
    position: absolute;
    top:0;
    right: 0;
}
.reg-img img{
    width: 120px;
    height: 44px;
    background-color: #999999;
    border-radius: 4px;
    position: absolute;
    top:0;
    right: 0;
}
.remember{
    height: 58px;
}
.remember .input-box{
    border: none;
}
.remember input{
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0;
    z-index: 5;
}
.submit .submit-btn{
    width: 350px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ff4344;
    border-radius: 4px;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 6px;
    box-shadow: 3px 9px 34px -1px #ffc8c8;
}
.submit input {
    width: 350px;
    height: 50px;
    background-color: #ff4344;
    border-radius: 4px;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 6px;
    box-shadow: 3px 9px 34px -1px #ffc8c8;
}
.submit input:hover{
    opacity: 0.9;
}
.submit a:hover{
    opacity: 0.9;
}
/*header*/
.header .nav{
    width: 1208px;
}
.nav a.n-abtn{
    width: 130px;
    height: 75px;
    text-align: center;
    line-height: 28px;
    /*margin: 17px 0 0 65px;*/
}
.n-abtn span{
    display: block;
}
.china-name{
    text-align: center;
    font-size: 20px;
    color: #262626;
}
.china-name a{
    line-height: 32px;
    color: #ff4344;
}
.china-name a.c-line{
    width: 1px;
    height: 18px;
    position: relative;
    top: 3px;
    background-color: #bebebe;
}
.en-name{
    font-size: 14px;
    color: #bebebe;
}
.nav a.n-abtn:hover{
    color: #ff4344;
}
.nav a.n-abtn.active{
    border-bottom: 4px solid #ff4344;
}
.nav-hover-box{
    width: 130px;
    height: 200px;
    background: url(../img/select_bg.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 10;
    display: none;
}
.nav-hover-box  a{
    width: 130px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #262626;
    margin-top: 11px;
}
.nav-hover-box a:hover{
    color: #ff4344;
    text-decoration: underline;
}
.nav li:hover .china-name{
    color: #ff4344;
}
.nav li:hover .nav-hover-box{
    display: block;
}
.banner{
    height:210px;
    background: url(../img/header_bg.jpg) 0 0 no-repeat;
}
.b-nav{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    padding-top: 142px;
}
.b-name{
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
}
.b-nav-btn{
    width: 67px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    margin-left: 24px;
    padding-top: 8px;
    position: relative;
}
.fR li.active a{
    color: #ff4344;
    font-weight: bold;
    border-bottom: 2px solid #ff4344;
}

li.active .triangle_down{
    display: block;
}
.underline{
    display: inline-block;
    height: 50px;
    border-bottom: 2px solid #ff4344;
}
.nav-line{
    width: 1px;
    height: 40px;
    margin:25px 25px 0 0;
    background-color: #bebebe;
}
.triangle_down{
    width: 0;
    height: 0;
    border-width: 12px 10px 0;
    border-style: solid;
    border-color: #262626 transparent transparent;
    position: absolute;
    top: 66px;
    left: 22px;
    z-index: 2;
    display: none;
}

.input-focus{
    border: solid 1px #999999!important;
}
.show{
    display: block;
}
.none{
    display: none;
}
.guide {
    height: 45px;
    line-height: 40px;
    color: #666666;
    border-bottom: 1px solid #f3f3f3;
}
.guide a:hover{
    color: #ff4344;
}
.home-icon{
    width: 15px!important;
    height: 15px!important;
    background-position: 0 -102px;
}
.fixed{
    width: 210px;
    height: 461px;
    position: fixed;
    right: 60px;
    top:395px;
    z-index: 5;
    background: url(../img/fixed_bg.png) 0 0 no-repeat;
}
.fixed_box{
    width: 140px;
    height: 320px;
    margin: 125px auto 0;
    text-align: center;
    color: #ff4344;
}
.fixed_box img{
    display: block;
    width: 130px;
    margin: 0 auto -6px;
}
.f-img-box{
    height: 113px;
    margin: 0 auto;
    overflow: hidden;
}
.f-img-box img{
    margin-top: -9px;
}
.f-lines{
    width: 138px;
    margin: 8px auto 3px;
    height: 1px;
    border-bottom: 1px dashed #d0d0d0;
}
.s-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    color: #262626;
}
.s-title .en-sub{
    font-size: 12px;
    color: #a4a4a4;
    position: relative;
    top:3px;
    padding-left: 3px;
}
/*input 选中前的样式*/
input[type="checkbox"] + label::before {
    content: "\a0";  /*不换行空格*/
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: solid 1px #999999;
    text-align:center;
    line-height:16px;
}
input[type="checkbox"]:checked + label::before {
    background:#ff4344;/*背景图的写法是生效的*/
    border:none;
}
input[type="checkbox"]:checked + label::before {
    border: solid 1px #999999;
    background:url(../img/gou.png) center center no-repeat #fff;
}
.show{
    display:block!important;
}
/*底部样式*/
.footer{
    width: 100%;
    padding: 69px 0;
    position: relative;
    color: #888888;
    border-top: 1px solid  #eae9e9;
}
.footer_box{
    width: 1212px;
    margin: 0 auto;
}
.copyright-left {
    float: left;
    margin:3px 5px 0 0;
}
.copyright-left .lines {
    width: 1px;
    height: 25px;
    border-left: 1px solid #b6b6b6;
    margin-right: 15px;
    margin-bottom: 25px;
    vertical-align: middle;
    display: inline-block;
}
.copyright-left a{
    margin-right: 5px;
}
.copyright-text {
    line-height: 18px;
    float: left;
    text-align: left;
}
.copyrightFloat{
    width: 146px;
    height: 37px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -73px;
    background-position: -217px -213px;
}
.copyright-text .lines{
    width: 1px;
    margin:0 20px 0 10px;
    display: inline-block;
    height: 50px;
    float: left;
    background: #b6b6b6;;
    position: relative;
    top: 2px
}
.copyright-text span{
    font-size: 12px;
}
.footer .hy-reg{
    margin: 0 22px 0 16px;
}

.fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    z-index: 5;
}
.alert{
    position: fixed;
    z-index: 100;
    width: 603px;
    min-height: 421px;
    background-color: #ffffff;
    border-radius: 4px;
    padding-bottom: 37px;
    display: none;
}
.alert-title{
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    background-color: #ff4344;
    border-radius: 4px 4px 0 0;
}
.alert .close{
    width: 32px;
    height: 29px;
    position: absolute;
    right: 12px;
    top: 18px;
    background-position: -101px 0;
}

.err-text{
    height: 333px;
    font-size: 16px;
    line-height: 26px;
    color: #262626;
    padding: 0 50px;
}
.err-text p{
    width: 500px;
}
.button{
    display: block;
    width: 160px;
    height: 46px;
    margin: 27px auto 0;
    background-color: #ff4344;
    border-radius: 4px;
    font-size: 20px;
    color: #ffffff;
}
.button:hover{
    opacity: 0.9;
}

.game-list{
    width: 1215px;
    padding-bottom: 30px;
    overflow: hidden;
    cursor: pointer;
}
.img-box{
    width: 390px;
    height: 201px;
    overflow: hidden;
}
.game-list li{
    width: 390px;
    height: 350px;
    margin: 0 15px 30px 0;
    background-color: #ffffff;
    box-shadow: 3px 9px 31px -13px #cec7c7;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.game-list li:hover .hover-code{
    display:block;
}
.figcaption{
    padding:0 5px 0 8px;
}
.game-name{
    font-size: 20px;
    height: 46px;
    line-height: 50px;
    font-weight: bold;
    color: #262626;
}

.game-intro{
    width: 376px;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    padding-left: 8px;
}
.website{
    width: 96px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    color: #b2b2b2;
    border: solid 1px #b2b2b2;
}
.game-list li:hover .website{
    border: solid 1px #ff4344;
    color: #ff4344;
}
.hover-code{
    width: 390px;
    height: 200px;
    padding: 38px 44px 10px 42px;
    background-color: rgba(255,67,68,0.75);
    border-radius: 4px;
    position: absolute;
    left:0;
    top:0;
    display: none;
}
.hover-code img{
    border-radius:6px;
}
.hover-text{
    width: 180px;
    height: 120px;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    padding-left: 18px;
}
.down-box{
   position: absolute;
    top:50%;
    transform:translateY(-50%);
}
.download-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 5px;
    top: 1px;
    background: url(../img/download_icon.png) 0 0 no-repeat;
}
.download{
    padding-top: 22px;
}
.code_box{
    width: 120px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.code_box img{
    margin-bottom: 3px;
}
.input-box input {
    height:42px;
    position:absolute;
    padding-left:15px;
    color:#999999;
    margin-top:1px;
}
.err-warning {
    background:#fdf2ab url(../img/dialog-warning.gif) no-repeat 1em .55em;
    background-position:8px 17px;
    z-index:111111;
    border-bottom:1px solid #a29330;
    text-align:left;
    cursor:pointer;
    background-color:#fff8ea;
    font:17px Calibri, Helvetica, Arial, sans-serif;
}
.err-warning div {
    padding:11px 12px 11px 30px;
    line-height:1.7em
}