* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
     /* =====================弹窗start===================== */

 .layui-layer-title {
     display: none;
 }

.lgoInClick {
    width: 28% !important;
    background-color: #fff;
    border-radius: 12px;
    /*top: 400px !important;*/
    /*margin-left: -270px !important;*/
}

.registerClick {
    width: 28% !important;
    background-color: #fff;
    border-radius: 12px;
    /*top: 420px !important;*/
    /*margin-left: -270px !important;*/
}

#register,
#login #search {
    position: relative;
}

.bannerImg {
    background: url(/web/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: 30px 11% 28px;
    max-height: 500;
    overflow-y: auto;
}

/*滚动条的宽度*/

.pay-class .layui-layer-content::-webkit-scrollbar {
    width: 5px;
}


/*滚动条里面小方块*/

.pay-class .layui-layer-content::-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);
}


/* 滚动条轨道 */

.pay-class .layui-layer-content::-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(/web/images/userPhone.png) #f7f7f7 no-repeat left 21px center;
}

.userPhoneSearch,
.userPhoneRegister {
    background: url(/web/images/userPhone.png) #f7f7f7 no-repeat left 21px center;
}

.newPassword,
.newPasswords,
.registerPassword {
    background: url(/web/images/userPhone.png) #f7f7f7 no-repeat left 21px center;
}

.authCode,
.registerAuthCode {
    background: url(/web/images/authCode.png) #f7f7f7 no-repeat left 21px center;
}

