#siteWrap {
    overflow-x: hidden;
}

#floor0 {
    margin: -80px auto 0;
}

.active-list .active-list-title, .goodsFloor .active-list-title {
    font-family: OpenSans-Bold,Arial,Helvetica,sans-serif;
}
.activeTimer .activeTimer-panel, .tabItem .tabItem_btn {
    font-family: OpenSans,Arial,Helvetica,sans-serif;
}

/* ÃƒÆ’Ã‚Â¨Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¯ */
.active-body {
    position: relative;
    background-image: url('https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/bg.jpg?imgbypass=true');
    background-position: 0px 830px;
}

.active-banner-bg {
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 830px
}

/* banner */
.active-banner {
    position: relative;
}
/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â·ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â©Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯ */
.activeMarquee {
    bottom: auto;
    top: 248px;
}

.activeMarquee .comMsgScroll-wrap {
    background: none;
    width: 430px;
}

.activeMarquee .comMsgScroll-item {
    height: 45px
}

.activeMarquee .comMsgScroll-itemCont {
    font-size: 18px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/horn.png) no-repeat;
    display: inline;
    padding-left: 24px;
    background-position-y: 4px;
    color: #fcebb9;
}



/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â¶ */
.activeTimer {
    display: none;
    top: 630px;
    background-color: transparent;
}

.activeTimer .activeTimer-title {
    display: none;
}

.activeTimer .activeTimer-panel i {
    margin: 0;
}

.activeTimer .activeTimer-panel b {
    background: none;
    padding: 0;
    font-weight: normal;
}

.activeTimer .activeTimer-panel > i {
    margin: 0px 12px;
    font-size: 20px;
    color: #fff;
}

.activeTimer .activeTimer-panel > b > i {
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â¸ */
.coupon_line_multiple {
    width: 1100px;
    margin: 30px auto 0;
}

.coupon-lists-box {
    position: relative;
    padding: 40px 50px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-top.png?imbypass=true) 0 0 no-repeat, url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-bottom.png?imbypass=true) 0 100% no-repeat;
    background-size: 100% 30px;
}

.coupon-lists-box:before, .footer_banner_contwrap:before, .active-list-product:before, .active-goods-item:before, .signInActiveWrap:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 30px;
    bottom: 30px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-center1.png?imbypass=true) repeat-y;
    background-size: 100%;
}

.coupon_item {
    position: relative;
    margin-bottom: 0;
}

.coupon_item:before {
    position: absolute;
    content: "";
    left: -11px;
    top: 50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #7d1e21;
    z-index: 1;
}

.coupon_item:after {
    position: absolute;
    content: "";
    right: -12px;
    top: 50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #7d1e21;
}

.coupon_item_header {
    position: relative;
    background: linear-gradient(180deg, #ff7070 0%, #ca3535 100%);
    color: #fff;
}

.coupon_item_header > span {
    text-shadow: 0 0 1px #fff, 0 0 5px rgba(255, 255, 255, 0.75);
}

.coupon_item_header > span > i {
    /* font-size: 16px; */
    /* font-weight: lighter; */
}
.couponItem_countDown {
    color: #d13e3e;
}
.couponItem_processBar {
    background: #eee;
    border: none;
}
.couponItem_inner {
    background-color: #f7e59a;
}

.couponItem_left {
    color: #d13e3e;
}

.couponItem_handle-btn {
    background-color: #d13e3e;
}

.couponItem_handle-btn:hover {
    color: #7d1e1f;
    background-image: linear-gradient(90deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%)
}

.couponItem_discover_gray:hover {
    color: #fff;
}

.couponItem_num {
    color: #d13e3e;
    border-color: #d13e3e;
}

/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¹Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“Ãƒâ€¦Ã‚Â  */
.footer_banner {
    width: 1100px;
    margin: 30px auto 0;
}

.footer_banner_contwrap {
    position: relative;
    padding: 40px 50px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-top.png?imbypass=true) 0 0 no-repeat, url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-bottom.png?imbypass=true) 0 100% no-repeat;
    background-size: 100% 30px;
}

/* ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â */
.active-list {
    width: 1100px;
    margin: 30px auto 0;
}

.active-list-title {
    height: 94px;
    position: relative;
    color: #fff;
    font-size: 28px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-title.png) center bottom no-repeat;
    margin-bottom: -14px !important;
    z-index: 2;
}

