/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
body {
    font-family: "Noto Serif", serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    overflow-x: hidden;
    padding-top: 70px;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.logos {
    position: fixed;
    top: 12px;
    z-index: 9999;
    left: 20px;
    width: 120px;
}

#backtop {
    position: fixed;
    right: 0px;
    bottom: 40%;
    z-index: 99;
    transition: all 0.3s;
    max-width: 30px;
}


#backtop:hover {
    cursor: pointer;
    max-width: 42px;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;

}

.nav-item {
    text-align: center;
    display: flex;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    padding: 2px 30px;
    transition: all 0.3s;
    color: #fff;
    font-size: 16px;
}


.navbar {
    background-color: #283349;
    height: 70px;
}

.nav-item span {
    display: block;
    padding: 0 5px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #b78a51;
}

a,
a:hover {
    color: #333;
    text-decoration: none;
}

.top {
    margin-top: 50px;
}

#menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #283349;
    z-index: 9999;
    transition: all 0.3s;
}

#menu.open {
    left: 0;
}

#menu>div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu>div>ul {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#menu>div>ul>li {
    display: block;
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#menu>div>ul>li>a {
    transition: all 0.3s;
    line-height: 2;
    padding: 8px 30px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

#menu>div>ul>li>a:hover {
    color: #b78a51;
}

#menu>div>ul>li>p>a {
    transition: all 0.3s;
    line-height: 2;
    padding: 8px 30px;
    text-decoration: none;
    color: #b78a51;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: 1px dotted #b78a51;
}

a#close_btn {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 2rem;
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    background-color: #283349;
}

header>a.menuopem {
    display: block;
    font-size: 2rem;
    margin-left: 20px;
    margin-top: 10px;
    color: #fff;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    content: none;
}

.logo {
    margin: 0px auto;
    background-color: #f0f0f0;
    width: 100%;
}

footer li {
    display: inline-block;
    padding: 25px;
}

.warning {
    width: 100%;
    background-color: #f5f5f5;
}

.warning section {
    max-width: 1000px;
    padding: 0 30px;
    margin: 40px auto;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: justify;
}

.warning strong {
    font-weight: bold;
    color: #c9191d;
}

.warning .thin {
    font-size: 0.8rem;
}

.warning p {
    margin-top: 20px;
}

.warning h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
    border-bottom: 3px solid #000;
    display: block;
    margin: 10px auto;
    width: 60px;
    text-align: center;
    padding-bottom: 5px;
}

.topic-area {
    padding: 150px 0 250px 0;
    background-color: #f5f5f5;
    border-radius: 150px 0 0 0;
    margin-top: -150px;
    position: relative;
}


.topic-area section {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
}


.event-area {
    padding: 90px 0 50px 0;
    background-color: #f5f5f5;
    position: relative;
    border-radius: 0 150px 0 0;
    margin-top: -150px;
}

.copyright {
    width: 100%;
    background-color: #f5f5f5;
}

.copyright section {
    max-width: 1000px;
    padding: 0 20px;
    margin: 40px auto;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: center;
}

.copyright p {
    margin-top: 5px;
}

.thin {
    font-weight: 200;
}

.copyright a {
    color: #333;
    padding: 4px;
    display: inline-block;
}

.copyright a:hover {
    text-decoration: none;
}

.top h3 {
    font-size: 1.3rem;
}

.top h3 span {
    display: block;
}

.top-area div {
    max-width: 2560px;
    margin: 0 auto -10px auto;
}

.deco1 {
    position: absolute;
    top: -190px;
    height: 380px;
    width: auto;
    z-index: 1;
}

.deco2 {
    position: absolute;
    top: -190px;
    height: 380px;
    right: 0;
    width: auto;
    z-index: 1;
}

.life {
    background: url(../images/bg.jpg) repeat;
    padding: 120px 0 50px 0;
    position: relative;
}

.timeline-item {
    padding: 0px 0px 30px 20px;
    position: relative;
    color: #000;
    border-left: 2px solid rgba(183, 138, 81, 1);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;

}

.timeline-item h3, p {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -10px;
}

.timeline-item h3 {
    width: 80px;
}

.timeline-item span {
    color: #bb002d;
}

.timeline-item em {
    display: block;
}

.timeline-item::before {
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 1em;
    display: block;
    font-weight: 700;
}

.timeline-item::after {
    width: 12px;
    height: 12px;
    display: block;
    top: 0;
    position: absolute;
    left: -7px;
    border-radius: 8px;
    content: "";
    background: #b78a51;
}

.timeline-item:last-child {
    -o-border-image: linear-gradient(to top, rgba(183, 138, 81, 0.3) 60%, rgba(183, 138, 81, 1)) 1 100%;
    border-image: linear-gradient(to top, rgba(183, 138, 81, 0.3) 60%, rgba(183, 138, 81, 1)) 1 100%;
}

