@charset "utf-8";

/* CSS Document */
.list-banner {
    /* background-attachment: fixed !important; */
    background-size: auto 520px !important;
    width: 100%;
}

.check {
    display: none;
    color: #E60012;
}

::-webkit-input-placeholder {
    padding-left: 15px;
    color: #777;
}

.mobile_bd,
.m_ex_main,
.m_modal_2,
.m_modal_7,
.m_footer,
.menu_box,
.m_header,
.m_mask {
    display: none;
}

.pre {
    position: relative;
}

.clear {
    clear: both;

    height: 0;

    line-height: 0;

    font-size: 0;

    display: block;

    overflow: hidden;
}

.clearfix:after {
    clear: both;

    content: ".";

    display: block;

    height: 0;

    visibility: hidden;

    font-size: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;

    display: inline;
}

.fr {
    float: right;

    display: inline;
}

a:hover {
    color: #da251c;
}

input:focus {
    outline: 0 none;
}



.index-content input,
.index-content textarea {
    font-family: "微软雅黑";
}

.index-content {
    background: #fff;
    font-family: "微软雅黑";
    min-width: 1200px;
    margin-top: 70px;
}

.index-top-banner {
    background: url('../images/erp/banner.jpg') #efefef no-repeat center;
    height: 640px;
    background-size: auto 640px !important;
    position: relative;
}

.index-data {
    background: url('../images/index/index-data-bg.png') #fff no-repeat center center;
    background-size: auto 311px !important;
    height: 311px;
}

.index-splan {
    background: url('../images/index/index-splan-bg.jpg') #fff no-repeat center center;
    background-size: auto 1040px !important;
    height: 940px;
    position: relative;
    z-index: 2;
}

.index-changjing {
    background: url('../images/index/index-use-bg.png') #fff no-repeat center center;
    background-size: auto 1078px !important;
    height: 1170px;
}

.index-cooperate {
    background: url('../images/index/index-co-bg.png') #fff no-repeat center center;
    background-size: auto 873px !important;
    height: 873px;
}

.index-quality {
    background: url('../images/index/index-quality-bg.png') #fff no-repeat center center;
    background-size: auto 321px !important;
    height: 321px;
}

.index-more {
    background: url('../images/index/index-more-bg.png') #fff no-repeat center center;
    background-size: auto 688px !important;
    height: 688px;
}

.index-choose {
    background: url('../images/erp/choose/choose-bg.jpg') #fff no-repeat center center;
    background-size: auto 775px !important;
    height: 775px;
}

.index-form {
    float: right;
    margin-top: 75px;
    width: 416px;
    /* height: 492px; */
    background: url('../images/index/form-bg.png') #fff no-repeat top right;
    box-shadow: 0px 4px 8px 0px rgba(175, 175, 175, 0.1);
    border-radius: 6px;
    font-size: 14px;
}

.index-form-box {
    padding: 24px;
}

.index-form-box h3 {
    line-height: 26px;
    font-size: 24px;
    color: #E61318;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.index-form-box>p {
    font-size: 12px;
    color: #777777;
    padding-top: 4px;
    font-weight: 400;
}

.index-form-box .index-form-box-input,
.index-form-box .index-form-box-select {
    width: 292px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 20px;
    color: #b3b3b3;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #fdddd3;
    margin-top: 17px;
}

.index-form-box .index-form-box-select {
    width: 332px;
}

.index-form-box .index-form-box-input::placeholder {
    color: #b3b3b3;
}

.index-form-box .smsCode {
    position: relative;
}

.index-form-box .index-form-getCode {
    position: absolute;
    right: 10px;
    top: 28px;
    color: #e31924;
    font-size: 16px;
    border: none;
    background: none;
}

