@import url(../font/iconfont.css);
@import url(./public/index.css);
@import url(./public/game.css);
@import url(./public/news.css);
@import url(./public/service.css);
@import url(./public/dialog.css);
@import url(./public/page.css);

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #FFFFFF;
    color: #000000;
}

body {
    background-color: #F5F5F5;
}

article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

input, select, textarea {
    font-size: 100%;
}

input::placeholder {
    color: #BBBBBB;
}

input, button {
    outline-style: none;
}

button {
    cursor: pointer;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

b {
    font-weight: normal;
}

fieldset, img {
    border: 0;
    vertical-align: middle;
}

iframe {
    display: block;
}

abbr, acronym {
    border: 0;
    font-feature-settings: normal;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

q:after, q:before {
    content: "";
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

a {
    color: #FFFFFF;
    transition: color .2s;
}

a, a:hover, ins {
    text-decoration: none;
}

:focus, a:focus {
    outline: 0;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bd0 {
    border: none !important;
}

.placeholder {
    color: #BBBBBB;
}

body, html {
    min-width: 1200px !important;
    overflow: auto !important;
}

body {
    min-height: 100vh;
    background-color: #F5F5F5;
}

.parting {
    height: 4px;
    width: 100%;
    background-color: #FF8500;
    margin-bottom: 10px;
}

.gdesc {
    background-color: #FFFFFF;
    padding-left: 20px;
    padding-right: 26px;
}

.gdesc-title {
    line-height: 76px;
    font-size: 26px;
    color: #333333;
}

.gdesc-content {
    line-height: 21px;
    font-size: 16px;
    color: #999999;
    padding-bottom: 30px;
}

.gdesc-more {
    line-height: 50px;
    text-align: right;
    font-size: 16px;
    color: #FF8500;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gdesc-more:active {
    color: #D76C00;
}

.gphoto {
    background-color: #FFFFFF;
    width: 100%;
    padding-left: 20px;
    padding-right: 26px;
    padding-bottom: 23px;
    border-bottom: 1px solid #E6E6E6;
}

.gphoto-wrap {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}

.gphoto-item {
    display: inline-block;
    margin-right: 16px;
}

.gphoto img {
    height: 290px;
}

.gnews {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 18px;
}

.gnews-title {
    padding-left: 20px;
    font-size: 20px;
    color: #333333;
}

.gnews-content {
    padding-right: 24px;
    margin-bottom: -20px;
}

.gnews-more {
    padding: 10px 0;
    font-size: 18px;
    color: #FF8500;
    cursor: pointer;
    text-align: center;
}

.gnews-more:active {
    color: #D76D00;
}

.gbox {
    background-color: #FFFFFF;
    padding: 0 20px;
}

.gbox-tab {
    border-bottom: 1px solid #E6E6E6;
}

.gbox-tab h1 {
    width: 33.33%;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 83px;
    cursor: pointer;
}

.gbox-tab h1 b {
    margin-left: 5px;
    font-size: 14px;
    color: #999999;
}

.gbox-tab .active {
    position: relative;
    color: #FF8500;
}

.gbox-tab .active:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #FF8500;
}

.gbox-content-item {
    display: none;
}

.gbox-content-item:first-child {
    display: block;
}

.ggift {
    padding: 40px 20px 0px 20px;
}

.gservice {
    padding: 40px 63px 0px 63px;
}

.gservice-item {
    width: 312px;
    line-height: 55px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #F5F5F5;
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}

.gservice-item:nth-child(1n) {
    float: left;
}

.gservice-item:nth-child(2n) {
    float: right;
}

.gservice .active {
    background: rgba(255, 133, 0, 0.2);
    color: #FF8500;
}

.gcmt-smy {
    height: 177px;
    overflow: hidden;
}

.gcmt-smy-l {
    float: left;
    padding: 19.5px 0 19.5px 42px;
}

.gcmt-smy-l-title {
    font-size: 20px;
    color: #666666;
    line-height: 26px;
}

.gcmt-smy-l-point {
    line-height: 52px;
    font-size: 40px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 7px;
}

.gcmt-smy-l-stars {
    overflow: hidden;
}

.gcmt-smy-l-stars i {
    float: left;
    margin-right: 4px;
    color: #FF8500;
    font-size: 18px;
}

.gcmt-smy-l-cmtn {
    margin-top: 7px;
    line-height: 21px;
    font-size: 16px;
    color: #999999;
}

.gcmt-smy-rate {
    float: left;
    margin-left: 64px;
    padding: 34.5px 0;
}

.gcmt-smy-rate-row {
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
}

.gcmt-smy-rate-row:last-child {
    margin-bottom: 0;
}

.gcmt-smy-rate-stars {
    text-align: right;
    width: 90px;
    float: left;
    overflow: hidden;
}

.gcmt-smy-rate-stars i {
    font-size: 18px;
    color: #FF8500;
    float: right;
}

.gcmt-smy-rate-text {
    float: left;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    margin-right: 20px;
}

.gcmt-smy-rate-line {
    margin: 8px 0;
    float: left;
    width: 365px;
    height: 4px;
    background-color: #F5F5F5;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.gcmt-smy-rate-line i {
    position: absolute;
    width: 0%;
    height: 4px;
    background-color: #FF8500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.gcmt-score {
    background-color: #F5F5F5;
    width: 100%;
    height: 156px;
    position: relative;
    padding-top: 32px;
    padding-bottom: 20px;
    text-align: center;
}

.gcmt-score__unlogin {
    height: auto;
    padding-bottom: 32px;
}

.gcmt-score__unlogin i {
    display: block;
    font-size: 80px;
    color: #CCCCCC;
}

.gcmt-score__unlogin span {
    font-size: 18px;
}

.gcmt-score__unlogin span b {
    cursor: pointer;
    color: #FF8500;
}

.gcmt-score__unlogin span b:hover {
    text-decoration: underline;
}

.gcmt-score-rt {
    right: 20px;
    top: 20px;
    position: absolute;
    color: #FF8500;
    background: none;
    cursor: pointer;
    border: none;
    overflow: hidden;
    line-height: 21px;
}

.gcmt-score-rt:active {
    color: #D76E00;
}

.gcmt-score-rt i {
    float: left;
    font-size: 19px;
    margin-right: 11px;
}

.gcmt-score-rt span {
    float: left;
}

.gcmt-score-user {
    font-size: 14px;
    color: #333333;
}

.gcmt-score-user img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 11px;
}

.gcmt-score-stars {
    display: inline-block;
    margin-top: 12px;
    padding-left: 50px;
    overflow: hidden;
}

.gcmt-score-stars img {
    float: left;
    cursor: pointer;
    width: 40px;
    margin-right: 13px;
}

.gcmt-score-stars img:last-child {
    margin-right: 0;
}

.gcmt-score-stars span {
    float: left;
    font-size: 16px;
    line-height: 38px;
    margin-left: 15px;
    color: #666666;
    width: 50px;
}

.gcmt-wrap {
    padding-bottom: 20px;
}

.pop__comment .pop-content {
    width: 560px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    left: calc(50% - 560px / 2);
    top: calc(50% - 600px / 2);
    overflow: hidden;
}

.pop__reply .pop-content {
    width: 560px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    left: calc(50% - 560px / 2);
    top: calc(50% - 600px / 2);
    overflow: hidden;
}

.cmddag-header {
    height: 76px;
    line-height: 76px;
    padding: 0 30px;
    background: #FF8500;
    position: relative;
}

.cmddag-header i {
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cmddag-avatar {
    display: inline-block;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.cmddag-uname {
    display: inline-block;
    line-height: 56px;
    font-size: 16px;
    color: #FFFFFF;
}

.cmddag-content {
    padding: 21px 30px 30px 35px;
    overflow: hidden;
}

.cmddag-game {
    float: left;
}

.cmddag-game img {
    width: 100px;
    height: 100px;
    margin-bottom: 11px;
}

.cmddag-game p {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    width: 100px;
}

.cmddag-input {
    float: right;
    width: 375px;
}

.cmddag-input-stars {
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.cmddag-input-stars img {
    float: left;
    cursor: pointer;
    width: 40px;
    margin-right: 13px;
}

.cmddag-input-stars img:last-child {
    margin-right: 0;
}

.cmddag-input-stars span {
    float: left;
    font-size: 16px;
    line-height: 38px;
    margin-left: 15px;
    color: #666666;
    width: 50px;
}

.cmddag-input-textarea {
    color: #333333;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    height: 207px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: rgba(216, 216, 216, 0.2);
}

.cmddag-ftr {
    border-top: 1px solid #E6E6E6;
    height: 87px;
    line-height: 87px;
    text-align: right;
}

.cmddag-ftr button {
    width: 100px;
    line-height: 48px;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 30px;
    display: inline-block;
}

.cmddag-ftr-cancel {
    background-color: #E6E6E6;
    color: #333333;
}

.cmddag-ftr-cancel:active {
    background-color: #CDCDCD;
}

.cmddag-ftr-confirm {
    background-color: #FF8500;
    color: #FFFFFF;
}

.cmddag-ftr-confirm:active {
    background-color: #D76C00;
}

.rpydag-header {
    background-color: #FF8500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    padding: 13px 30px 20px 30px;
}

.rpydag-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.rpydag-users {
    margin-bottom: 11px;
    overflow: hidden;
    position: relative;
}

.rpydag-users-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 27px;
    font-size: 27px;
    top: 22px;
}

.rpydag-users-l {
    float: left;
}

.rpydag-users-r {
    float: right;
}

.rpydag-users-avatar {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #E6E6E6;
    margin-bottom: 7px;
}

.rpydag-users-name {
    width: 56px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
}

.rpydag-content {
    padding: 30px;
}

.rpydag-content textarea {
    background: rgba(216, 216, 216, 0.2);
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    width: 100%;
    height: 207px;
    padding: 15px;
    color: #333333;
    resize: none;
}

.rpydag-ftr {
    border-top: 1px solid #E6E6E6;
    height: 87px;
    line-height: 87px;
    text-align: right;
}

.rpydag-ftr button {
    width: 100px;
    line-height: 48px;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 30px;
    display: inline-block;
}

.rpydag-ftr-cancel {
    background-color: #E6E6E6;
    color: #333333;
}

.rpydag-ftr-cancel:active {
    background-color: #CDCDCD;
}

.rpydag-ftr-confirm {
    background-color: #FF8500;
    color: #FFFFFF;
}

.rpydag-ftr-confirm:active {
    background-color: #D76C00;
}

/*# sourceMappingURL=detail.css.map */