.timeline2 .timeline-item:last-child {
    -o-border-image: linear-gradient(to top, rgba(183, 138, 81, 0.3) 60%, rgba(183, 138, 81, 1)) 0 0;
    border-image: linear-gradient(to top, rgba(183, 138, 81, 0.3) 60%, rgba(183, 138, 81, 1)) 0 0;
}

.photo img {
    border-radius: 30px;
    max-width: 380px;
    margin-right: 40px;
    width: 100%;
}

.photo {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    padding: 20px;
}

.photo section {
    max-width: 600px;
}

.photo section h2 {
    font-size: 31px;
    font-weight: bold;
    color: #b78a51;
}

.photo section p {
    margin-top: 20px;
    text-align: justify;
}

.life-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timeline-wrap {
    display: flex;
    padding: 30px;
}

.timeline, .timeline2 {
    padding: 0 40px;
}

.recommend-area {
    padding: 90px 0 90px 0;
    background: #fff;

}


.speaker-box a.btn {
    border: 2px solid #f4c944;
    display: inline-block;
    border-radius: 30px;
    color: #f4c944;
    padding: 5px 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 21px;

}

.speaker-box a.btn:hover {
    background-color: #f4c944;
    color: #003343;
}

.book-series-info section {
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto;
    width: 70%;
}

.book-series-info em {
    display: block;
}

.book-series-info section p {
    color: #b78a51;
    margin: 40px auto;
}

.book-series {
    background: url(../images/deco2.png) no-repeat;
    padding: 120px 0 80px 0;
}