.index-form-box .index-form-btn {
    width: 100%;
    height: 40px;
    background-image: linear-gradient(135deg, #E97528 0%, #E90713 100%);
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    border: none;
    margin-top: 52px;
}

.index-form-box .index-form-btn:hover {
    background: #cc0817;
}

.index-top-box {
    overflow: hidden;
}

.index-top-left {
    width: 530px;
    margin-top: 154px;
    float: left;
}

.index-top-left h2 {
    font-size: 42px;
    line-height: 55px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #e31924;
}

.index-top-left span {
    width: 4px;
    height: 40px;
    display: inline-block;
    background-color: #e31924;
    margin: auto 10px;
    vertical-align: -4px;
}

.index-top-left h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #141414;
    padding-top: 45px;
    padding-bottom: 23px;
    font-weight: bold;
}

.index-top-left p {
    margin-top: 26px;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    opacity: 0.8;
    padding-bottom: 67px;
}

a.index-btn {
    display: block;
    width: 220px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background-image: linear-gradient(131deg,
            #e5732d 0%,
            #e31924 52%);
    border-radius: 6px;
}

a:hover.index-btn {
    background-image: linear-gradient(-131deg,
            #e5732d 0%,
            #e31924 52%);
}

.index-top-left .index-top-desc {
    padding-top: 27px;
    font-size: 12px;
    line-height: 18px;
    color: #757575;
}

.index-data-box {
    height: 160px;
    padding-top: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-data-item {
    flex: 1;
    text-align: center;
}

.index-data-item .index-data-item-number h2 {
    font-size: 50px;
    line-height: 26px;
    letter-spacing: 3px;
    display: inline-block;
    color: #e31924;
    font-family: Impact;
}

.index-data-item .index-data-item-number span {
    font-size: 18px;
    letter-spacing: 2px;
    color: #e31924;
}

.index-data-item p {
    font-size: 16px;
    padding-top: 23px;
    color: #6c6c6c;
}

.index-down {
    background: url('../images/index/index-down-bg.png') no-repeat center center;
    background-size: auto 183px;
    height: 183px;
    background-color: #e31924;
    box-shadow: 0px 0px 18px 0px rgba(192, 199, 202, 0.39);
    border-radius: 6px;
    overflow: hidden;
    z-index: 2;
    text-align: center;

}

.index-down h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    padding-top: 40px;
}

.index-down button {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    background-image: linear-gradient(0deg,
            #ffeaeb 0%,
            #ffffff 100%,
            #91eba4 100%,
            #23d749 100%);
    border-radius: 10px;
    border: none;
    font-size: 20px;
    color: #e31924;
    margin: 26px auto 0;
}

.index-down button:hover {
    background: #ffeaeb;
}

.index-line {
    width: 1200px;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    margin-top: 4px;
}
/* 隐私权政策 */
.yonyou-download-form-check {
    margin-top: 8px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
}
.yonyou-download-form-check input:checked {
    appearance: none;
    background: url(/assets/images/common/选中@2x.png) no-repeat center center;
    background-size: 100% 100%;
}
.yonyou-download-form-check input {
    display: inline-block;
    min-width: 14px;
    height: 14px;
    outline: none;
    cursor: pointer;
    vertical-align: text-top;
    margin-top: 1px;
    margin-right: 5px;
}
.yonyou-download-form-check a {
    text-decoration: underline;
    color: #E14C46;
}
/* ++++解决方案*/
.index-splan-box {
    position: relative;
    padding-top: 70px;
}

.index-splan-box .index-splan-flex {
    margin-top: 50px;
    padding-bottom: 28px;
    display: flex;
    justify-content: space-between;
}

.index-splan-item {
    flex: 1;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: 1px;
    color: #707070;
    cursor: pointer;
}

.index-splan-item.active,
.index-splan-item:hover {
    color: #e31824;
}

.index-splan-con.active {
    display: block;
}

.index-splan-line {
    width: 97px;
    height: 4px;
    background-color: #e31924;
    position: absolute;
    left: 150px;
}

.index-splan-case {
    text-align: center;
    width: 100%;
    display: none;
    height: 580px;
}

.index-splan-case.active {
    display: block;
}

.index-splan-case img {
    width: 100%;
    height: 200px;
}

.index-splan-case h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;
    color: #e31824;
}

.index-splan-box>h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #e31924;
    font-weight: bold;
    text-align: center;
}

.index-splan-case-li {
    display: flex;
    justify-content: space-around;
    margin-top: 45px;
    text-align: left;
}

/* .index-splan-case-li div{padding: 20px;} */
.index-splan-case-li h3 {
    margin: 20px 30px 0 30px;
    font-size: 24px;
}

.index-splan-case-li h3 span {
    color: #717171;
    font-weight: 500;
}

.index-splan-case-li>div>p,.index-splan-case-li>div>a>p {
    font-size: 18px;
    line-height: 29px;
    color: #6C6C6C;
    padding: 30px;
}

.index-splan-case-li>div>div>p {
    font-size: 18px;
    line-height: 34px;
    color: #6C6C6C;
    padding: 0px 30px;
}

.index-splan-case-li>div>div>p:first-child {
    margin-top: 17px;
}

.index-splan-case-li>div>div>p:last-child {
    margin-bottom: 80px;
}

.index-splan-box .index-btn {
    margin: 0px auto 92px;
}

/* 业务场景 */
.index-changjing-box{
    padding-top: 70px;
}
.index-changjing-box>h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #e31924;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.index-changjing-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-changjing-box li {
    position: relative;
    width: 32%;
    ;
    height: 220px;
    margin-bottom: 18px;
}

