@font-face {
    font-family: OPPOSans-H;
    src: url(../fonts/OPPOSANS-H.TTF);
}
@font-face {
    font-family: OPPOSans-R;
    src: url(../fonts/OPPOSANS-R.TTF);
}
.publicIn_banner {
    height: 920px;
    overflow: hidden;
    background: url(../images/demonstration.png) no-repeat center center;
    background-size: 100% auto;
}

.applyBox {
    padding-top: 114px;
    overflow: hidden;
    font-size: 0px;
}

/*===== 左侧部分 start======*/
.applyLeft {
    padding-top: 42px;
    width: 49%;
    margin-right: 2%;
}

.applyleftTitle {
    font-family: OPPOSans-H;
    font-weight: normal;
    font-stretch: normal;
    line-height: 86px;
    letter-spacing: 0px;
    color: #79b53d;
    margin-bottom: 20px;
}

.applyleftText {
    font-family: OPPOSans-R;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 64px;
    position: relative;
    margin-bottom: 70px;
}

.applyleftText:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 70px;
    height: 5px;
    background-color: #007fff;
}

.applyLeftContent {
    width: 100%;
}

.applyLeftList {
    padding-left: 27px;
    background: url(../images/squareBlue.png) no-repeat center left;
    background-size: 12px 12px;
    font-family: OPPOSans-R;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*===== 左侧部分 end======*/
/*==============右侧部分 start ==========*/
.applyRight {
    padding: 50px 50px 20px 50px;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px rgba(156, 179, 198, 0.3);
    border-radius: 16px;
    width: 48.5%;
}

.applyRightTitle {
    font-weight: normal;
    
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 40px;
}
.applyFormBox .inputBox{
    line-height: 32px;
}
.applyFormBox .layui-textarea{
    resize: none;
    width: 340px;
    height: 50px;
    min-height: 50px;
    cursor: pointer;
}
.applyFormBox .layui-textarea::-webkit-scrollbar {
    width: 4px;
}
/*滚动条的宽度*/

/*滚动条里面小方块*/
.applyFormBox .layui-textarea::-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);
}
.applyFormBox .layui-input{
    width: 340px;
    height: 50px;
    cursor: pointer;
}
.applyFormBox .layui-form-label {
    text-align: left;
    width: 120px;
    color: #333333;
    
}
.applyFormBox .layui-form-item{
    margin-bottom: 20px;
    
}
.redText {
    color: #ff3131;
}

.applyFormBox .submit {
    width: 100%;
    box-sizing: border-box;
    width: 340px;
    padding: 5px 0px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #007fff;
    border-radius: 4px;
    height: auto;
}
.titleApply{
    margin-top: 31px;
    font-family: OPPOSans-R;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
    /*font-size: 13px;*/
}
.titleApply a{
    font-family: OPPOSans-R;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
}
.titleApply a:hover{
    color: #007fff;
}
/*==============右侧部分 end ==========*/