

@charset "utf-8";
/*banner开始*/
.main-banner {
    height: 314px;
    position: relative;
    background: url(../images/megagame/banner.png) center no-repeat;
}
.main-banner-cont {
    padding: 60px 0 0;
    color: #fff;
}
.main-banner-title {
    height: 70px;
    line-height: 70px;
    font-size: 44px;
}

.main-banner-descrip {
    font-size: 18px;
    line-height: 30px;
}
.main-banner-btns {
    padding: 20px 0 0;
}
.protal-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 17px 0 0;
    cursor: pointer;
}
.protal-btn-green {
    background-color: #20b09f;
    border-color: #20b09f;
    color: #fff;
}
/*banner结束*/

.megagame_nav{
    width: 100%;
    height: 59px;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
}

.megagame_nav .menu{
    width: 100%;
    height: 59px;
    display: flex;
    /* background: #32363a; */
    margin-left: 0px;
}
.megagame_nav .menu li{
    flex: 1;
    color: #333;
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.megagame_nav .menu li img{
    margin: 0px 10px -11px 0px;
}
.megagame_nav .menu li span{
    font-size: 14px;
    color: #20b09f;
    font-weight: normal;
}
.border{
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #20b09f;
}




.megagame_content{
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
    padding-bottom: 78px;
}
.megagame_content .details{
    width: 100%;
    background: #fff;
    display: none;
}
.megagame_content .details ul{
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.megagame_content .details ul li{
    width: 100%;
    height: 232px;
    border-bottom: 1px solid #e5e5e5;
}
.megagame_content .details ul li:last-child{
    border-bottom: none;
}

.megagame_content .details ul li .left{
    width: 181px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.megagame_content .details ul li .left img{
    display: block;
    margin:60px auto 0;
}
.megagame_content .details ul li .left p{
    font-size: 18px;
    text-align: center;
    color: #333;
    font-weight: bold;
    line-height: 232px;
}
.megagame_content .details ul li .left p.ranking{
    margin-top: 23px;
    line-height: 18px;
}
.megagame_content .details ul li .zhong{
    width: 213px;
    height: 100%;
    position: relative;
    float: left;
}
.megagame_content .details ul li .zhong img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 213px;
    height: 159px;
}
.megagame_content .details ul li .portrait{
    width: 100px;
    height: 100%;
    float: left;
}
.megagame_content .details ul li .portrait img{
    border-radius: 100px;
    width: 40px;
    display: block;
    margin-left: 39px;
    margin-top: 48px;
}
.megagame_content .details ul li .right{
    width: 704px;
    height: 100%;
    float: left;
    position: relative;
}
.megagame_content .details ul li .right .name{
    font-size: 20px;
    color: #333;
    margin-top: 54px;
    font-weight: bold;
}
.megagame_content .details ul li .right .experience{
    font-size: 14px;
    color: #666;
    margin-top: 22px;
}
.megagame_content .details ul li .right .experience span{
    color: #d81010;
}
.megagame_content .details ul li .right .region{
    font-size: 14px;
    color: #666666;
    margin-top: 16px;
}
.megagame_content .details ul li .right .introduce{
    font-size: 12px;
    color: #999;
    margin-top: 16px;
}
.megagame_content .details ul li .right .realize{
    width: 98px;
    height: 30px;
    border: 1px solid #20b09f;
    position: absolute;
    right: 40px;
    bottom: 30px;
}
.megagame_content .details ul li .right .realize p{
    font-size: 12px;
    color: #20b09f;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.megagame_content .details ul li .right .realize p img{
    margin: 0px 0px 0px 4px;
}


.megagame .keeper-main-contact{
    background: #fff;
}
.keeper-title {
    font-size: 24px;
    position: relative;
    text-align: center;
    height: 40px;
}
.keeper-title:before {
    content: "";
    position: absolute;
    width: 50px;
    border-bottom: 2px solid #20b09f;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.keeper-title:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px;
    border-color: #20b09f transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}
.keeper-main-contact{
    padding:60px 0;
}
.keeper-contact-form{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:50px;
    border-top:2px solid #1fb09f;
    padding:60px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.keeper-contact-form .img-block{
    width: 500px;
}
.keeper-contact-form form{
    width:580px;
    box-sizing: border-box;
    padding-left: 80px;
}
.keeper-contact-form .form-item{
    display: flex;
    margin-bottom: 40px;
}
.keeper-contact-form .form-item label{
    font-size: 16px;
    color:#666;
    width:72px;
    text-align: right;
    line-height: 40px;
}
.keeper-contact-form .form-item .form-input{
    width:260px;
    height: 40px;
    border:1px solid #e5e5e5;
}
.keeper-contact-form .form-item .form-input.form-verify{
    width:180px;
}
.keeper-contact-form .form-item .verify-pic{
    width:70px;
    height: 40px;
    border:1px solid #e5e5e5;
    margin-left: 8px;
}
.keeper-contact-form .form-item .verify-pic img{
    width:100%;
    height: 100%;
}
.keeper-form-btn{
    width: 180px;
    height: 40px;
    background: #1fb09f;
    color:#fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-left: 72px;
}