.index-changjing-box li .text {
    text-align: center;
    margin-top: 100px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.index-changjing-box li .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    color: #FFFFFF;
    padding: 40px 24px 16px;
    display: none;
    line-height: 34px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
}

.index-changjing-box li:hover {
    cursor: pointer;
}

.index-changjing-box li:hover .info {
    display: block;
    overflow-y: auto;
}

.index-changjing-box li:hover .text {
    display: none;
}

.index-changjing-box li .info strong {
    font-size: 24px;
}

.index-changjing-box li .info a {
    text-decoration: underline;
    color: #FFFFFF;
}

.index-changjing-box li .info span {
    display: flex;
    justify-content: flex-end;
    color: #FFFFFF;
}

/* 效能、效益 */
.index-xiaoyi {
    background: #F7F7F7;
    padding-top: 0px;
    height: 920px;
}

.index-xiaoyi-box {
    position: relative;
}

.index-xiaoyi-box>h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #e31924;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 70px;
}

.index-xiaoyi-box .index-xiaoyi-flex {
    margin-top: 50px;
    padding-bottom: 28px;
    display: flex;
    justify-content: space-between;
}

.index-xiaoyi-item {
    flex: 1;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: 1px;
    color: #707070;
    cursor: pointer;
}

.index-xiaoyi-item.active,
.index-xiaoyi-item:hover {
    color: #e31824;
}

.index-xiaoyi-con.active {
    display: block;
}

.index-xiaoyi-line {
    width: 97px;
    height: 4px;
    background-color: #e31924;
    position: absolute;
    left: 150px;
}

.index-xiaoyi-case {
    text-align: center;
    width: 100%;
    display: none;
    height: 530px;
}

.index-xiaoyi-case.active {
    display: block;
}

.index-xiaoyi-case-li {
    display: flex;
    justify-content: space-around;
    margin-top: 45px;
    text-align: left;
}

.index-xiaoyi-case-li>div {
    padding: 0px;
    width: 320px;
    height: 475px;
}

.index-xiaoyi-case-li>div:last-child {
    box-shadow: 12px 1px 15px 3px rgba(27, 25, 25, 0.2);
}

.index-xiaoyi-case-li>div:first-child>h3 {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.index-xiaoyi-case-li>div:last-child>h3 {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.index-xiaoyi-case-li>div:first-child>p {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #707070;
    line-height: 45px;
    text-align: center;
}

.index-xiaoyi-case-li>div:last-child>p {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 32px;
}

.index-xiaoyi-case-li .xiaoyi-add h3 {
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 58px;
}

.index-xiaoyi-case-li .xiaoyi-add p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-left: 58px;
}

.index-xiaoyi-case-li>div div {
    background: url(../images/erp/xiaoyi/jiantou.png) no-repeat;
    background-size: contain;
    width: 250px;
    height: 210px;
    position: absolute;
    left: 360px;
    top: 150px;
    padding: 76px 0;
}

.index-xiaoyi-case-li div img {
    width: 100%;
}

.index-xiaoyi-box .index-btn {
    margin: 10px auto 70px;
}

/* 贴身服务 */
.index-serve-box>h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #e31924;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 70px;
}

