/* core.css v1.1 | MIT License | corecss.io */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { padding: 0!important;background:#fff; color:#555; font-size:14px; font-family: 'Open Sans', -apple-system,Helvetica Neue,Helvetica,Roboto,Arial,"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
/*ol,ul,li { list-style:none; }*/
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9c9c9c;
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #9c9c9c;
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #9c9c9c;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #9c9c9c;
}

input:-internal-autofill-selected{
    box-shadow: inset 0 0 0 1000px #fff!important;
}

div::-webkit-scrollbar,ul::-webkit-scrollbar {
    width:4px;
    height:4px;
}
div::-webkit-scrollbar-button,ul::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
div::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb {
    background: #d5dbde;
    border: 8px #ffffff solid;
    border-right:0;
    border-left:0;
    border-radius:4px;
}
div::-webkit-scrollbar-thumb:hover,ul::-webkit-scrollbar-thumb:hover {
    background: #6B7386;
}
div::-webkit-scrollbar-thumb:active,ul::-webkit-scrollbar-thumb:active {
    background: #494F5E;
}
div::-webkit-scrollbar-track,ul::-webkit-scrollbar-track {
    background:transparent;
}
div::-webkit-scrollbar-track:hover,ul::-webkit-scrollbar-track:hover {
    background:transparent;
}
div::-webkit-scrollbar-track:active,ul::-webkit-scrollbar-track:active {
    background:transparent;
}
div::-webkit-scrollbar-corner,ul::-webkit-scrollbar-corner {
    background: transparent;
}


html {
    -ms-overflow-style:none;
    overflow:-moz-scrollbars-none;
}



