
/*通用顶部*/
.sy-topBar-include{
    width: 100%;
    height: 51px;
    background-color: #fdfdfd;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.sy-topBar-include-warp{
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}
.sy-topBar-logo{
    float: left;
    width: 125px;
    height: 100%;
    box-sizing: border-box;
    padding: 5px 0;
}
.sy-topBar-logo a{
    display: block;
    width: 100%;
    height: 36px;
}
.sy-topBar-logo img{
    width: 100%;
    height: 100%;
}
.sy-topBar-right{
    float: right;
}
.sy-topBar-right>div{
    float: right;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #8d8d8d;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 7px;
}
.sy-topBar-right>div>a{
    display: block;
    height: 100%;
    font-size: 14px;
    color: #8d8d8d;
}

.sy-topBar-right .sy-topBar-games-btn{
    width: 105px;
    border: 1px solid #d4dadf;
    text-align: left;
    box-sizing: border-box;
    line-height: 28px;
    color: #333;
    padding-left: 15px;
    position: relative;
}
.sy-topBar-games-btn .i-triangle{
    width: 11px;
    height: 7px;
    right: 11px;
    top: 11px;
    display: block;
    position: absolute;
    background: url(../images/down_icon.png) center no-repeat;
    background-size: contain;
}
.sy-topBar-right .sy-topBar-games-btn:hover .i-triangle{
    background:url(down_blue.png) center no-repeat;
    background-size: contain;
}
.sy-topBar-right .sy-topBar-games-btn:hover{
    color: #4bb7fb;
    border: 1px solid #4bb7fb;
}
.m-pop{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 45px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 200;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.m-pop-hover:hover .m-pop {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.menu-con{
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #fff;
    width: 532px;
    min-height: 231px;
    height: auto;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    padding: 0 2px 30px 2px;
}
.menu-con h2{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    height: 57px;
    line-height: 56px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    text-indent: 43px;
    position: relative;
}
.menu-con h2 i{
    content: '';
    position: absolute;
    left: 22px;
    top: 18px;
    display: block;
    width: 5px;
    height: 20px;
    background-color: #46a6fd;
}
.menu-con ul{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.menu-con li{
    float: left;
    width: 124px;
    box-sizing: border-box;
    padding-top: 27px;
    height: 150px;
}
.menu-con li a{
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #000;
    font-size: 17px;
}
.menu-con li a:first-child{
    display: block;
    width: 85px;
    height: 85px;
}
.menu-con li a:first-child img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.menu-con li a:first-child+a{
    height: 33px;
    line-height: 33px;
}
.sy-topBar-server{
    margin-right: 24px;
}
.sy-topBar-server a>img,.sy-topBar-wechat a>img,.sy-topBar-collect a>img,.sy-topBar-recharge a>img{
    width: 17px;
    vertical-align: middle;
    margin-right: 1px;
    position: relative;
    top: -1px;
}
.sy-topBar-wechat-content{
    position: absolute;
    width: 216px;
    height: 106px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    left: -50px;
    top: 48px;
}
.sy-topBar-wechat .m-pop::after {
    position: absolute;
    content: '';
    top: -14px;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 8px 8px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff
}
.sy-topBar-wechat-content div{
    height: 91px;
    float: left;
    text-align: center;
    width: 100px;
    margin-top: 7px;
}
.sy-topBar-wechat-content .sy-topBar-wechat-content-tip{
    width: 114px;
    box-sizing: border-box;
    padding-top: 22px;
}
.sy-topBar-wechat-content span{
    position: absolute;
    width: 1px;
    height: 82px;
    left: 100px;
    top: 12px;
    background-color: #d7d7d7;
}
.sy-topBar-collect>img{
    position: relative;
    width: 18px;
    top: -2px;
}
.sy-topBar-recharge>img{
    width: 16px;
    position: relative;
    top: -1px;
}
.sy-topBar-right .sy-topBar-login a,.sy-topBar-right .sy-topBar-account a{
    display: inline-block;
    padding: 0 10px;
}
.sy-topBar-right .sy-topBar-account a{
    padding: 0 6px;
}
.sy-topBar-right .sy-topBar-account a em,.sy-topBar-right .sy-topBar-account a span{
    font-style: normal;
    color: #ff7f32;
}
.sy-topBar-right .hov:hover>a,.sy-topBar-right>div .hov:hover{
    color: #4bb7fb;
}
.sy-topBar-right .hov:hover>a>img:nth-of-type(1){
    display: none;
}
.sy-topBar-right .hov:hover>a>img:nth-of-type(2){
    display: inline-block;
}

/**********通用input组件*********/
.group-input{
    /*height: 45px;*/
}
.group-main{
    height: 45px;
    width: auto;
    position: relative;
}
/*清楚按钮*/
.clear-input{
    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    cursor: pointer;
    background: url(input_close_icon.png) center no-repeat;
    background-size: 15px;
    background: none\9;
}
.group-left{
    float: left;
    width: 194px;
    height: 100%;
    text-align: right;
    line-height: 34px;
    font-size: 14px;
    color: #666;
}
.group-code{
    display: block;
    float: left;
    height: 100%;
    width: 108px;
    background-color: #e5e5e5;
    outline: none;
    text-align: center;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    margin-left: 6px;
    cursor: pointer;
}
.group-code.gray{
    background-color: #999;
    font-size: 14px;
    color: #333;
}
.group-right{
    float: right;
    width: 262px;
    height: 100%;
    text-align: left;
    line-height: 34px;
    font-size: 14px;
    color: #999;
}
/*input*/
.g-input{
    height: 100%;
    width: 320px;
    /*line-height: 43px;*/
    font-size: 14px;
    color: #8d8d8d;
    /*text-indent: 52px;*/
    text-indent: 42px;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background:none;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    float: left;
}
.g-input::placeholder{
    font-size: 14px;
    color: #c3c3c3;
}
.group-reminder-icon{
    position: absolute;
    left: 12px;
    top: 30%;
}
/*底部通用提示文本*/
.group-bottom-reminder{
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    color: #a8a8a8;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 80px;
}
.grout-captcha{
    height: 100%;
    float: right;
    width: 142px;
}
.grout-captcha>img{
    display: block;
    width: 101px;
    height: 100%;
    float: left;
    cursor: pointer;
}
.grout-captcha span{
    display: block;
    float: left;
    width: 41px;
    height: 100%;
    background: url(refrech.png) center no-repeat;
    background-size: 29px 25px;
    cursor: pointer;
}
.pop-login .g-input{
    line-height: 43px\9;
}

.pop-register .g-input{
    line-height: 34px\9;
}

/**********通用input组件*********/



/******提交中动画******/
/*提交显示加载中*/
.submit_loading{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    text-align: center;
    padding-top: 350px;
    z-index: 200;
    box-sizing: border-box;
}
.submit_loading div{
    margin: 0 auto;
    width: 27vw;
    height: 30vw;
    border-radius: 1.3vw;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6vw;
    line-height: 8vw;
}
.submit_loading img{
    width: 30px;
    height: 30px;
    animation: rotation 2s infinite linear;
    -moz-animation: rotation 2s infinite linear;	/* Firefox */
    -webkit-animation: rotation 2s infinite linear;	/* Safari 和 Chrome */
    -o-animation: rotation 2s infinite linear;	/* Opera */
}

@keyframes rotation{
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

/******提交中动画******/

/**********自定义登录注册弹窗***********/
.defined-pop{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)\9;
    text-align: center;
    padding-top: 150px;
    z-index: 150;
    box-sizing: border-box;
}
.pop-login{
    display: none;
    margin: 0 auto;
    width: 400px;
    height: 373px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
}
.pop-login .title,.pop-register .title{
    height: 68px;
    text-align: center;
    font-size: 24px;
    color: #666;
}
.pop-login .title h2,.pop-register .title h2{
    font-size: 24px;
    color: #666;
    font-weight: normal;
    line-height: 70px;
}
.pop-register .title{
    height: 91px;
}
.pop-register .title h2{
    line-height: 83px;
}

.pop-login .group-input{
    margin-bottom: 10px;
}

.pop-login .group-about{
    height: 40px;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 33px;
    text-align: left;
}
.pop-login .group-about input{
    width: 14px;
    height: 14px;
    background-color: #e8e8e8;
    border: 1px solid #b2b2b2;
    display: inline-block;
    float: left;
    color: #333;
    font-size: 20px;
    position: relative;
    top: 8px;
}
.pop-login .captcha{
    display: none;
}
.pop-login .captcha .g-input{
    width: 166px;
}
.pop-login .captcha .clear-input{
    right: 154px;
}

.pop-login .group-about a{
    display: block;
    float: right;
    height: 33px;
    line-height: 33px;
    color: #6c6c6c;
}
.pop-login .group-about a:hover{
    color: #46a6fd;
}
.pop-login .submit,.pop-login .recharge-submit{
    height: 51px;
    display: block;
    width: 320px;
    border-radius: 10px;
    line-height: 51px;
    text-align: center;
    background-color: #4c9dfb;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;  //自定义边框
outline: none;    //消除默认点击蓝色边框效果
}
.pop-login .group-about1,.pop-register .group-about1{
    text-align: center;
    height: 49px;
    line-height: 50px;
    color: #666;
}
.pop-register .group-about1{
    height: 70px;
    line-height: 70px;
}
.pop-login .group-about1 a,.pop-register .group-about1 a{
    color: #fd9f31;
}
.pop-close{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 3px;
    right: 5px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
}
.pop-close img{
    width: 22px;
    height: 22px;
}

.pop-register{
    display: none;
    margin: 0 auto;
    width: 400px;
    height: 481px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
}
.pop-register .group-main{
    height: 36px;
}
.pop-register .group-left{
    width: 78px;
}
.pop-register .g-input{
    width: 242px;
    text-indent: 10px;
}
.pop-register>div:nth-of-type(3) .g-input{
    width: 133px;
}
.pop-register>div:nth-of-type(3) .group-code{
    width: 102px;
}
.pop-register>div:nth-of-type(3) .clear-input{
    right: 108px;
}
.pop-register>div:first-child+div+div .g-input{
    width: 133px\9;
}
.pop-register>div:first-child+div+div .group-code{
    width: 102px\9;
}
.pop-register>div:first-child+div+div .clear-input{
    right: 108px\9;
}
.pop-register .group-about2{
    height: 65px;
    line-height: 65px;
    color: #6c6c6c;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 80px;
    font-size: 14px;
}
.pop-register .group-about2 a{
    color: #6c6c6c;
}
.pop-register .group-about2 a:hover{
    color: #4b9dfb;
}
.pop-register .submit{
    height: 51px;
    display: block;
    width: 320px;
    border-radius: 10px;
    line-height: 51px;
    text-align: center;
    background-color: #4c9dfb;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;  //自定义边框
outline: none;    //消除默认点击蓝色边框效果
}
.pop-register .group-about1 a{
    text-decoration: underline;
}


/**********自定义登录注册弹窗***********/

/*toast*/
.cpt-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    text-align: center;
    animation-duration: 0.3s;
    max-width: 300px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
    /*font-family: '微软雅黑','Microsoft Yahei';*/
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    word-wrap: break-word;
}