.index-serve-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-serve-box li {
    position: relative;
    ;
    height: 520px;
    margin-bottom: 18px;
}

.index-serve-box li .text {
    width: 110px;
    height: 100%;
}

.index-serve-box li .text p {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    padding-top: 453px;
}

.index-serve-box li .info {
    width: 320px;
    height: 100%;
    display: none;
}

.index-serve-box li .info h3 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    padding-top: 210px;
    margin-left: 24px;
    margin-bottom: 16px;
}
.index-serve-box li .info span{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    transform:rotate(45deg);
    vertical-align: middle;
    border-radius: 1px;
    margin-top: -3px;
    margin-right: 8px;
}
.index-serve-box li .info p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 24px;
    padding-right: 0px;
}

.index-serve-box .index-btn {
    margin: 70px auto 70px;
}

.index-serve-box li .disactive {
    display: none;
}

.index-serve-box li .active {
    display: block;
}

/* 共同选择 */
.index-choose-box {
    position: relative;
    padding-top: 70px;
}

.index-choose-box>h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #e31924;
    font-weight: bold;
    text-align: center;
    /* margin-bottom: 50px;
    margin-top: 70px; */
}

.index-choose-box .index-choose-flex {
    margin-top: 50px;
    padding-bottom: 28px;
    display: flex;
    justify-content: space-between;
}

.index-choose-item {
    flex: 1;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: 1px;
    color: #707070;
    cursor: pointer;
}

.index-choose-item.active,
.index-choose-item:hover {
    color: #e31824;
}

.index-choose-con.active {
    display: block;
}

.index-choose-line {
    width: 97px;
    height: 4px;
    background-color: #e31924;
    position: absolute;
    left: 35px;
}

.index-choose-case {
    text-align: center;
    width: 100%;
    display: none;
}

.index-choose-case.active {
    display: block;
}

.index-choose-case-li {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    text-align: left;
    background: #FFFFFF;
    padding-top: 30px;
}

.index-choose-case-li>div {
    padding: 0px;
    width: 330px;
    height: 380px;
}

.index-choose-case-li div img {
    height: 60px;
}

.index-choose-case-li div h3 {
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.index-choose-case-li div p {
    font-size: 16px;
    color: #6F6F6F;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}







@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.index-cooperate-box h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #e31924;
    text-align: center;
    padding-top: 62px;
    padding-bottom: 59px;
}

.index-cooperate-flex {
    display: flex;
    width: 100%;
    height: 402px;
}

.index-cooperate-item {
    flex: 1;
    padding: 13px 45px 0;
}

.index-cooperate-item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-cooperate-item h3:hover {
    color: #e31924;
}

.index-cooperate-item p {
    font-size: 16px;
    line-height: 28px;
    color: #6f6f6f;
}

.index-cooperate-list {
    overflow: hidden;
    margin-top: 42px;
    margin-left: -28px;
}

.index-cooperate-list li {
    float: left;
    width: 217px;
    height: 80px;
    background-image: linear-gradient(#ffffff,
            #ffffff),
        linear-gradient(#e50b18,
            #e50b18);
    background-blend-mode: normal,
        normal;
    box-shadow: 0px 4px 8px 0px rgba(175, 175, 175, 0.1);
    border-radius: 6px;
    margin-left: 28px;
    margin-top: 21px;
    cursor: pointer;
    transition: all .3s ease-in;
}

.index-cooperate-list li:hover {
    transform: translateY(-8px);
}

.index-quality-box h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 2px;
    color: #ffffff;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 46px;
}

.index-quality-form {
    width: 900px;
    height: 50px;
    align-items: center;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #fdddd3;
    display: flex;
}

.index-quality-form-phone {
    width: 18px;
    height: 20px;
    margin-left: 23px;
    margin-right: 9px;
}

.index-quality-form-input {
    flex: 1;
    line-height: 38px;
    font-size: 16px;
    color: #b3b3b3;
}

.index-quality-form-input::placeholder {
    color: #b3b3b3;
}

.index-quality-form-line {
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
}

.index-quality-form-btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;
    color: #e50b18;
    margin-left: 35px;
    margin-right: 30px;
    border: none;
    background: none;
}

.index-quality-form-btn:hover {
    color: #e5732d;
}

.index-quality-list {
    overflow: hidden;
    width: 836px;
    margin: 38px auto;
}

.index-quality-list img {
    vertical-align: middle;
    margin-right: 8px;
}

.index-quality-list li {
    float: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #fff1f2;
    padding-right: 20px;
}

.index-more-box h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 2px;
    color: #e31924;
    padding-top: 90px;
    text-align: center;
    padding-bottom: 60px;
}

