* {
    margin: 0px auto;
    padding: 0px;
}

body {
    text-align: center;
    color: #8d8d8d;
    background: #fff;
    font: normal 12px/1.2rem Microsoft YaHei;
    margin: 0;
}

html {
    font-size: 62.5%
    /*font-size: 100%;*/
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

focus {
    outline: none;
}

a:focus {
    outline: none;
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

p {
    text-align: left;
}
pre{
    font-family: Microsoft YaHei;
    text-align: left;
}

.clearfix {
    clear: both;
}

.l {
    float: left
}

.r {
    float: right
}

.wrap {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.sgs_downloads {
    width: 100%;
    height: 110px;
    padding-top: 19px;
}

.sgs_logo {
    margin-left: 2%;
}

.sgs_info {
    width: 40%;
    margin: 15px 0 0 2%;
    text-align: left
}

.sgs_info span {
    font-size: 1.8rem;
    width: 100%;
    line-height: 2.2rem;
    display: block
}

.sgs_game_name {
    font-size: 2.2rem !important;
    line-height: 2.8rem !important;
    color: #3b3b3b !important;
}

.btn_downloads {
    width: 25%;
    border: 1px solid #ff8b19;
    border-radius: 5px;
    margin: 15px 2% 0 0;
}

.btn_downloads a {
    width: 100%;
    color: #ff8b19;
    height: 69px;
    line-height: 69px;
    display: block;
    font-size: 3.5rem;
    /*padding: 0 2%*/
}

.sgs-container {
    width: 100%;
    /*height: 423px;*/
    background: #000;
}

.video_sgs {
    width: 100%;
    height: 423px;
}

#video_sgs {
    width: 100%;
    height: 100%;
    /*height: 423px;*/
    border: none;
}

.sgs_video_info {
    width: 100%;
    height: 201px;
}

.sgs_video_info_profile {
    width: 65%;
    margin: 22px 0 0 2%;
    overflow: hidden;
}

.sgs_video_info_profile span {
    width: 100%;
    font-size: 2.4rem;
    line-height: 2.4rem;
    display: block;
    text-align: left;
    margin-top: 24px;
    color: #2b2b2b;
}

.sgs_video_info_t {
    color: #9d9d9d !important;
    display: inline !important;
    padding-right: 2px;
}

.sgs_video_info_nickname {
    color: #0072ff !important;
}

.sgs_video_btn {
    width: 29%;
    /*width: 20%;*/
    margin: 23px 2% 0 0;
    max-width: 145px;
}

.btn_share {
}

.btn_good {
    border: 2px solid #ff8b19;
    border-radius: 5px;
    line-height: 55px;
    margin-top: 23px;
}

.btn_good_no {
    border: none !important;
}


.btn_good img {
    float: left;
    margin: 10px 0 0 6px;
    /*width: ;*/
}

.btn_good a {
    width: 100%;
    height: 55px;
    display: block;
    padding: 0 3%;
    color: #ff8b19;
    font-size: 2.4rem;
}

.btn_good span {
    padding-right: 2%
}

.sgs_recommend_video {

}

.sgs_recommend_video_t {
    width: 100%;
    height: 60px;
    background: #5096ed;
    line-height: 60px;
    text-align: left;
    color: #ffffff;
    font-size: 2.8rem;
    text-indent: 2%;
}

.sgs_recommend_video_list {
    width: 100%
}

.sgs_recommend_video_list .sgs_recommend_video_d {
    width: 98%;
    height: 100px;
    border-top: 1px solid #dcdcdc;
    background: #ececec;
    padding: 17px 0 21px 2%;
}

.sgs_recommend_video_d_info {
    width: 67%;
    margin: 20px 0 0 2%
}

.sgs_recommend_video_d_info span {
    width: 100%;
    font-size: 2.4rem;
    display: block;;
    float: left;
    text-align: left;
    line-height: 2.8rem;
    color: #2b2b2b;
}

.sgs_recommend_video_d_info_t {
    width: auto !important;
    display: inline !important;
    color: #8d8d8d !important;
    margin-right: 2px;
}

.sgs_recommend_video_d_info_hot {
    color: #ff8b19 !important
}

#cover {
    width: 100%;
    height: 100%;
    background: #000 url("../img/share_wx.png") no-repeat top right;
    position: absolute;
    z-index: 9999;
    overflow: hidden
}
#ercode {
    width: 222px !important;
    position: absolute;
    top: 20%;
    width: 100%;
    left: -moz-calc((100% - 222px) / 2);
    left: -webkit-calc((100% - 222px) / 2);
    left: calc((100% - 222px) / 2);
    z-index: 9999;
}

