.top {
    width: 100%;
    height: 518px;
    background-image: url(../images/pcIndex/banner.png);
    background-size: cover;
    position: relative;
    background-position: 35% 0;
}

.banner {
    width: 1200px;
    height: 100%;
    margin: auto;
    box-sizing: border-box;
    padding-top: 213px;
}

.bannerInfo img {
    width: 223px;
}

.bannerInfo .bannerText {
    width: 458px;
    height: 104px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin: 12px 0px 0px 6px;
}

.bannerInfo .tryOut img {
    width: 110px;
    height: 35px;
    margin: 35px 0px 0px 6px;

}

.module {
    width: 100%;
    background-color: #FFFFFF;
}

.w1200 {
    width: 1200px;
    padding-top: 70px;
    text-align: center;
    margin: 0 auto;
    zoom:1
}
.w1200::after{
    content:"";clear:both;display:block
}
h4 {
    height: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #383D41;
    line-height: 24px;
}

.painSpot {
    width: 1200px;
    margin-top: 60px;
    display: flex;
    justify-content: space-evenly;
}

.painSpot li {
    width: 151px;
}

.bottom {
    border-bottom: 3px solid #2D74FF;
}

.painSpotInfo {
    width: 100%;
    height: 213px;
    background-image: url(../images/pcIndex/painSpotInfo.png);
}

.info {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
    display: none;
}

.info:nth-child(1) {
    display: block;
}

.infoShow {
    width: 282px;
    height: 133px;
    padding: 28px 7px 0px 20px;
    background-image: url(../images/pcIndex/infobg.png);
    box-sizing: border-box;
    float: left;
    margin-right: 24px;
}

.infoShow:nth-child(4) {
    margin-right: 0px;
}

.infoShowP1 {
    font-size: 16px;
    font-weight: 600;
    color: #383D41;
    line-height: 22px;
    position: relative;
    text-indent: 14px;
}

.infoShowP2 {
    width: 255px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.infoShowP1::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #306CFF;
    position: absolute;
    top: 7px;
    border-radius: 50%;
}

h5 {
    height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin: 16px 0px 40px 0px;
}

.solution {
    height: 405px;
    display: flex;
    justify-content: space-between;
}

.solutionUl {
    width: 224px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAFF 100%);
    box-shadow: 0px 2px 6px 0px rgba(0, 28, 83, 0.1);
}

.solutionUl li {
    width: 224px;
    padding: 10px 16px 0px 14px;
    box-sizing: border-box;
}

.solutionli {
    width: 224px;
    height: 60px;
    background: linear-gradient(90deg, #2E6AFF 0%, #81A5FF 100%);
    position: relative;
    box-sizing: border-box;
}

.solutionli .title {
    text-align: left;
    box-sizing: border-box;
    padding: 5px 0px 18px 12px;
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
}

.solutionli .title::before {
    content: '';
    position: absolute;
    top: 23px;
    left: 16px;
    display: block;
    width: 3px;
    height: 14px;
    background: #FFFFFF;
}

.titleImg {
    position: absolute;
    top: 15px;
    right: 23px;
}

.solutionP1 {
    text-align: left;
    height: 20px;
    font-size: 14px;
    font-weight: 900;
    color: #333333;
    line-height: 20px;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.solutionP2 {
    text-align: left;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.showBg {
    width: 100%;
    height: 504px;
    background-image: url(../images/pcIndex/bg.png);
}

.show {
    width: 100%;
    height: 504px;
}

h6 {
    height: 48px;
    color: #306CFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.show_left {
    float: left;
    text-align: left;
    padding-left: 20.5px;
}

.show_P {
    height: 32px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    position: relative;
    margin-top: 16px;
}

.show_P::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #306CFF;
    position: absolute;
    top: 10px;
    left: -14px;
    border-radius: 50%;
}

.show_div {
    width: 398px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.show_right {
    float: right;
    text-align: left;
}

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

.scheme {
    width: 384px;
    height: 352px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAFF 100%);
    box-shadow: 0px 2px 6px 0px rgba(0, 28, 83, 0.1);
    border-radius: 8px;
    margin-bottom: 70px;
}

.scheme_title {
    height: 60px;
    line-height: 60px;
    border-radius: 8px 8px 0px 0px;
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.t1 {
    background: linear-gradient(90deg, #055CFF 0%, #81A5FF 100%);
}

.t2 {
    background: linear-gradient(90deg, #00A5FF 0%, #7DD1FF 100%);
}

.t3 {
    background: linear-gradient(90deg, #5748EC 0%, #867FFF 100%);
}

.scheme_p {
    padding: 24px 24px 28px;
    width: 336px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.scheme_ul {
    padding: 0px 24px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scheme_ul li {
    width: 99px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #A7C5FF;
    float: left;
    margin-bottom: 28px;
}

.scheme_btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, #306CFF 0%, #8481FF 100%);
    border-radius: 24px;
    margin: 0px auto;
    font-size: 16px;
    font-weight: 400;
    color: #FFFEFE;
}

.none {
    border: 0px solid #A7C5FF;
}

.serveBg {
    height: 372px;
    background-image: url(../images/pcIndex/serve.png);
}

.serve_ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.serve_ul li {
    width: 282px;
    height: 178px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(30, 42, 73, 0.1), 0px 2px 12px 0px rgba(0, 28, 83, 0.1), inset 0px 1px 6px 0px rgba(1, 75, 255, 0.5);
    border-radius: 4px;
    border: 2px solid;
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
}

.serve_text {
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-shadow: 0px 2px 12px rgba(30, 42, 73, 0.1);
}

.case_ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.case_ul li {
    width: 282px;
    height: 337px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 28, 83, 0.1);
    border-radius: 4px;
}

.case_icon {
    position: absolute;
    top: 0;
    left: 0;
}

.case_title {
    padding: 16px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #383D41;
    line-height: 25px;
}

.case_text {
    padding: 0px 15px;
    height: 72px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.success-cases {
    width: 1200px;
    height: 578px;
    margin: 40px 0px;
}

.success_btn {
    margin: 0px auto;
    width: 164px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(90deg, #306CFF 0%, #8481FF 100%);
    border-radius: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFEFE;
    margin-bottom: 60px;
}

.scrm {
    height: 330px;
    background-image: url(../images/pcIndex/banner7.png);
}

.scrm_box {
    margin: 0px auto;
}

.srcm_btn {
    width: 154px;
    height: 54px;
    line-height: 54px;
    background: #FFFFFF;
    border-radius: 27px;
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #306CFF;
}

.srcm_btn2 {
    background: none;
    border: 1px solid #FFFFFF;
    margin-right: 0px;
    color: #FFFFFF;
}
.serve_title{
    font-weight: bold;
    font-size: 16px;
}
.show_left img, .show_right img{
    width: 90%;
}
.serve_span{
    position: relative;
    top:-8px;
}