@charset "UTF-8";
html {
  font-size: 62.5%;
}
body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-family: Arial;
}
textarea {
  resize: none;
}
body {
  margin: 0;
  background: #09090b;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: auto;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="submit"],
input[type="reset"],
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  background: none;
  border: 0;
  padding: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul,
ol,
li {
  list-style: none;
}
em {
  font-style: inherit;
}
hr {
  display: block;
  clear: both;
  zoom: 1;
  height: 0;
  line-height: 0;
  border: 0;
  padding: 0;
  content: "";
  font-size: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
p {
  padding: 0;
  margin: 0;
}
.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearFix {
  clear: both;
  zoom: 1;
}
.floatL {
  display: inline;
  float: left;
}
.floatR {
  display: inline;
  float: right;
}
.none {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/*placeholder input default*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
html,
body {
  background-color: #15141a;
}
.glyphicon {
  color: #fff;
}
input:hover,
textarea:hover,
input :focus,
textarea :focus,
input:active,
textarea:active {
  border-color: #ff9000;
}
* {
  outline-width: 0;
}


@media screen and (max-width: 868px) {
  /* MOBILE TABS */
  .uu-tab-box {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
  }
  .uu-tab-box .uu-tab-ul {
    height: 40px;
    width: 100%;
  }
  .uu-tab-box .uu-tab-ul .uu-tab-li {
    float: left;
    text-align: center;
    font: normal 20px "Segoe UI Regular";
    color: #fff;
    line-height: 40px;
    width: 50%;
    cursor: pointer;
  }
  .uu-tab-box .uu-tab-ul .active {
    line-height: 37px;
    color: #ff9000;
    border-bottom: 3px solid #ff9000;
  }
  /* SEARCH SECTION */
  .search-box {
    margin: 10px 0;
    width: 100%;
    font: 700 14px Arial;
  }
  .search-box p {
    display: none;
  }
  .search-box .form-search {
    position: relative;
    width: inherit;
  }
  .search-box .form-search input[class='search'] {
    position: relative;
    height: .38rem;
    width: 100%;
    padding: .22rem;
    color: #afaebe;
    text-overflow: ellipsis;
    background-color: #15141a;
    border: 1px solid #404458;
    border-radius: .38rem;
    -webkit-border-radius: .38rem;
    -moz-border-radius: .38rem;
    -ms-border-radius: .38rem;
    font: 700 .14rem Arial;
  }
  .search-box .form-search > span[class='seach-icon'] {
    position: absolute;
    right: .25rem;
    top: .14rem;
    width: .17rem;
    height: .17rem;
    background: url("../img/search-btn.png") no-repeat center;
    background-size: 100%;
    vertical-align: middle;
  }
  /* VIEW TICKETS */
  .rob-list {
    margin-bottom: 44px;
  }
  .rob-list .rob-head {
    height: 45px;
    width: 100%;
    background-color: #ff9000;
    color: #fff;
    line-height: 45px;
    cursor: pointer;
    text-transform: uppercase;
  }
  .rob-list .rob-head1 {
    margin-bottom: 10px;
    color: #fff;
    background-color: #ff9000;
    font-size: 16px;
    text-transform: uppercase;
  }
  .rob-list .rob-head1 .glyphicon {
    font-size: 16px;
  }
  .rob-list .rob-head1 .glyphicon-repeat {
    line-height: inherit;
  }
  .rob-list .rob-head2 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #272a38;
    text-transform: uppercase;
  }
  .rob-list .rob-head2 .glyphicon-filter {
    font-size: 16px;
  }
  .rob-list .list-group .list-group-item {
    color: #fff;
    background-color: #272a38;
    border: none;
    cursor: pointer;
  }
  .rob-list .list-group .list-group-item .badge {
    color: #fff;
    background-color: transparent;
  }
  .rob-list .list-group .active {
    background-color: #ff9000;
    border: none;
  }
  .rob-list .list-group .active .badge {
    color: #fff;
    background-color: transparent;
  }
  .rob-list #rob_group_list .list-group-item {
    width: 32%;
    margin-right: 1.33%;
    font-size: 16px;
    line-height: 16px;
    word-wrap: break-word;
    padding: 16px 7px;
  }
  .rob-list #rob_group_list .list-group-item .badge {
    padding: 1px 7px;
  }
  .ticket-content .ticket-head {
    height: 45px;
    line-height: 45px;
    background-color: #272a38;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .ticket-content .ticket-head .ticket-icon {
    font-size: 16px;
  }
  .ticket-content .ticket-head .ticket-icon img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .ticket-content .ticket-head .ticket-head-search {
    display: none;
  }
  .ticket-content .ticket-head .ticket-head-search .control-search {
    position: relative;
    height: 29px;
    border-radius: 29px;
    background-color: #fff;
    padding: 0 15px;
    margin: 10px 0;
  }
  .ticket-content .ticket-head .ticket-head-search img {
    position: absolute;
    top: 12px;
    right: 30px;
    cursor: pointer;
  }
  .ticket-content .navbar {
    margin-bottom: 0;
  }
  .ticket-content .navbar .col-xs-4 {
    width: 50%;
  }
  .ticket-content .ticket-list {
    margin-top: 10px;
    border-top: 1px solid #545664;
  }
  .ticket-content .ticket-list .row .col-xs-9 {
    width: 100%;
  }
  .ticket-content .ticket-list .row .col-xs-3 {
    width: auto;
  }
  .ticket-content .ticket-list .list-group-item {
    min-height: 62px;
    width: 100%;
    background-color: #15141a;
    border: none;
    border-bottom: 1px solid #272a38;
    cursor: pointer;
    margin-bottom: 0;
  }
  .ticket-content .ticket-list .list-group-item h4 {
    margin: 0;
    color: #ff9000;
    font-weight: 700;
  }
  .ticket-content .ticket-list .list-group-item p {
    color: #afaebe;
  }
  .ticket-content .ticket-list .list-group-item:hover,
  .ticket-content .ticket-list .list-group-item:focus {
    background-color: #212026;
  }
  .ticket-content .ticket-list .list-group-item h5 {
    color: #fff;
  }
  .ticket-content .ticket-list .list-group-item .gold-bag-icon:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    height: 16px;
    width: 17px;
    background: url("../img/gold-bag-icon.png") no-repeat;
    background-size: 17px 16px;
  }
  .ticket-content .ticket-list .list-group-item .warning-icon:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    height: 15px;
    width: 16px;
    background: url("../img/warning-icon.png") no-repeat;
    background-size: 16px 15px;
  }
  .ticket-content .ticket-list .opened p {
    color: #ff9000;
  }
  .ticket-content .ticket-list .replied p {
    color: #fff;
  }
  .ticket-content .ticket-list .active {
    background-color: #212026;
  }
  .ticket-content .ticket-list .closed h4 {
    color: #ccc;
  }
  /* Mobile Search */
  .mobile-search {
    margin: 10px 0;
  }
  .mobile-search input {
    width: 100%;
    height: 37px;
    border-radius: 37px;
    border: 1px solid #424649;
    position: relative;
    padding: 0 20px;
  }
  .mobile-search img {
    position: absolute;
    top: 11px;
    right: 34px;
    height: 17px;
    cursor: pointer;
  }
  /* PAGINATION */
  .pagination {
    display: none;
  }
  .mobile-more {
    text-align: center;
  }
  /* Modal Closed */
  .modal-dialog .modal-content .modal-header button {
    display: none;
  }
  /* Media Array */
  .media {
    margin-top: 0;
  }
  .media .media-left {
    padding-right: 0;
  }
  .media .media-left .media-object {
    height: 50px;
    width: 50px;
    padding: 8px;
    background-color: #fff;
  }
  .media .media-left img {
    height: 68px;
    width: 68px;
    max-width: none;
  }
  .media .media-left + .media-body {
    padding-left: 24px;
  }
  .media .media-body {
    padding-left: 0;
  }
  .media .media-body h2 {
    font-size: 26px;
    color: #fff;
  }
  .media .media-body h3 {
    font-size: 20px;
    color: #696d7e;
    margin: 0;
  }
  .media .media-body .notice {
    border-radius: 9px;
    background-color: #18181f;
    margin: 20px 0;
  }
  .media .media-body .notice .notice-icon {
    position: absolute;
    height: 22px;
    width: 22px;
    background: url("../img/notice-tips-icon.png") no-repeat;
  }
  .media .media-body .notice p {
    text-indent: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #616474;
    word-break: break-all;
  }
  .media .media-body .notice p span {
    float: right;
    color: #32333d;
    font-size: 12px;
  }
  /* WORK ORDER REPLY */
  .content-footer .footer-main .hidden-xs {
    display: none;
  }
  .content-footer .footer-main .footer-btn {
    padding-right: 0;
  }
  .content-footer .footer-main .footer-btn .btn-reply {
    float: left !important;
  }
  .content-footer .footer-main .footer-btn .btn-reply button {
    width: auto;
    height: 45px;
  }
  .content-footer textarea {
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding-right: 60px;
  }
  .content-footer .upload-icon-img {
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 36px;
    top: 0;
    right: 12px;
    margin: 5px 0 5px 5px;
  }
  .content-footer .upload-icon-img input[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 45px;
    z-index: 99;
    background: inherit;
    opacity: 0;
  }
  .content-footer .upload-icon-img .bg-img {
    position: absolute;
    height: 35px;
    width: 45px;
    background: url(../img/mobile/upload-icon-img.png) no-repeat;
    background-size: cover;
  }
  .content-footer .file-upload-box {
    display: none;
  }
  .content-footer .file-upload .del {
    display: none;
  }
  /* PC PAGING */
  .pc-paging {
    display: none;
  }
  /* LINK BACK */
  .link-to-back {
    margin: 20px 0;
  }
  .link-to-back a {
    border: 1px solid #ff9000;
    color: #ff9000;
    display: block;
    width: 138px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
  }
  .link-to-back a.recharge-btn {
    display: inline-block;
  }
  .link-to-back a:hover {
    color: #fff;
    background-color: #ff9000;
  }
  /* menu2_header */
  .menu2_header {
    display: none;
  }
  .order-container .content-footer {
    position: fixed;
    bottom: 0;
  }
  .order-container .content-footer .footer-main {
    padding: 0;
  }
  .order-container .content-footer .footer-main .col-xs-9 {
    padding: 0;
  }
  .order-container .content-footer .footer-main .mobile-reply {
    display: block;
  }
  .order-container .content-footer .footer-main .pc-reply {
    display: none;
  }
  .work-list .list-group .list-group-item h5 {
    display: none;
  }
  /* Here is for login in mobile */
  .popUp_sign {
    width: 444px;
    height: 617px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -222px;
    transform: scale(0.7);
  }
  .popUp_sign * {
    box-sizing: content-box;
  }
  .popUp_sign .allBoxG .popUp_main .box_loginG {
    top: 0;
  }
  .popUp_sign .allBoxG .popUp_main .box_SignUpG {
    height: 380px;
    top: 0;
  }
  .popUp_sign .allBoxG .popUp_main .other_account {
    position: absolute;
    padding-top: 0;
    margin-top: 422px;
    display: block;
    z-index: 98;
    left: 0;
    width: 384px;
    padding: 40px 36px 40px 24px;
  }
  .popUp_sign .allBoxG .popUp_main .other_account .btn_fbLogin {
    float: left;
    height: 42px;
    width: 56px;
    display: inline-block;
    background: url("../img/face-icon.png") no-repeat;
    background-size: 42px;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0 20px;
    font-size: 0;
  }
  .popUp_sign .allBoxG .popUp_main .other_account .btn_gLogin {
    float: left;
    height: 42px;
    width: 56px;
    display: inline-block;
    background: url("../img/google-icon.png") no-repeat;
    background-position: 0 0px;
    background-size: 42px;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0 20px;
    font-size: 0;
  }
  .popUp_sign .allBoxG .popUp_main .other_account ul {
    float: left;
    padding: 0;
  }
  .popUp_sign .allBoxG .popUp_main .other_account ul li {
    width: 56px;
  }
  .popUp_sign .allBoxG .popUp_main .other_account ul li a {
    height: 42px;
    overflow: hidden;
  }
  .popUp_sign .allBoxG .popUp_main .other_account ul li .Twitter {
    height: 42px;
    width: 42px;
    display: inline-block;
    background: url("../img/twitter-icon.png") no-repeat;
    background-size: 42px;
  }
  .popUp_sign .allBoxG .popUp_main .other_account ul li .Yahoo {
    height: 42px;
    width: 42px;
    display: inline-block;
    background: url("../img/yahoo-icon.png") no-repeat;
    background-size: 42px;
  }
  .popUp_sign .allBoxG .popUp_main .other_account ul li .Windows {
    height: 42px;
    width: 42px;
    display: inline-block;
    background: url("../img/window-icon.png") no-repeat;
    background-size: 42px;
  }
  .popUp_sign .allBoxG .popUp_main .other_account ul li .Google {
    height: 42px;
    width: 42px;
    display: inline-block;
    background: url("../img/google-icon.png") no-repeat;
    background-position: 0 0px;
    background-size: 42px;
  }
  .popUp_sign .allBoxG .popUp_main .other_account ul li .Facebook {
    height: 42px;
    width: 42px;
    display: inline-block;
    background: url("../img/face-icon.png") no-repeat;
    background-size: 42px;
  }
  .popUp_sign .allBoxG .popUp_main .line {
    height: 1px;
    width: 100%;
    margin-top: 390px;
    border-bottom: 1px solid #c5c5c5;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 3;
    border-right: none;
  }
  .popUp_sign .allBoxG .popUp_main .line p {
    left: 50%;
    width: 90px;
    background: #fff;
    margin-left: -45px;
    text-align: center;
  }
  .popUp_sign .allBoxG .popUp_main .line:before {
    content: "";
    width: 1px;
    height: 46px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -23px;
    border-bottom: 1px solid #FFF;
  }
  .popUp_sign .allBoxG .popUp_main .form_login {
    height: 400px;
    padding: 0px 36px 0 24px;
  }
  .popUp_sign .allBoxG .popUp_main .form_login .input_login {
    width: 377px;
  }
  .popUp_sign .user-icon {
    height: 40px;
    width: 35px;
    background: url("../img/user-icon.png") no-repeat;
    background-position: 0 0;
  }
}
.glyphicon {
  color: #fff;
}
/* 隐藏上下箭头 */
scrollbarbutton {
  display: none !important;
}
/* 纵向滚动条宽度 */
scrollbar[orient="vertical"] {
  min-width: 15px !important;
}
.space-row {
  margin-bottom: 26px;
}
/* Class Icon */
.icon-player {
  height: 72px;
  width: 72px;
  background: url(../img/img-icon.png) no-repeat top left #fff;
  background-position: -7px -61px;
  border-radius: 4px;
}
.icon-menu {
  height: 7px;
  width: 10px;
  background: url("../img/img-icon.png") no-repeat top left;
  background-position: -7px -61px;
}
.border-radius4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
textarea {
  max-height: 165px;
  width: 100%;
  border: 1px solid #404458;
  font-size: 14px;
  line-height: 18px;
  padding: 0 20px;
  color: #616474;
  overflow: auto;
}
/*Work Order */
@media screen and (min-width: 769px) {
  .ticket-container,
  .order-container,
  .points-container {
    min-height: 406px;
  }
  .content-footer .footer-btn {
    margin-top: 16px;
  }
  .content-footer .upload-icon-img {
    display: none;
  }
  .form-box {
    width: 583px;
  }
  .mobile-search {
    display: none;
  }
  .uu-tab-box {
    display: none;
  }
  /* View Tickets */
  .rob-list .subtitle-mb {
    display: none;
  }
  .rob-list .rob-head {
    height: 50px;
    width: 100%;
    background-color: #ff9000;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
  }
  .rob-list .rob-head1 {
    margin-bottom: 10px;
    color: #fff;
    background-color: #ff9000;
    font-size: 18px;
    text-transform: uppercase;
  }
  .rob-list .rob-head1 .glyphicon {
    font-size: 18px;
  }
  .rob-list .rob-head1 .glyphicon-repeat {
    line-height: inherit;
  }
  .rob-list .rob-head2 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff;
    background-color: #272a38;
    font-size: 18px;
    text-transform: uppercase;
  }
  .rob-list .rob-head2 .glyphicon {
    font-size: 18px;
  }
  .rob-list .list-group .list-group-item {
    color: #afaebe;
    background-color: #15141a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .rob-list .list-group .list-group-item .badge {
    color: #afaebe;
    background-color: transparent;
    padding: 5px 7px;
    margin: 10px 0;
  }
  .rob-list .list-group .list-group-item:hover,
  .rob-list .list-group .list-group-item:focus {
    background-color: #212026;
  }
  .rob-list .list-group .active {
    background-color: #212026;
    border: none;
  }
  .rob-list .list-group .active .badge {
    color: #afaebe;
    background-color: #15141a;
  }
  /* MOBILE-MORE */
  .mobile-more {
    display: none;
  }
  .ticket-content .ticket-head {
    height: 50px;
    line-height: 50px;
    background-color: #272a38;
    font-size: 14px;
    color: #fff;
    padding: 0 22px;
    border: none;
  }
  .ticket-content .ticket-head .ticket-icon {
    font-size: 20px;
  }
  .ticket-content .ticket-head .ticket-icon img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 20px;
  }
  .ticket-content .ticket-head .ticket-head-search .control-search {
    position: relative;
    height: 29px;
    border-radius: 29px;
    background-color: #fff;
    padding: 0 20px;
    margin: 10px 0;
  }
  .ticket-content .ticket-head .ticket-head-search img {
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
    height: 20px;
  }
  .ticket-content .navbar {
    margin-bottom: 0;
  }
  .ticket-content .ticket-list {
    margin-top: 10px;
    border-top: 1px solid #545664;
  }
  .ticket-content .ticket-list .list-group-item {
    min-height: 62px;
    width: 100%;
    background-color: #15141a;
    border: none;
    border-bottom: 1px solid #272a38;
    cursor: pointer;
    margin-bottom: 0;
  }
  .ticket-content .ticket-list .list-group-item h4 {
    margin: 0;
    color: #ff9000;
    font-weight: 700;
  }
  .ticket-content .ticket-list .list-group-item p {
    color: #afaebe;
  }
  .ticket-content .ticket-list .list-group-item:hover,
  .ticket-content .ticket-list .list-group-item:focus {
    background-color: #212026;
  }
  .ticket-content .ticket-list .list-group-item h5 {
    color: #fff;
  }
  .ticket-content .ticket-list .list-group-item .gold-bag-icon:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    height: 16px;
    width: 17px;
    background: url("../img/gold-bag-icon.png") no-repeat;
    background-size: 17px 16px;
  }
  .ticket-content .ticket-list .list-group-item .warning-icon:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    height: 15px;
    width: 16px;
    background: url("../img/warning-icon.png") no-repeat;
    background-size: 16px 15px;
  }
  .ticket-content .ticket-list .opened p {
    color: #ff9000;
  }
  .ticket-content .ticket-list .replied p {
    color: #fff;
    font-weight: 700;
  }
  .ticket-content .ticket-list .active {
    background-color: #212026;
  }
  .ticket-content .ticket-list .closed h4 {
    color: #ccc;
  }
  /* Media Array */
  .media {
    margin-top: 0;
  }
  .media .media-left {
    padding-right: 0;
  }
  .media .media-left .media-object {
    height: 84px;
    width: 84px;
    padding: 8px;
    background-color: #fff;
  }
  .media .media-left img {
    height: 68px;
    width: 68px;
    max-width: none;
  }
  .media .media-left + .media-body {
    padding-left: 24px;
  }
  .media .media-body {
    padding-left: 0;
  }
  .media .media-body h2 {
    font-size: 30px;
    color: #fff;
  }
  .media .media-body h3 {
    font-size: 24px;
    color: #696d7e;
    margin: 20px 0 10px;
  }
  .media .media-body .notice {
    border-radius: 9px;
    background-color: #18181f;
    margin: 20px 0;
  }
  .media .media-body .notice .notice-icon {
    position: absolute;
    height: 22px;
    width: 22px;
    background: url("../img/notice-tips-icon.png") no-repeat;
  }
  .media .media-body .notice p {
    text-indent: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #616474;
    word-break: break-all;
  }
  .media .media-body .notice p span {
    float: right;
    color: #32333d;
    font-size: 12px;
  }
  .work-content,
  .content-footer {
    float: right;
  }
  /* MOBILE LOAD MORE */
  .mobile-more {
    display: none;
  }
  /* LINK BACK */
  .link-to-back {
    display: none;
  }
  /* Btn Cancel Box */
  .cancel-box {
    display: none !important;
  }
  .support-sub-title {
    display: none;
  }
  /**/
  .menu2_header {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0 0 50px 0;
    text-transform: Uppercase;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/pcImg/img2.jpg");
  }
  .menu2_header .container {
    padding-top: 85px;
  }
  .menu2_header .container .breadcrumb {
    background-color: transparent;
    padding: 8px 0;
  }
  .menu2_header .container .breadcrumb li {
    color: #fff;
  }
  .menu2_header .container .breadcrumb li a {
    color: #fff;
  }
  .menu2_header .container .breadcrumb li + li:before {
    content: '>';
    display: inline-block;
  }
  .menu2_header .container .current_page {
    position: absolute;
    font-size: 28px;
    background: url(../images/icon10.png) no-repeat;
    line-height: 42px;
    padding-left: 25px;
    color: #fff;
  }
  /* Btn Submit */
  .btn-submit {
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    border-radius: 43px;
  }
  .order-container .content-footer .footer-main {
    padding: 20px 24px;
    background-color: #1c1d26;
  }
  .order-container .content-footer .footer-main .mobile-reply {
    display: none;
  }
  .order-container .content-footer .footer-main .pc-reply {
    display: block;
  }
  .order-container .content-footer .footer-main textarea {
    height: 150px;
  }
  /* Here is for login in mobile */
  .popUp_sign .allBoxG .popUp_main .other_account .pc-wrapper {
    display: block;
  }
  .popUp_sign .allBoxG .popUp_main .other_account .mobile-wrapper {
    display: none;
  }
}
.SupportMod1 .row-btns {
  margin: 20px 0;
}
@media screen and (max-width: 970px) {
  .menu2Content .m-recruit {
    margin-top: 25px;
  }
}
@media screen and (max-width: 992px) {
  .work-list {
    margin: 30px 0 80px;
  }
  .work-list .list-group .li-half {
    width: 50%;
    float: left;
  }
}
/* Webkit Scroll */
/*滚动条整体部分,必须要设置*/
::-webkit-scrollbar {
  width: 5px;
  height: 19px;
  background-color: #2a1b0e;
}
/*滚动条的轨道*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: #ff9000;
  background-color: #555;
}
/*滚动条的滑块按钮*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ff9000;
}
/*滚动条的上下两端的按钮*/
::-webkit-scrollbar-button {
  height: 10px;
  background-color: #0c0b10;
}
/* 滚动条颜色 */
scrollbar {
  -moz-appearance: none !important;
  background: #00ff00 !important;
}
/* 滚动条按钮颜色 */
thumb,
scrollbarbutton {
  -moz-appearance: none !important;
  background-color: #0000ff !important;
}
/* 鼠标悬停时按钮颜色 */
thumb:hover,
scrollbarbutton:hover {
  -moz-appearance: none !important;
  background-color: #ff0000 !important;
}
/* IE Scroll */
body {
  scrollbar-arrow-color: #f4ae21;
  /**/
  /*三角箭头的颜色*/
  scrollbar-face-color: #333;
  /**/
  /*立体滚动条的颜色*/
  scrollbar-3dlight-color: #666;
  /**/
  /*立体滚动条亮边的颜色*/
  scrollbar-highlight-color: #666;
  /**/
  /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #999;
  /**/
  /*立体滚动条阴影的颜色*/
  scrollbar-darkshadow-color: #666;
  /**/
  /*立体滚动条强阴影的颜色*/
  scrollbar-track-color: #666;
  /**/
  /*立体滚动条背景颜色*/
  scrollbar-base-color: #f8f8f8;
  /**/
  /*滚动条的基本颜色*/
}
.uu-col-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%;
}
.uu-col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
}
.uu-top45 {
  margin-top: 45px;
}
.uu-no-radius {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
}
/* 横分割线 */
.transverse-line {
  display: block;
  margin: 20px 0;
  width: inherit;
  height: 1px;
  padding-bottom: 14px;
  background: url("../images/tran-line.png") no-repeat center;
}
/* 最终解释权说明文字 */
.uu-page-footer {
  font: normal 18px "Helvetica Neue", sans-serif;
  line-height: 18px;
  color: #b2b2b2;
  text-align: center;
}
.uu-page-footer h4 {
  font-size: inherit;
  margin: 12px 0 30px;
}
.uu-page-footer h4 a {
  font: Italic 20px 'Times New Roman';
  color: #fff;
}
/* button */
.btn-box {
  display: inline-block;
  padding: 10px 5px;
  min-width: 50%;
  float: left;
}
.btn-box .btn-default {
  padding: 11px 12px;
}
.btn-box .btn-primary {
  padding: 11px 12px;
}
.btn-default {
  width: 100%;
  background-color: #272a38;
  border-color: #272a38;
  color: #fff;
  padding: 11px 0;
  text-align: center;
}
.btn-default:hover {
  color: #fff;
  background-color: #2e3142;
  border-color: #2e3142;
}
.btn-default:focus {
  color: #fff;
  background-color: #272a38;
  border-color: #272a38;
}
.btn-default:active {
  color: #fff;
  background-color: #272a38;
  border-color: #272a38;
}
.btn-default:active:focus,
.btn-default:active:hover {
  color: #fff;
  background-color: #272a38;
  border-color: #272a38;
}
.btn-default:disabled {
  color: #fff;
  background-color: #272a38;
  border-color: #272a38;
}
.btn-default:disabled:focus,
.btn-default:disabled:hover {
  color: #fff;
  background-color: #272a38;
  border-color: #272a38;
}
.btn-primary {
  width: 100%;
  background-color: #ff9000;
  border-color: #ff9000;
  color: #fff;
  padding: 11px 0;
  text-align: center;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ffa900;
  border-color: #ffa900;
}
.btn-primary:focus {
  color: #fff;
  background-color: #ff9000;
  border-color: #ff9000;
}
.btn-primary:active {
  color: #fff;
  background-color: #ff9000;
  border-color: #ff9000;
}
.btn-primary:active:hover {
  color: #fff;
  background-color: #ff9000;
  border-color: #ff9000;
}
.btn-primary:disabled {
  color: #686868;
  background-color: #272727;
  border-color: #272727;
}
.btn-primary:disabled:hover,
.btn-primary:disabled:hover {
  color: #686868;
  background-color: #272727;
  border-color: #272727;
}
.menu2Tickets {
  text-align: center;
}
.menu2Tickets span {
  display: inline-block;
  height: 24px;
  width: auto;
  vertical-align: middle;
}
.menu2Tickets p {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}
/* faq-group */
.faq-group .faq-style {
  margin-bottom: 10px;
}
.faq-group .open .faq-menu {
  font: #fff 15px Arial;
  background-color: #ff9000;
}
.faq-group .open .faq-menu h4 {
  color: #fff;
  font-size: 15px;
}
/* fancybox */
.fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button--fullscreen,
.fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button--share {
  display: none;
}
.fancybox-container .fancybox-inner .fancybox-caption-wrap {
  display: none;
}
/* Search Input */
.search-box {
  font: 700 14px Arial;
}
.search-box p {
  font: inherit;
  line-height: 30px;
  padding-left: 24px;
}
.search-box .form-search {
  position: relative;
  width: inherit;
  margin: 10px 0 20px;
}
.search-box .form-search input[class='search'] {
  position: relative;
  height: 43px;
  width: 100%;
  padding: 22px;
  color: #afaebe;
  text-overflow: ellipsis;
  background-color: #15141a;
  border: 1px solid #404458;
  border-radius: 43px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  -ms-border-radius: 43px;
}
.search-box .form-search .nor,
.search-box .form-search .cur {
  position: relative;
  height: 43px;
  width: 100%;
  padding: 22px;
  color: #afaebe;
  text-overflow: ellipsis;
  background-color: #15141a;
  border: 1px solid #404458;
  border-radius: 43px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  -ms-border-radius: 43px;
}
.search-box .form-search span[class='seach-icon'] {
  position: absolute;
  right: 25px;
  top: 14px;
  width: 17px;
  height: 17px;
  background: url("../img/search-btn.png") no-repeat center;
  background-size: 100%;
  vertical-align: middle;
  cursor: pointer;
}
/* Submit Form  */
.select-box {
  position: relative;
}
.select-box span {
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
}
.select-box .ui-select-box {
  height: 42px;
  width: 100%;
  color: #afaebe;
  border: 1px solid #434454;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 42px;
}
.select-box .ui-select-box > option {
  display: block;
  width: inherit;
  height: 42px;
  line-height: 42px;
}
.form-box {
  overflow: hidden;
}
.form-box .row .form-group {
  margin-bottom: 0;
}
.form-box .row .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font: 500 14px Arial;
  color: #fff;
  padding-left: 14px;
  line-height: 14px;
}
.form-box .row .form-group input[type="checkbox"] {
  margin-left: 0;
}
.form-box .row .form-group .locked {
  width: 11px;
  height: 14px;
  background: url("../img/lock-icon.png") no-repeat;
  background-color: #272a38 !important;
  border-color: #272a38 !important;
  cursor: no-drop;
}
.form-box .row .form-group .select-box {
  position: relative;
}
.form-box .row .form-group .select-box span {
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
}
.form-box .row .form-group .select-box .ui-select-box {
  height: 42px;
  width: 100%;
  border: 1px solid #434454;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 42px;
}
.form-box .row .form-group .select-box .ui-select-box > option {
  display: block;
  width: inherit;
  height: 42px;
  line-height: 42px;
}
.form-box .row .form-group .form-control {
  display: block;
  float: left;
  width: 100%;
  height: 42px;
  padding: 6px 14px;
  font-size: 14px;
  color: #afaebe;
  background-color: #15141a;
  background-image: none;
  border: 1px solid #434454;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-box .row .form-group .form-control:hover {
  border-color: #ff9000;
}
.form-box .row .form-group .form-control:focus {
  border-color: #ff9000;
}
.form-box .row .form-group .form-control:focus .select-box {
  border: 1px solid #ff9000;
  border-radius: 4px;
}
.form-box .row .form-group input[disabled='disabled'] {
  background-color: #272a38;
  border-color: #272a38;
}
.form-box .row .form-group input[disabled='disabled']:hover {
  border-color: #272a38;
}
.form-box .row .form-group #textarea {
  height: 138px;
  padding: 18px 12px;
}
.form-box .row .form-group .control-err {
  border-color: #da1111 !important;
  background-color: #241919 !important;
}
.form-box .row .form-group .area-tip {
  display: block;
  color: #4a4b58;
  padding: 0 0 0 14px;
  font: 500 12px Arial;
  line-height: 28px;
}
.form-box .row .form-group .checkbox {
  margin: 0;
  color: #afaebe;
}
.form-box .row .form-group .checkbox label {
  line-height: 20px;
}
.form-box .row .form-group .img-box-parent {
  width: auto;
}
.form-box .row .form-group .img-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  height: 44px;
  min-width: 112px;
  border: 1px solid #434454;
  border-radius: 40px;
  text-overflow: ellipsis;
  color: #afaebe;
}
.form-box .row .form-group .img-box .del-img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 10px;
  width: 20px;
  height: 20px;
  background: url(../img/del-add.png) no-repeat;
  background-position: -27px 0px;
  cursor: pointer;
}
.form-box .row .form-group .img-box img {
  height: 40px;
  line-height: 44px;
  margin: 1px 0 1px 15px;
  padding-right: 20px;
  float: left;
}
.form-box .row .upload-tip {
  line-height: 16px;
}
.form-box .row .upload-tip .msg-tip {
  float: left;
  font-size: 12px;
  font-style: normal;
  color: #818a9d;
  background: url(../images/icon1.png) no-repeat 0 -1%;
  padding: 20px 0 1px 20px;
}
.form-box .row .upload-tip p {
  font: 500 12px Arial;
  line-height: 18px;
  color: #434454;
  padding-right: 20px;
}
.form-box .row .group-item {
  float: right;
}
.form-box .row .col-xs-12 {
  margin-bottom: 20px;
}
/* UP-SECTION */
.up-section {
  display: none;
}
/* DOWN-SECTION */
.down-section {
  display: none;
}
/* change Modal */
.modal-content {
  background-color: #201f27;
  color: #fff;
}
.modal-content .modal-header {
  background-color: #272a39;
  text-align: center;
  border: none;
}
.modal-content .modal-header h1 {
  font-size: 36px;
}
.modal-content .modal-header .close {
  height: 30px;
  width: 30px;
  margin: 4px;
  background: url(../img/close-icon.png) no-repeat;
  background-size: 30px 30px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.modal-content .modal-header .close:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal-content .modal-body {
  padding: 40px;
}
.modal-content .modal-footer {
  border: none;
}
/* Select2 Plugins Rewrite*/
.select2 {
  height: 42px;
  width: 100% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.select2 .selection {
  height: inherit;
}
.select2 .selection .select2-selection {
  height: inherit;
  background-color: #15141a;
}
.select2 .selection .select2-selection .select2-selection__arrow {
  height: inherit;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  line-height: 40px;
  color: #afaebe;
}
.select2-container--open {
  border: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--open .select2-dropdown {
  left: 0px;
}
.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below .select2-selection--single {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 1px solid #ff9000;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #434454;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2d303d;
  color: #434454;
}
.select2-container--default .select2-dropdown {
  background-color: #0c0b10;
  border: 1px solid #ff9000;
}
.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field {
  height: 29px;
  border-radius: 4px;
  background-color: #fff;
}
.select2-container--default .select2-dropdown .select2-search--dropdown .select2-results .select2-results__options .select2-results__option {
  background-color: #0c0b10;
  color: #afaebe;
  padding: 7px 15px;
  font-size: 14px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
/* Recruit */
.m-recruit {
  font-family: "Helvetica Neue";
  color: #fff;
}
.m-recruit .uu-recruit {
  position: relative;
  display: block;
  height: 80px;
  margin: 20px 0 0 0;
  font-family: "Helvetica Neue";
  color: #fff;
  border-radius: 6px;
  background-size: 100% 80px;
}
.m-recruit .uu-recruit h2 {
  margin: 0;
}
.m-recruit .uu-recruit img {
  width: 100%;
  height: inherit;
}
.m-recruit .uu-recruit .recruit-content {
  position: absolute;
  top: 10px;
}
/* Common Buttons Father */
.row-btns {
  text-align: center;
  margin: 20px 0;
}
.row-btns .btn-item {
  min-width: 100px;
  display: inline-block;
  float: none;
  margin: 0 auto;
}
/* Hover Slide */
.thumbnail-cover a .thumbnailCover {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.thumbnail-cover a .thumbnailCover img {
  height: 100%;
  width: 100%;
}
.thumbnail-cover a .thumbnailCover:hover .thumbnail-hover {
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=100);
}
.thumbnail-cover a .thumbnail-hover {
  position: absolute;
  top: 169px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 5px;
}
/* WORK ORDER */
.order-container .work-list {
  background-color: #15141a;
}
.order-container .work-list .list-group {
  margin-bottom: 0;
}
.order-container .work-list .SupportTitle {
  margin: 0;
}
.order-container .work-list .list-group-item {
  background-color: #15141a;
  border: none;
}
.order-container .work-list .list-group-item h5 {
  margin: 13px 0 15px;
  font-size: 14px;
  color: #fff;
}
.order-container .work-list .list-group-item p {
  white-space: normal;
  color: #fff;
}
.order-container .work-list .list-group-item h6 {
  margin: 10px 0 5px;
  font-size: 12px;
  color: #50525f;
}
.order-container .work-list .hor-line {
  height: 2px;
  width: 100%;
  background-color: #393b4d;
}
.order-container .work-list .group-btn {
  padding: 0;
}
.order-container .work-list .group-btn .col-xs-6 {
  padding: 15px 5px;
}
.order-container .work-content .SupportTitle {
  margin: 0 0 25px 0;
}
.order-container .work-content .content-main {
  padding: 10px 12px;
  background-color: #1c1d26;
}
.order-container .work-content .content-main p {
  margin: 10px 0;
  color: #b9b9ba;
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
}
.order-container .content-footer {
  margin-top: 16px;
}
.order-container .content-footer .footer-main {
  background-color: #1c1d26;
}
.order-container .content-footer .footer-main h5 {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.order-container .content-footer .footer-main .footer-btn .btn-default {
  height: 45px;
}

.order-container .work-list .score-box {
  position: relative;
  padding: 10px 15px;
  color: #fff;
}
/* .order-container .work-list .score-box .title{
  font-size: 14px;
} */
.order-container .work-list .score-box .score-info{
  text-align: center;
}
.order-container .work-list .score-box .score-info .status-title{
  padding: 25px 0;
  text-align: center;
}
.order-container .work-list .score-box .score-info .star-box{
  position: relative;
  overflow: hidden;
  height: 32px;
}
.order-container .work-list .score-box .score-info .star-box .score-mark img{
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 31px;
}
.order-container .work-list .score-box .score-info .evaluated-box{
  color: #FFFFFF;
  text-align: center;
  margin: 20px auto;
  position: relative;
  text-align: center;
  display: none;
}
.order-container .work-list .score-box .score-info .tag-box{
  position: relative;
  margin: 20px auto;
  overflow: hidden;
  text-align: left;
}
.order-container .work-list .score-box .score-info .tag-box .tag-item{
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #373A4B;
  color: #A4A4A6;
  padding: 6px 12px;
  display: inline-block;
  font-size: 12px;
  margin: 0 10px 10px 0;
}
.order-container .work-list .score-box .score-info .tag-box .tag-item.active{
  color: #fff;
  border: 1px solid #fff;
}
.order-container .work-list .score-box .score-info .comment-box{
  position: relative;
  height: 100px;
}
.order-container .work-list .score-box .score-info .comment-box .comment-text{
  height: 100px;
  border-radius: 4px;
  padding: 10px 15px;
}
.order-container .work-list .score-box .score-info .btn-group{
  width: 100%;
  position: relative;
  margin: 20px auto;
}
.order-container .work-list .score-box .score-info .btn-group .btn-submit{
  display: block;
  background: #272A38;
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 100%;
  letter-spacing: 8px;
  text-indent: 1em;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

/* PAGINATION */
.pagination {
  margin: 0;
}
.pagination li a {
  color: #afaebe;
  background-color: transparent;
  border: 1px solid #404458;
}
.pagination .active a {
  color: #ff9000;
  background-color: transparent;
  border: 1px solid #404458;
}
.pagination .disabled a {
  color: #afaebe;
  background-color: transparent;
  border: 1px solid #404458;
}
/* SCORE-MARK */
.score-mark {
  text-align: center;
  margin-bottom: 30px;
}
.score-mark img {
  display: inline-block;
  margin: auto;
  max-width: none;
}
/* RULE PAGE*/
.rule {
  border: 1px solid #434245;
  padding: 14px 30px;
}
.rule p {
  font-size: 18px;
  color: #afaebe;
  line-height: 44px;
}
/* FILE UPLOAD */
.file-upload {
  position: relative;
  display: inline-block;
  height: 44px;
  border: 1px solid #434454;
  border-radius: 43px;
  width: 100%;
  font: 500 14px Arial;
  padding: 12px 14px;
  text-overflow: ellipsis;
  color: #afaebe;
}
.file-upload input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  z-index: 99;
  background: inherit;
  opacity: 0;
  cursor: pointer;
}
.file-upload .del {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 10px;
  width: 26px;
  height: 26px;
  background: url("../img/del-add.png") no-repeat left;
}
.file-upload .bg-img {
  position: absolute;
  height: 45px;
  width: 55px;
  background: url("../img/mobile/upload-icon-img.png") no-repeat;
  background-size: cover;
}
/* POINTS INTEGRAL */
.menuSearch {
  padding: 0;
}
/* LOADING */
.loading {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #1c92d5;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.points-integral {
  margin: 0;
}
.points-integral .points-balance {
  font-size: 24px;
  line-height: 54px;
  color: #ff9000;
}
.points-integral .points-balance > img {
  height: 54px;
  display: inline-block;
}
.points-integral .points-balance > span {
  font-size: 16px;
  padding-left: 20px;
}
.points-integral .points-rule a {
  font-size: 14px;
  color: #fff;
}
.points-integral .points-rule a:hover {
  color: #ff9000;
}
.points-list {
  margin: 20px 0;
}
.points-list .list-th {
  font-size: 30px;
  color: #fff;
}
.points-table {
  margin: 10px 0;
}
.points-table table thead th {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.points-table table tbody td {
  font-size: 16px;
  text-align: center;
  white-space: normal;
  color: #999999;
  padding: 15px 10px;
  border-bottom: 1px solid #38373c;
}
.points-table table tbody .minus-point {
  color: #afaebe;
  white-space: nowrap;
}
.points-table table tbody .bonus-point {
  color: #ff9000;
  white-space: nowrap;
}
/* SUPPORT SUB TITLE */
.support-sub-title {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding: 15px 0 15px 20px;
  background: url('../images/pcImg/icon1.png') no-repeat left;
}
/* header */
header.topBar {
  min-width: 184px;
}
header.topBar * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
header.topBar a:hover {
  color: #999;
}
header.topBar .topBar_main {
  min-width: inherit;
}
header.topBar #menu_show_hide {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  cursor: pointer;
}
header.topBar #login_or_up {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 1257px) {
  header.topBar .topBar_main .topBar_nav {
    display: block !important;
  }
}
@media screen and (max-width: 1256px) {
  header.topBar:before {
    float: left;
    content: '';
    display: block;
    height: 22px;
    width: 30px;
    background: url("../img/head-menu-icon.png") no-repeat;
    background-size: 100%;
    margin: 18px;
    cursor: pointer;
  }
  header.topBar .topBar_logo {
    position: absolute;
    left: 26%;
    margin: 12px 0;
    padding: 0;
    transform: scale(0.6);
  }
  header.topBar .topBar_main {
    margin: 0 40px 0 70px !important;
  }
  header.topBar .topBar_main .topBar_nav {
    display: none;
  }
  header.topBar .topBar_main .topBar_nav > ul > li {
    position: absolute;
    left: -70px;
    top: 60px;
    padding-left: 13px;
    width: 70%;
    background-color: #232225;
    font-size: 18px;
    font-weight: inherit;
  }
  header.topBar .topBar_main .topBar_nav > ul > li a {
    color: #fff;
  }
  header.topBar .topBar_main .topBar_nav > ul .nav0 {
    top: 60px;
  }
  header.topBar .topBar_main .topBar_nav > ul .nav1 {
    display: block;
    z-index: -1;
  }
  header.topBar .topBar_main .topBar_nav > ul .nav2 {
    top: 120px;
  }
  header.topBar .topBar_main .topBar_nav > ul .nav3 {
    top: 180px;
  }
  header.topBar .topBar_main .topBar_nav > ul .nav4 {
    top: 240px;
  }
  header.topBar .topBar_main .topBar_nav > ul .nav5 {
    top: 300px;
  }
  header.topBar .topBar_main .topBar_nav > ul .nav6 {
    top: 360px;
  }
  header.topBar .topBar_main .Select_Language:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header.topBar:after {
    content: '';
    display: block;
    height: 60px;
    width: 60px;
    background: url("../img/header-user-icon.png") no-repeat;
    background-size: 100%;
    float: right;
    margin-top: -60px;
    cursor: pointer;
  }
  header.topBar .topBar_logo {
    position: absolute;
    left: 0;
  }
  header.topBar .topBar_main {
    margin: 0 68px !important;
  }
  header.topBar .topBar_main .topBar_login {
    display: none!important;
    position: absolute;
    top: 60px;
    right: -67px;
    background-color: #232225;
  }
  header.topBar .topBar_main .topBar_login .btn_logoutT {
    margin-top: 30px !important;
    background: #333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#282828));
    background: -webkit-linear-gradient(top, #404040, #282828);
    background: -moz-linear-gradient(top, #404040, #282828);
    background: -ms-linear-gradient(top, #404040, #282828);
    background: -o-linear-gradient(top, #404040, #282828);
    margin: 17px 0 0 14px;
    box-shadow: 1px 1px 4px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 4px #000;
    -ms-box-shadow: 1px 1px 4px #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #e1e1e1;
    display: block;
    height: 26px;
    line-height: 26px;
    background: url(https://static.gtarcade.com/gta_common/images/layout/topBarIcon.png) no-repeat;
    padding: 0 10px 0 32px;
    position: relative;
  }
  header.topBar .topBar_main .topBar_login .btn_logoutT:before {
    display: none;
  }
  header.topBar .topBar_main .topBar_login .fr {
    float: none;
    margin: 12px 17px;
  }
  header.topBar .topBar_main .topBar_login .userName_log {
    display: block;
    width: auto;
    height: 30px;
    text-align: center;
    max-width: 100%;
    line-height: 30px;
  }
  header.topBar .topBar_main .topBar_login .userName_log .userName_log em {
    padding: 0;
  }
  header.topBar .topBar_main .topBar_login .TB_massage {
    left: 50%;
    position: absolute;
    display: none;
    width: 100%;
    height: 37px;
    background: url(https://static.gtarcade.com/gta_common/images/layout/sprite_icon.png) no-repeat 0 -829px;
  }
  header.topBar .topBar_main .loginLayershow {
    display: block!important;
  }
  header.topBar .topBar_main #header-out {
    display: none;
  }
  .topBar_nav {
    position: unset;
    padding-bottom: 0;
  }
  .topBar_nav > ul {
    display: block;
  }
  .topBar_nav .top-menu-mb, .aside-ft, .topBar_nav header {
    display: none;
  }
}
/* footer */
.footer {
  margin-top: 50px;
  background-color: #202020;
  color: #fff;
}
.footer .row ul li a {
  display: block;
  color: #aaa;
  line-height: 2.1;
}
.footer .row ul li:first-child {
  font: 20px/3.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding-bottom: 8px;
  color: #fff;
  white-space: nowrap;
}
.footer .row ul li:first-child a {
  color: #fff;
  line-height: 70px;
}
.footer .row ul .common-icon {
  background: url("https://static.gtarcade.com/gta_common/images/layout/sprite_icon.png") no-repeat;
  display: inline-block;
  width: 50%;
  float: left;
  padding-left: 36px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 5px;
}
.footer .row ul .icon-facebook {
  background-position: 2px -60px;
}
.footer .row ul .icon-twitter {
  background-position: 2px -90px;
}
.footer .row ul .icon-LinkedIn {
  background-position: 2px -120px;
}
.footer .row ul .icon-YouTube {
  background-position: 2px -150px;
}
.footer .footer-bottom {
  border-top: 1px solid #333;
  color: #aaa;
  padding: 10px 0;
}
/* IOS Issues */
.IOS-issues-box {
  display: none;
}
@media screen and (max-width: 768px) {
  .IOS-issues-box {
    display: block;
  }
  .IOS-issues {
    position: relative;
    display: block;
    width: 100%;
    height: 93px;
    background: url(../img/ios-issue.png) no-repeat center;
    background-size: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .IOS-issues p {
    float: left;
    width: 70%;
    padding-left: 21%;
    text-transform: uppercase;
    padding-top: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
  }
  .IOS-issues .view-more {
    position: absolute;
    right: 10px;
    bottom: 30px;
    display: block;
    width: 100px;
    line-height: 21px;
    background-color: rgba(147, 14, 17, 0.7);
    border: 2px solid #e75e5e;
    border-radius: 5px;
    text-align: center;
    color: #fff;
  }
}
/* searchKeyWord */
.SKW-header-box {
  padding: 30px 30px 0 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.SKW-header-box a {
  display: block;
  height: 45px;
  line-height: 45px;
  background-color: #ff9000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
}
.SKW-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-top: 30px;
}
.SKW-content:nth-last-child(1) .SKW-it {
  border-bottom: none;
}
.SKW-content .SKW-box {
  position: relative;
  padding: 0 30px;
}
.SKW-content .SKW-box i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/iq.png) no-repeat center;
  background-size: 100%;
}
.SKW-content .SKW-box p {
  line-height: 30px;
  text-indent: 15px;
}
.SKW-content .SKW-box img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.SKW-content .SKW-box .high-light {
  color: #ff9000;
}
.SKW-content .SKW-box .normal-light {
  color: #999;
}
.SKW-content .SKW-box .step-box {
  padding: 10px 0 10px 10px;
  text-indent: 0;
}
.SKW-content .SKW-box .step-box:nth-child(1) {
  padding: 0 0 10px 10px;
}
.SKW-content .SKW-box .step {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 5px;
  background-color: #ff9000;
  color: #15141a;
  border-radius: 5px;
  text-align: center;
}
.SKW-content .SKW-box .links {
  color: #ff9000;
  border-bottom: 1px solid #ff9000;
}
.SKW-content .SKW-box .SKW-it-tips {
  position: relative;
  color: #ff9000;
  line-height: 20px;
  padding: 10px 0 10px 15px;
  font-size: 14px;
}
.SKW-content .SKW-box .SKW-it-tips:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 12px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/it.png) no-repeat center;
  background-size: 100%;
}
.SKW-content .SKW-ia {
  margin-top: 15px;
}
.SKW-content .SKW-ia i {
  background: url(../img/ia.png) no-repeat center;
  background-size: 100%;
}
.SKW-content .SKW-it {
  border-bottom: 1px solid #1f202b;
}
/* 优化support平台通用登录弹窗样式 --班尼 201901111900 */
.popUp_sign {
  box-sizing: content-box !important;
}
.popUp_sign * {
  box-sizing: content-box!important;
}
.box_loginG, .box_SignUpG {
  top: -80px;
  height: 550px;
}

.popUp_sign .form_login .dd .label_checkbox {
  font-weight: normal;
}

.popUp_sign .form_login .dd .label_checkbox input {
	margin: 0 2px 0 0;
}



#init_header_html {
background: none!important;}