html,body{
    height:100%;
    width: 100%;
    margin: 0;
}

input {
    outline: none;
    border-radius: 4px;
}

input:focus {
    outline: none;
}

.home-div {
    position: relative;
    width:100%;
    height:100%;
    min-width: 1262px;
}

.home-index-footer-div {
    width:100%;
    height: 382px;
    min-width: 1262px;
    background: #13192D;
    opacity: 1;
}

.home-index-center-banner-div {
    width: 100%;
    height: 420px;
    min-width: 1262px;
    background: #1076FF;
    opacity: 1;
    position: relative;
}

.hicb-login {
    opacity: 1;
    width: 27%;
    z-index: 9;
    position: absolute;
    top: 35px;
    height: 350px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    border-radius: 4px;
    float: right;
    display: none;
    background-repeat: no-repeat;
    background-image: url(../../img/loginBg.png);
    background-size: 100% 42%;
    background-position: top;
    right: 90px;
}

.home-index-center-latestdata-div {
    width: 100%;
    height: 114px;
    min-width: 1262px;
    background: #F8F9FF;
    opacity: 1;
}

.home-index-center-content-div {
    width: 100%;
    height: 370px;
    min-width: 1262px;
    opacity: 1;
}

.home-index-center-business-div {
    width: 100%;
    height: 885px;
    min-width: 1262px;
    background: #F8F9FF;
    opacity: 1;
    justify-content: center;

}

.home-index-center-news-div {
    width: 100%;
    height: 768px;
    min-width: 1262px;
    opacity: 1;
    display: none;
}

.home-index-center-more-business-div {
    width: 100%;
    height: 571px;
    min-width: 1262px;
    background: #F8F9FF;
    opacity: 1;
}

.home-content-title-div {
    width: 17%;
    padding: 72px 0 61px 0;
    margin: 0 auto;
    text-align: center;
}

.home-content-line {
    width: 73px;
    height: 0px;
    border: 1px solid #D1C4C4;
    opacity: 1;
}

.home-content-title {
    height: 45px;
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 4px;
}

.home-content-title1 {
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #8B8B8B;
    opacity: 1;
}

.float-right {
    float: right;
}

.more-not-data-img {
    width: 100%;
    height: 100%;
    text-align: center;
}
.cd-img-text {
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(179,187,209,1);
    line-height: 20px;
    margin-top: -25px;
}

.more-not-data-img img {
    margin-top: 50px;
}

.regist-div-home {
    height:100%;
    width: 100%;
    display: none;
}

#loadingwrapper {
     display:none;
 }

#loadingwrapper .loading-mask {
    background: rgba(0,0,0,0.2);
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background:#000;
    opacity:0.7;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
    z-index:97;
}

#loadingwrapper .loading-box-s {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 5000;
    width: 7.6em;
    min-height: 7.6em;
    margin-left: -3.8em;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

#loadingwrapper .loader-cicle {
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 7px double #bd5837;
    -webkit-animation: ball-turn 1s linear infinite;
    animation: ball-turn 1s linear infinite;
}

#loadingwrapper .loading-text{
    color: #c3c3c3;
    font-size: 20px;
}

#loadingwrapper .loader-cicle::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #bd5837;
    border-radius: 50%;
    bottom: 0;
    right: 30px;
}

#loadingwrapper .loader-cicle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #bd5837;
    border-radius: 50%;
    left: 30px;
    top: 0;
}


@keyframes ball-turn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.xiaohai {
    width: 90px;
    height: 115px;
    z-index: 99;
    position: fixed;
    bottom: 32px;
    right: -50px;
    transform: rotate(-25deg);
    transition: all .5s ease-in-out;
    -ms-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.xiaohai:hover {
    right: 10px;
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transition: all .5s ease-in-out;
}

.xiaohai img {
    width: 90px;
    height: 115px;
}