.post-banner {
    background: url(images/pro-banner-bg.svg) no-repeat center top /cover;
    padding: 50px 56px 64px;
    margin: 0 auto 20px;
    border-radius: 4px;
    max-width: 1100px;
}
.post .bread-nav{margin-bottom: 20px;}

.post-banner .cont {
    max-width: 600px;
}

.post-banner .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
}

.post-banner .tip {
    margin-bottom: 30px;
}

.post-banner ul {
    margin-bottom: 30px;
    flex-direction: row;
}

.post-banner ul li {
    width: 49%;
    font-size: 14px;
}

.post-banner .group-btn .btn {
    line-height: 52px;
    height: 52px;
    padding: 0 22px;
    width: 200px;
}

.post-banner .group-btn .btn:first-child {
    margin-right: 16px;
    width: 240px;
}

.post {
    padding: 24px 0 74px;
}

.post-cont .lft {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    padding: 40px;
    width: calc(100% - 260px);
    color: #515978;
}
.post-cont .lft h1{
    font-size: 32px;
    font-weight: bold;
    color: #2B2B58;
    margin-bottom: 24px;
}

.post-cont .lft h2 {
    font-size: 28px;
    padding: 50px 0 24px;
    border-top: 2px solid #EBEFF4;
    margin-top: 34px;
    color: #2B2B58;
}

.post-cont .lft a:not(.btn) {
    color: #0076FF;
    text-decoration: underline;
}

.post-cont .lft a:not(.btn):hover {
    text-decoration: none;
}

.post-cont .lft h3 {
    padding-bottom: 24px;
    margin-top: 24px;
    color: #2B2B58;
    font-size: 20px;
}

.post-cont .lft h4 {
    font-size: 18px;
    color: #2B2B58;
    padding-bottom: 20px;
    margin-top: 20px;
}

.post-cont .lft h5,
.post-cont .lft h6 {
    font-size: 16px;
    color: #2B2B58;
    padding-bottom: 15px;
    margin-top: 15px;
}

.post-cont .lft .lft-border {
    position: relative;
    z-index: 0;
    padding-left: 18px;
}

.post-cont .lft .lft-border::after {
    position: absolute;
    height: 24px;
    width: 4px;
    background: #3ece8d;
    left: 0;
    top: 2px;
    content: '';
    z-index: -1;
}

.post-cont .lft ul,
.post-cont .lft ol,
.post-cont .lft p,
.post-cont .lft img,
.post-cont .lft div {
    margin-bottom: 30px
}

.post-cont .lft ul {
    font-size: 14px;
}

.post-cont .lft ul.list-count>li {
    padding-left: 50px;
    position: relative;
    font-size: 16px;
}

.post-cont .lft ul.list-count {
    counter-reset: li
}

.post-cont .lft ul.list-count>li::after {
    content: '0'counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    background-color: #F0F4FA;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #0076FF;
    font-weight: 400
}

.post-cont .lft ul.list-count>li:not(:last-child) {
    margin-bottom: 20px
}

.post-cont .lft .download-gp {
    background: #0076FF url(images/download-bg.svg) no-repeat center center /cover;
    color: #fff;
    padding: 40px 45px 58px;
    border-radius: 4px;
}

.post-cont .lft .download-gp .title {
    font-size: 24px;
    font-weight: 700;
}

.post-cont .lft .download-gp ul {
    margin: 20px 0;
    font-size: 14px;
    flex-direction: row;
}

.post-cont .lft .download-gp ul li {
    flex-basis: 49%;
}

.post-cont .lft .bt {
    padding-top: 30px;
    border-top: 2px solid #EBEFF4;
}

.post-cont .lft .group-btn .btn {
    line-height: 52px;
    height: 52px;
    padding: 0 22px;
}

.post-cont .lft .group-btn .btn:first-child {
    margin-right: 16px;
}

.post-cont .lft table {
    width: 100%;
    border-collapse: collapse;
}

.post-cont .lft table th,
.post-cont .lft table td {
    padding: 20px 2%;
    border: 1px solid #d8d8d8
}

