body {
    background-color: #f7f9fb;
}

.secondPage_tab ul li {
    width: 25%;
}

.publicIn_bannerText p {
    width: 44%;
}

.publicIn_bannerText {
    top: 22%;
}

.industrialContent,
.industrialDownload {
    overflow: hidden;
    text-align: center;
}

.listTitle {
    /*display: inline-block;*/
    width: auto;
    line-height: 30px;
    padding-bottom: 30px;
    margin: 60px auto 60px;
    border: none;
}
.listTitle:after{
    content: "";
    background-color: #e6e6e6;
    width: 200px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}

.industrialContent ul {
    height: auto;
    overflow: hidden;
}

.industrialContent ul li {
    width: 30%;
    height: auto;
    box-shadow: 0px 15px 30px 0px rgba(166, 166, 166, 0.3);
    border-radius: 8px;
    filter: alpha(opacity=30);
    float: left;
    margin-bottom: 60px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    height: 534px;
}

.industrialContent ul li:hover .industrialContentMatter {
    background-color: #007fff;
    color: #fff;
}
.industrialContent ul li>div{
    transition: transform 0.3s;
}
.industrialContent ul li:hover >div{
    transform: translateY(-70px);

}

.industrialContent ul li:hover .industrialContentMatter p,
.industrialContent ul li:hover .downloadData span {
    color: #fff;
}

.industrialContent ul li:hover .downloadData {
    display: block;
}

.industrialContentEven {
    margin: 0px 59px;
}

.industrialContentImg {
    width: 100%;
    height: 436px;
    text-align: center;
    line-height: 436px;
}

