*{
    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: 'Montserrat', 'Open Sans', Helvetica, Arial, 'Alibaba Sans', 'Microsoft Yahei', 'PingFang SC', sans-serif;
    text-align: left;
    background: #fff;
    font-size: 26px;
    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%;
}

.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;
}
.clear-left{
    padding-right: 0 !important;
}
.clear-right{
    padding-left: 0 !important;
}
.clear-all{
    padding-right: 0 !important;
    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;
}

.editor_content_parse{
    color: #666;
    display: block;
}
.editor_content_parse:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.editor_content_parse div{
    display: block;
}
.editor_content_parse img{
    max-width: 100%;
}


.error-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.error-content{
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 50px 0;
}

.error-icon{
    margin: 30px 0;
    text-align: center;
}

.error-icon img{
    width: 30%;
    display: inline-block;
}

.error-title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #999;
}

.error-content p{
    margin: 50px 0;
    color: #111;
    line-height: 52px;
    font-size: 28px;
}


.mask-content {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.mask-bg {
    height: 100vh;
}

.mask-v-middle {
    position: relative;
    top: 45vh;
    transform: translate(0, -50%);
}

.alert-main {
    text-align: center;
    color: #fff;
    font-size: 0;
}

.alert-content {
    display: inline-block;
    padding: 10px 25px;
    background: rgba(0, 0, 0, .75);
    border-radius: 6px;
}

.alert-content p {
    line-height: 20px;
    text-align: center;
}

.alert-content .alert-body {
    font-size: 14px;
}

.mask-alert .warn .alert-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mask-alert .warn .alert-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icon-warn.svg) center top no-repeat;
    background-size: 30px;
}


.mask-messagebox .mask-bg {
    background: rgba(0, 0, 0, .65);
}

.messagebox-content {
    background: #fff;
    border-radius: 5px;
    margin: 0 7.5%;
    position: relative;
}

.mask-content .wrapper{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.messagebox-content .messagebox-close{
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 14.5px;
    background: url(../images/icon-close.white.svg) no-repeat center center rgba(0, 0, 0, .85);
    background-size: 70%;
    border: 1px solid #fff;
    right: -12px;
    top: -12px;
    display: none;
}

.messagebox-title {
    text-align: center;
    font-size: .8rem;
    line-height: 3;
    color: #ee0a24;
}

.messagebox-body {
    padding: 0 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: .85rem;
    line-height: 2;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    color: #333;
}

.messagebox-buttons {
    display: flex;
}

.messagebox-buttons button {
    flex: 1;
    text-align: center;
    font-size: .8rem;
    line-height: 3;
    color: #ee0a24;
}

.messagebox-buttons button:nth-child(1) {
    border-right: 1px solid #d9d9d9;
    display: none;
    color: #999;
}