.post-cont .rgt {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(153, 153, 153, 0.24);
    border-radius: 3px;
    flex-basis: 240px;
    border-top: 10px solid #0091FF;
    padding: 0 18px 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
}

.post-cont .rgt>ul>li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.post-cont .rgt .sub svg {
    transition: all ease-in-out 0.4s;
}

.post-cont .rgt .sub.actived svg {
    transform: rotate(90deg);
}

.post-cont .rgt .sub+ul {
    padding-top: 20px;
    display: none;
}

.post-cont .rgt .sub+ul.actived {
    display: block;
}

.post-cont .rgt .sub+ul a {
    font-size: 14px;
    color: #2B2B58;
    padding: 7px 6px;
    display: block;
}

.post-cont .rgt .sub+ul a:hover {
    background: #F0F4FA;
    color: #0076FF;
}

.com-banner {
    background: linear-gradient(-180deg, #007fea, #00c5fa);
    text-align: center;
    padding: 40px 0 115px;
    /* margin-bottom: 40px; */
}

.com-banner.guide-banner {
    padding: 60px 0 85px;
}

.com-banner.cover-banner {
    padding: 60px 0 62px;
}

.post-content {
    margin-top: 35px;
}

.post-content .left {
    flex-basis: 240px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(153, 153, 153, 0.24);
    border-radius: 3px;
    border-top: 10px solid #0091FF;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 75px;
}

.post-content .container {
    position: relative;
}

.post-content .right {
    margin-left: 20px;
    margin-bottom: 50px;
    width: calc(100% - 240px);
}

.post-content .right h2,
.post-content .right h3,
.post-content .right h4 {
    line-height: 28px;
    font-size: 28px;
    color: rgba(13, 35, 102, 1);
}

.post-content .cell {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    flex-basis: 33.3%;
    transition: all linear 0.2s;
    padding: 40px 24px;
}

.guide .post-content .cell {
    padding: 0px 0px;
}

.guide .post-content .cell a {
    padding: 40px 24px;
}

.post-content .right .cell.select {
    z-index: 1;
    box-shadow: 0px 10px 24px 0px rgba(43, 43, 88, 0.1);
}

.post-content .cell .title {
    color: #0C2366;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.post-content .cell .content {
    color: #0C2366;
    font-size: 16px;
    font-weight: 400;
    margin-top: 24px;
    text-align: center;
}

.post-content .cell .btn {
    font-size: 14px;
    font-weight: bold;
    margin-top: 32px;
    padding: 6px 27px;
}

.post-content .left img {
    width: 24px;
    height: 24px;
}

.post-content .left img {
    width: 24px;
    height: 24px;
}

.post-content .left ul li.select {
    background-color: #F0F4FA;
}

.cover .post-content .left ul li.select {
    background-color: #0099FF;
    color: #F0F4FA;
}

.cover .post-content .left ul li.hover {
    background-color: #F0F4FA;
}

.post-content .left ul li a {
    display: flex;
    padding: 12px 18px;
}

.post-content .left ul li span {
    margin-left: 8px;
    color: #0D2366;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}


.post-content.detail .right {
    padding: 40px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
}

.post-content.detail .right h2 {
    /* margin-top: 30px; */
    margin-bottom: 0;
}

.post-content.detail .right h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 0;
}

.post-content.detail .right h4 {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 18px;
}

.post-content.detail .right .title {
    padding-bottom: 34px;
    border-bottom: 2px solid #EBEFF4;
}

.post-content.detail .right .content {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(66, 71, 112, 1);
}

.post-content.detail .right .step-first ul {
    margin-top: 10px;
}

.post-content.detail .right .step-first ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.post-content.detail .right .step-first ul li>span {
    font-size: 16px;
    line-height: 24px;
    margin-left: 16px;
}

.post-content.detail .right .step-sec {
    margin-top: 10px;
}

.post-content .guide-post-bg {
    width: 100%;
    margin-top: 40px;
    padding: 40px 65px 60px 45px;
    background: url("data:image/svg+xml,%3Csvg width='760' height='350' viewBox='0 0 760 350' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='86.975%25' y1='74.247%25' x2='8.719%25' y2='46.736%25' id='b'%3E%3Cstop stop-color='%23A6FFCB' offset='0%25'/%3E%3Cstop stop-color='%2305D5FF' offset='30.867%25'/%3E%3Cstop stop-color='%2353F' offset='100%25'/%3E%3C/linearGradient%3E%3Crect id='a' width='760' height='350' rx='4'/%3E%3ClinearGradient x1='100%25' y1='0%25' x2='0%25' y2='100%25' id='c'%3E%3Cstop stop-color='%23C1FFC7' offset='0%25'/%3E%3Cstop stop-color='%2389F5B1' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='82.755%25' y1='94.171%25' x2='43.097%25' y2='19.711%25' id='e'%3E%3Cstop stop-color='%23F4F5FA' offset='0%25'/%3E%3Cstop stop-color='%23FFF' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='url(%23b)' xlink:href='%23a'/%3E%3Ccircle fill='url(%23c)' opacity='.252' mask='url(%23d)' cx='81' cy='76' r='60'/%3E%3Cpath d='M419.892 285c144.38 0 273.049-67.28 356.38-172.205 61.672-77.65 7.239-203.897 7.239-310.772 0-94.063 62.737-153.481 13.851-226.022C715.65-545.252 577.082-625 419.892-625 168.662-625-35-421.29-35-170-35-67.333 18.064-44.404 75.41 31.731 158.427 141.946 271.306 285 419.893 285z' fill='url(%23e)' style='mix-blend-mode: multiply' mask='url(%23d)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: cover;
    border-radius: 0px;
}

.post-content .guide-post-bg .bg-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.post-content.detail .guide-post-bg .bg-tip {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    font-weight: 400px;
}

.post-content.detail .guide-post-bg ul {
    flex-direction: row;
    margin-top: 20px;
}

.post-content.detail .guide-post-bg ul li {
    width: 49%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.post-content.detail .group-btn {
    margin-top: 53px;
}

.post-content.detail .group-btn .btn {
    padding: 16px 36px;
    max-width: 360px;
}

.post-content.detail .group-btn .btn:nth-child(2) {
    margin-left: 20px;
}

.post-content.detail .ul-first {
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: row;
}

.post-content.detail .ul-sec {
    margin-top: 40px;
    flex-direction: row;
}

.post-content.detail .ul-first li {
    width: 49%;
    font-size: 14px;
    line-height: 24px;
}

.com-banner .title {
    font-size: 32px;
    color: #fff;
}

.com-banner .tip {
    margin: 20px auto 30px;
    max-width: 880px;
}

.com-banner .group-btn {
    justify-content: center;
}

.com-banner .btn {
    margin: 0 8px;
    width: 230px;
    height: 52px;
    line-height: 52px;
}

.com-cont {
    background-color: #f5f9fc;
    padding-bottom: 24px;
}

.com-cont.security .cell {
    width: 33.3333%;
    padding: 10px;
    border: 1px solid transparent;
    margin-bottom: 30px;
}

.com-cont.security .cell img {
    margin-bottom: 20px;
}

.com-cont.security .cell:hover {
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(43, 43, 88, 0.08);
    border-color: #EDEDED;
}

.com-cont.security .cell p {
    margin-bottom: 10px;
}

.com-cont p {
    color: #515978;
}
.com-cont p:not(:last-child){
    margin-bottom: 40px;
}
.com-cont .rgt,
.com-cont .lft {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    transform: translateY(-74px);
}

.com-cont .lft {
    width: 21%;
    padding: 24px 0 30px;
}

.com-cont .lft .ce-sub {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 24px;
}

.com-cont .lft a {
    padding: 5px 24px;
    display: block;
}

.com-cont .lft a:hover,
.com-cont .lft li.actived a {
    background: #F3F3F3;
    border-left: 3px solid #3ECF8E;
}

.com-cont .lft ul {
    margin-bottom: 10px;
}

.com-cont .rgt {
    width: 77%;
    padding: 20px 20px 30px;
}

.com-cont .sub {
    font-size: 24px;
    position: relative;
    margin-bottom: 54px;
    padding-top: 10px;
}

.com-cont .sub::after {
    content: '';
    background: #3ECF8E;
    width: 24px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.com-cont .ce-sub{font-size: 20px;margin-bottom: 26px;font-weight: 700;}
.com-cont .mix-gp {
    border: 1px solid #EDEDED;
    margin-bottom: 50px;
}

.com-cont .mix-gp .cell {
    flex-basis: 33.3333%;
    padding: 15px;
    transition: all ease-in-out 0.4s;
}

.com-cont .mix-gp .cell:not(:first-child) {
    border-left: 1px solid #EDEDED;
}

.com-cont .mix-gp .cell:hover {
    box-shadow: 0 8px 16px 0 rgba(43, 43, 88, 0.08);
}

.faq {
    padding-bottom: 70px;
}

.faq .container {
    max-width: 1032px;
}

.faq summary {
    padding: 8px 10px;
    background: #F7F9FC;
    font-size: 18px;
    font-weight: 700;
    color: #525F7F;
}

.faq summary svg {
    transform: rotate(-90deg) translateX(50%);
    position: absolute;
    left: 2px;
    top: 50%;
}

.faq summary>span {
    display: inline-block;
    padding-left: 24px;
}

.faq details:not(:last-child) {
    margin-bottom: 20px;
}

.faq details[open] summary svg {
    transform: rotate(0) translateY(-50%)
}

.faq details[open] summary {
    color: #0091FF;
}

.faq .txt {
    margin-top: 6px;
    padding: 14px 26px 14px 44px
}

.faq .txt p {
    margin-bottom: 0;
}

.faq .txt p:not(:first-child) {
    margin-top: 10px;
}

.cover .post-content .right {
    margin-left: 36px;
    margin-bottom: 50px;
    width: calc(100% - 184px);
}

.cover .post-content .right ul {
    width: 100%;
}

.cover .post-content .cell {
    margin-bottom: 35px;
    padding: 0;
    border: none;
    flex-basis: 24%;
    transition: all linear 0.2s;
}

.cover .post-content .cell.select {
    box-shadow: none;
    color: #0099FF;
}

.cover .post-content .cell .overlay {
    display: flex;
    position: relative;
    box-shadow: 0px 18px 34px 0px rgba(0, 0, 0, 0.1);
}

.cover .post-content .cell.select .overlay {
    position: relative;
    box-shadow: 0px 18px 34px 0px rgba(0, 0, 0, 0.1);
}

.cover .post-content .cell .overlay .up-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.cover .post-content .cell.select .overlay .up-view {
    display: flex;
}

.cover .post-content .cell .overlay .center-search {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    z-index: 1;
}

.cover .post-content .cell .overlay .center-preview {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 153, 255, 1);
    line-height: 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 17px;
    padding: 4px 14px;
    margin-top: 57px;
    z-index: 1;
}

.cover .post-content .cell .mid-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 153, 255, 1);
    opacity: 0.8;
}

.cover .post-content .cell p {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #0D2366;
}

.cover .post-content .cell.select p {
    color: rgba(0, 153, 255, 1);
}

.cover .bottom-cont {
    padding: 96px 0 96px;
    background: rgba(245, 249, 252, 1);
}

.cover .bottom-cont h2,
.cover .bottom-cont h3 {
    font-size: 32px;
    font-weight: 900;
    color: rgba(13, 35, 102, 1);
}

.cover .bottom-cont h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}

