ol, ul {
    list-style: none;
}
.draggable
{
    position:absolute;
}

.productPage .middle .middle-content,.articlePage .middle .middle-content{
    position: relative;
}

.warper.sectiondiv:before {
    border: none !important;
}
.headfoot-edit {
    margin-bottom: 0 !important;
}

#HeadFoot-Middle-Left,#HeadFoot-Middle-Left-Warper,#HeadFoot-Middle-Right,#HeadFoot-Middle-Right-Warper{
    height: 0px !important;
}

.page-block {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}
.page-block li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}
.page-block li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}
.page-block li.xl-disabled:hover{
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}
.page-block li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}
.page-block li:hover{
    background-color: #0073A9 !important;
    border-color: #0073A9;
    color: #FFF
}
.page-block li.xl-jumpText {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    opacity: 1;
}
.page-block li.xl-jumpText:hover{
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
}
.page-block li.xl-jumpButton{
    padding: 0 5px;
}
.page-block .xl-input {
    width: 35px;
    margin: 0 3px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
input[type="number"]{
    -moz-appearance:textfield;
}

.lg-backdrop.in{
    z-index: 10000000;
}
.lg-outer.lg-visible{
    z-index: 10000001;
}
.lg-sub-html a{
    color: #fff;
}
.xanimate{
    opacity: 0;
}

.articlePage{
    display: flex;
    flex-direction: column;
}
.articlePage .middle{
    min-height: unset;
    height: unset;
}
.articlePage .middle .middle-content{
    height: unset;
}
.articlePage .middle .middle-content .warper:before{
    right: unset;
    bottom: unset;
    left: unset;
}

.productPage{
    display: flex;
    flex-direction: column;
}
.productPage .middle{
    min-height: unset;
    height: unset;
}
.productPage .middle .middle-content{
    height: unset;
}
.productPage .middle .middle-content .warper:before{
    right: unset;
    bottom: unset;
    left: unset;
}

.articlePage #Middle-Content-Warper,.productPage #Middle-Content-Warper{
    height: unset !important;
}

.headfoot-edit .product-warper{
    padding: 60px 30px;
    z-index: 999;
    height: unset;
}
.product-warper .breadcrumbs{
    width: 100%;
    margin-bottom: 40px;
    z-index:998;
    font-size: 14px;
}
.product-warper .breadcrumbs i{
    margin: 0 10px;
}

.product-warper .breadcrumbs span,.product-warper .breadcrumbs a{
    color: #999;
}

.product-warper .title{
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 30px;
    color: #333;
}
.product-warper .time{
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
}
.product-warper .content{
    color: #333;
    font-size: 16px;
    text-indent: 2em;
    text-align: center;
    margin-bottom: 60px;
}
.product-warper .prenext{
    padding: 20px 0;
    z-index:999;
}
.product-warper .prenext a{
    padding: 6px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #666666;
    font-size: 13px;
}
.product-warper .prenext a:hover{
    text-decoration: none;
    background-color: #eee;
}

input.date-picker{
    padding: 0 0 0 40px;
}
.headfoot-edit .middle .main{
    height: unset !important;
}
.headfoot-edit .middle .main .center{
    height: unset !important;
}
.sectiondiv .w-p100-cell{
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.nav-sub-block{
    transition: all 0.3s linear;
}
.headfoot-edit.mobile:before {
    background: url(../image/phoneT.png) no-repeat 0 0;
}
.headfoot-edit.mobile:after {
    background: url(../image/phoneB.png) no-repeat 0 0;
}
.headfoot-edit.mobile .warper:before {
    display: none;
}
.headfoot-edit.mobile .foot{
    margin-bottom: 0;
}
.mobile .article-warper{
    height: unset;
}
.headfoot-edit.mobile::-webkit-scrollbar{
    background: transparent;
    display: none;
}
#release-iframe{
    border: 0;
}
#release-iframe::-webkit-scrollbar{
    background: transparent;
    display: none;
}
.navmobile-poper{
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    transform: translateY(-100%) !important;
    transition: transform 0.3s;
    overflow: hidden;
    z-index: 9999999999;
}
.navmobile-poper>.navmobile0-wapper{
    display: flex;
}
.navmobile-poper.active{
    transform: translateY(0) !important;
}
.headfoot-edit.release {
    margin: 0;
    padding: 0;
    box-shadow:none;
    border-radius:0;
    height: auto;
    width: 100%;
    overflow: unset;
    background: #fff;
}
.headfoot-edit.release:after,.headfoot-edit.release:before {
    display: none;
}
.mobile.release>.mobile-wrapper{
    width: 100%;
    overflow: unset;
}
.mobile .articles-warper {
    height: unset;
}
.mobile .article-list,.mobile .product-list{
    flex: unset;
}
.mobile .article-warper .content img{
    max-width: 100% !important;
    height: auto !important;
    display: block;
}
.mobile .page-block ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.mobile .page-block .xl-jumpText{
    width: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile .xl-nextPage,
.mobile .xl-prevPage {
    width: 30%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
}
.product-list.style1{
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs a{
    color: #67757C;
}

.headfoot-edit .warper .breadcrumbs span, .breadcrumbs a{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.article-warper .prenext a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
}
.navV >li >a{
    position: absolute;
}
.webpage-iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.webpage-iframe::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.webpage-iframe::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.webpage-iframe::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}
.navmobile0-wapper .close-block{
    flex-shrink: 0;
}
.navmobile0-wapper >ul{
    flex: 1;
    overflow: auto;
}