.active-list-product {
    position: relative;
    padding: 40px 50px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-top.png?imbypass=true) 0 0 no-repeat, url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-bottom.png?imbypass=true) 0 100% no-repeat;
    background-size: 100% 30px;
}
.active-list-product .cutdownTime {
    color: #d13e3e;
}
.gimmickGoods-process-inner {
    background-color: #f7e59a;
}
.gimmickGoods-btn {
    background-color: #d13e3e;
}
.gimmickGoods-btn:not([class~="disable"]):hover {
    color: #7d1e1f;
    background-image: linear-gradient(90deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%)
}
.gimmickGoods-couponInfo {
    color: #f30240;
    padding: 7px 60px 7px 0;
    border-color: #f30240;
}

.gimmickGoods-couponBtn {
    right: -1px;
    background: #f30240;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Âµ */
.goodsFloor {
    width: 1100px;
    margin: 30px auto 0;
}
.goodsFloor .tabList{
    width: 1000px;
}
.goodsFloor .active-goods-item {
    position: relative;
    padding: 40px 50px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-top.png?imbypass=true) 0 0 no-repeat, url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-bottom.png?imbypass=true) 0 100% no-repeat;
    background-size: 100% 30px;
}
.tabItem.googleTempTwo {
    background-color: #d13e3e;
}
.tabItem.googleTempTwo:hover {
    background-image: linear-gradient(90deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%);
}
.tabItem.googleTempTwo:not([class~="active"]):hover p strong, .tabItem.googleTempTwo:not([class~="active"]):hover .tabItem_btn {
     color: #7d1f20;
}
.tabItem.googleTempTwo.active {
    padding: 10px 0;
    background-image: linear-gradient(90deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%);
}
.tabItem.active p strong {
    color: #7d1e1f;
}
.tabItem_btn {
    font-size: 18px;
    font-weight: normal;
}
.tabItem.active .tabItem_btn {
    color: #7d1e1f;
}

.subjectGoodItem.googleTempTwo .goods-time .cutdownTime {
    color: #d13e3e;
}

.subjectGoodItem.googleTempTwo .process-inner {
    background-color: #f7e59b;
}

.subjectGoodItem.googleTempTwo .goods-buy .buyLink {
    background-color: #d23e3e;
}
.subjectGoodItem.googleTempTwo .goods-buy .buyLink:hover{
    color: #7d1e1f;
    background-image: linear-gradient(90deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%);
}   
.active-top-brands-wrap .section-sub-title + .active-list-title{height: 110px;}
.active-top-brands-wrap .section-sub-title {
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.active-top-brands-wrap {
    width: 1100px;
}
.active-top-brands-wrap .active-goods-item {
    position: relative;
    padding: 40px 50px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-top.png?imbypass=true) 0 0 no-repeat, url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-bottom.png?imbypass=true) 0 100% no-repeat;
    background-size: 100% 30px;
}
.active-goods-item .brands-nav {
    margin-top: 0;
}
.subjectGoodItem.hookFirstGetCoupon .goodCurrentPrice {
    color: #d13e3e;
}
.subjectGoodItem.googleTempTwo .goods-discount {
    color: #7d1e1f;
    background-image: linear-gradient(90deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%);
}

.shopNowBtnLink {
    background-color: #d13e3e;
}

.viewMoreContainer_a {
    background-color: transparent;
    color: #fff;
}

.activeMarquee .comMsgScroll-itemCont:hover {
    color: #fff;
}

.active-nav .sideShare_item.side-share-wrap .share-btn {
    background-color: #fff;
    box-shadow: 0 4px 6px #bd3a3a;
}

.active-nav .side-share-wrap .share-btn i {
    color: #801312;
}
.sideQr {
    margin: 0;
    padding: 0 0 15px 0;
    border-radius: 0;
    width: 178px;
}

.active-nav .side-share-wrap {
    padding: 15px 19px 10px 19px;
}

.active-nav .back-top {
    margin: 0 auto;
    text-align: center;
}

.active-nav ul li.back-top a{
    margin: 10px auto 0 auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #d13e3e;
    border: 1px solid #ff7272;
    box-shadow: 0 0 6px rgba(255, 219, 219, 0.5) inset;
}

.active-nav .subjectSide_item a {
    margin: 10px 0;
    width: 177px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 2px;
    background-color: #d13e3e;
    border: 1px solid #ff7272;
    box-shadow: 0 0 6px rgba(255, 219, 219, 0.5) inset;
}

.active-nav .subjectSide_item a:hover {
    box-shadow: 0 0 5px rgba(255,255,255,.4) inset;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 245, 211);
    border-radius: 2px;
    background-image: -moz-linear-gradient( 0deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%);
    color: #7d1e1f;
}