.cover .bottom-cont .content {
    font-size: 20px;
    font-weight: 400;
    color: rgba(95, 108, 125, 1);
    margin: 24px 0 0;
}

.cover .bottom-cont ul li {
    line-height: 35px;
}

.cover .crumb {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #0D2366;
}

.cover .crumb span:last-child {
    color: #5F6C7D;
}

#crumb-cate{padding-right: 4px;}

.cover .post-content .left {
    flex-basis: 184px;
}

.cover .page-bottom .content {
    margin-top: 64px;
    height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: rgba(13, 35, 102, 1);
}

.cover .page-bottom .btn {
    padding: 10px 48px;
    margin: 40px 0;
    max-width: 360px;
}

.cover-temp-detail .page-bottom .content {
    margin-top: 64px;
    height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: rgba(13, 35, 102, 1);
}

.cover-temp-detail .page-bottom .btn {
    padding: 10px 48px;
    margin: 40px 0;
    max-width: 360px;
}

.cover .pagination .btn {
    cursor: pointer;
    padding: 7px 22px;
    margin: 0 12px;
    font-size: 14px;
    font-weight: bold;
    /* color: rgba(102, 102, 102, 1); */
}

.cover .pagination .btn.white-btn-border {
    pointer-events: none;
    color: rgba(102, 102, 102, 1);
}

