<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input:focus {
    outline: none;
    border: 1px solid #4161ff;
}

.wxst-floor01 {
    width: 1180px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    margin: 0 auto;
}

.wxst-floor01 .left {
    float: left;
}

.wxst-floor01 .left a {
    text-decoration: none;
}

.wxst-floor01 .left h1 {
    font-size: 14px;
    /* color: #4161ff; */
    float: left;
    font-weight: 400;
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

.wxst-floor01 .left h2,
.wxst-floor01 .left h3 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.wxst-floor01 .left h2 {
    padding-left: 15px;
    position: relative;
    line-height: 69px;
}

.wxst-floor01 .left h2 span {
    position: absolute;
    top: -3px;
    left: 6px;
}

.wxst-floor01 .left h3 {
    margin-left: 94px;
}

.wxst-floor01 .left .return:hover {
    color: #4161ff;
}

.wxst-floor01 .right {
    /* float: right; */
    line-height: 27px;
    margin-top: 22px;
    margin-left: 984px;
}

.wxst-floor01 .right a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.wxst-floor01 .right a.link,
.wxst-floor01 .right a:hover {
    color: #4161ff;
}

.wxst-floor01 .right li {
    float: left;
    list-style-type: none;
}

.wxst-floor01 .right li:first-of-type {
    margin-right: 42px;
}

.wxst-floor01 .right li:nth-of-type(2) {
    margin-right: 42px;
}

.wxst-floor01 .right li:nth-of-type(3) {
    /* margin-right: 138px; */
}

.wxst-floor01 .right li:nth-of-type(4) {
    line-height: 16px;
    margin-top: 7px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #333;
}

.wxst-floor01 .right li:nth-of-type(5) {
    line-height: 16px;
    margin-top: 7px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #333;
}

.wxst-floor01 .right li:nth-of-type(6) {
    margin-right: 18px;
}

.wxst-floor01 .right li:nth-of-type(7) {
    width: 59px;
    height: 27px;
    line-height: 27px;
    border-radius: 5px;
    text-align: center;
    background: #4161ff;
}

.wxst-floor01 .right li:nth-of-type(7) a {
    color: #fff;
}

/**/
.a-call-banner {
    background-image: url("/public/pc/images/product/retail/market/CorelSDK_0001.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 442px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-top: 140px;
}

.a-call-text {
    margin-top: 100px;
}

.a-call-text p {
    font-size: 20px;
}

.a-call-text a {
    border: 2px solid;
    border-radius: 42px;
    /* padding: 10px 38px; */
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 78px;
    display: inline-block;
    color: #fff;
}

.a-call-text a:hover {
    cursor: pointer;
}

.a-call-banner h2 {
    font-size:40px;
    font-weight:800;
    font-family:"Microsoft YaHei";
    margin: 0 0 5px;
}
.a-call-banner p{
    font-size: 20px;
}
.a-call-banner img {
    margin-top: 34px;
}

.background-gray-box {
    width: 100%;
    background: #f8f8f8;
}

.background-gray-box h2 {
    color: #333333;
}

.background-gray-box p {
    color: #666666;
}

.background-white-box {
    width: 100%;
}

.background-white-box h2 {
    color: #333333;
}

.background-white-box p {
    color: #666666;
}

.background-orange-box {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ffd800));
    background: linear-gradient(90deg, #ffb400, #ffd800);
    text-align: center;
    color: white;
}

.flex-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-box-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-contain {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.box-contain h2 {
    font-size: 28px;
}

.box-contain p {
    font-size: 14px;
}

.img-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box-1 {
    width: 1000px;
}

.box-1 h2 {
    margin: 64px 0 28px 0;
}

.box-1 .flex-box-row {
    margin: 64px 0 12px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-1 .flex-box-column {
    text-align: left;
    margin-top: -100px;
}

.box-1 .flex-box-column h2 {
    margin: 0 0 28px 0;
}

.box-1 img {
    width: 713px;
    height: 346px;
    margin-left: 57px;
}

.box-2 {
    width: 1000px;
    padding: 44px 0 32px 0;
}

.box-2 .flex-box-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-2 .flex-box-column {
    text-align: left;
    margin-top: -100px;
}

.box-2 .flex-box-column h2 {
    margin: 0 0 28px 0;
}

.box-2 img {
    width: 614px;
    height: 486px;
    margin-right: 28px;
}

.box-3 {
    width: 1000px;
}

.box-3 .flex-box-row {
    margin: 56px 0 34px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-3 .flex-box-column {
    text-align: left;
    margin-top: -100px;
}

.box-3 img {
    width: 819px;
    height: 353px;
}

.box-3 h2 {
    margin-bottom: 28px;
}

.box-4 {
    padding: 60px 0;
}

.box-4 h2 {
    margin-bottom: 28px;
}

.box-4 .flex-box-row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 68px;
}

.box-4 .flex-box-column {
    width: 168px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-4 .flex-box-column h2 {
    margin: 0 0 16px 0;
    font-size: 18px;
}

.box-4 .logo-explain {
    margin-top: 24px;
    height: 80px;
}

.box-4 img {
    width: 102px;
    height: 102px;
}

.box-5 {
    width: 1000px;
    padding: 86px 0 32px 0;
}

.box-5 h2 {
    margin-bottom: 100px;
}

.box-5 .flex-box-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-5 .flex-box-row .yellow-h2 {
    font-size: 24px;
    margin-bottom: 13px;
    margin-left: 22px;
    color: #ffb400;
}

.box-5 .flex-box-row .flex-box-column {
    text-align: left;
    margin-top: 150px;
}

.box-5 .img-text {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    width: 332px;
    height: 121px;
    -webkit-box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
}

.box-5 .img-text .text {
    position: absolute;
    top: 50%;
    left: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-5 .img-text .text h2 {
    margin-bottom: 28px;
}

.box-5 .img-2 {
    width: 415px;
    height: 394px;
    position: relative;
}

.box-5 .img-2 img {
    width: 100%;
    height: 100%;
}

.box-5 .img-2 p {
    font-size: 18px;
    position: absolute;
}

.box-6 .flex-box-row {
    margin: 65px 0 124px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-6 .flex-box-column {
    text-align: left;
}

.box-6 .yellow-h2 {
    margin-left: 22px;
    margin-bottom: 13px;
    font-size: 24px;
    color: #ffb400;
}

.box-6 img {
    width: 464px;
    height: 452px;
    margin-right: 125px;
}

.box-6 .img-text {
    width: 450px;
    height: 121px;
    position: relative;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
}

.box-6 .img-text .text {
    position: absolute;
    top: 50%;
    left: 21px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-6 .img-text .text h2 {
    margin-bottom: 28px;
}

.box-7 {
    padding: 68px 0 28px 0;
}

.box-7 img {
    width: 548px;
    height: 393px;
}

.box-7 .flex-box-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-7 .flex-box-column {
    text-align: left;
}

.box-7 .flex-box-column h2 {
    margin-left: 22px;
}

.box-7 .yellow-h2 {
    margin-left: 22px;
    margin-bottom: 13px;
    font-size: 24px;
    color: #ffb400;
}

.box-7 .img-text {
    width: 385px;
    height: 82px;
    position: relative;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
}

.box-7 .img-text p {
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-8 .flex-box-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 61px 0 84px 0;
}

.box-8 .flex-box-column {
    margin-right: 163px;
    text-align: left;
}

.box-8 .flex-box-column h2 {
    margin-left: 22px;
}

.box-8 .yellow-h2 {
    margin-left: 22px;
    margin-bottom: 13px;
    font-size: 24px;
    color: #ffb400;
}

.box-8 .img-text {
    position: relative;
    width: 385px;
    height: 82px;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
}

.box-8 .img-text .text {
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-8 .img-2 {
    position: relative;
    width: 418px;
    height: 395px;
}

.box-8 .img-2 img {
    width: 100%;
    height: 100%;
}

.box-8 .img-2 p {
    position: absolute;
}

.box-9 {
    padding: 60px 0 20px 0;
    text-align: center;
}

.box-9 h2 {
    margin-bottom: 28px;
}

.box-9 img {
    margin-top: 36px;
    width: 903px;
    height: 299px;
}

.box-9 .img-text {
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 888px;
    height: 99px;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 5px 2px rgba(102, 102, 102, 0.1);
}

.box-9 .img-text .text {
    position: absolute;
    left: 57px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666666;
}

.box-10 {
    padding: 58px 0;
}

.box-10 h2 {
    margin-bottom: 28px;
}

.box-10 .img-text {
    width: 428px;
    height: 406px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 64px;
    position: relative;
}

.box-10 .img-text img {
    width: 100%;
    height: 100%;
}

.box-10 .img-text p {
    position: absolute;
    color: #ffb400;
    font-weight: bold;
}

.box-10 .img-text .text {
    position: absolute;
    text-align: left;
}

.box-11 h2 {
    margin: 65px 0 28px 0;
}

.box-11 .img-text {
    width: 798px;
    height: 558px;
    margin: 0 auto;
    margin-top: 83px;
    margin-bottom: 64px;
    position: relative;
}

.box-11 .img-text img {
    width: 100%;
    height: 100%;
}

.box-11 .img-text p {
    position: absolute;
}

.box-11 .img-text .text {
    position: absolute;
    text-align: left;
}

.box-12 h2 {
    margin: 103px 0 28px 0;
}

.box-12 .img-box-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 277px;
    height: 281px;
}

.box-12 .img-box-1 .background-img {
    width: 100%;
    height: 100%;
}

.box-12 .img-box-1 h2 {
    margin: 0;
    font-size: 18px;
    width: 200px;
    color: #333333;
    position: absolute;
    top: 205px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 p {
    margin: 0;
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: 229px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 .img-1 {
    width: 127px;
    height: 134px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 .img-2 {
    width: 132px;
    height: 153px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 .img-3 {
    width: 132px;
    height: 153px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 .img-4 {
    width: 113px;
    height: 149px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 .img-5 {
    width: 178px;
    height: 121px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 .img-6 {
    width: 193px;
    height: 62px;
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 .img-7 {
    width: 119px;
    height: 144px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 .img-8 {
    width: 149px;
    height: 143px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-12 .img-box-1 .hover-img {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.box-12 .img-box-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 553px;
    height: 280px;
}

.box-12 .img-box-2 .background-img {
    width: 100%;
    height: 100%;
}

.box-12 .img-box-2 h2 {
    text-align: left;
    margin: 0;
    font-size: 18px;
    width: 200px;
    color: #333333;
    position: absolute;
    top: 111px;
    left: 85px;
}

.box-12 .img-box-2 p {
    margin: 0;
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: 146px;
    left: 85px;
}

.box-12 .img-box-2 .img-9 {
    width: 87px;
    height: 211px;
    position: absolute;
    top: 50%;
    right: 94px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-12 .img-box-2 .img-10 {
    width: 164px;
    height: 227px;
    position: absolute;
    top: 50%;
    right: 49px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-12 .img-box-2 .hover-img {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.box-12 .show-img {
    display: block;
}

.box-12 .click-img-1:hover {
    cursor: pointer;
}

.box-12 .img-box-1:hover .background-img {
    content: url("/public/pc/images/product/retail/market/CorelSDK_0024.PNG");
}

.box-12 .img-box-1:hover .show-img {
    display: none;
}

.box-12 .img-box-1:hover .hover-img {
    display: block;
}

.box-12 .img-box-1 .click:hover {
    cursor: pointer;
}

.box-12 .img-box-2:hover .background-img {
    content: url("/public/pc/images/product/retail/market/CorelSDK_0043.PNG");
}

.box-12 .img-box-2:hover .show-img {
    display: none;
}

.box-12 .img-box-2:hover .hover-img {
    display: block;
}
</pre></body></html>