html,body {
    color: rgba(0,0,0,.65);
    margin: 0;
    font-size: 14px;
    height: 100%;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
/*---滚动条默认显示样式--*/  
::-webkit-scrollbar-thumb{  
    background-color:#D2D2D2;  
    height:50px;  
    outline-offset:-2px;  
    outline:none;  
    -webkit-border-radius:8px;  
    border:none;
 }  
  
 /*---鼠标点击滚动条显示样式--*/  
 ::-webkit-scrollbar-thumb:hover{  
    background-color:#cfcfcf;  
    height:50px;  
    -webkit-border-radius:100px;  
 }  
  
 /*---滚动条大小--*/  
 ::-webkit-scrollbar{  
    width:6px;
    height: 6px;
 }  
  
 /*---滚动框背景样式--*/  
 ::-webkit-scrollbar-track-piece{  
    background:#f0f0f0;
    -webkit-border-radius:0;
 }


input::placeholder{
    color: #c5c5c5;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    margin: 0;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #197BE7;
}
a:hover {
    color: #075BB7;
    text-decoration: none;
}

img {
    border: 0;
}

input {
    outline: none;
    background: transparent;
    border: none;
    outline: medium;
}

::selection {
    background: transparent;
}

::-moz-selection {
    background: transparent;
}s

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}


/* five-cloud */
header.five-clouds {
    position: relative;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,.95);
    box-shadow: 0px 1px 6px rgba(0,0,0,.08);
}
.header-bar {
    position: relative;
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    color:rgba(0,0,0,.85);
}
.header-bar .logo{
    position: relative;
    width: auto;
    padding-left: 72px;
    height: 40px;
    line-height: 48px;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top; 
}
.header-bar .logo:before{
    content: "";
    position: absolute;
    width:60px ;
    height: 40px;
    background: url(../images/logo-blue.svg) 100% center no-repeat;
    top: 0;
    left: 0;
}
.header-bar span{
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
    margin-left: 4px;
    color:rgba(0,0,0,.45);
}
.five-clouds-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/five-clouds-bg.png) bottom center no-repeat;
    background-size: cover;
    z-index: -1;

}
.five-clouds-box {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
    left: 50%;
    transform: translateX(-50%);
}

.clouds-title {
    position: relative;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
.clouds-title .title{
    font-size: 2em;
    font-weight: 600;
    color: rgba(255,255,255,1);
}
.clouds-title p{
    margin: 10px auto 20px auto;
    font-size: 1em;
    color: rgba(255,255,255,.5);
}
.clouds-title .layui-btn-primary{
    border-color: #197BE7;
}
.clouds-title .layui-btn-primary:hover{
   opacity: 1;
   color: #197BE7!important;
}

.five-clouds-con {
    position: absolute;
    width: 100%;
    max-width: 1080px;
    top:30%;
    left: 50%;
    transform: translateX(-50%);
}
.five-clouds-con ul {
    float: left;
    width: 100%;
}
.five-clouds-con ul:first-child {
    width: 72%;
    margin-left: 14%;
}
.five-clouds-con ul:first-child li{
     position: relative;
     width: 50%;
     float: left;
}
.five-clouds-con ul:first-child li a{
    display: block;
    width: 200px;
    margin: 0 auto;
}
.five-clouds-con ul:nth-child(2){
    margin-top: 40px;
}

.five-clouds-con ul:nth-child(2) li{
    position: relative;
    width: 33.333333%;
    float: left;
}
.five-clouds-con ul:nth-child(2) li a{
    display: block;
    width: 250px;
    margin: 0 auto;
}
.five-clouds-con ul:nth-child(2) li:nth-child(2) a{
    display: block;
    width: 300px;
    margin: 0 auto;
}
.five-clouds-con ul li a{
    transform: scale(100%,100%);
    transition: 0.3s;
}
.five-clouds-con ul li a:hover{
    transform: scale(105%,105%) translateY(-10px);
}
/* five-clouds-end */

