@charset "utf-8";

* {
    box-sizing: border-box
}

a:hover {
    color: #0f69dc;
    text-decoration: none
}

.text-gray-280 {
    color: #cdcdcd
}

.text-gray-420 {
    color: #8d8d8d
}

.text-2xl {
    font-size: 28px
}

.text-3xl {
    font-size: 32px
}

.head-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

.head-bar .container {
    height: 80px
}

.head-bar .container .brand-logo {
    float: left;
    margin-left: 38px;
    text-align: center;
    padding: 20px 20px 0 0
}

.head-bar .container .platform-logo {
    float: left;
    padding: 30px 0 0 17px;
    position: relative
}

.head-bar .container .platform-logo:after {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    width: 1px;
    height: 28px;
    background-color: #dbe2ed
}

.head-bar .container .account-box {
    float: right
}

.head-bar .container .account-box li {
    float: left;
    position: relative
}

.head-bar .container .account-box li .a {
    font-size: 15px;
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 30px
}

.head-bar .container .account-box .login .title {
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 8px 0 48px;
    position: relative
}

.head-bar .container .account-box .login .title img {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.head-bar .container .account-box .login .title span {
    position: relative;
    padding-right: 12px
}

.head-bar .container .account-box .login .title span:after {
    content: "";
    position: absolute;
    border: 4px rgba(0, 0, 0, 0) solid;
    border-top: 4px #333 solid;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 50%;
    margin-top: -2px;
    right: 0;
    font-size: 0;
    line-height: 0
}

.head-bar .container .account-box .login .down-infor {
    position: absolute;
    right: -10px;
    top: 40px;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    text-align: right;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.head-bar .container .account-box .login .down-infor .name {
    font-size: 16px;
    color: #333;
    font-weight: bold
}

.head-bar .container .account-box .login .down-infor-box {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 35px;
    -webkit-box-shadow: rgba(104, 142, 243, .15) 0 0 13px;
    -moz-box-shadow: rgba(104, 142, 243, .15) 0 0 13px;
    box-shadow: rgba(104, 142, 243, .15) 0 0 13px;
    border-radius: 0 0 5px 5px
}

.head-bar .container .account-box .login li:hover .down-infor {
    visibility: visible;
    opacity: 1;
    height: auto;
    top: 70px
}

.head-bar .container .account-box .user-unlogin .down-infor {
    display: none
}

.head-bar .container .account-box .user-unlogin .title span:after {
    display: none
}

.head-bar .container .serv-box {
    float: right;
    padding-top: 22px;
    line-height: 36px
}

.head-bar .container .serv-box>a {
    float: left;
    border-radius: 3px
}

.head-bar .container .serv-box .on-sales {
    width: 140px;
    height: 36px;
    color: #fff;
    margin-right: 15px;
    background-image: linear-gradient(90deg, #ff3636, #e60000)
}

.head-bar .container .serv-box .on-sales:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 17px;
    vertical-align: -3px;
    margin: 0 3px 0 12px;
    background: url(http://res.gys.cn/img/common/aidesign/icon_crown.png) no-repeat center
}

.head-bar .container .serv-box .serv-intro {
    width: 120px;
    height: 36px;
    margin-right: 19px;
    background-color: #eff3ff
}

.head-bar .container .serv-box .serv-intro:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    vertical-align: -4px;
    margin: 0 5px 0 22px;
    background: url(http://res.gys.cn/img/common/aidesign/icon_connect.png) no-repeat center
}


.left-full-nav .nav-box {
    padding: 0 20px;
    width: 240px;
    font-size: 14px
}

.left-full-nav .nav-group {
    margin-bottom: 10px
}

.left-full-nav .nav-group li {
    border-radius: 3px
}

.left-full-nav .nav-group li.active,
.left-full-nav .nav-group li:hover {
    background-color: #f3f3f3
}

.left-full-nav .nav-group li>a {
    display: block;
    line-height: 40px
}

.left-full-nav .nav-group .classify {
    line-height: 36px
}

.left-full-nav .nav-group i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 13px 0 18px;
    background-image: url(http://res.gys.cn/img/common/icon/icon_nav.png?);
    background-repeat: no-repeat
}

.left-full-nav .tag {
    padding: 0 4px;
    font-size: 11px;
    color: #24b35f;
    margin-left: 6px;
    border-radius: 3px;
    border: 1px solid #8ad7a7;
    background-color: #edfcf0
}

.tag-new {
    color: #fff;
    font-size: 9px;
    padding: 1px 5px;
    margin-left: 6px;
    vertical-align: 1px;
    border-top-right-radius: 6.5px;
    border-bottom-right-radius: 6.5px;
    border-top-left-radius: 6.5px;
    background-image: linear-gradient(90deg, #ff5f2a, #ff0033);
}

.left-full-nav .icon-tools {
    vertical-align: -7px;
    background-position: 0px 0px
}

.left-full-nav .icon-market {
    vertical-align: -8px;
    background-position: 0px -20px
}

.left-full-nav .icon-main {
    vertical-align: -8px;
    background-position: 0px -40px
}

.left-full-nav .icon-details {
    vertical-align: -7px;
    background-position: 0px -60px
}

.left-full-nav .icon-corp {
    vertical-align: -8px;
    background-position: 0px -80px
}

.left-full-nav .icon-resize {
    vertical-align: -8px;
    background-position: 0px -100px
}

.left-full-nav .icon-watermark {
    vertical-align: -7px;
    background-position: 0px -120px
}

.left-full-nav .icon-decoration {
    vertical-align: -7px;
    background-position: 0px -140px
}

.left-full-nav .icon-work {
    vertical-align: -6px;
    background-position: 0px -160px
}

.left-full-nav .icon-personal {
    vertical-align: -5px;
    background-position: 0px -180px
}

.left-full-nav .icon-materials {
    vertical-align: -8px;
    background-position: 0px -200px
}

.left-full-nav .icon-download {
    vertical-align: -6px;
    background-position: 0px -220px
}

.left-full-nav .icon-record {
    vertical-align: -7px;
    background-position: 0px -240px
}

.left-full-nav .icon-smart-video {
    vertical-align: -7px;
    background-position: 0px -260px
}

.left-full-nav .icon-video-record {
    vertical-align: -7px;
    background-position: 0px -280px
}

.login-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    display: none;
    z-index: 103
}

.login-modal .modal-dialog {
    background-color: #fff;
    width: 480px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -240px
}

.login-modal .modal-header {
    padding: 23px 29px 6px 29px;
    overflow: hidden
}

.login-modal .modal-title {
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: bold
}

.login-modal .close {
    float: right;
    width: 19px;
    height: 19px;
    margin-top: 5px;
    background: url('http://res.gys.cn/img/mainsite/close_19x19_black.png') no-repeat center
}

.login-modal .control {
    padding-left: 79px;
    position: relative
}

.login-modal .modal-body input[type="text"],
.login-modal .modal-body input[type="password"] {
    padding: 7px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 300px
}

.login-modal .modal-body input.small {
    width: 153px
}

.login-modal .captcha {
    vertical-align: -9px;
    margin-left: 6px
}

.login-resp-tips {
    visibility: hidden;
    height: 30px;
    line-height: 30px;
    color: #e60000;
    padding-left: 79px;
    font-size: 12px
}

.login-modal .tips {
    height: 28px;
    line-height: 28px;
    color: #e60000;
    visibility: hidden;
    font-size: 12px;
    padding-left: 20px;
    background: url('http://res.gys.cn/img/mainsite/error_2.png') no-repeat left center
}

.login-modal .login-btn {
    display: block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    background-color: #e60000;
    border: 0
}

.login-modal .login-btn:hover {
    background-color: #d20000;
    color: #fff
}

.login-modal .login-control {
    overflow: hidden;
    padding: 2px 0 17px 0
}

.login-modal .retrieve {
    float: right;
    padding-right: 79px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #696969
}

.login-modal .modal-footer {
    margin: 0 29px;
    padding: 10px 0 35px 0;
    border-top: 1px solid #e6e6e6
}

.login-modal .modal-footer a {
    color: #0059d6
}

.login-modal .modal-body input.danger {
    border: 1px solid #e60000
}

.login-modal .show {
    display: block;
    visibility: visible;
}

.login-modal .control .capslock {
    left: 75px;
}


.purchase-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 9;
}

.purchase-modal .modal-dialog {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.purchase-modal .modal-content {
    width: 980px;
    border-radius: 20px;
    background-color: #fff
}

.purchase-modal .modal-header {
    position: relative;
    height: 105px;
    padding: 28px 0 22px 0;
    background: url(http://res.gys.cn/img/mainsite/aidesign/purchase_modal_header.png.webp) no-repeat 0 0
}

.purchase-modal .modal-header .closer {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 18px;
    height: 18px;
    background: url(http://res.gys.cn/img/mainsite/aidesign/closer.png) no-repeat 0 0
}

.purchase-modal .modal-header .logo-wrap {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 9px 0 48px
}

.purchase-modal .modal-header .summary {
    margin-top: 6px;
    max-width: 350px
}

.purchase-modal .modal-header .summary>p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.purchase-modal .modal-body {
    padding: 24px 0 10px 0;
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1
}

.purchase-modal .price-cards {
    padding-left: 48px
}

.purchase-modal .price-cards .content {
    position: relative;
    width: 280px;
    height: 250px;
    margin-right: 22px;
    border: 1px solid #e8e9f5;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 0 20px
}

.purchase-modal .price-cards .content.active {
    border-width: 3px;
    border-color: #f82d33
}

.purchase-modal .price-cards .content.active .card-name {
    color: #f82d33;
    margin-top: 16px
}

.purchase-modal .price-cards .content.active .price>strong {
    color: #f82d33
}

.purchase-modal .price-cards .card-name {
    margin-top: 18px
}

.purchase-modal .price-cards .card-name .tag {
    display: inline-block;
    width: 69px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: 4px;
    margin-left: 9px;
    font-size: 14px
}

.purchase-modal .price-cards .price {
    margin: -1px 0 -2px 0
}

.purchase-modal .price-cards hr {
    background-color: #f6f6f6;
    width: 237px;
    margin: 13px 0 10px 0
}

.purchase-modal .price-cards .rights ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.purchase-modal .price-cards .rights li {
    width: 100%;
    margin-bottom: 5px;
    line-height: 20px;
}

.purchase-modal .price-cards .rights li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: -3px;
    background: url(http://res.gys.cn/img/mainsite/aidesign/icon_rights.png) no-repeat
}

.purchase-modal .price-cards .rights li.activated {
    color: #000
}

.purchase-modal .price-cards .rights li.activated::before {
    background-position: 0 0
}

.purchase-modal .price-cards .rights li.disabled {
    color: #cdcdcd
}

.purchase-modal .price-cards .rights li.disabled::before {
    background-position: 0 -20px
}

.purchase-modal .price-cards .rights li>.num {
    font-size: 18px;
    vertical-align: -2px;
}

.purchase-modal .price-cards .tag {
    color: #fff;
    background-image: linear-gradient(90deg, #ff3131, #e00909);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.purchase-modal .price-cards .on-sales {
    top: 0;
    right: 0;
    width: 130px;
    border-bottom-left-radius: 20px
}

.purchase-modal .gift-box {
    margin-top: 13px;
    padding-left: 49px;
    padding-right: 50px
}

.purchase-modal .gift-box.active .gift-content {
    border-color: #f82d33;
    border-width: 3px
}

.purchase-modal .gift-box.active .radio-box::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #6b0;
    border-radius: 100%;
    vertical-align: 3px
}

.purchase-modal .gift-box .gift-content {
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e8e9f5;
    margin: 6px 0 10px 0;
    cursor: pointer
}

.purchase-modal .gift-box .gift-name {
    margin-left: 21px
}

.purchase-modal .gift-box .radio-box {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    margin-right: 4px;
    border-radius: 100%;
    vertical-align: -2px;
    border: 1px solid #dadada;
    background-color: #f6f6f6
}

.purchase-modal .gift-box .tag {
    color: #fff;
    border-radius: 3px;
    line-height: 18px;
    padding: 1px 10px;
    background-color: #f82d33
}

.purchase-modal .gift-box .price {
    width: 131px
}

.purchase-modal .gift-box .price strong {
    font-size: 24px
}

.purchase-modal .gift-box .price>em {
    text-decoration: line-through
}

.purchase-modal .pay-success-message-box {
    height: 51px;
    line-height: 51px;
    margin-bottom: -11px;
    background-color: #eef9e1;
    border: 1px solid #dfeecd;
}

.purchase-modal .pay-success-message-box .icon-success-small {
    vertical-align: -5px;
}

.purchase-modal .pay-success-message-box strong {
    margin: 0 15px 0 10px;
}

.purchase-modal .modal-footer .pay-box {
    padding: 18px 0 21px 113px
}

.purchase-modal .modal-footer .error-message {
    width: 588px;
    height: 52px;
    color: #f82d33;
    font-size: 16px;
    line-height: 52px;
    background-color: #ffebeb;
    border: 1px solid #ffdddd;
    margin: 48px auto 59px auto;
}

.purchase-modal .modal-footer .error-message a {
    color: #0f69dc;
    text-decoration: underline;
}

.purchase-modal .qrcode-wrapper {
    width: 140px;
    height: 160px;
    border: 1px solid #e8e9f5;
    border-radius: 10px;
    text-align: center;
    margin: 0 41px
}

.purchase-modal .qrcode-wrapper .img-wrap {
    margin-top: 9px
}

.purchase-modal .cashier {
    margin-left: 39px
}

.purchase-modal .cashier .price {
    margin: 13px 0 -2px 0
}

.purchase-modal .cashier .terms {
    margin-top: 10px
}

.purchase-modal .cashier .terms label {
    cursor: pointer
}

.purchase-modal .cashier .terms input[type=checkbox] {
    vertical-align: -2px
}

.pulse,
.pulse-box img {
    transform: scale(1);
    transition: all 0.3s ease;
}

.pulse:hover,
.pulse-box:hover img {
    transform: scale(1.05);
}

.left-full-nav .icon-sales-202311 {
    display: inline-block;
    width: 91px;
    height: 31px;
    background: url('http://res.gys.cn/img/common/aidesign/icon_aidesigin_sales_202311.png') no-repeat center;
    vertical-align: -7px;
}

.template-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: 34px;
    height: 18px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background-color: #24b35f;
    border-radius: 3px;
    padding: 0 5px;
}

.template-tag.gift:before {
    content: '';
    position: absolute;
    left: -97px;
    top: -4px;
    width: 92px;
    height: 24px;
    background: url('http://res.gys.cn/img/common/aidesign/icon_gift.png') no-repeat center;
}

.free-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 66px;
}

.free-box .free-tag {
    display: block;
    width: 154px;
    height: 38px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    background-image: linear-gradient(28deg, #1bc260, #21d36a);
    border-radius: 20px;
}

@media screen and (max-width: 1220px) {
    .right-header-content {
        position: fixed;
        top: 0;
        right: 0;
        width: 600px;
        height: 79px;
        background-color: #fff;
    }
}
