/* 广告图 */

.bannderText p:nth-of-type(1) {
    font-size: 40px;
    line-height: 68px;
    color: #000000;
}

.bannderText p:nth-of-type(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    color: #000000;
}

.bannderText h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 136px;
    color: #0046af;
    -webkit-text-stroke: 0px;
}

.bannderBtn {
    margin-top: 36px;
}

.bannderBtn a {
    width: 200px;
    height: 48px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    border-radius: 0px;
    background: linear-gradient(180deg, #ffaf35 0%, #ff8425 100%);
    transform: skewX(-10deg);
    font-size: 30px;
    margin-right: 36px;
}
.bannderBtn a:hover{
	color:#ffffff;
}
.bannderBtn a:nth-child(1) {
    margin-left: 10px;
}


/* 数据 */


.touchBox .Headline {
    margin-top: 0;
}


/* 不同服务方案 */

.touchListBox {
    width: 100%;
}

.touchList {
    display: flex;
    justify-content: space-between;
}

.touchListItem {
    flex: 0 0 calc((100% - 40px) / 3);
    background: #ffffff;
    border-radius: 20px; 
}

.touchListItem--1 {
    position: relative;
}

.touchListItem--1 .touchListItemImg {
    position: absolute;
    right: -14px;
    top: -14px;
}

.touchListItem--1 .swatches {
    width: 100%;
    height: 19px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg,#ff8c28 12%, #ffc672 84%);
}

.touchListItem--1 .touchListItemBox {
    line-height: 48px;
    background: rgba(255, 170, 0, 0.1);
}

.touchListItem--1 .tip {
    text-align: center;
    font-size: 16px;
    color: rgba(232, 14, 31, 0.8);  
}

.touchListItem--2 .touchListItemBox {
    background: rgb(89, 85, 245, 0.1);
}

.touchListItem--3 .touchListItemBox {
    background: rgba(23, 107, 233, 0.1);
}

.touchListItem>h2 {
    text-align: center;
    padding-top: 30px;
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.touchListItem-p {
    text-align: center;
    margin: 80px 0 40px;
    color: #999;
}

.touchListItem .touchListItemHeaderPrice {
    position: relative;
    margin-right: 5px;
    font-size: 30px;
    font-weight: 700;
    color: rgb(232, 14, 31, 0.8);
}

.touchListItemHeaderPriceSpan {
    position: absolute;
    left: 0;
    top: -40px;
    display: inline-block;
    width: 114px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 18px 0 18px 0;
    background: linear-gradient( to right, rgba(255, 0, 0, 1), rgba(255, 0, 0, 0.1));
    font-size: 16px;
    color: #fff;
}

.touchListItemBox {
    width: 100%;
    height: auto;
    line-height: 26px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.touchListItemWord {
    padding: 0 30px;
}

.touchListItemWord h2 {
    margin: 25px 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.touchListItemWord p {
    font-size: 16px;
    color: #666666;
}

.touchListItemWord ul>li {
    display: flex;
    margin-bottom: 15px;
    color: #999;
}

.touchListItemWord ul>li img {
    width: 14px;
    height: 14px;
    margin-top: 5px;
}

.touchListItemWord ul>li .desc {
    flex: 1;
    margin-left: 15px;
}

.touchListItemWord ul>li.Different {
    color: #000;
}

.touchListItemWord ul>li.Different img {
    width: 19px;
    height: 16px;
    margin-top: 4px;
}

.touchListItem--2 .basic li {
    margin-bottom: 23px;
}

.touchListItem--3 .basic li {
    margin-bottom: 18px;
}

.touchListItem>a {
    display: block;
    width: 180px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 40px auto;
    background: #0046AF;
    border-radius: 20px;
    font-size: 18px;
    color: #ffffff;
}

.touchListItem>a:hover {
    background: rgba(0, 70, 175, 0.7);
    color: #fff;
}


/* 查重及语言改写    高效快速降重 */

.efficientBox {
    width: 100%;
    padding-top: 100px;
}

.efficient {
    width: 1200px;
    margin: 0 auto;
}

.efficient p {
    font-size: 16px;
    line-height: 36px;
}

.efficient .Headline {
    margin-top: 0px;
}


/* 查重及语言改写案例 */

.fanyiCaseBox {
    width: 100%;
    padding: 100px 0;
    background: #fff;
}

.fanyiCaseBox .Headline {
    margin-top: 0px;
}

.fanyiCase {
    width: 1200px;
    /* height: 846px;
  overflow-y: auto; */
    margin: 0 auto;
    /* padding: 36px 0;

  background: rgba(0, 70, 175, 0.2); */
}

.fanyiCase>ul {
    width: 100%;
}

.fanyiCase>ul>li {
    width: 100%;
}

.carousel-control.right {
    color: #0046af;
    right: -180px;
}

.carousel-control.left {
    color: #0046af;
    left: -180px;
}