.layui-btn{
    background-color:  #1442B8;
}
.label{
    padding: 2px 5px;
    background:  #9DA9BD;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
    float: left;
}
.form-tooltip{
    color: red;
}
i{
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center
}
.label:hover{color: white;}
.label i:hover {
    background-color: #9DA9BD;
    border-radius: 2px;
}
.layui-form-select dl dd:hover {
    background-color: #9DA9BD;
    color: white;
}
.content .layui-form-select dl{
    top: auto!important;
    margin-top: 8px;
    width: 100%;
}
.selectFrame{
    cursor: pointer;
    width: 100%;
    min-height: 24px;
    line-height: 24px;
    overflow-y: auto;
    max-height: 200px;
    border: 1px solid #9DA9BD;
    border-radius: 2px;
    padding: 2px 4px;
}
.fileId{
    width: 100%!important;
}
*{
    padding: 0;
    margin: 0;
}
body,html{
    height: 100%;
    width: 100%;
    font-family:  "Microsoft YaHei","Times New Roman",Arial;
    overflow-x: hidden;
    overflow-y: auto;
}
.header-area{
    width: 100%;
    height: 32%;
    background: url("../img/top-bg.png") no-repeat center;
    background-size: cover;
    position: relative;
}
.header-area .header-details{
    color: white;
    top: 60%;
    right: 50%;
    position: absolute;
    max-width: 40%;
    font-size: 1vw;
    font-size: 14px\9;/*所有ie*/
    font-weight: normal;
    white-space: nowrap;
}
.content{
    white-space: nowrap;
    width: 100%;
}
.content>div{
    float: left;
    width: 50%;
}
.left-side{
   padding: 5% 0%;
}

.left-content {
    padding: 0 0  0 27% ;
}
.left-header{
    color: rgba(38, 38, 38, 1);
    font-weight: 800;
    line-height: 2em;
    font-size: 18px;
}
.left-main{
    margin: 6% 0;
}
.img-content{
    width: 10%;
    display: inline-block;
    text-align: center;
}
.left-main-content{
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
    user-select: none;
    max-width: 70%;
    word-break: break-all;
}
.left-main-title{
    color: rgba(16, 56, 172, 1);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 7px;
}
.submit-button{
    width: 100px;
    height: 40px;
    background-color: #1038AC;
}
.right-side {
    width: 483px!important;
    background: url("../img/right-bg2.png") no-repeat center;
    background-size: 100% 100%;
    background-size: 100% 100%;
    margin:4% 0 0 3%;
    min-height: 350px;
    height: max-content;
    position: relative;
    padding:50px 60px;
}

.right-side h1 {
    font-size:20px;
    font-weight:bold;
}
.right-side h2 {
    font-size:18px;
    color:#233dac;
    font-weight:bold;
}
.right-side h3 {
    font-size:16px;
    font-weight:bold;
}
.right-side h3 span {
    color:#233dac;
}
.right-side-contact {
    margin:45px 0px 80px 20px;
}
.right-side-contact img {
    float:left;
    margin:5px 10px 0 0;
}
.right-side p {
    font-size:16px;
    text-indent: 2em;
    white-space: normal;
    word-break: break-all;
    margin:30px auto;
}
/* WebKit内核浏览器 */
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : gray;
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
}

.footer{
    height: 50px;
    line-height: 50px;
    color:#939393;
    margin:80px 0 0 -2.5%;
    white-space: nowrap;
    font-size: 12px;
    position: absolute;
    width:300px;
}
.footer a{
    color:#939393;
    display: inline-block;
    vertical-align: middle;
}
.footer span{
    display: inline-block;
    vertical-align: middle;
}
.footer img{
    display: inline-block;
    vertical-align: middle;
}
.mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
.feedback{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    height: 30%\9;/*所有ie*/
    width: 42%;
    background: white;
    vertical-align: middle;
    white-space: nowrap;
}
.result{
    padding: 8% 5%;
    position: relative;
    white-space: normal;
}
.result .left-main-title{
    font-size: 24px;
}
.result .left-main-desc {
    font-size: 18px;
}
.close-btn{
    position: absolute;
    top: 5%;
    right: 2%;
    font-style: unset;
    cursor: pointer;
    font-weight: 100;
    font-size: 34px;
    color: gray;
}