@font-face {
    font-family: 'iconfont';
    src: url('../fonts/c.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#header{
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid #f1f3f4;
}
.header-con{
    height: 100%;
    width: 97%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1280px;
    position: relative;
    z-index: 2;
}

.mobile-menu-Button{
    display: none;
}
.mobile-menu-Button a{
    position: relative;
    z-index: 1;
    top: 0;
    margin-left: 0;
    width: 24px;
    height: 44px;
    display: block;
    outline: none;
}

.mobile-menu-Button a.on {}
.mobile-menu-Button a i{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 24px;
    background: #222;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.mobile-menu-Button a.on i:nth-child(3) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu-Button a.on i:nth-child(2) {
    width: 0;
}

.mobile-menu-Button a i:nth-child(1) {
    margin-top: -8px;
}

.mobile-menu-Button a.on i:nth-child(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-Button a i:nth-child(3) {
    margin-top: 8px;
}

.header-con .logo{}
.header-con .logo a{}
.header-con .logo a img{
    display: block;
    height: 30px;
}
.header-con .header-nav{
    width: 50%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.header-con .header-nav .Level-one-column{
    margin: 0 20px;
    position: relative;
}
.header-con .header-nav .Level-one-column > a{
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    color: #222;
}

.header-con .header-nav .Level-one-column > a .img-ico-box {
    position: relative;
    width: 16px;
    height: 30px;
    margin-right: 4px;
}

.header-con .header-nav .Level-one-column > a .img-ico-box img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.header-con .header-nav .Level-one-column > a .img-ico-box .img01 {
    opacity: 1;
}

.header-con .header-nav .Level-one-column > a .img-ico-box .img02 {
    opacity: 0;
}
.header-con .header-nav .Level-one-column:hover > a .img-ico-box .img01 {
    opacity: 0;
}

.header-con .header-nav .Level-one-column:hover > a .img-ico-box .img02 {
    opacity: 1;
}

.header-con .header-nav .Level-one-column > a > object {
    width: 20px;
}

.header-con .header-nav .Level-one-column > a > object circle {
    fill: blue;
}

.header-con .header-nav .Level-one-column > a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #577aff;
    border-radius: 3px;
    bottom: 15px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.header-con .header-nav .Level-one-column a:hover{
    color: #0560f8;
}
.header-con .header-nav .Level-one-column:hover > a:after{
    width: 20px;
}
.header-con .header-nav .Level-one-column a:after:hover{}
.header-con .right-text{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 60px;
    line-height: 60px;
}
.header-con .header-nav .Level-one-column .drop-down-box{
    position: absolute;
    background: #fff;
    min-width: 110px;
    top: 50px;
    left: -13px;
    box-sizing: border-box;
    padding: 10px 14px;
    border-radius: 10px;
    border: 0.0625rem solid rgb(233, 236, 239);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    transform: translateY(-10%) scale(.9);
}
.header-con .header-nav .Level-one-column:hover .drop-down-box{
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.header-con .header-nav .Level-one-column .drop-down-box ul{}
.header-con .header-nav .Level-one-column .drop-down-box ul li{
    list-style: none;
}
.header-con .header-nav .Level-one-column .drop-down-box ul li a{
    display: block;
    color: #222;
    padding-left: 0;
    height: 36px;
    max-width: 120px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-con .header-nav .Level-one-column .drop-down-box ul li a:hover{
    color: #0560f8;
}



.mobile-header-nav{
    position: fixed;
    top: 60px;
    background: #fff;
    width: 100%;
    left: 0;
    height: calc(100% - 60px);
    box-sizing: border-box;
    padding: 6px 4%;
    display: none;
}
.mobile-header-nav .Level-one-column{
    display: block;
    background: #f3f3f3;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.mobile-header-nav .Level-one-column > a{
    display: block;
    padding: 16px 16px;
    position: relative;
}

.mobile-header-nav .Level-one-column > a.on {
    border-radius: 5px 5px 0 0;
}
.mobile-header-nav .Level-one-column > a .img-ico-box{}
.mobile-header-nav .Level-one-column > a .img-ico-box img{}
.mobile-header-nav .Level-one-column > a .img-ico-box img.img01{}
.mobile-header-nav .Level-one-column > a .img-ico-box img.img02{}
.mobile-header-nav .Level-one-column > a span{
    font-size: 16px;
    color: #222;
}
.mobile-header-nav .Level-one-column .expand-btn{
    position: absolute;
    right: 9px;
    top: 2px;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    border-radius: 6px;
    width: 80px;
    height: 50px;
}

.mobile-header-nav .Level-one-column .expand-btn i{
    font-size: 26px;
    color: #d7d7d7;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.mobile-header-nav .Level-one-column .expand-btn.on i{
    transform: rotate(-90deg);
}
.mobile-header-nav .Level-one-column .drop-down-box{
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    padding: 10px 16px;
    box-sizing: border-box;
    display: none;
}
.mobile-header-nav .Level-one-column .drop-down-box ul{}
.mobile-header-nav .Level-one-column .drop-down-box ul li{
    list-style: none;
}
.mobile-header-nav .Level-one-column .drop-down-box ul li a{
    font-size: 14px;
    padding: 8px 0;
    display: block;
}



.header-con .right-text > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.header-con .right-text > ul > li {
    list-style: none;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: 10px;
}

.header-con .right-text > ul > li > a {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.header-con .right-text > ul > li img {
    display: inline-block;
    width: 20px;
}
.header-con .right-text p{
    color: #9e9e9e;
    font-size: 14px;
}

.header-con .LoginRegister-Box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-left: 4px;
    /* border-left: 1px solid #f1f3f4; */
    /* padding-left: 12px; */
    height: 60px;
    line-height: 60px;
}

.header-con .LoginRegister-Box .release-module,.header-con .LoginRegister-Box .message-module{
    position: relative;
    height: 60px;
    line-height: 60px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-content: center;
}
.header-con .LoginRegister-Box .release-module > a,.header-con .LoginRegister-Box .message-module > a{
    height: 30px;
    line-height: 30px;
    display: block;
    background: #fff;
    padding: 0 20px;
    border-radius: 15px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #222;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.header-con .LoginRegister-Box .release-module > a:hover{
    background: #ebebeb;
}
.header-con .LoginRegister-Box .message-module{
    padding: 0 10px;
}
.header-con .LoginRegister-Box .message-module > a{
    padding: 0;
    width: 30px;
    text-align: center;
    border: none;
    position: relative;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box {
    position: absolute;
    background: #fff;
    width: 360px;
    top: 50px;
    right: 0.5%;
    box-sizing: border-box;
    padding: 0;
    /* max-height: 400px; */
    border-radius: 10px;
    border: 0.0625rem solid rgb(233, 236, 239);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    transform: translateY(-10%) scale(.9);
    overflow-y: auto;
}

.header-con .LoginRegister-Box .message-module:hover .remind-drop-down-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box .tit {
    text-align: center;
    background: #f7f7f7;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    line-height: 50px;
    height: 56px;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box .tit h2 {padding: 0 0;font-size: 14px;font-weight: bold;color: #222;}

.message-module .remind-drop-down-box .tit span {
    display: block;
    cursor: pointer;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul {
    padding: 0 20px;
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: smooth; /* 添加平滑滚动 */
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li {
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
    background: #ffffff;
    margin: 4px 0;
    border-radius: 0;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li:last-child {
    border-bottom: none;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li .l-b {
    width: 52px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li .l-b a {
    display: block;
    background: #f5f5f5;
    height: 24px;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 8px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d8d8d;
    align-content: center;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li .r-b {
    width: 100%;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li .r-b .time {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #afafaf;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    left: -2px;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li .r-b .time a {
    display: inline-block;
    background: #f9f9f9;
    padding: 3px 6px;
    border-radius: 4px;
    color: #9f9f9f;
    border: 1px solid #ededed;
    font-size: 12px;
    margin-right: 4px;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li .r-b .text-con {
    line-height: 20px;
}

.message-module .remind-drop-down-box ul li .r-b .text-con p {
    margin-top: 4px;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li .r-b .text-con span {
    color: #4f4f4f;
}

.message-module .remind-drop-down-box .all-cha-btn {
    border-top: 1px solid #f3f3f3;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li .r-b .text-con p a {
    font-size: 12px;
    color: #959595;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}

.header-con .LoginRegister-Box .message-module .remind-drop-down-box ul li .r-b .text-con .name {
    color: #1e74f9;
}

.header-con .LoginRegister-Box .message-module > a .badge {
    background: #ff1d4f;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: -5px;
    top: -4px;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    transform: scale(0.9);
}
.header-con .LoginRegister-Box .message-module > a i{
    font-size: 22px;
}
.header-con .LoginRegister-Box .message-module > a:hover{}
.header-con .LoginRegister-Box .message-module > a:hover i{}


.header-con .LoginRegister-Box > a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #ccc;
    padding: 0 16px;
    border-radius: 20px;
    margin-left: 6px;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.header-con .LoginRegister-Box > a i{
    display: none;
}
.header-con .LoginRegister-Box > a.dl-btn{background: #f0f5ff;border: 1px solid #d3dff5;color: #0560f8;}
.header-con .LoginRegister-Box > a.zc-btn{
    background: #0560f8;
    color: #fff;
}
.header-con .LoginRegister-Box > a.dl-btn:hover{
    background: #dae8ff;
    border: 1px solid #b4cfff;
}
.header-con .LoginRegister-Box > a.zc-btn:hover{
    background: #004ccb;
}

.header-con .LoginSuccessful-box{
    display: none;
    position: relative;
    height: 60px;
    line-height: 60px;
}
.header-con .LoginSuccessful-box .tou-box{
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.header-con .LoginSuccessful-box .tou-box a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.header-con .LoginSuccessful-box .tou-box img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.header-con .LoginSuccessful-box .tou-box p{
    font-size: 14px;
    color: #555;
    padding-left: 4px;
}

.header-con .LoginSuccessful-box .HoverCard-dropdown{
    position: absolute;
    background: #fff;
    width: 140px;
    top: 50px;
    right: -5px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    border: 0.0625rem solid rgb(233, 236, 239);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    transform: translateY(-10%) scale(.9);
}

.header-con .LoginSuccessful-box:hover .HoverCard-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .tou2-box{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .tou2-box > a{
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .tou2-box .img-box{
    background: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .tou2-box .img-box img{}
.header-con .LoginSuccessful-box .HoverCard-dropdown .tou2-box .text-right{
    width: calc(100% - 51px);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .tou2-box .text-right h2{
    font-size: 14px;
    color: #222;
    width: 100%;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .tou2-box .text-right p{
    font-size: 12px;
    color: #9f9f9f;
    font-weight: inherit;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .shuju-box{
    margin-top: 0;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .shuju-box .item-modes-inner{
    height: 42px;
    line-height: 42px;
}

.header-con .LoginSuccessful-box .HoverCard-dropdown .shuju-box .item-modes-inner:hover {
    background: #f1f1f1;
    border-radius: 6px;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .shuju-box .item-modes-inner a{
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    color: #222;
    padding-left: 10px;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .shuju-box .item-modes-inner i{
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
}
.header-con .LoginSuccessful-box .HoverCard-dropdown .shuju-box .item-modes-inner span{}

.header-placeholder{
    height: 60px;
}

.Search-External-Box{
    background: #fff;
    border-radius: 10px;
    min-height: 100px;
    background: #fff;
    width: 100%;
    margin-bottom: 32px;
    padding: 24px 26px 30px;
    box-sizing: border-box;
    top: 0;
    box-shadow: 0 0 6px rgba(100,100,100,.1);
    -webkit-transition: .368s;
    -moz-transition: .368s;
    transition: .368s;
}
.Search-External-Box.width1{
    width: calc(100% - 196px);
    left:0;
}
.Search-External-Box .s-e-b-con{
    width: 100%;
    padding: 14px 0 20px;
    margin: 0 auto;
    position: relative;
}
.Search-External-Box .tab{
    font-size: 0;
    margin-bottom: 10px;
    padding-left: 156px;
}
.Search-External-Box .tab .btn-s{
    display: inline-block;
    font-size: 14px;
    background: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 3px;
    margin: 0 4px;
    cursor: pointer;
}
.Search-External-Box .tab .btn-s span{
    display: inline-block;
}
.Search-External-Box .tab .btn-s:hover{
    background: #f1f3f4;
}
.Search-External-Box .tab .btn-s.on{
    background: #4e6ef2;
    color: #fff !important;
}
.Search-External-Box .tab .btn-s.on span{
    color: #fff !important;
}
.Search-External-Box .search-Engine{}
.Search-External-Box .search-Engine .box-s{
    display: none;
}
.Search-External-Box .search-Engine .box-s.active{
    display: block;
}
.Search-External-Box .search-Engine .box-s a{
    float: left;
    display: block;
    margin-top: 4px;
}
.Search-External-Box .search-Engine .box-s a img{}
.Search-External-Box .search-Engine .box-s form{
    float: left;
    margin-left: 30px;
    width: calc(100% - 312px);
}
.Search-External-Box .search-Engine .box-s input{
    display: block;
    width: calc(100% - 128px);
    height: 46px;
    border: 1px solid #ebebeb;
    float: left;
    outline: none;
    box-sizing: border-box;
    padding: 0 12px;
}
.Search-External-Box .search-Engine .box-s button{
    float: left;
    width: 128px;
    height: 46px;
    border: none;
    background: #3388ff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}
.Search-External-Box .text-box{
    position: absolute;
    right: 26px;
    bottom: 26px;
}
.Search-External-Box .text-box p{
    font-size: 12px;
    color: #666;
}
.Search-External-Box .text-box a{
    font-size: 12px;
    color: #9d9d9d;
}
.Search-External-Box .text-box a:hover{
    color: #888;
}


#footer{text-align: center;}
#footer > p{
    padding: 10px 0 20px;
    font-size: 14px;
    color: #82878c;
}
#footer > p span{}
#footer > p a{
    font-size: 14px;
    color: #82878c;
}


/*ç™»å½•çª—å£*/
#Outermost-Box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: -200%;
    top: 0;
    opacity: 0;
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#Outermost-Box.on{
    left: 0;
    opacity: 1;
}
#Outermost-Box .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(225 225 225 / 90%);
    backdrop-filter: blur(5px);
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
#Outermost-Box.on .bg{
    opacity: 1;
}
#Outermost-Box .bottom-text{
    text-align: center;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
#Outermost-Box .bottom-text p{
    font-size: 14px;
    color: #666;
    display: inline-block;
}
#Outermost-Box .bottom-text a{
    color: #2e70dd;
}
.register-logo{

    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.register-logo a {
    display: inline-block;
}

.register-logo img {
    display: inline-block;
}
.register-logo img{
    max-height: 40px;
    display: block;
    margin: 0 auto;
}
.login-container{
    width: 96%;
    margin: 0 auto;
    max-width: 420px;
    min-width: 420px;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 40px 40px;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    top: -30px;
}
#Outermost-Box.on .login-container{
    top: 0;
    opacity: 1;
}
.login-container .tit-box{
    margin-bottom: 22px;
    font-size: 24px;
    color: #222;
}
.login-container .tabs{
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.login-container .tabs button{}
.login-container .tabs .tab-btn{
    background: none;
    border: none;
    padding: 6px 0 16px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.login-container .tabs .tab-btn.active{
    color: #0560f8;
}
.login-container .tabs .tab-btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #0560f8;
}
.login-container .tabs .tab-btn.active:after {
    width: 100%;
}
.login-container .tab-content {
    display: none;
}
.login-container .tab-content.active {
    display: block;
}

.login-container .common-input{
    background-color: #f5f6f7;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    box-sizing: border-box;
    height: 42px;
    line-height: normal;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
    outline: none;
}
.login-container .common-input2{
    width: 72%;
}
.login-container .tab-content .denglu-btn{
    background-color: #2e70dd;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    height: 42px;
    line-height: normal;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
    outline: none;
    color: #fff;
}
.login-container .tab-content label{}
.login-container .tab-content label input{}
.login-container .tab-content a{
    color: #2e70dd;
}

.error-message {
    color: #3b3b3b;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #edca93;
    width: 200px;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 12px;
    display: none;
    font-weight: bold;
    z-index: 9999;
}
#success-message {
    color: #3d3d3d;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #4cc991;
    width: 200px;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 12px;
    display: none;
    font-weight: bold;
    z-index: 9999;
}
.login-container  .constitute{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login-container  .constitute .img-code{
    width: 90px;
    height: 40px;
    display: block;
}
.login-container  .constitute .send-sms-code{
    width: 90px;
    height: 40px;
    border: none;
    border-radius: 3px;
    background: #2e70dd;
    color: #fff;
}



/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    color: #5b5b5b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #cdcdcd;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #2e70dd;
    border-color: #2e70dd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.Others-Login-Box{
    text-align: center;
    margin-top: 10px;
    display: none;
}
.Others-Login-Box h2{
    position: relative;
    font-size: 0;
}
.Others-Login-Box h2 em{
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
}
.Others-Login-Box h2 span{
    font-size: 14px;
    color: #ababab;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}
.Others-Login-Box ul{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 0 0;
}
.Others-Login-Box ul li{
    list-style: none;
    width: 36px;
    height: 36px;
    margin: 0 6px;
    background: #ccc;
    border-radius: 50%;
    line-height: 36px;
}
.Others-Login-Box ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.Others-Login-Box ul li i{
    font-size: 20px;
    color: #fff;
}
#iframe-Login{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffc7;
}

.custom-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    color: white;
    z-index: 9999;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* æˆåŠŸæç¤ºçš„æ ·å¼ */
.custom-alert-success {
    background-color: #4CAF50; /* ç»¿è‰² */
}

/* é”™è¯¯æç¤ºçš„æ ·å¼ */
.custom-alert-error {
    background-color: #f44336; /* çº¢è‰² */
}

/*è¯„è®ºæ ·å¼*/
.comment-section {
    width: 100%;
    margin: 50px auto;
}
.comment-section .tit{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.comment-section .tit h2{
    font-size: 20px;
    color: #2C313A;
    font-weight: 600;
}
.comment-section .tit p{
    font-size: 20px;
    color: #a1a1a1;
    padding-left: 8px;
    font-weight: inherit;
}
.comment-section .comment-input {
    margin-bottom: 20px;
    font-size: 0;
    position: relative;
}
.comment-section .comment-input textarea {
    width: 100%;
    height: 80px;
    padding: 12px;
    font-size: 14px;
    resize: none;
    box-sizing: border-box;
    font-family: auto;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    color: #222;
    outline: none;
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;
}
.comment-section .comment-input button {
    margin-top: 6px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #0560f8;
    color: #fff;
    padding: 0 26px;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    border: none;
}

.comment-section #emoji-button,
.comment-section #emoji-button2 {
    background: #f1f1f1;
    padding: 0 6px;
    margin-left: 4px;
}

#emoji-picker,
#emoji-picker2 {
    position: absolute;
    bottom: -280px;
    left: 0px;
    background: #ffffffbd;
    padding: 5px;
    width: 350px;
    height: 266px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    z-index: 8;
    backdrop-filter: blur(10px);
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

#emoji-picker .emoji ,
#emoji-picker2 .emoji{
    font-size: 18px;
    padding: 2px;
    cursor: pointer;
}

#emoji-picker .emoji:hover,
#emoji-picker2 .emoji:hover {
    background-color: #eee;
}


.comment-section .comments {
    list-style: none;
    padding: 0;
}
.comment-section .comment-item,.comment-section  .reply-item {
    padding: 5px 0 10px 46px;
    position: relative;
}

.comment-section .reply-item {
    padding: 2px 0 20px 26px;
}

.comment-section  .actions {
    position: relative;
}
.comment-section .comment-item .avatar, .comment-section .reply-item .avatar {position: absolute;left: 0;top: 0;}
.comment-section .comment-item .avatar img, .comment-section .reply-item .avatar img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.comment-section .reply-item .avatar img {
    width: 22px;
    height: 22px;
}
.comment-section .comment-item .content, .comment-section .reply-item .content {
    overflow: hidden;
    font-size: 0;
}
.comment-section .comment-item .content .name,
.comment-section .reply-item .content .name {
    font-weight: bold;
    margin-right: 4px;
    font-size: 14px;
    color: #222;
}
.comment-section .content .tag-grade{
    font-size: 12px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #f0f5ff;
    color: #0560f8;
    padding: 0 7px;
    border-radius: 4px;
    margin-right: 7px;
    box-sizing: border-box;
}

.comment-section .reply-item .content .name2 {
}

.comment-section .reply-item .content .name2 i {
    font-style: inherit;
    font-weight: initial;
    color: #838383;
    margin-right: 4px;
}
.comment-section .comment-item .content .time, .comment-section .reply-item .content .time {
    color: #999;
    font-size: 12px;
}
.comment-section .comment-item .text, .comment-section .reply-item .text {
    margin: 6px 0 10px;
    font-size: 15px;
    line-height: 22px;
}
.comment-section .comment-item .actions a, .comment-section .reply-item .actions a {
    margin-right: 7px;
    color: #979797;
    cursor: pointer;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding: 0 10px;
}

.comment-section .report-button {
    background: none !important;
    padding: 0 4px !important;
    display: none !important;
}

.comment-section .report-button i {
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #b7b7b7;
}
.comment-section .reply-list {
    margin: 20px 0 0 0px;
    list-style: none;
    padding: 0;
}
.comment-section .reply-input {
    margin-top: 10px;
    margin-left: 0px;
    position: relative;
}
.comment-section .reply-input textarea {
    width: 100%;
    height: 80px;
    padding: 12px;
    font-size: 14px;
    resize: none;
    box-sizing: border-box;
    font-family: auto;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    color: #222;
    outline: none;
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;
}
.comment-section .reply-input button {
    margin-top: 2px;
    margin-top: 0px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #0560f8;
    color: #fff;
    padding: 0 26px;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    border: none;
    cursor: pointer;
}

/* æ‚¬æµ®èœå•å®¹å™¨ */
.floating-menu {
    position: fixed;
    bottom: 10%;
    right: 4px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

/* èœå•é¡¹æ ·å¼ */
.floating-menu .menu-item {
    position: relative;
    width: 46px;
    height: 46px;
    margin-bottom: 5px;
    cursor: pointer;
    z-index: 1;
}

/* èœå•å›¾æ ‡æ ·å¼ */
.floating-menu .menu-item .icon {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    color: #333;
}

.floating-menu .menu-item .icon i {
    font-size: 20px;
    color: #858585;
}

.floating-menu .menu-item:hover .icon i {
    color: #ffffff;
}

.floating-menu .menu-item:hover .icon {
    background: #0560f8;
    border: 1px solid #0560f8;
}

/* slide-box åˆå§‹ä½ç½®åœ¨æŒ‰é’®å·¦ä¾§éšè— */
.floating-menu .menu-item .slide-box {
    position: absolute;
    top: 0;
    right: 48px;
    width: 0;
    min-height: 60px;
    background: #ffffff;
    border: 1px solid #ededed;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: width 0.1s;
    border-radius: 8px;
    box-sizing: border-box;
    opacity: 0;
}

/* æ–‡æœ¬å†…å®¹æ ·å¼ */
.floating-menu .menu-item .slide-box .content {
    padding: 10px;
    font-size: 14px;
    color: #333;
}
.floating-menu .menu-item .slide-box .content  .img-box{
    width: 128px;
}
.floating-menu .menu-item .slide-box .content  .img-box img{
    display: block;
    width: 100%;
}

.sqqx-box{
    position: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.sqqx-box .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
    z-index: 1;
}

.sqqx-container {
    width: 460px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    padding-bottom: 30px;
}

.sqqx-container .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.sqqx-container .close-btn i {
    font-size: 24px;
    color: #b9b9b9;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

.sqqx-container .close-btn:hover i {
    color: #333;
}

.sqqx-title{
    background: #f6f6f6;
    padding: 26px 0 26px;
    margin-bottom: 30px;
}

.sqqx-title h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #222;
}

.sqqx-title p {
    font-size: 14px;
    color: #888;
}

.sqqx-qr-code {
    width: 100px;
    height: 100px;
    background-color: #e0e0e0;
    margin: 16px auto 30px;
}

.sqqx-qr-code img {
    display: block;
    width: 100%;
}

.sqqx-contact-info {
    font-size: 14px;
    color: #333;
}

.sqqx-contact-info span {
    margin: 0 10px;
}

.index-article-placeholder{
    text-align: center;
}
.index-article-placeholder img{
    width: 230px;
}
.index-article-placeholder p{
    font-size: 14px;
    color: #abb4bc;
}


#iframe-container{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}
#iframe-container .close-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgb(0 0 0 / 19%);
    backdrop-filter: blur(0px);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
#iframe-container #myIframe{
    width: 1280px;
    height: 700px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin: -350px 0 0 -640px;
    border-radius: 10px;
}


#paymentModal {
    display: none; /* 隐藏模态框 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

#paymentModal .modal-content {
    background-color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    height: 248px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#paymentModal .modal-content > div {
    border: 1px solid #e1e1e1;
    text-align: center;
}

#paymentModal .close {
    color: #ffffff;
    position: absolute;
    right: 0px;
    top: -40px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

#paymentModal .tab-nav {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin-bottom: 20px;
}

#paymentModal .tab-nav li {
    flex: 1;
    padding: 10px 0;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    background: #f1f1f1;
}

#paymentModal .tab-nav li.active {
    background: #fff;
    color: #007bff;
}

#paymentModal .tab-content .tab-pane {
    display: none;
}

#paymentModal .tab-content .active {
    display: block;
}

#paymentModal .payment-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#paymentModal .payment-container .qrcode {
    width: 100px;
    height: 100px;
    padding: 10px;
    border: 2px solid #ededed;
    margin-right: 20px;
    transition: filter 0.3s;
}

#paymentModal .payment-info {
    text-align: left;
    width: 200px;
}

#paymentModal .payment-info h2 {
    font-size: 32px;
    height: 36px;
    line-height: 36px;
    color: #ff7f2a;
    margin-bottom: 6px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#paymentModal .payment-info h2 span {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    position: relative;
    bottom: 4px;
}

#paymentModal .payment-info h2 strong {padding-left: 0px;}

#paymentModal .agreement {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    padding: 0px 0px 20px;
    position: relative;
    width: auto;
    display: inline-block;
}

#paymentModal .agreement label {
    cursor: pointer;
}

#paymentModal .agreement a {
    color: #007bff;
    text-decoration: none;
}

#paymentModal .agreement a:hover {
    text-decoration: underline;
}

#paymentModal .blur {
    filter: blur(5px);
}
/* 自定义复选框样式 */
#paymentModal .custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

#paymentModal .custom-checkbox input[type="checkbox"] {
    display: none;
}

#paymentModal .custom-checkbox .checkmark {
    width: 17px;
    height: 17px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
    margin-right: 5px;
    box-sizing: border-box;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

#paymentModal .custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #007bff;
    border-color: #007bff;
}

#paymentModal .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#paymentModal .custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
}

#paymentModal .custom-checkbox .checkmark:after {
    left: 3px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#paymentModal .custom-checkbox a {
    color: #007bff;
    text-decoration: none;
}

#paymentModal .custom-checkbox a:hover {
    text-decoration: underline;
}

#paymentModal .agreement .agreement_tips{
    position: absolute;
    left: -30px;
    top: -26px;
    width: 128px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    text-align: center;
    font-weight: 400;
    background-image: url(https://image.gogoup.com/static/pc/member/message.png);
    background-size: 100% 100%;
}


.article_payment_display {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 6px;
    position: relative;
}

.article_payment_display .container {
    width: 100%;
    background: #fff;
    /* 从上到下渐变 */
    background: linear-gradient(to bottom, #ffffff, #f6f6f6); /* 从上到下渐变 */
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    border: 1px solid #f1f1f1;
}

.article_payment_display .lock-icon {
    font-size: 30px;
    color: #ff6a6a;
    padding: 10px 0 10px;
}

.article_payment_display .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #f3f3f3;
    padding: 0px 0 24px;
    width: 96%;
    margin: 0 auto;
}

.article_payment_display .options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 32px 0 32px;
}

.article_payment_display .option {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    background: #fff;
    align-content: center;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    border: 1px solid #f1f1f1;
    padding: 0 8px 0 38px;
    flex-wrap: wrap;
}

.article_payment_display .option .price {
    font-weight: bold;
    font-size: 14px;
    color: #ff6a6a;
}

.article_payment_display .option .price.member {
    color: #4caf50;
}

.article_payment_display .button {
    border: none;
    border-radius: 16px;
    font-size: 12px;
    cursor: pointer;
    height: 26px;
    padding: 0 10px;
    margin-left: 30px;
}

.article_payment_display .button.pay {
    background-color: #ff6a6a;
    color: #fff;
}

.article_payment_display .button.subscribe {
    background-color: #4caf50;
    color: #fff;
}
.article_payment_display .button a{
    color: #fff;
}

.article_payment_display .footer {
    font-size: 12px;
    color: #8f8f8f;
    height: 30px;
    line-height: 30px;
    background: #fcfcfc;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}
.article_payment_display .fot-left{}
.article_payment_display .fot-left span{}
.article_payment_display .fot-left strong{
    margin-bottom: 0;
}
.article_payment_display .fot-right{}
.article_payment_display .fot-right p{
    color: #adadad;
}

.full_text_mask{
    width: 100%;height: 124px;background: linear-gradient(to bottom, #ffffff00, #ffffff);position: absolute;bottom: 310px;left: 0;
}

#header .header-search-button{
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
#header .header-search-button:hover{
    background: #f1f1f1;
}
#header .header-search-button i{
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    color: #333;
    border-radius: 20px;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    font-size: 14px;
    cursor: pointer;
    font-weight: inherit;
}


.search-dropdown-menu{
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background: #0000001c;
    display: none;
}
.search-dropdown-menu .search-container {
    max-width: 1280px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 13px 16px 20px 0px rgb(171 171 171 / 10%);
    overflow: hidden;
    width: 97%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* 搜索框 */
.search-dropdown-menu .search-header {
    display: flex;
    padding: 16px;
}

.search-dropdown-menu .search-input {
    flex: 1;
    outline: none;
    height: 36px;
    line-height: 36px;
    display: block;
    background: #f9f9f9;
    padding: 0 16px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #222;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.search-dropdown-menu .search-button {
    margin-left: 0;
    padding: 0 14px;
    border: none;
    background-color: #ebebeb;
    color: #333;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    font-size: 14px;
}
.search-dropdown-menu .search-button i{
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
}
.search-dropdown-menu .search-button:hover {
    background-color: #e3e3e3;
}

/* 最近搜索 */
.search-dropdown-menu .recent-searches {
    padding: 0 30px 30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.search-dropdown-menu .recent-title {
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 10px;
    width: 100%;
}

.search-dropdown-menu .recent-item{
    padding-right: 50px;
}
.search-dropdown-menu .recent-item span{
    font-size: 16px;
    color: #333;
    padding: 6px 0;
    font-weight: bold;
    margin-right: 14px;
}


.search-dropdown-menu .recent-item span:hover {
    color: #0078ff;
    cursor: pointer;
}
.search-dropdown-menu .search-out-btn{
    position: absolute;
    right: 18px;
    bottom: 18px;
    cursor: pointer;
}
.search-dropdown-menu .search-out-btn i{
    font-size: 24px;
    color: #bbbbbb;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.search-dropdown-menu .search-out-btn:hover i {
    color: #333;
}
.search-dropdown-menu .search-out-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}



.ZhuanZai-box{
    margin: 30px 0 0;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
}
.ZhuanZai-box p{
    color: #b5b5b5;
    font-size: 12px;
    margin: 4px 0;
}
.ZhuanZai-box p span{}
.ZhuanZai-box p a{
    color: #b5b5b5;
}

.cherry-mask-code-block .expand-btn{}
.cherry-mask-code-block .expand-btn i{}

.cherry-list__default{}
.cherry-list__upper-roman{
    list-style: upper-roman;
}
.cherry-list__lower-greek{
    list-style: lower-greek;
}
.cherry-list__cjk-ideographic{
    list-style: cjk-ideographic;
}
@media screen and (max-width: 1380px) {
    .login-container {
        padding: 20px 20px;
    }
    .login-container .tit-box {
        margin-bottom: 20px;
    }
    .login-container .tit-box h2{
        font-size: 20px;
    }
    .login-container .common-input{
        height: 40px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .login-container .common-input2{
        width: 70%;
    }
    .login-container .constitute .img-code{
        height: 40px;
    }
    .login-container .constitute .send-sms-code{
        height: 40px;
        font-size: 13px;
    }
    .custom-checkbox{
        font-size: 12px;
    }
    #Outermost-Box .bottom-text p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1080px) {
    .header-con .logo {
        margin: 0 auto;
    }
    .header-con .LoginRegister-Box{
        margin: 0;
        padding: 0;
    }
    .header-con .LoginSuccessful-box .tou-box a{
        pointer-events: none;
    }
    .header-con .LoginRegister-Box > a.zc-btn,
    .header-con .LoginRegister-Box .release-module,
    .header-con .LoginRegister-Box .message-module,
    .header-con .LoginSuccessful-box .tou-box p{
        display: none;
    }
    .header-con .LoginRegister-Box > a.dl-btn{
        border: none;
        background: none;
        padding: 0;
        margin: 0;
    }
    .header-con .LoginRegister-Box > a.dl-btn:hover {
        background: none;
        border: none;
    }
    .header-con .LoginRegister-Box > a span{
        display: none;
    }
    .header-con .LoginRegister-Box > a i{
        display: block;
        display: block;
        font-size: 32px;
        color: #222;
    }
    .mobile-menu-Button{
        display: block;
    }
    .header-con .header-nav{
        position: fixed;
        width: 70%;
        background: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        max-width: 220px;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        align-items: flex-start;
        z-index: 50;
        box-shadow: 20px 0px 30px 0px rgba(100, 100, 100, .2);
        display: none;
    }
    .header-con .header-nav .Level-one-column{
        width: 100%;
    }

    .header-con .header-nav .Level-one-column > a{
        justify-content: flex-start;
        height: 46px;
        line-height: 46px;
    }
    .article_payment_display .options {
        gap: 10px;
        padding: 26px 0 12px;
    }
    .article_payment_display .option{
        width: 45%;
        height: auto;
        padding: 16px 0;
        border-radius: 14px;
        justify-content: center;
    }
    .article_payment_display .option .price{
        width: 100%;
        height: 36px;
        line-height: 34px;
    }
    .article_payment_display .button{
        margin: 0 0;
        width: 80%;
        border-radius: 6px;
    }
    .article_payment_display .option p{
        height: 20px;
        line-height: 20px;
        position: relative;
        left: 6px;
    }
    .article_payment_display .footer{
        display: none;
    }
    .full_text_mask {
        bottom: 320px;
    }


}


































