@charset "utf-8";

.yisuserver-nav {
    display: none;
}

.newuser-banner {
    width: 100%;
    height: 400px;
    background: url(img/banner2.jpg) no-repeat center;
}

.newuser-banner>.content {
    position: relative;
    height: 100%;
    padding-top: 138px;
}

.newuser-banner h1 {
    line-height: 58px;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
}

.newuser-banner p {
    line-height: 28px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}

.newuser-banner p span {
    font-size: 32px;
    color: #FFDC00;
}

.newuser-banner .newuser-banner-video {
    position: absolute;
    top: 296px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 864px;
    height: 80px;
}

.newuser-banner .newuser-banner-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 260px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #FFCC99;
    border: 1px solid rgba(255, 204, 153, 0.5);
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
}

.newuser-banner .newuser-banner-video a:hover {
    border-color: #ffcc99;
}

.newuser-banner .newuser-banner-video .video-item-box {
    height: 80px;
}

.newuser-banner .newuser-banner-video .video-item-box .video-item {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 16px;
    cursor: pointer;
}

.newuser-banner .newuser-banner-video .video-item-box .video-item:nth-child(1) {
    margin-left: 0px;
}

.newuser-banner .newuser-banner-video .video-item-box .video-item:nth-child(4) {
    margin-left: 320px;
}

.newuser-banner .newuser-banner-video .video-item-box .video-item .itme-head {
    width: 100%;
    height: 100%;
}