.book-list {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.book-box {
    width: 300px;
    background: url(../images/b1.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    min-height: 400px;
    text-align: center;
    display: block;
    position: relative;
    margin: 40px;
}

.book-box img {
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 90px;
    transition: all 0.3s;
}

.book-box:hover img {
    bottom: 100px;
}

.book-box.n2 {
    background: url(../images/b2.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.book-box.n3 {
    background: url(../images/b3.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.book-box.n4 {
    background: url(../images/b4.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.book-box.n5 {
    background: url(../images/b5.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.report {
    background: url(../images/bg.jpg) repeat;
    padding: 100px 0;
    position: relative;
}

.report-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

.report-box {
    display: inline-block;
    max-width: 390px;
    margin: 10px 4px;
}

.report-box img {
    margin: 0;
}

.report-box section {
    width: 100%;
    background: #283349;
    margin: 0;
    position: relative;
    color: #fff;
    top: -10px;
    font-size: 20px;
    text-align: left;
    height: 80px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.report-box:hover section {
    background: #b78a51;
}

.report-box section span {
    position: absolute;
    background: #b78a51;
    height: 30px;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    top: -30px;
    letter-spacing: 2px;
    text-align: center;
}

.report-box section p {
    line-height: 1.6;
    padding: 15px 10px 0px 20px;
}

.book-series-list {
    background: url(../images/bg.jpg) repeat;
    padding: 100px 0;
}

.book-series-list h3 {
    color: #bb002d;
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 0 auto 50px auto;
    padding: 0 10px;
    font-weight: bold;
}

.book-list-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.book-list-info a {
    display: block;
    width: 40%;
    max-width: 600px;
    margin: 40px;
    background: url(../images/bg2.png) no-repeat;
    background-size: contain;
    min-height: 380px;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book-list-info .info {
    width: 70%;
    margin-right: 10px;
}

.book-list-info a .more {
    margin-top: 20px;
}

.book-img img {
    height: 220px;
    width: auto;
    transition: all 0.3s;
}

.book-box2 .info h2 {
    color: #b78a51;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.book-box2 .info p {
    font-size: 16px;
}

.book-box2 .more {
    height: 36px;
    min-width: 160px;
    background: url(../images/more.png) no-repeat;
    background-size: contain;
}

.book-box2 .more img {
    transition: all 0.3s;
    margin-left: 90px;
}

.book-box2:hover .more img {
    margin-left: 100px;
}

.book-box2:hover .book-img img {
    margin-bottom: 20px;
}

.quotes {
    background: #f6f5f0;
    padding: 80px 0 100px 0;
}

.quotes-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    max-width: 1360px;
    margin: 0 auto 100px auto;
}

.quotes-list em {
    display: block;
    font-size: 0;
    color: transparent;
}

.quotes-list div {
    width: 300px;
    height: 300px;
    background: url(../images/quotes1.png) no-repeat #fff;
    background-size: cover;
    margin: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.quotes-list div p {
    margin-top: 20px;
    font-size: 18px;
}

.quotes-list div h3 {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    color: #b78a51;
    font-size: 16px;
}

.quotes-list div:nth-child(odd) {
    background: url(../images/quotes2.png) no-repeat #fff;
}

.quotes-list div.qstyle2 p {
    font-size: 16px;
}

.back {
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
    opacity: 0.8;
}

.back:hover {
    opacity: 1;
}


.speaker-box-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 20px;
}

.slick-next, .slick-next:visited, .slick-next:focus {
    width: 36px;
    height: 56px;
    background-image: url(../images/next.png);
    opacity: .7;
    display: none !important;
}

.slick-next:before {
    font-family: none;
    content: none;
}

.slick-prev, .slick-prev:visited, .slick-prev:focus {
    width: 36px;
    height: 56px;
    background-image: url(../images/prev.png);
    opacity: .7;
    display: none !important;
}

.slick-prev:before {
    font-family: none;
    content: none;
}

.slick-prev:hover {
    opacity: 1;
    width: 36px;
    height: 56px;
    background-image: url(../images/prev.png);
}

.slick-next:hover {
    opacity: 1;
    width: 36px;
    height: 56px;
    background-image: url(../images/next.png);
}

.recommend-slider .slick-next, .recommend-slider .slick-next:visited, .recommend-slider .slick-next:focus {
    width: 28px;
    height: 51px;
    background-image: url(../images/next2.png);
}

.recommend-slider .slick-next:hover {
    background-image: url(../images/next2hover.png);
}

.recommend-slider .slick-prev, .recommend-slider .slick-prev:visited, .recommend-slider .slick-prev:focus {
    width: 28px;
    height: 51px;
    background-image: url(../images/prev2.png);
}

.recommend-slider .slick-prev:hover {
    background-image: url(../images/prev2hover.png);
}






.infoB {
    border-top: 1px solid #b8bcde;
    padding: 20px 0;
    margin-top: 30px;
    display: flex;
}

.infoB ul {
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}

.event-time {
    display: flex;
    font-size: 18px;
    letter-spacing: 4px;
    background: #fff;
    padding: 2px 8px 2px 10px;
    color: #b78a51;
    font-weight: bold;
    align-items: center;
    min-width: 65px;
}

.btn {
    font-size: 1rem;
    min-width: 80px;
}

.btn-outline-secondary {
    color: #b78a51;
    border: none;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #b78a51;
}


.card-footer {
    width: 100%;
    left: 0;
    padding-left: 14px;
}

.card-footer em {
    float: left;
    font-size: 0.85em;
    color: #999;
    margin-top: 6px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.title-area {
    margin-bottom: 30px;
}

.title-area h3 {
    font-size: 1.2rem;
    padding: 20px 10px 40px 10px;
    max-width: 600px;
    margin: 0 auto;
    text-align: justify;
}

.slick-dots {
    left: 0;
}

.carousel-item section p {
    margin-bottom: 20px;
}

.step-title h4 {
    font-size: 1.3rem;
    font-weight: bold;
    min-height: 70px;
}

.event .title-area h3 {
    padding-bottom: 20px;
}

.step-img img {
    position: relative;
    z-index: 1;
}

.step-title-area .step-img {
    position: relative;
    z-index: 0;
    padding-left: 80px;
    padding-bottom: 30px;
}

.artical-top {
    min-height: 600px;
    position: relative;
    color: #ffffff;
    text-shadow: 1px 1px 2px #666666;
}

.recommend-box {
    background: #f6f5f0;
    min-height: 480px;
    position: relative;
    box-shadow: 0 0 5px #ccc;
    border-radius: 40px;
}

.recommend-slider {
    display: block;
    width: 100%;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.card-footer {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    color: #b78a51;
    display: inline-block;
    border-left: 10px solid #b78a51;
    padding: 0 20px;
    position: relative;
    margin: 40px 0;
    letter-spacing: 1px;
}

.card-title span {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0;
}

.recommend-cont {
    padding: 20px 15px;
    width: 30%;
}

.card-body {
    padding: 15px 10px 0 0;
    text-align: justify;
}

.card-body p {
    position: relative;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
}


.mobile {
    display: none;
}

.title-area img {
    max-width: 70%;
    margin: 0 auto;
}

.point-info {
    text-align: center;
    position: relative;
    top: -50px;
    min-height: 560px;
    color: #fff;
    line-height: 1.8;
    font-size: 1.1rem;
}

.point-info h3 {
    font-size: 1.4rem;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #b78a51;
    border-top: 3px solid #b78a51;
    border-bottom: 3px solid #b78a51;
    display: inline-block;
    padding: 4px 0;
}

.point-info h5 {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 2px;

}

.point-info b {
    display: block;
    border-radius: 40px;
    background-color: #b78a51;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
}

.point-info em {
    display: inline-block;
    text-align: justify;
    width: 84%;
    color: #333;
}

.list {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.point-info section {
    margin-bottom: 40px;
    display: block;
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
}

.point-info section p {
    text-align: left;
}

.ps,
.ps b {
    font-size: 0.7rem;
}

.ps b {
    font-weight: normal;
    color: #000;
}

.ps strong {
    font-weight: bold;
}


p.info {
    font-size: 0.9rem;
    color: #4d4d4d;
    text-align: justify;
}

p.info span {
    color: #000;
    font-weight: bold;
}

p.info span.small {
    color: #4d4d4d;
    font-size: 0.8rem;
    font-weight: normal;
}

.l-cookieBar {
    position: fixed;
    width: 250px;
    left: 0;
    bottom: 0;
    background-color: #fcfcfc;
    padding: 1.2rem;
    padding-bottom: 1.8rem;
    z-index: 999;
}

.l-cookieBar p {
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: justify;
    color: #333;
}

.l-cookieBar p a {
    color: #b78a51;
}

.chBtn--main {
    border: none;
    background-color: #b78a51;
    color: #fff;
    font-size: 1rem;
}

.chBtn--main:hover {
    opacity: .8;
    cursor: pointer;
}

.chBtn {
    padding: 4px 40px;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.chBtn--main:before {
    background-color: #000;
}

.chBtn:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 36px;
    height: 56px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: .2;
    width: 40px;
    transition: opacity .15s ease;
    background: #000;
    height: 100px;
    top: 50%;
    margin-top: -50px;
}

.carousel-control-next-icon {
    background-image: url(../images/next.png);
}

.carousel-control-prev-icon {
    background-image: url(../images/prev.png);
}

.event-img {
    max-width: 300px;
}

.infoB ul li b {
    font-weight: normal;
}

@media (max-width: 1200px) {
    .logos {
        max-width: 420px;
    }

    .life-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .timeline-wrap {
        justify-content: space-between;
    }
}

@media (max-width: 992px) {
    .navbar {
        display: none;
    }

    .logos {
        left: 60px;
        top: 18px;
    }

    .deco1 {
        position: absolute;
        top: -120px;
        height: 240px;
        width: auto;
        z-index: 1;
    }

    .deco2 {
        position: absolute;
        top: -120px;
        height: 240px;
        right: 0;
        width: auto;
        z-index: 1;
    }

    .photo {
        display: flex;
        align-items: center;
        margin-bottom: 80px;
        padding: 20px;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .photo img {
        margin-right: 0;
        margin-bottom: 40px;
        max-width: 300px;
    }

    .timeline-wrap {
        justify-content: flex-start;
        flex-direction: column;
        padding-left: 10px;
    }

    .timeline-item:last-child {
        -o-border-image: linear-gradient(to top, rgba(183, 138, 81, 1) 60%, rgba(183, 138, 81, 1)) 1 100%;
        border-image: linear-gradient(to top, rgba(183, 138, 81, 1) 60%, rgba(183, 138, 81, 1)) 1 100%;
    }
    .book-list-info a {
        flex-direction: column-reverse;
        width: 90%;
        margin: 40px auto;
        padding: 20px 0;
        min-height: auto;
        background-position: center;
    }

    .book-list-info .info {
        width: 100%;
        margin-right: 0;
    }

    .book-img {
        margin-bottom: 30px;
    }


}


@media (max-width: 768px) {



    .recommend-box {
        min-height: 500px;
    }

    

    .card-title {
        margin: 20px 0;
    }


}

@media (max-width: 575.98px) {
    .title-area img {
        max-width: 90%;
        margin: 0 auto;
    }


    .recommend-box {
        min-height: 0px;
    }

    .card-footer {
        position: relative;
        bottom: 8px;
        right: 0;
    }

    .l-cookieBar {
        width: 100%;
    }

    .mobile {
        display: inline-block;
    }

    .desktop {
        display: none;
    }



    .text-right.title-area {
        text-align: center !important;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 40px;
    }

    .recommend-slider .slick-next {
        right: 0;
    }

    .recommend-slider .slick-prev {
        left: 0px;
    }

    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 0;
    }

    .quotes-list div {
        margin: 30px auto;
    }

    .deco1 {
        position: absolute;
        top: -50px;
        height: 100px;
        width: auto;
        z-index: 1;
    }

    .deco2 {
        position: absolute;
        top: -50px;
        height: 100px;
        right: 0;
        width: auto;
        z-index: 1;
    }

    .book-list {
        width: 100%;
    }

    .book-box {
        margin: 30px auto;
    }

    .book-box img {
        height: 260px;
    }

    .report-box section p {
        font-size: 15px;
        padding: 15px 0px 0px 4px;
    }

    .book-series-info section {
        width: 90%;
    }

    .photo section h2 {
        font-size: 28px;
    }

    .timeline-wrap {
        padding: 0;
    }

    .timeline, .timeline2 {
        padding: 0 20px;
    }

    .timeline-item {
        flex-direction: column;
    }

    .timeline-item p {
        font-size: 14px;
    }



}