body,ul,li,dl,dt,dd,p,ol,h1,h2,h3,h4,h5,h6,form,img,table,fieldset,legend {
    margin: 0;
    padding: 0;
}
ul,li,ol {
    list-style: none;
}

img,fieldset {
    border: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: #333;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
}

input,a {
    outline: none;
}
html,body{
    height: 100%;
}
.body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.content{
    flex: 1;
    overflow: auto;
}
.nav{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
}
.nav-left img{
    height: 24px;
}
.nav-right{
    display: flex;
    align-items: center;
}
.nav-right-button{
    display: inline-block;
    width: 85px;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    margin-right: 16px;
    background: #189F78;
    color: #fff;
}
.nav-right-img{
    width: 20px;
}

.nav-btn-title{
    text-decoration: none;
    display: flex;
    align-items: center; 
    color: #000;
    font-weight: 600;
    font-size: 16px;
    /* margin-top: 20px; */
}
.xiala{
    position: relative;
}
.xiala::after{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #a4a4a4!important;
    border-left: 1px solid #a4a4a4!important;
    vertical-align: middle;
    transform: rotate(316deg);
    transition: all 0.3s ease-in;
    margin-left: 10px;
    /* margin-top: 2px; */
    transform-origin: center center;
}
.xiala2{
    position: relative;
}
.xiala2::after{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #a4a4a4!important;
    border-left: 1px solid #a4a4a4!important;
    margin-top: -5px;
    vertical-align: middle;
    transform: rotate(316deg); 
    transition: all .3s ease-in .1s;
    margin-left: 10px;
    margin-top: 2px;
}
.xiala3{
    position: relative;
}
.xiala3::after{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #a4a4a4!important;
    border-left: 1px solid #a4a4a4!important;
    margin-top: -5px;
    vertical-align: middle;
    transform: rotate(316deg); 
    transition: all .3s ease-in .1s;
    margin-left: 10px;
    margin-top: 2px;
}
.xialayes::after{
    transform: rotate(136deg);
    margin-top: 5px;
}
.caidan{
    display: contents;
}
.caidan-left{
    display: none;
    position: fixed;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.caidan-right{
    display: none;
    width: 70%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
}
.caidan-yes{
    background-color: #fff;
    display: block !important;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.caidan-right-x{
    display: flex;
    justify-content: flex-end;
    font-size: 30px;
    font-weight: 300;
    color: #999;
    margin-right: 15px;
}
.caidan-right-title{
    margin-left: 20px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.caidan-right-box{
    margin-left: 20px;
}
.caidan-right-box-div-no{
    height: 0 !important;
    overflow: hidden;
}
.caidan-right-box-div{
    display: flex;
    flex-wrap: wrap;
    height: 158px;
    overflow: hidden;
    transition: height 0.3s ease;
    margin-top: 15px;
    margin-bottom: 10px;
}
.caidan-right-box-div span{
    display: inline-block;
    width: 30%;
    color: #999;
    margin-bottom: 6px;
    font-size: 15px;
}
.caidan-right-box-div-tow{
    display: flex;
    flex-wrap: wrap;
    height: 78px;
    overflow: hidden;
    transition: height 0.3s ease;
    margin-top: 15px;
    margin-bottom: 10px;
}
.caidan-right-box-div-tow span{
    display: inline-block;
    width: 50%;
    color: #999;
    margin-bottom: 6px;
    font-size: 15px;
}
.ChaoChangShiYong{
    /* background: url(../img/sy.png); */
    background-size: cover;
    padding-bottom: 40px;
}
.ChaoChangShiYong-1{
    font-weight: 600;
    color: #2A2A2A;
    text-align: center;
    padding: 40px 0 20px 0;
    font-size: 20px;
}
.ChaoChangShiYong-2{
    text-align: center;
    margin: 0 0 15px 0;
    color: #999999;
    font-size: 14px;
    padding: 0 10px;
}
.ChaoChangShiYong-3{
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #189F78;
    text-align: center;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 6px 16px 0px rgba(26, 99, 255, 0.2);
}
.footer{
    width: 85%;
    margin: 0 auto;
}
.footer-title{
    width: 230px;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #323232;
    padding: 30px 0 20px 0;
}
.footer-title img{
    width: 100px;
}
.footer-p1{
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
    width: 230px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
}
.footer-p1 img{
    width: 13px;
    margin-right: 5px;
}
.footer-p1 span{
    color: #fff !important;
    z-index: 999;
}
.footer-ewm{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #323232;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.footer-ewm-div{
    color: #999999;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-ewm div:nth-child(2){
    margin-left: 30px;
}
.footer-ewm-div img{
    width: 100px;
    margin-bottom: 10px;
}
.footer-ewm-diimg img{
    width: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.footer-footer{
    font-size: 12px;
    color: #999999;
    padding-bottom: 20px;
    text-align: center;
}
.tongyibox{
    display: flex;
    justify-content: space-evenly;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}
.yichuyinc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.dot{
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #1CB37A;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}