.newuser-banner .newuser-banner-video .video-item-box .video-item .itme-head img {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.newuser-banner .newuser-banner-video .video-item-box .video-item .item-play {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    background: url(img/newuser-play.png) no-repeat center;
    display: none;
}

.newuser-banner .newuser-banner-video .video-item-box .video-item:hover .item-play {
    display: block;
}

.newuser-product-nine {
    position: relative;
    width: 100%;
    background-color: #F0F2F5;
    padding-top: 18px;
    display: inline-block;
}

.newuser-product-nine .newuser-hd-ask {
    line-height: 26px;
    font-size: 16px;
    color: #5E6D81;
    padding-left: 24px;
}

.newuser-product-nine .newuser-hd-ask i {
    content: "";
    position: absolute;
    left: 0px;
    top: -11px;
    width: 40px;
    height: 40px;
    background: url(img/title-bg.png) no-repeat center;
    background-size: 40px 40px;
    z-index: 1;
}

.newuser-product-nine .newuser-hd-ask span {
    position: relative;
    z-index: 2;
}

.newuser-product-nine .newuser-hd-ask a {
    color: #FF6666;
}

.newuser-product-nine .newuser-hd-ask a:hover {
    color: #FF4444;
    text-decoration: underline;
}

.newuser-product-nine .pro-item-box .pro-item {
    display: none;
}

.newuser-product-nine .pro-item-box .pro-item:nth-child(1) {
    display: block;
}

.newuser-product-nine .taocan-tuijian-box {
    margin-top: 32px;
}

.newuser-product-nine .taocan-item-layer {
    display: none;
    margin-top: 32px;
}

.newuser-product-nine .taocan-item-layer .taocan-item-box {
    display: none;
}

.newuser-product-nine .taocan-item-layer .taocan-item-box:nth-child(1) {
    display: block;
}

.newuser-product-nine .taocan-item-box .taocan-item {
    float: left;
    height: 388px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.newuser-product-nine .taocan-item-box .taocan-item:nth-child(3n) {
    margin-right: 0px;
}

.newuser-product-nine .item-content {
    width: 380px;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.newuser-product-nine .item-content .head {
    position: relative;
    height: 96px;
    background: #F6F8F9;
    padding: 21px 0px 0px 32px;
}

.newuser-product-nine .item-content .head h3 {
    line-height: 30px;
    font-size: 20px;
    color: #2D3037;
}

.newuser-product-nine .item-content .head p {
    line-height: 24px;
    font-size: 14px;
    color: #5E6D81;
    margin-top: 6px;
}

.newuser-product-nine .item-content .head span {
    position: absolute;
    top: 16px;
    right: 0px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #D21928;
    background: url(img/newuser-radius-bg.png) no-repeat center;
}

.newuser-product-nine .item-content .body {
    padding: 19px 32px 0px;
}

.newuser-product-nine .item-content .body ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
}

.newuser-product-nine .item-content .body ul li div {
    line-height: 30px;
    font-size: 20px;
    color: #2D3037;
}

.newuser-product-nine .item-content .body ul li p {
    line-height: 24px;
    font-size: 14px;
    color: #9EA7B3;
    margin-top: 5px;
}

.newuser-product-nine .item-content .bottom .price-youhui {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #FF6666;
    padding-left: 32px;
}

.newuser-product-nine .item-content .bottom .price-youhui>span {
    font-size: 32px;
    margin-right: 8px;
}

.newuser-product-nine .item-content .bottom .price-youhui p {
    display: inline;
    font-size: 14px;
    color: #9EA7B3;
    text-decoration: line-through;
    margin-left: 16px;
}

.newuser-product-nine .item-content .bottom .limit {
    padding-left: 32px;
    margin-top: 15px;
}

.newuser-product-nine .item-content .bottom .limit .limit-math {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #FF6666;
    padding: 0px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.newuser-product-nine .item-content .bottom .limit .renew-cost {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    color: #FF6666;
    padding: 0px 10px;
    border: 1px solid #FF6666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
}

.newuser-product-nine .item-content .bottom>a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #D21928, #D21928, #D21928);
    margin-top: 24px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
}

.newuser-product-nine .item-content:hover {
    margin-top: -8px;
    box-shadow: 0px 16px 40px 0px rgba(30, 35, 45, 0.16);
}

.newuser-product-nine .item-content:hover .bottom>a {
    background: linear-gradient(90deg, #D21928, #F0645A, #D21928);
}

.newuser-product-nine .more-diy-config {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    padding-top: 4px;
}

.newuser-product-nine .more-diy-config a {
    color: #D21928;
}

.newuser-product-nine .more-diy-config a:hover {
    text-decoration: underline;
}

.yisu-superiority {
    padding: 80px 0 0;
    background: #fff;
}

.yisu-superiority .superiority-content {
    width: 1200px;
    margin: 0 auto;
}

.yisu-superiority .superiority-content h2 {
    font-size: 36px;
    color: #2D3037;
    line-height: 36px;
    text-align: center;
    margin-bottom: 80px;
}

.yisu-superiority .superiority-content .superiority-list {
    display: flex;
    flex-wrap: wrap;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 88px;
    display: flex;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item .img-icon {
    width: 80px;
    height: 80px;
    margin-right: 40px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item .item-cont {
    width: 422px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item .item-cont .item-title {
    font-size: 20px;
    color: #2D3037;
    line-height: 20px;
    margin-bottom: 20px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item .item-cont .item-subtitle {
    width: 422px;
    font-size: 16px;
    color: #5E6D81;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item:nth-child(even) .img-icon {
    margin-left: auto;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item:nth-child(1) .img-icon {
    background: url(img/usasprite_01.png) no-repeat center;
    background-size: 80px 80px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item:nth-child(1):hover .img-icon {
    background: url(img/usasprite_05.png) no-repeat center;
    background-size: 80px 80px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item:nth-child(2) .img-icon {
    background: url(img/usasprite_02.png) no-repeat center;
    background-size: 80px 80px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item:nth-child(2):hover .img-icon {
    background: url(img/usasprite_06.png) no-repeat center;
    background-size: 80px 80px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item:nth-child(3) .img-icon {
    background: url(img/usasprite_03.png) no-repeat center;
    background-size: 80px 80px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item:nth-child(3):hover .img-icon {
    background: url(img/usasprite_07.png) no-repeat center;
    background-size: 80px 80px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item:nth-child(4) .img-icon {
    background: url(img/usasprite_04.png) no-repeat center;
    background-size: 80px 80px;
}

.yisu-superiority .superiority-content .superiority-list .superiority-item:nth-child(4):hover .img-icon {
    background: url(img/usasprite_08.png) no-repeat center;
    background-size: 80px 80px;
}

.yisu-join-wrap {
    width: 100%;
    height: 400px;
    background: url(img/join_bg.png) no-repeat center;
}

.yisu-join-wrap>a {
    display: block;
    width: 100%;
    height: 100%;
}

.yisu-join-wrap .join-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.yisu-join-wrap .join-content h2 {
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 60px;
    text-align: center;
}

.yisu-join-wrap .join-content p {
    font-size: 42px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 70px;
    text-align: center;
}

.yisu-join-wrap .join-content p span {
    color: #FFDC00;
}

.yisu-join-wrap .join-content .join-btn {
    display: block;
    width: 180px;
    height: 46px;
    margin: 0 auto;
    background: #FF6666;
    border-radius: 23px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
}

.yisu-join-wrap .join-content .join-btn:hover {
    background: #FF4444;
}

.content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.spring-product-title {
    text-align: center;
    margin-bottom: 20px;
}

.spring-product-title h2 {
    position: relative;
    display: inline-block;
    line-height: 46px;
    font-size: 36px;
    color: #2D3037;
    vertical-align: top;
}

.spring-product-title h2::before {
    content: "";
    position: absolute;
    left: -40px;
    top: -19px;
    width: 72px;
    height: 72px;
    background: url(img/title-bg.png) no-repeat center;
    z-index: 0;
}

.spring-product-title h2 span {
    position: relative;
    z-index: 1;
}

.spring-product-des {
    line-height: 26px;
    font-size: 16px;
    color: #5E6D81;
    text-align: center;
    margin-bottom: 35px;
}

.new-user {
    width: 100%;
    background-color: #F0F2F5;
    padding-top: 40px;
    padding-bottom: 48px;
}

.new-user .new-user-guanggao {
    position: relative;
}

.new-user .new-user-guanggao .new-user-text {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 25px 0px 0px 40px;
    color: #FFFFFF;
}

.new-user .new-user-guanggao .new-user-text div {
    line-height: 34px;
    font-size: 24px;
}

.new-user .new-user-guanggao .new-user-text p {
    line-height: 24px;
    font-size: 14px;
    margin-top: 4px;
}

.new-user .new-user-guanggao .new-user-text p a {
    color: #FFCC99;
}

.new-user .new-user-guanggao .new-user-text p a:last-child {
    margin-left: 8px;
}

.new-user .new-user-guanggao .new-user-text p a:hover {
    text-decoration: underline;
}

.new-user .new-user-guanggao .new-user-text>a {
    display: block;
    width: 144px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #D21928;
    background: #FFCC99;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin-top: 14px;
}

.new-user .new-user-guanggao .new-user-text>a:hover {
    background: #FFDCB9;
}

.new-user .new-user-guanggao>a {
    display: block;
    cursor: default;
}

.new-user .new-user-guanggao>a img {
    display: block;
}

.anchor-nav {
    position: absolute;
    top: 100px;
    left: 40px;
    width: 140px;
    box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
    visibility: hidden;
    z-index: 100;
}

.anchor-nav .head {
    width: 100%;
    height: 50px;
    background: url(img/newuser-anchor-head.png) no-repeat center;
}

.anchor-nav .body ul {
    background-color: #FFF;
}

.anchor-nav .body ul li {
    line-height: 40px;
    font-size: 14px;
    color: #2D3037;
    text-align: center;
    cursor: pointer;
}

.anchor-nav .body ul li:nth-child(2n) {
    background: #F6F8F9;
}

.anchor-nav .body ul li:hover,
.anchor-nav .body ul li.active {
    color: #D21928;
    background: #FFDCB9;
}

.anchor-nav .body .anchor-nav-erweima {
    background-color: #FFF;
    text-align: center;
    padding-top: 16px;
}

.anchor-nav .body .anchor-nav-erweima .nav-erweima-img img {
    display: inline-block;
    width: 94px;
    height: 94px;
    vertical-align: top;
}

.anchor-nav .body .anchor-nav-erweima p {
    line-height: 22px;
    font-size: 12px;
    padding-bottom: 11px;
    margin-top: 6px;
}

.guanggao-yinqin a {
    display: block;
    width: 100%;
    height: 90px;
    background: url(img/guanggao-2.png) no-repeat center;
}

.spring-product {
    width: 100%;
    display: inline-block;
    background-color: #F0F2F5;
    padding-top: 50px;
    padding-bottom: 30px;
}

.spring-product#anchor-cloudserver {
    padding-top: 67px;
}

.spring-product .spring-product-item {
    width: 100%;
}

.spring-product .spring-product-item .item {
    position: relative;
    margin-bottom: 42px;
}

.spring-product .spring-product-item .item:last-child {
    margin-bottom: 0px;
}

.spring-product .item-tab {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
}

.spring-product .item-tab ul {
    display: flex;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}

.spring-product .item-tab ul li {
    position: relative;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #2D3037;
    transform: skewX(30deg);
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
    border-radius: 0 4px 0 0;
    cursor: pointer;
}

.spring-product .item-tab ul li:not(:nth-child(1)) {
    margin-left: -15px;
}

.spring-product .item-tab ul li>div {
    transform: skewX(-30deg);
}

.spring-product .item-tab ul li:hover {
    color: #D21928;
    background: #FFDCB9;
}

.spring-product .item-tab ul li.active {
    color: #FFFFFF;
    background: #D21928;
}

.item-body-item {
    display: none;
}

.item-body-item:nth-child(1) {
    display: block;
}

.spring-product .spring-product-item .item:hover {
    z-index: 100;
}

.spring-product .spring-product-item .item .item-head {
    background: linear-gradient(90deg, #E11432, #330099);
}

.spring-product .spring-product-item .item .item-head {
    height: 110px;
    padding: 18px 30px 0px;
}

.spring-product .spring-product-item .item .item-head h3 {
    line-height: 40px;
    font-size: 24px;
    color: #FFFFFF;
}

.spring-product .spring-product-item .item .item-head p {
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-top: 3px;
}

.spring-product .spring-product-item .item .item-head a {
    line-height: 26px;
    font-size: 16px;
    color: #FF6666;
}

.spring-product .spring-product-item .item .item-head a:hover {
    color: #FF4444;
    text-decoration: underline;
}

.spring-product .spring-product-item .item .item-body .item-body-list {
    position: relative;
    height: 120px;
    padding-right: 174px;
    background-color: #FFF;
    border-bottom: 1px solid #DBE1E8;
}

.spring-product .spring-product-item .item .item-body .item-body-list:last-child {
    border-bottom: none;
}

.item-body-list-price {
    float: left;
    width: 336px;
    padding-top: 18px;
}

.item-body-list-price>a {
    position: relative;
    float: left;
    display: block;
    width: 160px;
    height: 84px;
    padding-top: 9px;
    border: 1px solid #DBE1E8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.item-body-list-price>a:hover {
    border-color: #FF6666;
}

.item-body-list-price>a.active {
    border-color: #FF6666;
    background: #FFEFEF;
}

.item-body-list-price>a:last-child {
    margin-left: 16px;
}

.item-body-list-price>a .item-price-math {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #FF6666;
}

.item-body-list-price>a .item-price-math span {
    font-size: 26px;
    margin-right: 7px;
}

.item-body-list-price>a .item-price-sheng {
    line-height: 16px;
    font-size: 14px;
    color: #FF6666;
    margin-top: 3px;
}

.item-body-list-price>a .item-limit-math {
    line-height: 16px;
    font-size: 14px;
    color: #9EA7B3;
    margin-top: 3px;
}

.item-body-list-price>a .item-original-price {
    line-height: 16px;
    font-size: 14px;
    color: #9EA7B3;
    margin-top: 3px;
    text-decoration: line-through;
}

.item-body-list-price>a .item-badge {
    position: absolute;
    right: -1px;
    top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #FF6666;
    padding: 0px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 1;
}

.spring-product .spring-product-item .item .item-body {
    box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
}

.spring-product .spring-product-item .item .item-body .item-body-list>div {
    float: left;
    height: 100%;
}

.spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-left {
    width: 220px;
    background-color: #F6F8F9;
    padding: 28px 30px 0px;
}

.spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-left .title {
    line-height: 30px;
    font-size: 20px;
    color: #2D3037;
}

.spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-left p {
    line-height: 24px;
    font-size: 14px;
    color: #9EA7B3;
    margin-top: 6px;
}

.spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-config {
    position: relative;
    width: 470px;
    padding: 28px 0px 0px 40px;
}

.spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-config>ul>li {
    float: left;
    width: 25%;
}

.spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-config>ul>li div {
    line-height: 30px;
    font-size: 18px;
    color: #2D3037;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-config>ul>li p {
    line-height: 24px;
    font-size: 14px;
    color: #9EA7B3;
    margin-top: 6px;
}

.spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-config.five-column-config>ul>li {
    width: 20%;
}

.spring-product .spring-product-item .item .item-body .item-body-list>a {
    position: absolute;
    right: 30px;
    top: 40px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #D21928, #D21928, #D21928);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.spring-product .spring-product-item .item .item-body .item-body-list:hover {
    background-color: #F6F8F9;
}

.spring-product .spring-product-item .item .item-body .item-body-list:hover .item-body-list-left {
    background-color: #F6F8F9;
}

.spring-product .spring-product-item .item .item-body .item-body-list:hover .buy {
    background: linear-gradient(90deg, #D21928, #F0645A, #D21928);
}

.spring-product .spring-product-item .item .item-body .item-body-column {
    float: left;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-right: 1px solid #DBE1E8;
}

.spring-product .spring-product-item .item .item-body .item-body-column:last-child {
    border-right: none;
}

#anchor-message .item-body-column {
    width: 240px;
    height: 316px;
}

#anchor-message .item-body-column .column-head,
#anchor-message .item-body-column .column-price,
#anchor-message .item-body-column .column-link {
    padding-left: 30px;
}

#anchor-message .item-body-column .column-link a {
    width: 160px;
}

.spring-product .spring-product-item .item .item-body .item-body-column:hover {
    background-color: #F6F8F9;
}

.spring-product .spring-product-item .item .item-body .item-body-column:hover .column-link a {
    background: linear-gradient(90deg, #D21928, #F0645A, #D21928);
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-head {
    background-color: #F6F8F9;
    padding: 20px 40px 20px;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-head>div {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #9EA7B3;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-head>div span {
    font-size: 24px;
    color: #2D3037;
    margin-right: 10px;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-head>p {
    line-height: 20px;
    font-size: 14px;
    color: #FF6666;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-price {
    padding: 30px 0px 14px 40px;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-price>div {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #FF6666;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-price>div i {
    display: inline-block;
    width: 54px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FF6666;
    background: #FFE0E0;
    vertical-align: top;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-price>div span {
    font-size: 32px;
    margin: 0px 4px 0px 10px;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-price>p {
    line-height: 50px;
    font-size: 14px;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-price>p .column-unit-price {
    color: #FF6666;
    margin-right: 18px;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-price>p .column-old-price {
    color: #9EA7B3;
    text-decoration: line-through;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-link {
    padding-left: 40px;
}

.spring-product .spring-product-item .item .item-body .item-body-column .column-link a {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(90deg, #D21928, #D21928, #D21928);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.spring-product .spring-product-item .item .item-body .item-body-column>p {
    line-height: 20px;
    font-size: 12px;
    color: #9EA7B3;
    padding-left: 40px;
    margin-top: 10px;
}

.spring-product .spring-product-more {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    padding-top: 34px;
}

.spring-product .spring-product-more a {
    color: #D21928;
}

.spring-product .spring-product-more a:hover {
    text-decoration: underline;
}

a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.more-youhui {
    width: 100%;
    display: inline-block;
    background-color: #F0F2F5;
    padding: 50px 0px 80px;
}

.more-youhui .spring-product-title {
    margin-bottom: 43px;
}

.more-youhui .more-youhui-tit {
    line-height: 46px;
    font-size: 36px;
    color: #2D3037;
    text-align: center;
}

.more-youhui .youhui-item-box .youhui-item {
    position: relative;
    float: left;
    width: 380px;
    height: 240px;
    background: #fbfcff;
    box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-right: 30px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.more-youhui .youhui-item-box .youhui-item.last {
    margin-right: 0px;
}

.more-youhui .youhui-item-box .youhui-item .youhui-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 35px 30px 0px;
    z-index: 2;
}

.more-youhui .youhui-item-box .youhui-item .youhui-content .youhui-tit {
    line-height: 32px;
    font-size: 22px;
    color: #2D3037;
}

.more-youhui .youhui-item-box .youhui-item .youhui-content>p {
    line-height: 28px;
    font-size: 16px;
    color: #9EA7B3;
    margin-top: 11px;
}

.more-youhui .youhui-item-box .youhui-item .youhui-content>a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #D21928, #D21928, #D21928);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.more-youhui .youhui-item-box .youhui-item .youhui-bg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 380px;
    height: 240px;
}

.more-youhui .youhui-item-box .youhui-item:hover {
    margin-top: -10px;
    box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.16);
}

.more-youhui .youhui-item-box .youhui-item:hover .youhui-content>a {
    background: linear-gradient(90deg, #D21928, #F0645A, #D21928);
}

.more-youhui .youhui-item-box .youhui-item .youhui-bg.youhui-bg-cloud {
    background: url(img/yh-bg-1.png) no-repeat center;
}

.more-youhui .youhui-item-box .youhui-item .youhui-bg.youhui-bg-luojinshu {
    background: url(img/yh-bg-2.png) no-repeat center;
}

.more-youhui .youhui-item-box .youhui-item .youhui-bg.youhui-bg-hk {
    background: url(img/yh-bg-3.png) no-repeat center;
}

/*红包*/
.new-coupon-modal {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    display: none;
}

.new-coupon-modal .coupon-modal-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1060px;
}

.new-coupon-modal .coupon-modal-center .modal-center-head {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #5E6D81;
    background-color: #F6F8F9;
    text-align: center;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}

.new-coupon-modal .coupon-modal-center .modal-center-head span {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    opacity: 0.5;
    cursor: pointer;
}

.new-coupon-modal .coupon-modal-center .modal-center-head span:hover {
    opacity: 1;
}

.new-coupon-modal .coupon-modal-center .modal-center-body {
    width: 100%;
    background-color: #fff;
    padding: 5px 28px 28px;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-tip {
    line-height: 24px;
    font-size: 14px;
    color: #2D3037;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-coupon {
    padding: 24px 0px 12px;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-coupon .body-coupon-item {
    float: left;
    width: 160px;
    height: 64px;
    background: url(img/new-coupon-bg.png) no-repeat center;
    padding: 0px 0px 0px 12px;
    margin: 0px 20px 10px 0px;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-coupon .body-coupon-item:nth-child(3n) {
    margin-right: 0px;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-coupon .body-coupon-item div {
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    color: #FF6666;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-coupon .body-coupon-item div span {
    float: right;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #FF6666;
    padding: 0px 6px;
    margin: 10px 10px 0px 0px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-coupon .body-coupon-item p {
    line-height: 26px;
    font-size: 12px;
    color: #FF6666;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-mark {
    line-height: 24px;
    font-size: 14px;
    color: #5E6D81;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-mark a {
    color: #FF6666;
}

.new-coupon-modal .coupon-modal-center .modal-center-body .center-body-mark a:hover {
    text-decoration: underline;
}

.new-coupon-modal .coupon-modal-center .modal-center-bottom {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding-bottom: 30px;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

.new-coupon-modal .coupon-modal-center .modal-center-bottom button {
    width: 140px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #FF6666;
    border: 1px solid #FF6666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.new-coupon-modal .coupon-modal-center .modal-center-bottom .disabled {
    cursor: not-allowed;
    background-color: #888;
    border: 1px solid #888;
}

.new-coupon-modal .coupon-modal-center .modal-center-bottom .disabled:hover {
    background-color: #888;
}

.new-coupon-modal .coupon-modal-center .modal-center-bottom button:hover {
    background-color: #FF4444;
}

/* 2021-8-2 start */
.pro-tab {
    height: 62px;
    border-bottom: 1px solid #DBE1E8;
    text-align: center;
}

.pro-tab .pro-tab-center {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.pro-tab .pro-tab-center .pro-tab-line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    background-color: #D21928;
    z-index: 10;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.pro-tab ul {
    height: 62px;
    display: flex;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.pro-tab ul li {
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #2D3037;
    padding: 0px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.pro-tab ul li:hover {
    color: #D21928;
}

.pro-tab ul li.active {
    color: #D21928;
}

.pro-area-tab ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: linear-gradient(#F0F2F5, #FFFFFF);
}

.pro-area-tab ul li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #5E6D81;
    padding: 0px 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.pro-area-tab ul li img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
    margin-right: 9px;
}

.pro-area-tab ul li:hover {
    color: #D21928;
}

.pro-area-tab ul li.active {
    color: #D21928;
    background: linear-gradient(#FFDCB9, #F0F2F5);
}

@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }

    .content {
        width: 100%;
        overflow: hidden;
    }

    .anchor-nav {
        display: none !important;
    }

    .newuser-banner {
        height: 230px;
        background-size: cover;
    }

    .newuser-banner>.content {
        padding: 30px;
    }

    .newuser-banner h1 {
        line-height: 38px;
        font-size: 32px;
        text-align: center;
    }

    .newuser-banner p {
        line-height: 48px;
        font-size: 15px;
        text-align: center;
        margin-top: 10px;
    }

    .newuser-banner p span {
        font-size: 60px;
    }

    .newuser-product-nine {
        padding-top: 0;
    }

    .pro-tab ul li {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        padding: 0px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pro-tab,
    .pro-tab ul {
        height: 45px;
    }

    .newuser-product-nine .taocan-tuijian-box {
        margin-top: 16px;
        padding: 0 15px;
    }

    .newuser-product-nine .taocan-item-box .taocan-item {
        float: none;
        height: 388px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .newuser-product-nine .item-content {
        width: 100%;
    }

    .new-user {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .new-user .new-user-guanggao .new-user-text div {
        line-height: 32px;
        font-size: 20px;
        text-align: center;
    }

    .new-user .new-user-guanggao .new-user-text>a {
        width: 94%;
        height: 30px;
        line-height: 30px;
        margin-top: 8px;
        background: #ffffff;
    }

    .new-user .new-user-guanggao {
        height: 170px;
        background-image: linear-gradient(to right, #D21928, #d26619);
    }

    .new-user .new-user-guanggao>a img {
        display: none;
    }

    .new-user .new-user-guanggao .new-user-text p {
        line-height: 24px;
        font-size: 14px;
        margin-top: 4px;
        padding-right: 25px;
    }

    .guanggao-yinqin a {
        display: none;
    }

    .spring-product#anchor-cloudserver {
        padding-top: 0;
    }

    .spring-product-title {
        padding-top: 30px;
        margin-bottom: 0;
    }

    .spring-product-title h2 {
        font-size: 25px;
    }

    .spring-product-des {
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .spring-product .spring-product-item .item {
        text-align: left;
    }

    .item-content {
        float: left;
        width: 100%;
        padding: 15px;
    }

    .spring-product .item-tab ul li {
        position: relative;
        width: 142px;
        height: 38px;
        line-height: 38px;
        font-size: 11px;
    }

    .spring-product .spring-product-item .item .item-body {
        box-shadow: none;
    }

    .spring-product .spring-product-item .item .item-body .item-body-list {
        height: auto;
        padding-right: 0;
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-left {
        width: 100%;
        padding: 6px 180px 6px 18px;
        height: 79px;
    }

    .spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-left .title {
        line-height: 25px;
        font-size: 16px;
        text-align: left;
    }

    .spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-left p {
        line-height: 18px;
        font-size: 12px;
        color: #9EA7B3;
        margin-top: 0;
        text-align: left;
    }

    .spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-config {
        min-width: 100%;
        padding: 10px 20px;
        margin-bottom: 45px;
        width: 100% !important;
    }

    .spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-config>ul>li div {
        line-height: 20px;
        font-size: 12px;
    }

    .item-body-list-price {
        float: left;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto !important;
    }

    .item-body-list-price>a {
        position: static;
        height: 78px;
        border-radius: 0;
    }

    .spring-product .spring-product-item .item .item-body .item-body-list>a {
        right: 20px;
        top: auto;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .spring-product .spring-product-item .item .item-body .item-body-list .item-body-list-config>ul>li p {
        line-height: 20px;
        font-size: 12px;
        color: #9EA7B3;
        margin-top: 6px;
    }
}