.sideQr {
   position: relative;
   overflow: hidden;
   padding-bottom: 30px;
}
.sideQr:before {
    position: absolute;
    height: 220px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background-color: #d13e3e;
    border: 1px solid #ff7272;
    box-shadow: 0 0 6px rgba(255, 219, 219, 0.5) inset;
}

.active-nav .sideQr img {
    position: relative;
    z-index: 2;
}

.active-nav .side-share-wrap {
    position: relative;
    overflow: hidden;
}

.active-nav .side-share-wrap a {
    position: relative;
    z-index: 2;
}

.active-nav .side-share-wrap:after {
    position: absolute;
    height: 170px;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: 1;
    background-color: #d13e3e;
    border: 1px solid #ff7272;
    box-shadow: 0 0 6px rgba(255, 219, 219, 0.5) inset;
}

.active-nav #ad_app {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 77px;
    color: #fff;
    font-size: 14px;
    z-index: 10;
}
.active-nav .subjectSide_item a {
    margin: 4px 0;
}

.subjectSide_list {
    position: relative;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/nav-top-arrow.png) center top no-repeat;
    padding-top: 65px;
}

.active-nav {
    top: 50% !important;
    margin-top: -372px;
    right: 40px;
}

.leftNav_firstItem {
    /* height: 88px !important; */
}
.leftNav-noMargin .leftNav_item:last-of-type{
    margin-bottom: 10px !important;
}
.leftNav_item {
    width: 177px;
    margin: 5px 0;
    border-radius: 2px !important;
    background: #d13e3e;
    background-repeat: no-repeat;
    background-position: 6px center;
    border: 1px solid #ff7272;
    box-shadow: 0 0 5px #ffdbdb7a inset;
    padding: 6px 30px;
    padding: 6px 10px 6px 40px;
}


.leftNav_item:hover {
    box-shadow: 0 0 5px rgba(255,255,255,.4) inset;
    border-color: rgb(255, 245, 211);
    background-color: #f1d487;
}
.leftNav_item:hover a {
    color: #7d1e1f;
}

.backToBtn {
    position: absolute;
    top: 50%;
    right: -40px;
    display: inline-block;
    width: auto;
    margin: 0;
    margin-top: -35px;
}

.backToBtnSpan {
    width: 32px;
    height: 62px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/nav-right-close.png) no-repeat;
    border-radius: 0;
}

.backToBtnSpan i {
    display: none
}

.showNavBtn {
    position: fixed;
    top: 220px;
    width: 32px;
    height: 62px;
    right: 0;
    transform: unset;
    left: unset;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/nav-right-open_03.png?imbypass=true) no-repeat;
}

.showNavBtn.js-showNavBtn {}


.showNavBtn i {
    display: none;
}

.leftNav_expand {
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/nav-left-open_03.png?imbypass=true) no-repeat;
    width: 32px;
    height: 62px;
}

.leftNav_expand .icon-arrow-right {
    display: none
}

.promotionAd {
    position: relative;
    margin-right: -10px;
}

.promotionAd_wrapper {
    font-size: 0;
    margin-bottom: 10px;
}

.promotionAd_wrapper .promotionAd_item {
    position: relative;
    width: 192px;
    height: 88px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.promotionAd_wrapper .promotionAd_item img {
    width: 192px;
    height: 88px;
}

.promotionAdItem_desc {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
}

.promotionAd_wrapper .promotionAdItem_heading {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #FCFFB1;
    margin-bottom: 4px;
}

.promotionAd_wrapper .promotionAdItem_subtitle {
    display: block;
    font-size: 14px;
    color: #fff;

}

.promotionAd_item a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.active-nav #ad_app p {
    font-size: 12px;
}

.subjectGoodItem.googleTempTwo .goods-buy.showCart .toCart {background: #d13e3e;}
.produ-list .goods-buy .goodsPrice {
   color: #fff;
   background: #d23e3e;
}
.subjectGoodItem.googleTempTwo .goods-buy :hover{
    color: #7d1e1f;
    background-color:#f1d689;
}
.leftNav_bottom {background-color: #d13e3e;border: 1px solid #ff7272;box-shadow: 0 0 6px rgba(255, 219, 219, 0.5) inset;width: 50px;height: 50px;line-height: 50px;}
.leftNav_bottom span {
    font-size: 20px;
}

.signInActiveWrap {
    position: relative;
    padding: 40px 50px;
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-top.png?imbypass=true) 0 0 no-repeat, url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/m-bg-bottom.png?imbypass=true) 0 100% no-repeat;
    background-size: 100% 30px;
}

.signInActiveRules, .signInActiveMain, .signInActiveBtn {
    position: relative;
    z-index: auto;
}