.index-more-list {
    display: flex;
    justify-content: space-between;
}

.index-more-item {
    flex: 0 0 375px;
    width: 375px;
    height: 420px;
    background: url('../images/index/more-bg1.png') #fff no-repeat right bottom;
    box-shadow: 0px 4px 8px 0px rgba(175, 175, 175, 0.1);
    border-radius: 6px;
    transition: all .3s ease-in;
}

.index-more-item img {
    width: 375px;
}
.index-more-item>img{
    /* width: 200px; */
    height: 22px;
    margin: 30px 40px 10px 40px;
}

.index-more-item:nth-child(2) {
    background: url('../images/index/more-bg2.png') #fff no-repeat right bottom;
}

.index-more-item:nth-child(3) {
    background: url('../images/index/more-bg3.png') #fff no-repeat right bottom;
}

.index-more-item:hover {
    transform: translateY(-8px);
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.14);
}

.index-more-item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;

    color: #e31924;
    padding: 33px 52px 25px;
}

.index-more-item p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #6c6c6c;
    padding: 0 27px 30px 40px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
    height: 80px;
}

.index-more-item .index-more-btn {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-left: 52px;
    color: #4C4C4C;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
}

.index-more-item .index-more-btn:hover {
    color: #e31924;

}

/* .index-more-item:hover h3 {
    color: #dd0b17; 
} */

.required-xing {
    color: #E60012 !important;
}

.option>div:nth-child(1) {
    width: 19%;
    height: 100%;
    line-height: 32px;
    text-align: right;
    padding-right: 12px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    float: left;
    align-items: center;
    /* display: flex; */
}

.option.textarea>div,
.option.checkboxs>div {
    text-align: left;
}

.option>div:nth-child(2) {
    width: 77%;
    height: 100%;
    /* line-height: 40px; */
    /* padding-left: 5px; */
    position: relative;
    float: left;
    display: flex;
}


.option>div:nth-child(2) input::-webkit-input-placeholder {
    /* placeholder颜色  */
    /* color: #666; */
    color: #777777;
    /* placeholder字体大小  */
    font-size: 14px;
    /* placeholder位置  */
    text-align: left;
    padding-left: 0px;
}

.option>div:nth-child(1) span {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-weight: 500;
}

.checkboxs.option>div:nth-child(1) span {
    line-height: 14px;
}

.phone_testnum {
    width: 60% !important;
    border-radius: 4px 0 0 4px !important;
    float: left;
}

.button {
    width: 100%;
    height: 50px;
    background: #E14C46;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    font-size: 19px;
    border-radius: 5px;
}

.prompt {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 25px;
}

.textarea textarea::-webkit-input-placeholder {
    position: relative;
    left: -15px;
}

.submit {
    margin-top: 77px !important;
    height: 43px !important;
    margin-bottom: 40px !important;
}

.submit div:first-child {
    display: none;
}

.submit div:nth-child(2) {
    width: 100%;
    padding-left: 0;
}

