﻿.h1Wraper {
    background-image: url("bg.png") !important;
    height: 350px;
}

#header {
    background: rgba(34, 36, 41, 0.5);
}

#h2WorkName {
    width: 924px;    margin-top: 110px;
    height: 155px;
    font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI-Bold;
    font-weight: 400;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 77px;
    text-align: center;
    font-style: normal;margin-left: auto;margin-right: auto;
    text-transform: none;
}

#pDesc {
    margin-left: 24px;
}

h2 {
    color: #123052;
    /*border: none;*/
    /*position: relative;*/
    /*padding-left: 60px;*/
}

.flex {
    display: flex;
}

.block {
    /*display: inline-block;*/
    flex: 1;
    margin-bottom: 5px;
}

.block:nth-of-type(2) {
    padding-left: 90px;
}

.block ul {
    display: flex;
    /*justify-content: center;*/
}

.enterButton {
    display: inline-block;
}

.enterButton a {
    /*flex: 1;*/
    /*align-items: center;*/
    /*display: flex;*/
    /*justify-content: center;*/

    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 200px;
    border: 1px solid #e2e2e2;
    font-size: 18px;
    /*font-weight: bold;*/
}

.enterButton a:hover {
    background: #b6c3d2;
    border-color: #b6c3d2;
    color: #fff;
    transform: translateY(-10px);
}

.enterButton a:hover i {
    color: #fff;
    /*font-weight: normal;*/
}

.enterButton a i {
    font-size: 15px;
    height: 3em;
    margin-top: 20px;
    line-height: 1.5em;
    color: #777;
}

h2 img {
    position: absolute;
    left: 0;
    right: 0;
    /* top: -40px; */
    bottom: 10px;
    opacity: 0.6;
    width: 60px;
}

.block2 {
    width: 590px;
    /*height: 395px;*/
    /* background: linear-gradient(180deg, rgba(29, 119, 187, 0.1) 0%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); */
    /* box-shadow: 0px 12px 12px 0px rgba(0, 41, 72, 0.12); */
    /*border: 2px dashed #eee;*/
    border-radius: 10px;
    padding: 20px 0;
}

.block2:hover {
    /*border-color: #0029486e;*/
}


.block2 .title {
    height: 33px;
    font-family: Inter, Inter;
    font-weight: 600;
    font-size: 28px;
    color: #243042;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.block2 .title + div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block2 .title + div > a {
    /*flex: 1;*/
    /*padding: 0 16px;*/
    /* width: 45%; */
}
.block2 .title + div > a:nth-of-type(2) {
    margin-left: 16px;
}

.block2 .rect {
    width: 100%;
    height: max-content;
    background-color: #fefefe;
    /* box-shadow: 0px 12px 12px 0px rgba(0, 41, 72, 0.1); */
    box-shadow: 0 0 20px rgba(9,41,77,.12);
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    /*margin-left: 20px;*/
    vertical-align: top;
    background-size:100% 100%;
    box-sizing: border-box;
    /* margin-top: 30px; */
    transition: all 0.2s;
}

.block2 .rect .rr{
    width: 100%;
    height: 200px;
    background-size:100% 100%;

}

.block2 .rect:hover {
    /* background-color: #b6c3d2; */
    /* box-shadow: 0px 0px 0px 0px rgba(0, 41, 72, 0.1); */
    cursor: pointer;
    /* filter: brightness(0.8); */
    /* background-color: #3e97df; */
    transform: translateY(-10px);
    /*border: 1px solid #3e97df;*/
    box-shadow: 0 0 20px rgba(9,41,77,0.35);
}

.block2 .rect:hover .tt {
    color: #3e97df;
}

.block2 .rect .tt {
    width: 100%;
    text-align: center;
    height: 2em;
    font-family: Inter, Inter;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    /* line-height: 21px; */
    text-align: center;
    font-style: normal;
    text-transform: none;
    /* margin-left: 18px; */
    margin-top: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

.block2 .rect .tt2 {
    /*height: 20px;*/
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: 400;
    font-size: 16px;
    color: #656e7a;
    /* line-height: 16px; */
    /*text-align: center;*/
    font-style: normal;
    text-transform: none;
    /*margin-top: 25px;*/
    /*padding: 25px 16px;*/
    box-sizing: border-box;
    text-align: left;
    padding: 20px 32px;
}

.block2 .rect .tt2 > div {
    display: flex;
}

.block2 .rect .tt2 > div span {
    flex: 1;
}

.block2 .rect .tt2 > div i {
    width: 5em;
}

.block2 .enter {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px dashed #ccc;
    color: #0066b9;
    font-size: 15px;
}

.gg_list {
    margin-bottom: 80px;
}

.gg_list > div {
    line-height: 1.6em;
    /*padding: 8px 0;*/
    position: relative;
    padding: 8px 16px;
    display: flex;
    align-items: center;
}

.gg_list > div:not(:last-of-type) {
    border-bottom: 1px dashed #e2e2e2;
}

.gg_list > div:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #3577ff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gg_list > div .type {
    width: 4em;
    text-align: center;
    height: max-content;
    background: #8c9fdd;
    /* padding: 2px 6px; */
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
    margin-left: 45px;
}