.registEremal {
    background: url(/web/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(/web/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: 62%;
    color: #666666;
    
    line-height: 28px;
    text-align: right;
    margin-top: 10px;
}


/* ================弹窗关闭 start============= */

.layerClose {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(/web/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;
    font-weight: normal;
}

.agray .blue {
    
    cursor: pointer;
    color: #007fff;
    padding-left: 10px;
    padding-top: 2px;
    line-height: 16px;
}

.agray input {
    margin-right: 16px;
    margin-top: 0px;
}


/* 修改复选框样式 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(/web/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============= */

/** ======== banner start ======== **/

.public_banner {
    height: 600px;
    /*background: url(../images/productBanner.png) no-repeat center -100px;*/
    overflow: hidden;
    position: relative;
}
.public_banner>#banner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.width1260 {
    width: 1260px;
    margin: 0 auto;
}

.bannerName {
    margin-top: 159px;
    color: #333;
    font-family: OPPOSans-R;
    margin-bottom: 40px;
}

.banner>p {
    width: 650px;
    /*height: 70px;*/
    line-height: 30px;
    color: #333;
    /*margin-top: 28px;*/
    word-wrap: break-word;
    font-family: OPPOSans-R;
}

.banner>ul {
    margin-top: 59px;
    overflow: hidden;
}

.banner>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.banner li {
    float: left;
    width: 140px;
    height: 48px;
    border-radius: 4px;
    margin-left: 20px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.presentation {
    background-color: #1447c8;
}

.presentation:hover {
    background-color: #3568e9;
}

.producDocumentation {
    background-color: #0077ff;
}

.producDocumentation:hover {
    background-color: #008cff;
}

.productVideo {
    background-color: #84c443;
}

.productVideo:hover {
    background-color: #9acc68;
}

.producDocumentation>a>img {
    width: 22px;
    height: 22px;
}

.productVideo>a>img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.pageTab {
    height: 80px;
    background-color: #fff;
    margin-top: -40px;
    box-shadow: 0px 14px 30px 0px rgba(170, 182, 195, 0.1);
}

.pageTab>ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tab {
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 80px;
    color: #333;
    cursor: pointer;
}

.chan {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

.secondPage_tab>ul>li>.advantage {
    background-color: #007fff;
    color: #fff;
}
.secondPage_tab>ul>li{
    width: 33.33%;
}
.chan:hover {
    color: #007fff;
}

.secondPage_tab>ul>li>.advantage:hover {
    color: #fff;
}

.title {
    width: 100%;
}

.name {
    width: 200px;
    height: 62px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    color: #333333;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.name::before {
    content: " ";
    position: absolute;
    left: 80px;
    width: 40px;
    bottom: 0;
    border-top: 1px solid #84c443;
}

.advantageNum {
    width: 100%;
    height: 156px;
    background-color: #f5f7fb94;
    border-radius: 8px;
    margin: 60px 0px 64px 0px;
}

.advantageNum>ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.advantageNum>ul>li {
    float: left;
    width: 33.33%;
    height: 100%;
    padding: 36px 0px 26px 31px;
    box-sizing: border-box;
    position: relative;
}

.advantageNum>ul>li>img {
    width: 100px;
    height: 96px;
    float: left;
}

.advantageNum>ul>li>.num {
    /*width: 80px;*/
    /*position: relative;*/
    float: left;
}
.advantageNum>ul>li>.num>div{
    float: left;
}
.advantageNum>ul>li>.num>.right{
    padding-top: 10px;
    margin-left: 4px;
}
.advantageNum>ul>li>.num>img {
    /*position: absolute;*/
    /*left: 60px;*/
    /*top: 15px;*/
}

.advantageNum>ul>li>.num>.number {
    /*width: 55px;*/
    text-align: center;
    color: #333;
    /*float: left;*/
}

.Percent {
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*right: 5px;*/
}

.numText {
    display: inline;
    position: absolute;
    left: 130px;
    top: 102px;
}

.advantageaTwo {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.advantageaTwo_left {
    width: 50%;
    float: left;
    position: relative;
}

.advantageaTwo_left>ul {
    float: left;
    /* width: 450px; */
    height: 525px;
    overflow: hidden;
    padding: 20px 30px 0px 20px;
    overflow-y: scroll;
    z-index: 99;
}

.advantageaTwo_left>ul::-webkit-scrollbar {
    width: 20px;
    height: 40px;
    cursor: pointer;
}

.advantageaTwo_left>ul::-webkit-scrollbar-thumb {
    width: 20px;
    height: 20px;
    background: url(../images/circular.png) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
    z-index: 99;
}

.advantageaTwo_left>ul::-webkit-scrollbar {
    height: 40px;
    background: url(../images/gunDong.png) no-repeat center center/10px 270px;
    cursor: pointer;
}

.advantageaTwo_left>ul>li {
    width: 450px;
    /*height: 105px;*/
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(159, 170, 182, 0.2);
    border-radius: 8px;
    padding: 31px 30px 29px 30px;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
}

.advantageaTwo_right {
    width: 50%;
    float: right;
}

.register {
    color: #333;
}

.resources {
    color: #727171;
    margin-top: 14px;
    line-height: 26px;
}

.backGround {
    background: url(../images/backGround.png) no-repeat 0 0;
    transform: scale(1.05);
}

.advantageaTwo_left>ul>li:hover {
    background: url(../images/backGround.png) no-repeat center/cover;
    color: #fff;
}

.advantageaTwo_left>ul>li:hover h2 {
    color: #fff;
}

.advantageaTwo_left>ul>li:hover h3 {
    color: #fff;
}

.white {
    color: #fff;
}

.whiteOne {
    color: #fff;
}

.drag {
    width: 20px;
    height: 220px;
    float: left;
    margin: 141px 0px 0px 45px;
    position: relative;
}

.advantageaTwo_right>img {
    width: 660px;
    height: auto;
    text-align: center;
    margin-top: 20px;
}

.productAdvantagea {
    padding-top: 120px;
    margin-top: -40px;
    margin-bottom: 60px;
}

.productArchitecture {
    margin-top: -40px!important;
    /*height: 1160px;*/
    margin-bottom: -160px;
    padding-top: 140px;
    box-sizing: border-box;
    /*background: url(../images/architecture_banner.png) no-repeat center top 100%;*/
    position: relative;
}
.productArchitecture>.bg{
    position: relative;
    top: -160px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    /*height: calc(100% - 40px);*/
}

.productArchitecture .name {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.productArchitecture .name::before {
    border-top: 1px solid #fff;
}


/* ======== 产品功能 ======== */

.productFunctions {
    height: 1018px;
    background: url(../images/functionsBackground.png) no-repeat center/cover;
    padding-top: 100px;
    margin-top: -40px;
    box-sizing: border-box;
}

.productFunctions>ul {
    height: 800px;
    margin-top: 55px;
    position: relative;
    overflow: hidden;
}

.productFunctions>ul>li {
    width: 300px;
    height: 210px;
    position: absolute;
}

.function1 {
    top: 0;
    left: 60px;
}

.function2 {
    top: 250px;
    left: 0;
}

.function3 {
    top: 500px;
    left: 60px;
}

.function4 {
    top: 0;
    right: 60px;
}

.function5 {
    top: 250px;
    right: 0;
}

.function6 {
    top: 500px;
    right: 60px;
}

.fun {
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(175, 190, 202, 0.17);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.funTop {
    width: 300px;
    height: 70px;
    background-image: linear-gradient(90deg, #e7ebf0 0%, #fafafa 100%), linear-gradient( #e7ebf0, #fafafa);
    border-radius: 4px 4px 0px 0px;
    display: flex;
    align-items: center;
}

.numbers {
    width: 32px;
    height: 26px;
    background: url(../images/smallBack.png) no-repeat;
    line-height: 26px;
    background-position: 0px 10px;
    color: #333;
    margin-left: 30px;
    white-space: nowrap;
}

.funName {
    margin-left: 22px;
    color: #333;
}

.content {
    width: 100%;
    height: 120px;
    padding: 20px 30px 0px;
    box-sizing: border-box;
    line-height: 26px;
    overflow: hidden;
    overflow-y: scroll;
    color: #999999;
}

.content::-webkit-scrollbar {
    display: none;
}

.funTop1 {
    background-color: #84c443;
    background-image: none;
}

.number1 {
    background: url(../images/smallBack-fff.png) no-repeat;
    color: #fff;
    background-position: 0px 10px;
}

.funName1 {
    color: #fff;
}

.fun:hover .funTop {
    background-color: #84c443;
    background-image: none;
}

.fun:hover .numbers {
    background: url(../images/smallBack-fff.png) no-repeat;
    color: #fff;
    background-position: 0px 10px;
}

.fun:hover .funName {
    color: #fff;
}

.understand {
    padding-top: 102px;
    box-sizing: border-box;
}

.understandList {
    width: 100%;
    height: 606px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.lists {
    width: 370px;
    height: 486px;
    background-color: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(170, 170, 170, 0.2);
    border-radius: 8px;
    padding: 43px 36px 0px 30px;
    box-sizing: border-box;
}

.lists>img {
    width: 47px;
    height: 40px;
}

.underName {
    height: 70px;
    color: #333;
    margin-top: 37px;
    font-weight: 600;
}

.underContent {
    height: 185px;
    overflow: hidden;
    overflow-y: scroll;
    line-height: 30px;
    color: #666666;
}

.underContent::-webkit-scrollbar {
    display: none;
}

.more {
    /*width: 100%;*/
    overflow: hidden;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
}

.more>a {
    width: 100%;
    height: 100%;
    display: block;
}
.more>a>div{
    display: inline-block;
    vertical-align: middle;
}

.learnMore {
    float: left;
    color: #007fff;
}

.more>a>img {
    /*float: right;*/
    width: 19px;
    height: 14px;
    margin: -2px 0px 0px 20px;
    vertical-align: middle;
}

.white1 {
    display: none;
}

.lists:hover {
    background: url(../images/understantBack.png) no-repeat center top;
    /* background-size: 100%; */
}

.lists:hover .underName {
    color: #fff;
}

.lists:hover .underContent {
    color: #fff;
}

.lists:hover .learnMore {
    color: #fff;
}

.lists:hover .blue {
    display: none;
}

.lists:hover .white1 {
    display: inline-block;
}

.squareWhite {
    display: none;
}

.lists:hover .color {
    display: none;
}

.lists:hover .squareWhite {
    display: block;
}


/* .xian {
    width: 10px;
    height: 290px;
    background-color: #eef3f8;
    border-radius: 5px;
    position: absolute;
    right: 84px;
    top: 110px;
    z-index: 0;
} */

.circular {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -10px;
}

.understand>.title>.name::before {
    left: 127px;
}
.product-video-class{
    top: 200px!important;
    left: 0px!important;
    right: 0px!important;
    margin: auto;
}
.product-video-class .layui-layer-content{
    height: 530px!important;
}


/*================解决方案 start ===========*/
.ensdpImg {
    background: url(../images/EnSDP.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

.ensdpBox {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 60px;
    height: 700px;
}

.ensdpList {
    width: 400px;
    box-sizing: border-box;
    float: left;
    /*border: 1px solid #e5e5e5;*/
    padding: 70px 40px;
    position: relative;
    background-color: #fff;
    transition: all 0.6s;
    cursor: pointer;
    position: relative;
}
.ensdpList::after{
    content: '';
    display: block;
    width: 1px;
    height: 500px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 32px;
}
.ensdpList .contentBox p{
    font-size: 18px;
    text-align: left;
    line-height: 30px;
}
/*===========触碰效果 start======*/
/* 向上移动效果 */
.ensdpList:hover{
    background: url(../images/EnSDPDetails.png) no-repeat center center;
    background-size: 100% 100%;
    transform: translateY(-20px);
    padding-bottom: 110px;
    /*border: 1px solid #007fff;*/
}
.ensdpList:hover .contentBox p{
    color: #fff;
}
.ensdpList:hover .imgBox{
    display: none;
}
.ensdpList:hover .title{
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}
.ensdpList:hover .title:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 2px;
    background-color: #fff;
}
.ensdpList:hover .text {

    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
}
/*===========触碰效果 end======*/



.ensdpList .title {
    text-align: left;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ensdpList .title:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: #c6d4de;
}

.ensdpList .contentBox {
    height: 325px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

/*滚动条的宽度*/
.ensdpList .contentBox::-webkit-scrollbar {
    width: 4px;
}

/*滚动条里面小方块*/
.ensdpList .contentBox::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}


.ensdpList .text {

    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #999999;
    padding-bottom: 10px;
}

.ensdpList .imgBox {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.ensdpList .imgBox img {
    width: 100%;
    height: auto;
}
.scheme {
    padding: 100px 0px 90px;
    text-align: center;
}
/*标题*/
.schemeTitle {
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #1a1a1a;
}

/*标题下的文字*/
.schemeText {

    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 13px;
}
/*================解决方案 end ===========*/


