/*------------ news-editor ------------*/

.news-table .pic {
    width: 233px;
    padding: 0 0 0 30px;
}


/*------------ products-editor ------------*/

.products-editor .ul01,
.products-editor .ul01 li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #626262;
}

.products-editor .ul01 {
    margin: 0 -22px;
    padding: 0 0 45px;
}

.products-editor .ul01 li {
    width: calc((100% / 3) - 0.1px);
    float: left;
    padding: 0 22px 40px;
    box-sizing: border-box;
}

.products-editor .ul01 .pic {
    margin: 0 0 20px;
}

.products-editor .tb01 .pic {
    width: 370px;
    padding-right: 40px;
}


/*------------ notice-editor ------------*/

.notice-editor {
    letter-spacing: 2px;
}

.notice-editor .title {
    margin: 0 0 10px;
    color: #000;
    font-size: 30px;
    line-height: 1.8;
    font-weight: normal;
}


/*------------ terms-editor ------------*/

.terms-editor {
    letter-spacing: 2px;
}

.terms-editor .title {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: normal;
}


/*------------ knowledge-editor ------------*/

.knowledge-editor {
    letter-spacing: 2px;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 767px) {
    .news-table td,
    .news-table .pic {
        width: 100%;
        float: left;
        padding: 0 0 15px;
    }
}

@media screen and (max-width: 600px) {}

/********************START 404 **********************/
.nopage1,
.nopage2{
    font-family: '·L³n¥¿¶ÂÅé';
    width: 100%;
    padding: 50px 15px;
    max-width: 690px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.nopage1 .pic{
    max-width: 560px;
    margin: 0 auto 30px;
}
.nopage2 .pic{
    max-width: 657px;
    margin: 0 auto 30px;
}
.nopage1 .pic img,
.nopage2 .pic img{
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}
.nopage2 .title{
    font-size: 25px;
    color: #777777;
    font-weight: bold;
    margin-bottom: 15px;
}
.nopage1 .txt,
.nopage2 .txt{
    font-size: 16px;
    color: #777777;
    line-height: 1.6;
}
.nopage1 .txt{
        padding-left: 15%;
}
.nopage2 .txt{
    text-align: center;
}
.nopage1 .btn-box a.gohome,
.nopage2 .btn-box a.gohome{
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #929292;
    border: 1px solid #929292;
    text-align: center;
    padding: 4px 47px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.nopage1 .btn-box a.gohome:hover,
.nopage2 .btn-box a.gohome:hover {
    color: #FFF;
    background: #929292;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media screen and (max-width: 600px) {
    .nopage1 .pic{
        margin-bottom: 10px;
    }
    .nopage1 .txt{
        padding-left: 15px;
        text-align: center;
    }
}
/**********************END 404 **********************/
