html,
body {
    font: normal 14px/24px "microsoft yahei", "微软雅黑", Arial;
    color: #555555;
    background-color: #fff;
    height: 100%;
}


/* 
 */

.layout-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #1A1C1D;
    text-align: center;
    margin-bottom: 10px;
}

.title-link {
    width: 100%;
    height: 2px;
    background-color: #ffb500;
    margin-bottom: 40px;
}

.layout-en {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    color: #7C939E;
}


/* 
 */

.details-layout {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.details-layout .contents img {
    width: 100%;
    height: auto;
}

.details-text img {
    width: 100%;
    height: auto;
}