.industrialContentImg img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.industrialContentMatter {
    box-sizing: border-box;
    padding: 30px 20px;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.industrialContentMatter p {
    
    height: 68px;
    line-height: 34px;
    color: #323333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    margin-top: -15px;
}

.downloadData img {
    margin-right: 20px;
    width: 32px;
    height: 32px;
}

.downloadData span {
    color: #007fff;
    vertical-align: middle;
}

.industrialContentMatter>p+.downloadData {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.downloadData {
    display: none;
}

.publicIn_bannerText a {
    display: inline-block;
    background-color: #007fff;
    border-radius: 4px;
    padding: 16px 30px;
    
    color: #fff;
    margin-top: 33px;
    letter-spacing: 1px;
}

.publicIn_bannerText a:hover {
    color: #007fff;
    border: 1px solid #007fff;
    background-color: #fff;
}


/* ===========================报告样式 end========================= */


/* =========================软件下载 start=================== */

.industrialDownloadEnApp,
.industrialDownloadEnClient {
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 36px 30px 28px;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left;
}

.downloadEnAppImg,
.downloadEnClientImg {
    width: 98px;
    float: left;
}

.downloadEnAppImg img,
.downloadEnClientImg img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.downloadEnAppName {
    width: 64%;
    float: left;
    display: inline-block;
    margin-left: 30px;
}

.industrialDownloadEnApp h3,
.industrialDownloadEnClient h3 {
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin: 0px 0px 0px 0px;
}

.industrialDownloadEnApp p,
.industrialDownloadEnClient p {
    
    line-height: 32px;
    color: #999999;
}

.industrialDownloadEnApp ul,
.industrialDownloadEnClient ul {
    height: auto;
    float: right;
    overflow: hidden;
}

.industrialDownloadEnApp ul li,
.industrialDownloadEnClient ul li {
    text-align: center;
    display: block;
}

.industrialDownloadEnApp ul li a,
.industrialDownloadEnClient ul li a {
    
    display: block;
    padding: 15px 40px;
}

.industrialDownloadEnApp ul li a span,
.industrialDownloadEnClient ul li a span {
    vertical-align: middle;
}

.downloadEnAppOdd,
.downloadEnClientOdd {
    background-color: #e5f2ff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.downloadEnAppOdd:hover,
.downloadEnClientOdd:hover {
    background-color: #007fff;
}

.downloadEnAppOdd a span {
    background: url(../images/iphone.png) no-repeat left center;
    padding-left: 35px;
    display: inline-block;
}

/*.downloadEnAppOdd a:hover span {*/
/*    background: url(../images/iphone2.png) no-repeat left center;*/
/*}*/

.downloadEnAppEven a span {
    background: url(../images/android.png) no-repeat left center;
    padding-left: 35px;
    display: inline-block;
}

/*.downloadEnAppEven a:hover span {*/
/*    background: url(../images/android1.png) no-repeat left center;*/
/*}*/

.downloadEnClientOdd a span {
    background: url(../images/iphone.png) no-repeat left center;
    padding-left: 35px;
    display: inline-block;
}

/*.downloadEnClientOdd a:hover span {*/
/*    background: url(../images/iphone2.png) no-repeat left center;*/
/*}*/

.downloadEnClientEven a span {
    background: url(../images/Windows.png) no-repeat left center;
    padding-left: 35px;
    display: inline-block;
}

/*.downloadEnClientEven a:hover span {*/
/*    background: url(../images/Windows1.png) no-repeat left center;*/
/*}*/

.downloadEnAppOdd a,
.downloadEnClientOdd a {
    color: #007fff;
}

.downloadEnAppOdd a:hover,
.downloadEnClientOdd a:hover,
.downloadEnAppEven a:hover,
.downloadEnClientEven a:hover {
    color: #fff
}

.downloadEnAppEven:hover,
.downloadEnClientEven:hover {
    background-color: #79b53d;
}

.downloadEnAppOdd div,
.downloadEnAppEven div,
.downloadEnClientOdd div,
.downloadEnClientEven div {
    margin-right: 14px;
    width: 20px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
}

.downloadEnAppOdd div img,
.downloadEnClientEven div img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.downloadEnAppEven,
.downloadEnClientEven {
    background-color: #f1f7eb;
    border-radius: 4px;
    margin-bottom: 20px;
}

.downloadEnAppEven a,
.downloadEnClientEven a {
    color: #79b53d;
}


/* ===========================软件下载 ==========================end */


/* =====================弹窗start===================== */

.layui-layer-title {
    display: none;
}

.lgoInClick {
    width: 28% !important;
    background-color: #fff;
    border-radius: 12px;
    /*top: 400px !important;*/
    /*margin-left: -270px !important;*/
    /*transform: translate(-50%,-50%);*/
    /*left: 50% !important;*/
    /*top: 50% !important;*/
    /*transition: none 0s ease 0s !important;*/
}

.registerClick {
    width: 28% !important;
    background-color: #fff;
    border-radius: 12px;
    /*top: 400px !important;*/
    /*margin-left: -270px !important;*/
    /*transform: translate(-50%,-50%);*/
    /*left: 50% !important;*/
    /*top: 50% !important;*/
}

#register,
#login #search {
    position: relative;
}

.bannerImg {
    background: url(../images/applyTo.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 38px 0px;
    text-align: center;
}

.bannerImg img {
    width: 68px;
    height: 10px;
}

.bannerImg h1 {
    display: inline-block;
    color: #333333;
    font-weight: bold;
    max-width: 54%;
    vertical-align: middle;
    margin: 0px 20px;
}

.logInText {
    padding: 20px 11% 20px;
    max-height: 500px;
    overflow-y: auto;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}


/*滚动条的宽度*/

.logInText::-webkit-scrollbar {
    width: 5px;
}


/*滚动条里面小方块*/

.logInText::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(43, 42, 42, 0.2);
}


/* 滚动条轨道 */

::-webkit-scrollbar-track {
    background: rgba(5, 4, 4, 0.2);
}

.logInText .inputBox {
    width: 100%;
    height: 62px;
    border-radius: 8px;
    margin-bottom: 24px;
    padding-left: 57px;
}

.inputBox input {
    width: 100%;
}

.userPhone {
    background: url(../images/userPhone.png) #f7f7f7 no-repeat left 21px center;
}

.userPhoneSearch,
.userPhoneRegister {
    background: url(../images/userPhone.png) #f7f7f7 no-repeat left 21px center;
}

.newPassword,
.newPasswords,
.registerPassword {
    background: url(../images/userPhone.png) #f7f7f7 no-repeat left 21px center;
}

.authCode,
.registerAuthCode {
    background: url(../images/authCode.png) #f7f7f7 no-repeat left 21px center;
}

.registEremal {
    background: url(../images/Eremal.png) #f7f7f7 no-repeat left 21px center;
}

#authCode,
#registerAuthCode {
    width: 62%;
}

.ReciprocalNum,
.ReciprocalNumRegister {
    width: 36%;
    border: none;
    
    color: #007fff;
    line-height: 30px;
    background: none;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

#userPhone,
#password,
#authCode,
#newPassword,
#newPasswords,
#userPhoneSearch,
#userPhoneRegister,
#registerAuthCode,
#registEremal,
#registerPassword {
    height: 100%;
    
    color: #999999;
}

.password {
    background: url(../images/password.png) #f7f7f7 no-repeat left 21px center;
}

.forget {
    /*color: #666666;*/
    color: #007fff;
    text-align: right;
    margin-bottom: 32px;
    cursor: pointer;
}

.toPost,
.toPostSearch,
.toJoinUs,
.toPostRegister {
    width: 100%;
    border: none;
    height: 58px;
    background-color: #007fff;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
}

.toPost:hover,
.toPostSearch:hover,
.toJoinUs:hover,
.toPostDownload:hover {
    color: #007fff;
    border: 1px solid #007fff;
    background-color: #fff;
}

.goRegister,
.gologin,
.goSearch {
    width: 100%;
    
    color: #007fff;
    cursor: pointer;
}


/*下方提示*/

.titleBox {
    height: auto;
    width: 100%;
    background-color: #fff;
    padding: 20px 11%;
    /*border-top: 1px solid #e6e6e6;*/
    overflow: hidden;
    border-radius: 0px 0px 12px 12px;
}

.qrCodeBox,
.qrText {
    float: right;
}

.qrCodeBox {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-left: 28px;
}

.qrCodeBox img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.qrText {
    width: 66%;
    color: #666666;
    
    line-height: 28px;
    text-align: right;
    margin-top: 10px;
}


/* ================弹窗关闭 start============= */

.layerClose {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/layerClose.png) no-repeat center center;
    background-size: 100%;
    top: -65px;
    right: 0px;
    cursor: pointer;
}

