/* ===== Main Container & Shared ===== */
.main-container {
 
  
    background:   #fff;border-radius:12px;
}
/* ===== Global Reset ===== */
.animation-transition,
.animation-mouseover {
    transition: all .3s ease;
}
.animation-mouseover:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 10px 0 rgba(51, 51, 51, .12);
}


.main-container {
    height: 100%;
    color: #333;
    font-size: 12px;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", tahoma, arial;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	  box-sizing: border-box;
    font-size: 14px;margin-top:80px
}
.main-container *
 {
    box-sizing: inherit;
}
.main-container.home {
	margin-top:20px !important
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #f9f9f9;
}
::-webkit-scrollbar-thumb {
    background: silver;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c;
}
.main-container h1, .main-container h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.main-container a:focus,
.main-container a:active {
    outline: none;
}
.main-container a,
.main-container a:focus,
.main-container a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.main-container a:hover {
    color: #1890ff;
}
.main-container div:focus {
    outline: none;
}

.main-container .view-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.common-title {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
    padding-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
}

.common-title .title-fill {
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(0deg, #1890ff 0%, #40a9ff 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.common-title .title-suffix {
    font-size: 28px;
    font-weight: bold;
}

.common-title .title-english {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #cdd5e9;
    z-index: -1;
}

.main-container .view-more {
    font-weight: bold;
    line-height: 40px;
    padding: 0 42px;
    border-radius: 40px;
    color: #1890ff;
    background-color: #e6f7ff;
}

/* ===== New Release Wrapper ===== */
.main-container .new-release-wrapper {
    padding-bottom: 20px;
}

.main-container  .view-content {
    position: relative;
}

.main-container  .tabs-content {
    display: flex;
    justify-content: center;

	width: 1200px;
    margin-left: auto;
    margin-right: auto;position:relative
}
.main-container.home  .tabs-content {
  
    margin-bottom: 20px;
	
}
.main-container  .tabs-content .tabs {
   
    font-size: 18px;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.main-container.home  .tabs-content .tabs {
    margin-right: 20px;
   
}
.tabs-content .top-more{position:absolute;right:5px;color:#1890ff ;top:9px}


.main-container  .tabs-content .tabs span {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-container  .tabs-content .tabs .icon-active {
    display: none;
}

.main-container  .tabs-content .tabs.active,
.main-container  .tabs-content .tabs:hover {
   
    color: #fff;

}
.main-container.home  .tabs-content .tabs.active,.main-container.home  .tabs-content .tabs:hover {
    background: linear-gradient(135deg, #2680FC, #40a9ff);
}

.main-container  .tabs-content .tabs.active .icon-active,
.main-container  .tabs-content .tabs:hover .icon-active {
    display: inline-block;
}

.main-container  .tabs-content .tabs.active .icon-default,
.main-container  .tabs-content .tabs:hover .icon-default {
    display: none;
}

.main-container .new-release-wrapper .tabs-pane {
    display: none;
}

.main-container .new-release-wrapper .tabs-pane .top-more {
    position: absolute;
    right: 0;
    top: 91px;
    z-index: 1;
    color: #1890ff;
}

.main-container .new-release-wrapper .tabs-pane.show {
    display: block;
}

.main-container .new-release-wrapper .tabs-pane .list-content {
    display: flex;
    flex-wrap: wrap;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list {
    width: calc((100% - 20px) / 2);
    height: 90px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #91d5ff;
    display: flex;
    color: #333;
	  border-color: #1890ff;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list:hover {
    border-color: #1890ff;
	box-shadow: 0px 2px 10px 0px rgba(38,128,252,0.2);

border: 1px solid #2680FC;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list:hover .time {
    color: #fff;
    background: url(/static/image/gg/new-release-time-active.png) no-repeat right bottom/48px 48px, #1890ff;
	
	
	     background-image: url(/static/image/indexicon/83.svg);
    background-repeat: no-repeat;
    background-size: 45px 39px;
 background-position: right -10px bottom -6px; 
}

.main-container .new-release-wrapper .tabs-pane .list-content .list:nth-child(2n) {
    margin-right: 0;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list .time {
    width: 100px;
    padding: 10px 5px 0px 15px;
    color: rgba(38, 128, 252, 1);
    height: 100%;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: bold;
     background-image: url(/static/image/indexicon/88.svg);
    background-repeat: no-repeat;
    background-size: 45px 39px;
 background-position: right -10px bottom -6px; 
    background-color: #f0f7ff;
    border-radius: 12px 0px 0px 12px;
    margin-right: 20px;
	font-family: Arial, Arial;
font-weight: bold;
font-size: 28px;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list .time .year {
    font-size: 14px;
    opacity: .8;
    margin-top: -9px;
    font-weight: normal;

font-family: Arial, Arial;
font-weight: bold;
font-size: 18px;

line-height: 24px;
text-align: left;
font-style: normal;
text-transform: none;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list .detail {
    flex-grow: 1;
    overflow: hidden;
    padding: 15px 16px 2px 0;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-family: Noto Sans SC, Noto Sans SC;
font-weight: 500;

color: #1A1A2E;
line-height: 23px;
text-align: left;
font-style: normal;
text-transform: none;
}
.main-container .new-release-wrapper .tabs-pane .list-content .list .bottom .line{ width: 1px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;}
	.main-container .new-release-wrapper .tabs-pane .list-content .list .bottom{
	font-family: Noto Sans SC, Noto Sans SC;
font-weight: 400;
font-size: 14px;
color: #6A7080;
	}

.main-container .new-release-wrapper .tabs-pane .list-content .list .title.is-top {
    padding-left: 17px;
    background: url(/static/image/gg/new-release-top.png) no-repeat left/10px 14px;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 22px;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list .bottom .info span {
    color: #1890ff;
}

.main-container .new-release-wrapper .tabs-pane .list-content .list .bottom .address {
    color: rgba(51, 51, 51, .8);
    flex-shrink: 0;
    max-width: 100px;
    padding-left: 18px;
    background: url(/static/image/indexicon/address.png) no-repeat left/14px 14px;
    margin-left: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-container .new-release-wrapper .tabs-pane .view-more {
    display: block;
    width: 140px;
    margin: 0 auto;
}



/* ===== Announcement Wrapper ===== */
.main-container .announcement-wrapper {
    
    padding-bottom: 20px;
}

.main-container .announcement-wrapper .view-content {
    position: relative;
}

.main-container .announcement-wrapper .announcement-content {
    display: none;
    flex-wrap: wrap;
    padding: 20px 20px 1px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
}

.main-container .announcement-wrapper .announcement-content.active {
    display: flex;
}

.main-container .announcement-wrapper .announcement-content .list {
    display: flex;
    width: calc((100% - 44px) / 2);
    margin-right: 44px;
    margin-bottom: 16px;
    align-items: center;
}

.main-container .announcement-wrapper .announcement-content .list::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1890ff;
    margin-right: 6px;
    flex-shrink: 0;
}

.main-container .announcement-wrapper .announcement-content .list:nth-child(2n) {
    margin-right: 0;
}

.main-container .announcement-wrapper .announcement-content .list .title {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-container .announcement-wrapper .announcement-content .list .time {
    flex-shrink: 0;
    margin-left: 10px;
    color: rgba(51, 51, 51, .6);
}

/* ===== Loading Spinner ===== */
.gg-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    min-height: 120px;width:100%
}

.gg-loading .spinner {
    width: 38px;
    height: 38px;
    border: 3px solid #e8e8e8;
    border-top-color: #1890ff;
    border-radius: 50%;
    animation: gg-spin 0.7s linear infinite;
}

@keyframes gg-spin {
    to {
        transform: rotate(360deg);
    }
}
.main-container  .announcement-wrapper {display:none}