.wrapper {
    width: 100%;
    /* overflow-x: hidden; */
    margin-top: 76px;
}

.wrapper .banner {
    position: relative;
    width: 100%;
}

.wrapper .banner .pic {
    width: 100%;
    display: block;
    margin: auto;
}

.wrapper .banner .banner-desc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 142px;
    width: 1440px;
    margin: auto;
}

.wrapper .banner .banner-desc .title-top {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.wrapper .banner .banner-desc .title-end {
    font-size: 24px;
    color: #4F4F4F;
    margin-top: 24px;
    text-align: center;
}

.wrapper .banner .banner-desc .banner-handle {
    margin-top: 42px;
    display: flex;
}

.wrapper .banner .banner-desc .banner-handle .btn {
    border-radius: 23px;
    padding: 9px 32px;
    font-size: 20px;
}

.wrapper .banner .banner-desc .banner-handle .btn-know {
    color: #E31F1D;
    border: 1px solid #E31F1D;
    margin-right: 16px;

}

.price-box-bq{
    position: absolute;
    right: -2px;
    top: -2px;
}

.price-box-bq img{
    width: 96px;
}

.wrapper .price-container {
    display: flex;
    position: relative;
    width: 1200px;
    margin: auto;
    margin-top: -10%;
    overflow: hidden;
    /* height: 2211px; */
}

.wrapper .price-container .price-box {
    position: relative;
    width: calc((100% - 68px) / 3);
    /* height: 2210px; */
    float: left;
    margin-right: 34px;
    overflow: hidden;
    box-shadow: 0px 1px 1px 0px rgba(110,66,66,0.2);
    border-radius: 8px;
    margin-bottom: 2px;
}

.wrapper .price-container .price-box .box-body .box-body-sec:last-child .box-body-sec__list {
    margin-bottom: 0;
}

.wrapper .price-container .price-box:nth-of-type(2) .box-header-container::before,
.wrapper .price-container .price-box:nth-of-type(3) .box-header-container::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 13px;
    background: linear-gradient(90deg, #FF8B00 0%, #FFAB00 100%);
}

.wrapper .price-container .price-box:nth-of-type(3) .box-header-container::before {
    background: linear-gradient(90deg, #D06EF2 0%, #3361FC 100%);
}

.wrapper .price-container .price-box .box-header-container {
    background:rgba(255,255,255,1);
    box-shadow: 0px 2px 16px 0px rgba(110,66,66,0.2);
    border-radius:10px;
    padding-bottom: 48px;
}

.wrapper .price-container .price-box:last-child {
    margin-right: 0;
}
.wrapper .price-container .box-header {
    width: 100%;
    text-align: center;
    color: white;
    overflow: hidden;
}
.wrapper .price-container .box-header .box-header__title {
    font-size: 23px;
    color: #333333;
    margin-top: 48px;
    font-weight: 800;
}
.wrapper .price-container .box-header .box-header__title .hot-sale {
    width:38px;
    height:20px;
    line-height: 20px;
    display: inline-block;
    background:linear-gradient(-90deg,rgba(239,60,60,1),rgba(244,112,112,1));
    border:0px solid rgba(230,230,230,1);
    border-radius:4px;
    color: #FFFFFF;
    font-size: 12px;
}
.wrapper .price-container .box-header .box-header__desc {
    font-size: 15px;
    color: #999999;
    margin-top: 16px;
}

.wrapper .price-container .box-header .box-header__handle {
    color: #E31F1D;
    margin-left: 8px;
}

.wrapper .price-container .box-main {
    text-align: center;
}
.wrapper .price-container .box-main .box-main__title {
    font-size: 44px;
    margin-top: 20px;
    font-weight: 800;
}
.wrapper .price-container .box-main .box-main__desc {
    height: 90px;
    font-size: 17px;
    color: #999;
    margin-top: 15px;
}
.wrapper .price-container .box-main .box-main__btn {
    width: 145px;
    height: 40px;
    color: white;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #E31F1D;
    color: #E31F1D;
    cursor: pointer;
    display: block;
    margin: 48px auto 0 auto;
}

.wrapper .price-container .box-main .box-main__btn.shade {
    color: #fff;
    background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
}

.wrapper .price-container .box-main .box-main__btn a:hover {
    color: white;
}
.wrapper .price-container .box-main .box-main__btn:hover {
    background: #E31F1D;
    color: #fff;
}

.wrapper .price-container .box-body {
    position: relative;
    z-index: -1;
    padding: 25px 20px;
    height: calc(100% - 334px);
    background: linear-gradient(180deg, #FFFAFA 0%, #FFFCFC 100%);
}

.wrapper .price-container .box-body .box-body-sec__line {
    border: 1px dashed #FFFAFA;
    margin: 30px 0 15px 0;
}

.wrapper .price-container .box-body .box-body-sec {
    /* border-top: 1px solid #eee; */
    padding-top: 15px;
}
.wrapper .price-container .box-body .box-body-sec .box-body-sec__title {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.wrapper .price-container .box-body .box-body-sec .box-body-sec__list {
    margin: 15px 0;
}

.wrapper .price-container .box-body .box-body-sec .box-body-sec__list>span {
    color: #6B778C;
}

.wrapper .price-container .box-body .box-body-sec .box-body-sec__list-item {
    list-style-type: disc;
    list-style-position: inside;
    color: #E31F1D;
    padding: 10px 0;
}
.wrapper .price-container .box-body .box-body-sec .box-body-sec__list-item .icon {
    width: 18px;
    margin-right: 5px;
}
.wrapper .price-container .box-body .box-body-sec .box-body-sec__list-item .text {
    font-size: 14px;
    color: #111;
}






.wrapper .banner .banner-desc .banner-handle .btn-experience {
    color: #fff;
    background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
}

/* 方案对比 */
.scheme-container-contrast .wrape-box {
    width: 1200px;
    margin: 50px auto 0;
}

.scheme-container .wrape-box {
    width: 1200px;
    margin: 0 auto;
    /* padding: 60px 0; */
}

.wrape-box .scheme-handle {
    color: #E31F1D;
    text-align: center;
}

.wrape-box .scheme-handle span {
    font-size: 18px;
    cursor: pointer;
}

.wrape-box .wrape-box-title {
    font-size: 46px;
    text-align: center;
    margin: 80px 0 88px 0;
    font-weight: 700;
}


.scheme-context-menu .context-menu-tip {
    color: #6B778C;
}

.scheme-context-menu .scheme-table {
    width: 100%;
    margin-top: 20px;
    /* background-color: rgb(21, 233, 198); */
}

.scheme-context-menu .scheme-table td{
    position: relative;
    vertical-align: top !important;
}

.scheme-context-menu .scheme-table tr td:nth-of-type(2),
.scheme-context-menu .scheme-table tr td:nth-of-type(4),
.scheme-context-menu .scheme-table tr td:nth-of-type(6) {
    background-color: #FFFAFA;
}

.scheme-context-menu .scheme-table tr:nth-of-type(1) td:nth-of-type(1),
.scheme-context-menu .scheme-table tr:nth-of-type(1) td:nth-of-type(3),
.scheme-context-menu .scheme-table tr:nth-of-type(1) td:nth-of-type(5) {
    background-color: unset;
}

.scheme-context-menu .scheme-table tr:nth-of-type(1) td:nth-of-type(2),
.scheme-context-menu .scheme-table tr:nth-of-type(1) td:nth-of-type(4),
.scheme-context-menu .scheme-table tr:nth-of-type(1) td:nth-of-type(6) {
    background-color: unset;
}

.scheme-context-menu .scheme-table .no-hover-title:hover td:nth-of-type(1),
.scheme-context-menu .scheme-table .no-hover-title:hover td:nth-of-type(3),
.scheme-context-menu .scheme-table .no-hover-title:hover td:nth-of-type(5) {
    background-color: unset;
}

.scheme-context-menu .scheme-table .no-hover-title:hover td:nth-of-type(2),
.scheme-context-menu .scheme-table .no-hover-title:hover td:nth-of-type(4),
.scheme-context-menu .scheme-table .no-hover-title:hover td:nth-of-type(6) {
    background-color: unset;
}

.scheme-context-menu .scheme-table .no-hover-desc:hover td:nth-of-type(1),
.scheme-context-menu .scheme-table .no-hover-desc:hover td:nth-of-type(3),
.scheme-context-menu .scheme-table .no-hover-desc:hover td:nth-of-type(5) {
    background-color: unset;
}

.scheme-context-menu .scheme-table .no-hover-desc:hover td:nth-of-type(2),
.scheme-context-menu .scheme-table .no-hover-desc:hover td:nth-of-type(4),
.scheme-context-menu .scheme-table .no-hover-desc:hover td:nth-of-type(6) {
    background-color: #FFFAFA;
}

.scheme-context-menu .scheme-table tr:hover td:nth-of-type(1),
.scheme-context-menu .scheme-table tr:hover td:nth-of-type(3),
.scheme-context-menu .scheme-table tr:hover td:nth-of-type(5) {
    background-color: #fef2f2;
}

.scheme-context-menu .scheme-table tr:hover td:nth-of-type(2),
.scheme-context-menu .scheme-table tr:hover td:nth-of-type(4),
.scheme-context-menu .scheme-table tr:hover td:nth-of-type(6) {
    background-color: #feeded;
}

.scheme-context-menu .scheme-table tr:nth-last-of-type(1) td:nth-of-type(2),
.scheme-context-menu .scheme-table tr:nth-last-of-type(1) td:nth-of-type(4),
.scheme-context-menu .scheme-table tr:nth-last-of-type(1) td:nth-of-type(6) {
    box-shadow: 0px 1px 1px 0px rgba(110,66,66,0.2);
    border-radius:0 0 7px 7px;
}

.scheme-context-menu .scheme-table tr:nth-of-type(2) td:nth-of-type(2),
.scheme-context-menu .scheme-table tr:nth-of-type(2) td:nth-of-type(4),
.scheme-context-menu .scheme-table tr:nth-of-type(2) td:nth-of-type(6) {
    z-index: -1;
}

.scheme-context-menu .scheme-table tr:nth-of-type(1) img {
    height: 200px;
    width: 100%;
}

.scheme-context-menu .scheme-table .fun-desc {
    position: absolute;
    top: 27px;
    left: 27px;
}

.scheme-context-menu .scheme-table .fun-desc .fun-desc-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.scheme-context-menu .scheme-table .fun-desc p {
    font-size: 12px;
    color: #42526E;
    margin-top: 7px;
}

.scheme-context-menu .scheme-table .no-hover-desc .no-hover-desc-title {
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 15px;
    font-weight: 700;
    color: #E31F1D;
}

.scheme-context-menu .scheme-table .video-more {
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 13px;
    color: #E31F1D;
}

.scheme-context-menu .scheme-table .video-more.video-link {
    cursor: pointer;
}

.scheme-context-menu .scheme-table .video-more span:nth-of-type(1) {
    position: relative;
    margin-right: 20px;
}

.scheme-context-menu .scheme-table .video-more span:nth-of-type(1)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E31F1D;
}

.scheme-context-menu .scheme-table .video-more img {
    width: 20px;
    margin-right: 10px;
    margin-left: 45px;
}

.scheme-context-menu .scheme-table .video-more a:hover {
    color: #E31F1D;
}

.scheme-context-menu .scheme-table .module-desc .no-video {
    margin-left: 47px;
}

.scheme-context-menu .scheme-table .toggle-video:hover .module-desc img:nth-of-type(1) {
    display: none;
}

.scheme-context-menu .scheme-table .toggle-video:hover .module-desc img:nth-of-type(2) {
    display: block !important;
}

.scheme-context-menu .scheme-table .toggle-video:hover .video-more {
    display: flex !important;
}

.scheme-context-menu .scheme-table .module-desc {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    color: #172B4D;
}

.scheme-context-menu .scheme-table .module-desc img {
    width: 5px;
    height: 9px;
    margin-right: 10px;
    margin-left: 32px;
}

.scheme-context-menu .scheme-table .module-desc img:nth-of-type(2) {
    height: 5px;
    width: 10px;
    margin-right: 10px;
    margin-left: 27px;
}

.scheme-context-menu .scheme-table .module-include {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #172B4D;
}

.scheme-context-menu .scheme-table .module-include .fork {
    width: 11px;
}


.scheme-context-menu .scheme-table .module-include img{
    width: 13px;
}

.scheme-context-menu .scheme-table .no-hover-desc .no-hover-desc-title img{
    width: 20px;
    margin-right: 10px;
}

.scheme-context-menu .scheme-table .header-box {
    height: 200px;
    padding-top: 25px;
    box-shadow: 0px 2px 13px 0px rgba(110,66,66,0.2);
    border-radius: 7px;
}

.header-box .box-header {
    width: 100%;
    text-align: center;
    color: white;
    overflow: hidden;
}
.header-box .box-header .box-header__title {
    font-size: 23px;
    color: #333333;
    font-weight: 800;
}
.header-box .box-header .box-header__title .hot-sale {
    width:38px;
    height:20px;
    line-height: 20px;
    display: inline-block;
    background:linear-gradient(-90deg,rgba(239,60,60,1),rgba(244,112,112,1));
    border:0px solid rgba(230,230,230,1);
    border-radius:4px;
    color: #FFFFFF;
    font-size: 12px;
}
.header-box .box-header .box-header__desc {
    font-size: 15px;
    color: #999999;
    margin-top: 16px;
}

.header-box .box-header .box-header__handle {
    color: #E31F1D;
    margin-left: 8px;
}

.header-box .box-main {
    text-align: center;
}
.header-box .box-main .box-main__title {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    color: #E31F1D;
}
.header-box .box-main .box-main__desc {
    height: 90px;
    font-size: 17px;
    color: #999;
    margin-top: 15px;
}
.header-box .box-main .box-main__btn {
    width: 145px;
    height: 40px;
    color: white;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #E31F1D;
    color: #E31F1D;
    cursor: pointer;
    display: block;
    margin: 20px auto 0 auto;
}

.header-box .box-main .box-main__btn.shade {
    color: #fff;
    background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
}

.header-box .box-main .box-main__btn a:hover {
    color: white;
}
.header-box .box-main .box-main__btn:hover {
    background: #E31F1D;
    color: #fff;
}

/* 下载 */
.banner-download {
    position: relative;
    margin: 0 auto;
    margin-top: 88px;
    margin-bottom: 70px;
    width: 1400px;
}

.banner-download img {
    display: block;
    margin: auto;
}

.banner-download .banner-download-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 170px;
}

.banner-download .banner-download-desc .title {
    font-size: 34px;
    font-weight: bold;
}

.banner-download .banner-download-desc .desc {
    margin-top: 50px;
    font-size: 18px;
}

.banner-download .banner-download-desc .handler {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.banner-download .banner-download-desc .handler div {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 150px;
    padding: 13px 32px;
    color: #fff;
    background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
    border-radius: 23px;
    cursor: pointer;
}

.banner-download .banner-download-desc .handler div:hover img{
    display: block !important;
    position: absolute;
    width: 110px;
    height: 110px;
    bottom: 55px;
    z-index: 999;
}

.banner-download .banner-download-desc .handler div:nth-of-type(1) {
    margin-right: 10px;
}

/* 常见问题 */
.common-problem {
    width: 1200px;
    margin: 0 auto 40px;
}

.common-problem .list-title {
    text-align: center;
}

.common-problem .list-title .btitle {
    color: #111111;
    font-size: 30px;
    padding-bottom: 24px;
    font-weight: 800;
}
.common-problem .list-title .stitle {
    color: #999999;
    font-size: 16px;
    padding-bottom: 68px;
}

.common-problem .list-title span {
  vertical-align: middle;
}

.common-problem .list-title .bg-color {
  display: inline-block;
  width: 7px;
  height: 27px;
  background: linear-gradient(0deg, #e72828, #f26060);
  border: 1px solid #f3f3f5;
}

.common-problem .list .el-collapse .el-collapse-item .el-collapse-item__header {
    font-size: 18px;
    height: 58px;
    line-height: 58px;
}

.common-problem .list .el-collapse .el-collapse-item .el-collapse-item__header img {
  margin-left: 10px;
  width: 30px;
}

.common-problem .list .el-collapse .el-collapse-item .el-collapse-item__wrap {
  font-size: 16px;
}

.common-problem .list .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .collapse-content h1 {
  color: #111;
  font-size: 16px;
  margin-bottom: 10px;
}

.common-problem .list .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .collapse-content .item-list {
  color: #777;
  font-size: 16px;
  line-height: 36px;
}

.common-problem .list .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content .collapse-content .item-qualification {
  margin-top: 20px;
}

.el-collapse-item__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    line-height: 48px;
    color: #303133;
    cursor: pointer;
    /* border-bottom: 1px solid #ebeef5; */
    border-radius:10px;
    font-size: 13px;
    font-weight: 500;
    transition: border-bottom-color .3s;
    outline: 0;
}

.el-collapse-item__header .pic {
    width: 11px !important;
    height: 18px;
}

.el-carousel__mask, .el-cascader-menu, .el-cascader-menu__item.is-disabled:hover, .el-collapse-item__header, .el-collapse-item__wrap {
    background-color: #fff;
}
  
.content .list-box .list .el-collapse .is-active {
  color: #DD1313;
}

.el-collapse {
  /* border-top: 1px solid #ebeef5; */
  /* border-bottom: 1px solid #ebeef5; */
 }

.el-collapse-item {
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 17px 1px rgba(223,223,223,0.3);
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.now {
    border: 1px solid #DD1313;
    color: #DD1313;
    font-size: 12px;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
  }
  
.title .top-box .email .txt {
    color: #DD1313;
    font-size: 20px;
    cursor: pointer;
  }

.wrap-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.discount {
    display: inline-block;
    padding: 5px 16px;
    color: #fff;
    background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
    border-radius: 20px;
}