.signInActiveMain_navItem {
    background-color: #681413;
}

.signInActiveMain_navItem i{
    color: #ca5b59;
}

.signInActiveItem {
  background: #681413;
  border: 1px solid #681413;
}

.signInActiveItem .signInActiveItemText {
    color: #c95d5b;
}

.signInActiveBtn .signInActiveBtnText {
  color: #fff;
  border-radius: 4px;
  background-image: -moz-linear-gradient( 90deg, rgb(202,53,53) 0%, rgb(255,112,112) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(202,53,53) 0%, rgb(255,112,112) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(202,53,53) 0%, rgb(255,112,112) 100%);
  /* box-shadow: 0px 3px 4px 0px rgba(59, 4, 4, 0.5); */
}

.signInActiveItem.google_signInNormal {
    background-image: linear-gradient(0deg, rgb(202,53,53) 0%, rgb(255,112,112) 100%);
    border: 1px solid #ff959b;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(19,5,58,.6);
}


.signInActiveItem.google_signInNormal .signInActiveItemText {
    color: #fff
}

.signInActiveBtn .signInActiveBtnText.banSign {
    background: #671413;
    color: #c95c5b;
    cursor: default;
}

.signInActiveRules .signInActiveRulesBtn .signInActiveRulesText {
    background-color: #d64242;
    border: 1px solid #ff959a;
    box-shadow: 0 4px 6px 0 #6a1518;
}
.signInActiveRules .signInActiveRulesBtn .signInActiveRulesText:before{
    background: #d64242;
    border-top: 1px solid #ff9599;
    border-left: 1px solid #ff9599;
}

.leftNav_list {
    background-color: transparent;
}


.leftNav_item-link {
    
width: 134px;
    
text-align: left;
    
margin-left: 2px;
}

.active-collocation-products-wrap, .active-coupon-list-wrap, .active-top-brands-wrap {
    margin: 30px auto 0;
}

.signInActiveItem.google_signConnectLine:before {
    background: #ef5f5f;
}

.signInActiveItem.google_signInMiss {
    border-radius: 10px;
    box-shadow: 0 0 4px 0 rgba(19,5,58,.6);
}
.signInActiveItem.google_signInGift {
    background-image: linear-gradient(0deg, rgb(202,53,53) 0%, rgb(255,112,112) 100%);
    border: 1px solid #ff959b;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 rgb(81, 53, 52);
}

.signInActiveItem.google_signInGift .signInActiveItemText {
    color: #fff;
}

.coupon_firstItem {
    background-size: cover !important;
}

.comMsgScroll-item {
    text-align: center;
}

.subjectGoodItem.googleTempTwo .goods-buy.showCart .buyLink {
    border: 1px solid #d13e3e;
}

.subjectGoodItem.googleTempTwo .goods-buy .goodCurrentPrice strong {
    color: #fff;
}

.subjectGoodItem.googleTempTwo .goods-buy .buyLink:hover strong {
    color: #7d1e1f;
}

.brands-nav li {
    background: #d23e3e;
}

.brands-nav li a {
    color: #fff;
}
.brands-nav li.active, .brands-nav li:hover {
    background-image: linear-gradient(90deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%);
}
.tabMultiItem.active .tabMultiItem_btn {
     color: #7d1e1f;
}

.brands-nav li.active, .brands-nav li:hover a {
     color: #7d1e1f;
}

.brands-nav li.active:after {
    border-color: #f2d689 transparent transparent;
}

.brands-nav li.active:hover {
    background-image: linear-gradient(90deg, rgb(247,229,155) 0%, rgb(236,199,119) 100%);
}


.gimmickGoods-btn.disable {
    background-color: #d13e3e;
}
.gimmickGoods-currentPrice {
    color: #d13e3e;
}

.layerGoToLogin .layui-layer-content {background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/login-bg-pc.png) no-repeat !important;background-size: 100% !important;background-color: transparent;}
.layerGoToLogin .signClose {
    border: 1px solid #c43a57 !important;
    background: #690914 !important;
}

.layerGoToLogin .signToLoginBtnText {
    background: #f7e39a !important;
    color: #8C352B !important;
}

.layerGoToLogin .signToLoginBtnText .signToLoginAllow {
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/login-arrow.png) !important;
}

.layerGoToLogin {
    box-shadow: unset !important;
    background-color: unset;
}

.layerReward {
    background: url(https://uidesign.gbtcdn.com/GB/image/2019/20190819_12092/gift-bg-pc.png) top no-repeat !important;
}

.layerReward .signClose {
    background: #690914 !important;
    border: 1px solid #c43b58 !important;
}