.layui-layer-page .layui-layer-content {
    overflow: inherit;
}

.reminder {
    left: 50% !important;
    margin-left: -90px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 4px 4px;
    text-align: center;
    padding: 0px !important;
    min-width: 180px !important;
}

.reminder .layui-layer-content {
    font-size: 20px;
}


/* ================弹窗关闭 end============= */

.agray {
    
    color: #666666;
    margin-bottom: 30px;
}

.agray span {
    vertical-align: middle;
}

.agray .blue {
    
    cursor: pointer;
    color: #007fff;
    padding-left: 10px;
    padding-top: 2px;
}

.agray input {
    margin-right: 16px;
}


/* 修改复选框样式 start */

input[type="checkbox"] {
    -webkit-appearance: none;
    /*清除复选框默认样式*/
    background: #fff;
    /*复选框的背景图，就是上图*/
    background-size: 100% 100%;
    height: 28px;
    /*高度*/
    vertical-align: middle;
    width: 28px;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: #fff url(../images/gou2.png) no-repeat center;
    /*复选框的背景图，就是上图*/
    background-size: 100% 100%;
    /*background-position: -48px 0;*/
}


/* 修改复选框样式 end */


/*================ 弹窗 end ==========================*/


/* ================== 服务条例 start================  */

.pay-class {
    width: 550px!important;
    /*left: 45% !important;*/
    /*margin-left: -180px !important;*/
}


/*=============  服务条例 end============= */


/* ================== 资料下载 start================  */

.layui-layer-title {
    display: none;
}

.download {
    width: 34% !important;
    background-color: #fff;
    border-radius: 12px;
    top: 400px !important;
    margin-left: -270px !important;
}

.pox div {
    width: 19%;
    float: left;
    height: 48px;
    line-height: 48px;
}

.pox label {
    
    color: #333333;
    /* padding-right: 28px;
    box-sizing: border-box; */
}

.pox input {
    width: 81%;
    height: 48px;
    border-radius: 6px;
    border: solid 1px #dadde4;
    margin-bottom: 30px;
    padding-left: 20px;
}

.toPostDownload {
    width: 81%;
    float: right;
    border: none;
    height: 58px;
    background-color: #007fff;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
}

.textReade {
    background-color: #f2f8ff;
    border-radius: 0px 0px 20px 20px;
}

.textReade p {
    width: 100%;
    display: inline-block;
    
    color: #007fff;
    padding: 25px 15px 25px 80px;
    background: url(../images/textReade.png) no-repeat left 45px center;
}

.textReade p a {
    color: #007fff;
}


/*=============  资料下载 end============= */


/* ================下载弹框======== */

.eclipseClick {
    width: 500px !important;
    height: 540px;
    background: url(../images/eclipseClick.png) no-repeat center center;
    padding: 60px 140px 70px;
    text-align: center;
    box-sizing: border-box;
    margin-left: -250px !important;
}

.eclipseClick h2 {
    color: #333333;
    font-weight: bold;
    position: relative;
    padding-bottom: 32px;
}

.eclipseClick h2:after {
    display: block;
    content: '';
    width: 44px;
    height: 2px;
    background-color: #007fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -22px;
}

.eclipseImg img {
    width: 200px;
    height: 200px;
    margin: 60px 0px 25px;
}

.eclipseImg p {
    color: #666666;
}

.eclipseImg span {
    color: #007fff;
}

#eclipse {
    position: relative;
}

#eclipse .layerClose {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/layerClose.png) no-repeat center center;
    background-size: 100%;
    top: -120px !important;
    right: -134px;
    cursor: pointer;
}