.cover .pagination .btn.blue-btn {
    pointer-events: auto;
}

.cover .pagination .btn {
    color: #ACACAC;
}

.cover .pagination .btn:hover {
    color: #24B47E;
    background-color: #fff;
}

.cover .com-banner .tip {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.cover .pagination .page-num {
    font-size: 14px;
    font-weight: 800;
    color: #424770;
    padding: 0 12px;
}

.cover .pagination .page-num.select {
    color: #0099FF;
}

.cover .pagination .page-num:hover {
    color: #0099FF;
}

.cover .float {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 90px;
    background: url(/images/cover-float.svg) no-repeat center center /cover;
    z-index: 1;
}

.cover .float .content {
    font-size: 22px;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.cover .float .btn {
    padding: 12px 53px;
    font-size: 20px;
    font-weight: bold;
}

.contact-us {
    padding: 50px 0 78px;
    background: #f5f9fc;
}

.contact-us .container {
    max-width: 720px;
}

.contact-us .cont {
    background: #fff;
    box-shadow: 0 6px 22px 0 rgba(23, 38, 86, 0.24);
    border-radius: 4px;
    padding: 24px 50px;
}

.contact-us .title {
    font-size: 24px;
    padding-bottom: 21px;
}

.contact-us .tip {
    margin-bottom: 30px;
}

.contact-us.invalid input[type="email"],
.contact-us.invalid input[type="url"],
.contact-us.invalid input[type="text"],
.contact-us.invalid textarea {
    border-color: #F77062;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="url"],
.contact-us textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 5px 16px;
    margin-bottom: 20px;
}

.contact-us input[type="text"]:focus,
.contact-us input[type="email"]:focus,
.contact-us input[type="url"]:focus,
.contact-us textarea:focus {
    border: 1px solid #3ECF8E;
    box-shadow: 1px 2px 4px 0 rgba(66, 71, 112, 0.20);
}

.contact-us textarea {
    padding: 10px 16px;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="url"] {
    height: 42px;
    line-height: 42px;
}

.contact-us input[type="submit"] {
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 10px 40px;
    font-size: 18px;
    margin: 10px 0 20px;
}

.contact-us .backup-tip {
    margin-bottom: 20px;
}

.sign-in {
    background: #f5f9fc;
    padding: 45px 0 65px;
}

.sign-in .container {
    max-width: 1032px;
}

.cocosign-app .cocosign-des {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #242424;
}

.cocosign-app .cocosign-tip {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #242424;
}

.cocosign-app .sign-now-link {
    margin-top: 16px;
    text-decoration: underline;
    color: #0099FF;
    font-size: 18px;
}

.sign-in .wrap {
    width: 420px;
    max-width: 100%;
}

.sign-in .wrap .info {
    padding-top: 20px;
}

.sign-in .wrap .desc {
    padding-bottom: 30px;
}

.sign-in .wrap .desc+.btn {
    margin-top: 0;
}

.sign-in .cell {
    background: #fff;
    box-shadow: 1px 5px 10px 0 rgba(66, 71, 112, 0.08);
    padding: 30px 35px 46px;
}

.sign-in .form-logo {
    margin-bottom: 15px;
}

.sign-in .title {
    font-size: 24px;
    padding-bottom: 41px;
}

.sign-in p.tip {
    padding-bottom: 8px;
}

.sign-in input[type="checkbox"] {
    margin-right: 6px;
}

.sign-in input[type="email"],
.sign-in input[type="password"],
.sign-in input[type="text"] {
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 3px 3px 6px 0 rgba(66, 71, 112, 0.10);
    border-radius: 2px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
    transition: all ease 0.4s;
}

.sign-in input[type="email"]:hover,
.sign-in input[type="password"]:hover,
.sign-in input[type="text"]:hover {
    box-shadow: 3px 3px 6px 0 rgba(66, 71, 112, 0.20);
    border-color: #3ECF8E;
}

.sign-in.invalid input[type="email"],
.sign-in.invalid input[type="password"],
.sign-in.invalid input[type="text"] {
    border-color: #F77062;
}

.sign-in input[type="email"].error,
.sign-in input[type="password"].error,
.sign-in input[type="text"].error {
    border-color: #F77062;
}


/* .sign-in .err-tip{font-size: 12px;text-align: left;margin-top: -16px;} */

.sign-in input[type="password"]~svg {
    position: absolute;
    right: 8px;
    top: 9px;
}

.sign-in .btn {
    margin: 20px 0;
    font-size: 18px;
}

.sign-in .btn {
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 12px 0;
    width: 100%;
}

.sign-in .remember-lb {
    padding-bottom: 10px;
}

.sign-in .remember-lb label {
    line-height: 1;
}

.sign-in label.error {
    font-size: 12px;
    color: #F77062;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0
}

.sign-in .orSign {
    position: relative;
    margin-bottom: 20px;
}

.sign-in .orSign::after {
    content: '';
    height: 1px;
    background-color: #dfdfdf;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(50%);
}

.sign-in .orSign span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 6px;
    font-size: 12px;
}

.sign-in .loginGroup {
    margin-bottom: 20px;
}

.sign-in .otherLogin {
    width: 48%;
    height: 42px;
    border: 1px solid #dfdfdf;
    background-color: #f8f8f8;
    border-radius: 2px;
    font-size: 14px;
}

.sign-in .otherLogin:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sign-in .otherLogin svg {
    margin-right: 10px;
}

.loginPopu {
    background-color: rgba(0, 0, 0, 0.68);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.loginPopu .wrap {
    max-width: 520px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 20px 48px;
}

.loginPopu .wrap .info {
    margin-bottom: 20px;
    font-size: 18px;
}

.loginPopu .wrap .btn {
    padding: 10px 32px;
    margin: 10px;
}

.no-found {
    padding: 96px 0 230px;
}

.no-found .title {
    font-size: 120px;
    font-weight: 800;
    margin-bottom: 32px;
}

.no-found .desc {
    font-size: 18px;
    margin-bottom: 24px;
}

.no-found .tip {
    color: #5F6C7D;
    margin-bottom: 56px;
    opacity: 0.7;
}

.no-found .go-to {
    width: 230px;
    height: 52px;
    display: block;
    text-align: center;
    background: #3ECF8E;
    color: #fff;
    line-height: 52px;
    border-radius: 4px;
    font-size: 18px;
}

.no-found .go-to:hover {
    background-color: #24B47E;
}

#loading {
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loadingIco {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    border-top: 8px solid rgba(0, 153, 255, 0.1);
    border-right: 8px solid rgba(0, 153, 255, 0.1);
    border-bottom: 8px solid rgba(0, 153, 255, 0.1);
    border-left: 8px solid #0099FF;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading 0.8s infinite linear;
    animation: loading 0.8s infinite linear;
}
.country-bannner{background: #0099FF url(images/glob-map.svg) no-repeat center center /cover;text-align: center;padding: 48px 0;color: #fff;}
.country-bannner .title{font-size: 36px;font-weight: 900;line-height: 1.2;}
.country-bannner .top-title{margin-top: 24px;}
.country-bannner .top-title>a{text-decoration: underline;}
.country-bannner .top-title>a:hover{color:#FFF}

.country-list{padding: 0 0 60px;}
.country-list .sub{font-size: 24px;font-weight: 900;margin: 48px 0 32px;}
.country-list ul li{width: 275px;margin-bottom: 16px;line-height: 1.2;}
.country-list ul li img{width: 22px;margin-right: 10px;border-radius: 6px;overflow: hidden;}
.country-list ul li span{width: calc(100% - 42px);display: block;}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 960px) {
    .country-list ul li{width: 50%;}
    .com-cont .mix-gp .cell img {
        margin-bottom: 20px;
    }
    .post-content .cell {
        flex-basis: 48.3%;
        margin-bottom: 10px;
    }
    .post-content.detail .right h2 {
        font-size: calc(16px + 1vw);
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .post-content.detail .right h3 {
        font-size: calc(12px + 1vw);
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .post-content.detail .right h4 {
        font-size: calc(10px + 1vw);
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .post-content.detail .group-btn .btn {
        width: 360px;
    }
    .post-content.detail .group-btn .btn:nth-of-type(2) {
        margin-top: 20px;
        margin-left: 0;
    }
    .com-banner.guide-banner {
        padding: 40px 0 40px;
    }
    .post-content.detail .right {
        padding: 0px 20px 20px;
    }
    .cover .post-content .left ul li span {
        font-size: calc(8px + 1vw);
    }
    .cover .post-content .left ul li.select span {
        font-size: calc(10px + 1vw);
    }
    .cover .bottom-cont {
        padding: 36px 0 36px;
    }
    .cover .bottom-cont h2 {
        font-size: calc(20px + 1vw);
    }
    .cover .bottom-cont h3 {
        font-size: calc(14px + 1vw);
    }
    .cover .bottom-cont .content {
        margin-top: 24px;
        font-size: calc(18px + 1vw);
    }
    .cover .page-bottom .content {
        margin-top: 20px;
        font-size: calc(10px + 1vw);
    }
    .cover .page-bottom .btn {
        margin: 20px 0;
    }
    .cover .float {
        display: none;
    }
    .cover .float .content {
        font-size: calc(7px + 1.5vw)
    }
    .cover .float .btn {
        font-size: calc(5px + 1.5vw)
    }
}

@media (max-width: 769px) {
    .login-content {
        flex-direction: column-reverse;
    }
    .cocosign-app {
        margin-top: 40px;
    }
    .country-bannner .title{font-size: calc(18px + 2vw);}
    .contact-us .cont {
        padding: 20px 24px;
    }
    .post-banner {
        background-image: linear-gradient(0deg, #08E9FF 0%, #1BA9FF 40%, #3E62FF 64%, #5533FF 80%);
        padding: 48px 16px 60px;
    }
    .post-banner .group-btn .btn,
    .post-cont .lft .group-btn .btn {
        width: 260px;
    }
    .post-banner .group-btn .btn:first-child,
    .post-cont .lft .group-btn .btn:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .post-cont .lft .download-gp ul li {
        flex-basis: 100%;
    }
    .post-cont .lft {
        margin-bottom: 30px;
    }
    .post-cont .lft ul,
    .post-cont .lft p,
    .post-cont .lft div {
        margin-bottom: 20px
    }
    .post-banner .title,
    .com-banner .title {
        font-size: calc(18px + 1.5vw);
    }
    .post-cont .lft h2 {
        font-size: calc(16px + 1.2vw);
    }
    .com-cont .sub {
        font-size: calc(16px + 1vw);
    }
    .com-cont .mix-gp .cell:not(:first-child) {
        border-left: none;
        margin-top: 20px;
    }
    .no-found .lft {
        margin-bottom: 50px;
    }
    .com-banner .btn:nth-of-type(2) {
        margin-top: 20px;
    }
    .post-content.detail .right h2 {
        margin-top: 20px;
        font-size: calc(16px + 1vw);
    }
    .post-content .right {
        margin-left: 0;
    }
    .post-content .left {
        display: none;
    }
    .cover .post-content .left {
        position: static;
        display: block;
    }
    .cover .post-content .right {
        margin-left: 0px;
        margin-bottom: 80px;
    }
    .cover .com-banner {
        padding: 20px 0 20px;
    }
    .cover .post-content .right {
        margin-top: 20px;
    }
    .cover .com-banner .tip {
        font-size: calc(14px + 1vw);
    }
}

@media (max-width: 480px) {
    .post-cont .lft {
        padding: 30px 10px;
    }
    .post-cont .lft .download-gp {
        padding: 30px 10px;
    }
    .com-cont .container {
        padding: 38px 10px;
    }
    .post-content.detail .group-btn .btn {
        width: 260px;
    }
}