.gg_list > div a,
.gg_list > div .content {
    margin: 0;
    flex: 1;
}

/*.xxgs > div {*/
    /*width: 50%;*/
    /*box-shadow: 0 0 1.5rem 0 rgba(9,41,77,.12);*/
    /*padding: 30px;*/
    /*margin: 15px 15px 60px;*/
/*}*/

/*.xxgs > div .title {*/
    /*font-size: 18px;*/
    /*color: #000;*/
    /*line-height: 1.5em;*/
    /*margin-bottom: 32px;*/
/*}*/

/*.xxgs > div table {*/
    /*font-size: 15px;*/
/*}*/

/*.xxgs > div table th {*/
    /*border: none;*/
    /*text-align: left;*/
    /*padding: 10px 0;*/
    /*background: transparent;*/
    /*font-weight: normal;*/
    /*border-bottom: 1px solid #e6e6e6;*/
/*}*/

/*.xxgs > div table td {*/
    /*border: none;*/
    /*text-align: left;*/
    /*padding: 10px 0;*/
    /*color: #0d1c28;*/
/*}*/

/*.xxgs > div table i {*/
    /*color: #888;*/
    /*font-size: 14px;*/
    /*padding: 0 8px 0 3px;*/
/*}*/

/*.xxgs > div table td span {*/
    /*width: 16em;*/
    /*overflow: hidden;*/
    /*display: block;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*vertical-align: middle;*/
/*}*/

#slide-container {
    width: 220px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    /* border: 1px solid #ccc; */
    /* position: relative; */
    height: 350px;
    margin: 30px auto 60px;
    border-radius: 5px;
    box-shadow: 0 0 16px 0 #cccccca6;
    position: fixed;
    right: 0;
    transform: translateY(-60%);
    top: 50%;
    /* bottom: 0; */
    transition: height 1s;
}

#slide-content {
    display: flex;
    width: max-content;
    transition: transform 1s;
    position: absolute;
    top: 0;
    bottom: 0;
}

#slide-content .slide-item {
    width: 220px;
    text-align: center;
    line-height: 1.8em;
    /*padding: 0 32px;*/
    box-sizing: border-box;
    position: relative;
    color: #555;
    display: flex;
    flex-direction: column;
    padding: 40px 16px 0;
}

#slide-content .slide-item.link {
    align-items: center;
    justify-content: center;
    color: #333;
    padding: 0 16px;
}

#slide-container .title {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    background: #fff;
    z-index: 9;
    user-select: none;
    color: #4293f4;
}

#slide-container .title i {
    font-size: 16px;
    top: 3px;
    right: 2px;
}

#slide-content .content {
    text-align: left;
    /*text-indent: 2em;*/
    flex: 1;
    overflow-y: auto;
    margin: 0;
}

#slide-content .slide-item .link_to {
    text-align: right;
    font-size: 15px;
    margin: 12px 0 28px;
}

#slide-content .slide-item .link_to a {
    color: #0066B9;
}

#slide-content .slide-item a:hover {
    color: #4293f4;
}

#slide-container .controls {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    user-select: none;
}

#slide-container .controls a {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #d4e4f166;
    user-select: none;
    margin: 0 2px;
}
#slide-container .controls a.active {
    background: #4293f4;
    width: 30px;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    user-select: none;
    transition: transfotm 0.2s;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.close:after,
.close:before {
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #ddd;
}

.close:hover:after,
.close:hover:before {
    background: #666;
}

.close:after {
    content: '';
    width: 16px;
    height: 2px;
}
.close:before {
    content: '';
    width: 2px;
    height: 16px;
}

#slide-content .content::-webkit-scrollbar {
    width: 5px;
}

#slide-content .content::-webkit-scrollbar-thumb {
    background: #eee;
}

#slide-content .content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#slide-container.small {
    height: 40px;
}

#slide-container.small .minimize{
    transform: rotate(180deg);
}