.phone_test_p {
    width: 40%;
    height: 34px;
    background: #E14C46;
    float: right;
    color: #fff;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.option>div:nth-child(2) input {
    background: #FFFFFF;
    /* border: 1px solid #EEEEEE; */
    width: 100%;
    font-size: 14px;
    height: 100%;
    text-indent: 20px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
}

.option {
    width: 100%;
    height: 32px;
    margin-top: 10px;
    position: relative;
    transition: all 1s;
}

.selectList,
.selectPeopleList {
    width: 100%;
    height: 198px;
    overflow: scroll;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    z-index: 10;
    position: absolute;
    top: 45px;
    display: none;
}

.selectList li,
.selectPeopleList li {
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 38px;
    padding-left: 24px;
}

.selectList li:hover,
.selectPeopleList li:hover {
    color: #fff;
    background: #E14C46;
}

.hide {
    /* height: 0; */
    display: none;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.shows {
    opacity: 0;
    transition: all 1s;
    /* filter:Alpha(opacity=0); */
}

.select_red {
    color: #fff;
    background: #E14C46 !important;
}

.index-form input:focus,
.index-form textarea:focus {
    border: 1px solid #E60012 !important;
}

.textarea {
    width: 95%;
    margin-top: 0px;
    /* height: 50px; */
    height: 28px;
}

.textarea>div:nth-child(2) {
    width: 100%;
}

.option.textarea>div:nth-child(2) {
    height: auto;
}

.textarea textarea {
    /* width: 100%; */
    width: 378px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #979797;
    padding: 5px 0 0 20px;
}

.checkboxs {
    height: 150px;
    /* height: 140px; */
    /* margin-top: 90px; */
}

.radios {
    height: 100px;
}

.checkboxs div:nth-child(1),
.radios div:nth-child(1),
.textarea div:nth-child(1) {
    width: 100%;
    height: 30px
}

.checkboxs div:nth-child(2) {
    width: 100%;
    height: 110px;
    /* height: 100px; */
}

.radios div:nth-child(2) {
    width: 100%;
    /* height: 100px; */
    height: 80px;
}

.checkboxs div span:nth-child(1),
.radios div span:nth-child(1) {
    width: 100%;
    text-align: left;
}

.RadioStyle,
.checkboxStyle {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
}



.RadioStyle label {
    width: 116px;
    height: 28px;
}

.checkboxStyle label {
    width: 110px;
    height: 26px;
}

.RadioStyle label,
.checkboxStyle label,
.checkboxStyle label:nth-child(10n),
.RadioStyle label:nth-child(5n) {
    margin-right: 0;
}




.radios>div>label {
    width: 120px;
}
.fkguimoBlock {
    flex-wrap: wrap;
    height: 60px;
    display: flex;
}

/* .guimoBlock input, */
.fkguimoBlock input {
    display: none
}


/* .guimoBlock label {
    width: 130px;
    height: 30px;
} */
.fkguimoBlock label {
    width: 100px;
    height: 30px;
}
/* .guimoBlock label, */
.fkguimoBlock label {
    text-align: center;
    display: flex;
    margin: 0 4px 4px 0;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #979797;
    color: #777777;
    font-size: 14px;
}
.checkboxStyle input{display: none;}
.checkboxStyle label{
    text-align: center;
    display: flex;
    margin-bottom: 2px;
    margin-left: 4px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #979797;
    color: #777777;
    font-size: 12px;
}

.checkboxStyle input[type=checkbox]:checked+label{
    background: rgba(230, 0, 18, 0.2);
    border-radius: 1px;
    border: 1px solid #E60012;
    color: #E60012;
}

.guimoBlock input[type=radio]:checked+label{
    background: rgba(230, 0, 18, 0.2);
    border-radius: 1px;
    border: 1px solid #E60012;
    color: #E60012;
}

.fkguimoBlock input[type=radio]:checked+label {
    background: rgba(230, 0, 18, 0.2);
    border-radius: 1px;
    border: 1px solid #E60012;
    color: #E60012;
}