*{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    outline: none;
    list-style: none;
    text-decoration: none;
    font-style: normal;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    font-size: inherit;
    line-height: inherit;
}
html, body{
    font-family: Helvetica, Arial, 'Alibaba Sans', 'Microsoft Yahei', 'PingFang SC', sans-serif;
    text-align: justify;
    background: #fff;
    font-size: 16px;
    line-height: 1.75em;
    width: 100%;
}
html::-webkit-scrollbar, body::-webkit-scrollbar{
    position: fixed;
    width: 6px;
    height: 3px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track{
    background: none;
}
html::-webkit-scrollbar-button, body::-webkit-scrollbar-button{
    display: none;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb{
    width: 6px;
    background: #3f3f3f;
    border-radius: 4px;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}
b, strong, h1, h2{
    font-weight: bold;
    font-weight: 700;
}
a, button{
    cursor: pointer;
}
button, input, select, hr{
    border: none;
    background: none;
    border-radius: 0;
}
.display-hide{
    display: none !important;
}
.display-show{
    display: block !important;
}
.flex-show{
    display: flex !important;
}
.trans01s{
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
}
.trans02s{
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.trans05s{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.trans08s{
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.trans10s{
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.trans12s{
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
}
.trans20s{
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
}
.trans30s{
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
}
.trans50s{
    transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-outline:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-outline img{
    width: 100%;
    height: auto;
    float: left;
}
.scal1-1 .img-outline{
    overflow: hidden;
}
.scal1-1:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.content-input{
    width: 100%;
    height: auto;
    color: #333;
}
.content-input:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content-input img{
    max-width: 100%;
}
.tab-content{
    display: none;
}
.tab-content.active{
    display: block;
}

.ellipsis-line1{
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ellipsis-line2{
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ellipsis-line3{
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ellipsis-line4{
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.ellipsis-line5{
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.ellipsis-line6{
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.limit-width{
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.space-left{
    padding-right: 0 !important;
}
.space-right{
    padding-left: 0 !important;
}
.animate-dely-1{
    transition-delay: 0.15s !important;
    -moz-transition-delay: 0.15s !important;
    -webkit-transition-delay: 0.15s !important;
    -o-transition-delay: 0.15s !important;
}
.animate-dely-2{
    transition-delay: 0.2s !important;
    -moz-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
}
.animate-dely-3{
    transition-delay: 0.25s !important;
    -moz-transition-delay: 0.25s !important;
    -webkit-transition-delay: 0.25s !important;
    -o-transition-delay: 0.35s !important;
}
.animate-dely-4{
    transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
}
.animate-dely-5{
    transition-delay: 0.45s !important;
    -moz-transition-delay: 0.45s !important;
    -webkit-transition-delay: 0.45s !important;
    -o-transition-delay: 0.45s !important;
}
.animate-dely-6{
    transition-delay: 0.5s !important;
    -moz-transition-delay: 0.5s !important;
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
}
.animate-dely-7{
    transition-delay: 0.55s !important;
    -moz-transition-delay: 0.55s !important;
    -webkit-transition-delay: 0.55s !important;
    -o-transition-delay: 0.55s !important;
}
.animate-dely-8{
    transition-delay: 0.6s !important;
    -moz-transition-delay: 0.6s !important;
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
}
.d-flex{
    display: flex;
}
.flex-middle{
    display: flex;
    align-items: center;
}
.flex-grow{
    flex-grow: 1;
}
.flex-hard{
    flex-shrink: 0;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.flex-center > section, .flex-center > div{
    width: auto;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-between > section, .flex-between > div{
    width: auto;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}
.flex-around > section, .flex-around > div{
    width: auto;
}
.flex-right{
    display: flex;
    justify-content:right;
}
.flex-right > section, .flex-right > div{
    width: auto;
}
.flex-left{
    display: flex;
    justify-content:left;
}
.flex-left > section, .flex-left > div{
    width: auto;
}

.ueditor_content_parse{
    color: #000;
    display: block;
}
.ueditor_content_parse:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ueditor_content_parse div{
    display: block;
}
.ueditor_content_parse img{
    max-width: 100%;
}