*{
    margin:0;
    padding:0;
    font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', 寰蒋闆呴粦, 瀹嬩綋, 瀹嬩綋, Tahoma, Arial, Helvetica, STHeiti;
}
ul,li{
    list-style: none;
}
body{
    color: #606060;
}
.industry-bg,.experience-bg{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
}
.industry-bg{
    background-image: url("https://www.71mis.cn/web/51mis/experience/img/industry_selection_bg.jpg");
}
.experience-bg{
    background-image: url("https://www.71mis.cn/web/51mis/experience/img/trial_crm_bg_left.jpg");
}
.c-wrap{
    display: flex;
    justify-content: center;
    padding: 120px 0;
}
.industry-type{
    width: 1200px;
    background-color: #fff;
    z-index: 5;
    border-radius: 60px;
}
.industry-type ul{
    margin: 75px;
    overflow: hidden;
}
.industry-type ul li{
    width: 150px;
    height: 150px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.industry-type ul li .industry-type-img{
    width: 100px;
    height: 100px;
    margin: auto;
}
.industry-type ul li .industry-type-img img{
    width: 100%;
    height: 100%;
}
.industry-type ul li .industry-type-test{
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.experience-con{
    width: 100%;
    z-index: 5;
    display: flex;
}
.experience-con .experience-con-inf{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: right;
    padding-top: 100px;
    z-index: 1;
    position: relative;
    height: 100%;
}
.experience-con .experience-con-inf:before{
    content: ' ';
    background-image: url("https://www.71mis.cn/web/51mis/experience/img/trial_crm_bg_left.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.experience-con .experience-con-inf img{
    width: 600px;
    padding: 0 40px;
    height: 600px;
}
.experience-con .experience-con-form{
    width: 50%;
}
.experience-con .experience-con-form .experience-form-c{
    padding: 95px 35px 0 35px;
    margin: auto;
    width: 350px;
}
.experience-form-c .experience-form-c-title{
    text-align: center;
    font-size: 26px;
    line-height: 50px;
}
.experience-form-c .experience-form-c-title span{
}
.experience-form-c .experience-form-c-subtitle{
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.experience-form-c .experience-form-c-item{
    margin-bottom: 28px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.experience-form-c .experience-form-c-item .experience-form-c-item-req{
    color: red;
}
.experience-form-c .experience-form-c-item .experience-form-c-item-label{
    padding: 0 30px 0 20px;
}
.experience-form-c .experience-form-c-item .experience-form-c-item-input{
    flex: 1;
    height: 40px;
    text-align: center;
}
.experience-form-c .experience-form-c-item .experience-form-c-item-input input[type=text]{
    width: calc(100% - 30px);
    height: 40px;
    border: 1px solid #D6D8E3;
    border-radius: 4px;
    font-size: 18px;
    padding: 0 15px;
    outline: none !important;
}
.experience-form-c .experience-form-c-item .experience-form-c-item-input input[type=text]::placeholder {
    color: #c8c8c8;
    font-size: 16px;
}
.experience-form-c .experience-form-c-item .experience-form-c-item-input input[type=text].msg-error{
    border: 1px solid red !important;
}
.experience-form-c .experience-form-c-item .experience-form-getcode{
    border-radius: 4px;
    border: 1px solid #D6D8E3;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}
.experience-form-c .experience-form-c-item .experience-form-getcode:hover{
    border: 1px solid rgba(23,113,235,0.6);
    background: rgba(23,113,235,0.05);
}
.experience-form-c .experience-form-c-item .experience-form-submit,.successtip-con .successtip-con-btn{
    background-image: -moz-linear-gradient( 180deg, rgb(127,171,239) 0%, rgb(78,140,232) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(127,171,239) 0%, rgb(78,140,232) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(127,171,239) 0%, rgb(78,140,232) 100%);
    box-shadow: 0px 6px 7px 0px rgba(128, 184, 252, 0.21);
    margin: auto;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 40px;
}
.experience-form-c .experience-form-c-inf{
    line-height: 35px;
    font-size: 16px;
    text-align: left;
}
.opacity{
    position: fixed;
    z-index: 9;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    display: none;
    opacity: 0.4 !important;
    background-color: #000000;
}
.successtip{
    z-index: 10;
    background: #fff;
    border-radius: 20px;
    width: 500px;
    height: 200px;
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 250px);
    display: none;
}
.successtip-con{
    padding: 20px;
}
.successtip-con .successtip-con-title{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 44px;
    color: #1771eb;
}
.successtip-con .successtip-con-label{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 8px;
}