#ercode img {
    float: left;
    border: 1px solid #000;
}

#ercode span {
    width: 100%;
    float: left;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #2b2b2b;
    font-size: 2.4rem;
    background: #fff;
}

#ercode span a {
    float: right;
    font-size: 4.2rem;
    font-weight: bold;
    color: #ccc;
    display: block;
    height: 40px;
}

.video_sgs_none {
    width: 100%;
    height: 423px;
    font-size: 3.2rem;
    line-height: 27rem;
    font-weight: bold;
}

.screen {
    width: 100%;
    position: absolute;

}

.coverbg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
    top: 0;
    display: none;
}

.ercoverbg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.0;
    top: 0;
    display: none;
}

.msgs_header {
    height: 80px;
    background: #ececec;
    line-height: 80px;
    /*font-size: 1.875rem;*/
    font-size: 2.2rem;
    color: #2b2b2b;
}

.msgs_header ul {
    width: 70%;
    margin: 0 15%;
}

.msgs_header ul li {
    float: left;
    width: 50%;
    display: block;
}

.msgs_header ul li a {
    width: 100%;
    color: #9d9d9d;
    height: 100%;
    display: block;
}

.choice {
    height: 75px;
    border-bottom: 5px solid #ff7b36;
}
.choice a{
    color: #ff7b36 !important;
}

.msgs_video_index,.msgs_video_index_lable {
    width: 98%;
    height: 124px;
    border-bottom: 1px solid #dcdcdc;
    padding:35px 0 0 3%;
    font-size: 1.5rem;
}
.mvideo-info{
    margin-left: 2%;
    text-align: left;
    margin-top: 20px;
}
.mvideo-info span{
    width: 100%;
    display: block;
    line-height: 2.5rem;
    color: #2b2b2b;/*
    font-size: 1.5rem;*/
    font-size: 1.8rem;
}
.mvideo-info pre{
    float: left;
    margin: 0;
    padding: 0;
    color: #9d9d9d;
}
.mvideo-zan{
    width: 18%;
    max-width: 142px;
    height: 32px;
    line-height: 32px;
    margin-right: 3%;
    margin-top: 43px;
    border: 1px solid #ff8b19;
    padding: 5px;
    border-radius: 5px;
    color: #ff8b19;
    text-align: center;
    cursor: pointer;
}
.mvideo-zan img{
    margin: 0 2px 0 0;
    float: left;
}
.mvideo-zan span{
    font-size: 2.4rem;
    /*float: left;*/
}
.msgs-video-profile{
    width: 100%;
    padding: 25px 0;
    display: none;
}
.msgs-video-more{
    float: left;
    height: auto;
    background: #f4f4f4;
}
.msgs-video-profile-c{
    line-height: 2.0rem;
    text-align: left;
    width: 96%;
    margin-right: 2%;
}
.msgs-video-profile-c span{
    width: 98%;
    margin-left: 3%;
    color: #2b2b2b;
}
.msgs-video-profile-c span pre{
    color: #b5b5b5;
    margin-bottom: 5px;
}
.msgs-video-profile-c span a{
    color: #3e95ed;
}
.btn-play{
    margin:45px 2% 0 0 ;
    width: 20% !important;
    text-align: center;
}
.btn-play span{
    width: 100%;
    display: block;
    color: #9d9d9d;
}
.msgs-btn{
    width: 100%;
}
.msgs-btn ul li{
    float: left;
    width: 23%;
    margin:70px 1% 0 1%;
    display: block;
    text-align: center;
}
.msgs-btn ul li span{
    color:#b5b5b5;
    display: block;
    margin-top: 10px;
}
.getmore{
    width: 100%;
    height: 103px;
    border-top: 2px solid #dcdcdc;
    background: #f4f4f4;
    padding-top: 10px;
}
.mvideo-zan_no {
    border: 1px solid #fff;
}

.msgs_gift{
    width: 98%;
    height: 124px;
    border-bottom: 1px solid #dcdcdc;
    padding: 35px 0 0 3%;
    font-size: 1.5rem;
}
.msgs_gift img{
    float: left;
}
.msgs_gift ul{
    float: left;
    line-height: 2.5rem;
    color: #2b2b2b;
    text-align: left;
    margin-left: 3%;
    font-size: 1.8rem;
    margin-top: 10px;
}
.msgs_gift ul li{
     margin-top: 5px;
}
.msg_to_be_continue,.msg_send{
    width: 25%;
    margin:15px 4% 0 0;
}
.msg_to_be_continue a,.msg_send a{
    float: left;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    line-height: 2.5rem;
    font-size: 2.3rem;
    background: #ff8b19;
    cursor: default;
}