/* .animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.animated.infinite{
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.animated.hinge{
    -webkit-animation-duration:2s;
    animation-duration:2s;
} */

.dl1 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s;  }
.dl2 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s;  }
.dl3 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s;  }
.dl4 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s;  }
.dl5 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s;  }
.dl6 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s;  }
.dl7 { -webkit-animation-delay: 0.7s; animation-delay: 0.7s;  }
.dl8 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s;  }
.dl9 { -webkit-animation-delay: 0.9s; animation-delay: 0.9s;  }
.dl10 { -webkit-animation-delay: 1s; animation-delay: 1s;  }
.dl11 { -webkit-animation-delay: 1.1s; animation-delay: 1.1s;  }
.dl12 { -webkit-animation-delay: 1.2s; animation-delay: 1.2s;  }
.dl13 { -webkit-animation-delay: 1.3s; animation-delay: 1.3s;  }
.dl14 { -webkit-animation-delay: 1.4s; animation-delay: 1.4s;  }
.dl15 { -webkit-animation-delay: 1.5s; animation-delay: 1.5s;  }
.dl16 { -webkit-animation-delay: 1.6s; animation-delay: 1.6s;  }
.dl17 { -webkit-animation-delay: 1.7s; animation-delay: 1.7s;  }
.dl18 { -webkit-animation-delay: 1.8s; animation-delay: 1.8s;  }
.dl19 { -webkit-animation-delay: 1.9s; animation-delay: 1.9s;  }
.dl20 { -webkit-animation-delay: 2s; animation-delay: 2s;  }

@-webkit-keyframes fadeInLefts {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-5%,0,0);
		transform: translate3d(-5%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLefts {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-5%,0,0);
		-ms-transform: translate3d(-5%,0,0);
		transform: translate3d(-5%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLefts {
	-webkit-animation-name: fadeInLefts;
	animation-name: fadeInLefts
}

@-webkit-keyframes fadeInRights {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(5%,0,0);
		transform: translate3d(5%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRights {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(5%,0,0);
		-ms-transform: translate3d(5%,0,0);
		transform: translate3d(5%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRights {
	-webkit-animation-name: fadeInRights;
	animation-name: fadeInRights;
}

@keyframes sdb04 {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    25% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    75% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.sdb04 {
    -webkit-animation: sdb04 3.5s infinite ease-in-out;
    -moz-animation: sdb04 3.5s infinite ease-in-out;
    animation: sdb04 3.5s infinite ease-in-out;
}

@keyframes zhuanquanquan {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.zhuanquanquan {
    -webkit-animation: zhuanquanquan 8s infinite linear;
    -moz-animation: zhuanquanquan 8s infinite linear;
    animation: zhuanquanquan 8s infinite linear;
}


.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #7bb8c3;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #8ac3cd;
}

body::-webkit-scrollbar-button {
    display: none;
}

.container {
    position: relative;
    width: 320px;
    margin: 0 auto;
    padding: 0 20px;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.login .logo {
    width: 33.3333vw;
    margin-top: 8.62vh;
}

.login h2 {
    font-size: 1.9rem;
    color: #004976;
    letter-spacing: .3em;
    margin-right: -.3em;
    text-align: right;
    margin-top: 4rem;
}

.login .title {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login .title span {
    font-size: 5rem;
    color: #004976;
}

.login .tips {
    font-size: 1.4rem;
    margin-top: 4rem;
}

.login_form {
    margin-top: 1.5rem;
}

.login_form .input {
    margin-bottom: 0;
}

.login .input {
    position: relative;
    margin-bottom: 1rem;
    height: 3.5rem;
    border: 1px solid #c5c5c5;
    background-color: #ffffff;
    padding-left: 3.5rem;
}

.login .input .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.5rem;
    height: 100%;
    border-right: 1px solid #c5c5c5;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .input .icon img {
    width: 50%;
}

.login .input input {
    width: 100%;
    height: 100%;
    padding: 0 0.9rem;
    line-height: 3.5rem;
    font-size: 1.4rem;
}

.login .input.sendCode input {
    padding: 0 9rem 0 0.9rem;
}

.input .vfcode {
    position: absolute;
    right: .5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8rem;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
    background-color: #eaebec;
    text-align: center;
    letter-spacing: .05em;
    border-radius: 200px;
    transition: .3s;
}

.input .vfcode .count {
    display: none;
    cursor: not-allowed;
}

.input .vfcode .normal {
    height: 100%;
    cursor: pointer;
}

.input .vfcode.active {
    /* width: 10rem; */
}

.input .vfcode.active .count {
    display: block;
}

.input .vfcode.active .normal {
    display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8f9397;
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.agree {
    margin-top: 2rem;
}

.agree label {
    display: block;
    font-size: 0;
}

.agree input[type='checkbox'] {
    display: inline-block;
    vertical-align: middle;
    width: 1.7rem;
    height: 1.7rem;
    background-image: url('../images/unchecked.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    cursor: pointer;
}

.agree input[type='checkbox']:checked {
    background-image: url('../images/checked.png');
}

.agree span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    font-size: 1rem;
    padding-bottom: 3px;
    border-bottom: 1px solid #9c9fa2;
}

.login .submit {
    width: 100%;
    height: 4rem;
    margin-top: 3rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 4rem;
    color: #ffffff;
    background-color: #e60012;
    transition: .45s;
    cursor: pointer;
}

.login .submit:active {
    background-color: #004976;
}

/* catalog */
.catalog {
    overflow-x: hidden;
    padding-bottom: 4rem;
}

.catalog .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.catalog_swiper {
    margin-top: 14.6vh;
    overflow: visible !important;
}

.catalog_swiper .cv {
    width: 19.7rem;
    height: 35rem;
}

.catalog_swiper .cv img.cover {
    width: 100%;
}

.catalog_swiper .cv.complete .status .g {
    opacity: 1;
}

.catalog_swiper .cv.complete .status .s {
    opacity: 0;
}

.catalog_swiper .cv .catalog_b_line {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    width: 92%;
}

.catalog_swiper .cv .status {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(50%);
    width: 15.86667vw;
    height: 16.93333vw;
}

.catalog_swiper .cv .status img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 2.5s;
}

.catalog_swiper .cv .status img.g {
    opacity: 0;
}

/* .catalog_swiper .cv .medal {
    position: absolute;
    left: 0;
    bottom: calc(19.7rem / 375 * 143 / 2 * -1);
    width: 100%;
    height: calc(19.7rem / 375 * 143);
}

.catalog_swiper .cv .medal img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

.catalog .bottom {
    margin-top: 6.45vh;
    text-align: center;
}

.catalog .bottom .tit {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .3em;
}

.catalog .bottom .status {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.25vh;
}

.catalog .bottom .status span {
    font-size: 1.2rem;
    color: #8f9397;
}

.catalog .bottom .status img {
    width: 1.5rem;
    margin-left: 0.5rem;
}

.catalog .bottom .tips {
    position: relative;
    font-size: 1rem;
    color: #8f9397;
    text-align: center;
    margin: 1rem auto 0;
    padding: 0.75rem 1rem;
    border: 1px solid #cacaca;
    width: 78vw;
}

.catalog .bottom .tips img {
    position: absolute;
    width: 0.6rem;
    left: -1px;
    top: -1px;
}

.catalog .bottom .lingqu {
    display: none;
    padding: 0.75rem;
    color: #ffffff;
    font-size: 1rem;
    margin: 1rem auto 0;
    width: 22vw;
    background-color: #004976;
}

.catalog .bottom .btn {
    display: block;
    width: 18rem;
    height: 3.5rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.5rem;
    color: #ffffff;
    background-color: #e60012;
    transition: .45s;
    cursor: pointer;
    margin: 4vh auto 0;
}

.catalog .bottom .btn:active {
    background-color: #004976;
}


/* intro1 */
.intro1 {
    background-color: #ffffff;
}

.intro1 .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding-bottom: 10vh;
}

.intro1 .content .logo {
    width: 8.4rem;
    margin: 0 auto;
}

.intro1 .content .top {
    width: 20rem;
    margin: 2.5rem auto 0;
    color: #ffffff;
    font-size: 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: bold;
}

.intro1 .content .middle {
    width: 20rem;
    margin: 1.5vh auto 0;
    color: #ffffff;
    font-size: 5.9rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: normal;
}

.intro1 .content .bottom {
    width: 20rem;
    margin: 1.5vh auto 0;
    height: 3.1rem;
    line-height: 3.1rem;
    color: #ffffff;
    font-size: 1.9rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    font-weight: bold;
}

.intro1 .content .play {
    width: 6rem;
    margin: 4.49vh auto 0;
}

.intro1 .content .btn {
    display: block;
    margin: 7.19vh auto 0;
    width: 26rem;
    height: 3.5rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.5rem;
    color: #ffffff;
    background-color: #394e64;
    transition: .45s;
    cursor: pointer;
}

/* intro1_2 */
.intro1_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.intro1_2 .logo {
    position: absolute;
    width: 11.2vh;
    top: 1.1rem;
    right: 1.5rem;
}

.intro1_2 .book {
    width: 60vw;
    margin-top: 10vh;
    transition: .6s;
}

.intro1_2 .book:active {
    transform: scale(0.85);
}

.intro1_2 .word {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
    color: #e60012;
}

/* book1 */
.book1_swp {
    width: 100%;
    height: 100%;
}

.book1_swp .swiper-slide {
    overflow: hidden;
}

.book1_swp .scroll {
    display: none;
    position: absolute;
    width: 6.1rem;
    left: 0;
    right: 0;
    bottom: -2rem;
    margin: auto;
    z-index: 9;
}

.book1_swp .b1 {
    background-color: rgb(252,252,252);
}

.book1_swp .b1 .backGround {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book1_swp .page1 {
    
}

.book1_swp .page1 .contain {
    position: relative;
    width: 26.5rem;
    margin: 12.44vh auto 0;
    color: #004976;
}

.book1_swp .page1 .contain span {
    position: absolute;
}

.book1_swp .page1 .contain span.w1 {
    font-size: 2.4rem;
    top: 0;
    left: 5rem;
}

.book1_swp .page1 .contain span.w2 {
    font-size: 4.49rem;
    top: 2.4rem;
    left: 5rem;
}

.book1_swp .page1 .contain span.w3 {
    font-size: 2.4rem;
    top: 4.8rem;
    left: 14.4rem;
}

.book1_swp .page1 .contain span.w4 {
    font-size: 4.49rem;
    top: 4.2rem;
    left: 17.4rem;
}

.book1_swp .page1 .contain span.w5 {
    font-size: 2.4rem;
    top: 8rem;
    left: 0;
}

.book1_swp .page1 .contain span.w6 {
    font-size: 4.49rem;
    top: 8rem;
    left: 10.5rem;
}

.book1_swp .page1 .contain span.w7 {
    font-size: 1.7335rem;
    top: 13.5rem;
    left: 10.5rem;
    white-space: nowrap;
}

.book1_swp .page1 .contain span.w8 {
    font-size: 1.4475rem;
    top: 16rem;
    left: 6.5rem;
    white-space: nowrap;
}

.book1_swp .page1 .contain span.w9 {
    font-size: 2.57rem;
    top: 16rem;
    left: 14.5rem;
    white-space: nowrap;
}

.book1_swp .page1 .text {
    position: absolute;
    width: 28rem;
    top: 45.73vh;
    left: 0;
    right: 0;
    margin: auto;
    color: #333f48;
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
}

.book1_swp .page1 .text span.red {
    color: #e60012;
}

.book1_swp .page2 {

}

.book1_swp .page2 p {
    font-size: 1.4rem;
    color: #333f48;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page2 p span.red {
    color: #e60012;
}

.book1_swp .page2 .p1 {
    margin-top: 4.383vh;
}

.book1_swp .page2 .p2 {
    margin-top: 1.215vh;
}

.book1_swp .page2 .y_t {
    width: 3.74vw;
    margin: 1.8rem auto 1.35rem;
}

.book1_swp .page2 .word {
    font-size: 1.8rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page2 .y_b {
    width: 3.74vw;
    margin: 1.35rem auto 0;
}

.book1_swp .page2 .hand_l {
    position: absolute;
    width: 56vw;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.book1_swp .page2 .hand_r {
    position: absolute;
    width: 50.6vw;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.book1_swp .page2 .hand_t {
    position: absolute;
    width: 33vw;
    left: 30vw;
    bottom: 19rem;
    z-index: 3;
}

.book1_swp .logo {
    position: absolute;
    width: 11.2vh;
    top: 1.1rem;
    right: 1.5rem;
}

.book1_swp .page3 p {
    font-size: 1.4rem;
    color: #333f48;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page3 p .red {
    color: #e60012;
}

.book1_swp .page3 p .blue {
    color: #004976;
}

.book1_swp .page3 .p1 {
    margin-top: 7.5vh;
}

.book1_swp .page3 .p2 {
    margin-top: 1.35vh;
}

.book1_swp .page3 .word {
    font-size: 1.8rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page3 .y_t {
    width: 3.74vw;
    margin: 1.8rem auto 1.35rem;
}

.book1_swp .page3 .y_b {
    width: 3.74vw;
    margin: 1.35rem auto 0;
}

.book1_swp .page3 .people {
    position: absolute;
    width: 26vw;
    left: 23vw;
    bottom: 0;
    z-index: 2;
}

.book1_swp .page3 .map {
    position: absolute;
    width: 90vw;
    right: 5vw;
    bottom: 15vh;
    z-index: 1;
}

.book1_swp .page3 .flag {
    position: absolute;
    width: 99vw;
    left: 0;
    top: -363%;
    margin-left: -5vw;
    max-width: initial !important;
    max-height: initial !important;
}

.book1_swp .page3 .xian {
    position: absolute;
    width: 99vw;
    left: 0;
    top: -363%;
    margin-left: -5vw;
    max-width: initial !important;
    max-height: initial !important;
}

.book1_swp .page3 .xian2 {
    position: absolute;
    width: 99vw;
    left: 0;
    top: -363%;
    margin-left: -5vw;
    max-width: initial !important;
    max-height: initial !important;
}

.book1_swp .page3 .xian3 {
    position: absolute;
    width: 99vw;
    left: 0;
    top: -363%;
    margin-left: -5vw;
    max-width: initial !important;
    max-height: initial !important;
}

.book1_swp .page4 p.p1 {
    font-size: 1.4rem;
    color: #333f48;
    line-height: 1.8;
    text-align: center;
    margin-top: 3.985vh;
}

.book1_swp .page4 p.p1 span.red {
    color: #e60012;
}

.book1_swp .page4 .y_t {
    width: 3.74vw;
    margin: 1.8rem auto 1.35rem;
}

.book1_swp .page4 .y_b {
    width: 3.74vw;
    margin: 1.35rem auto 0;
}

.book1_swp .page4 .word {
    font-size: 1.8rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page4 .line {
    font-size: 1.4rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
    margin-top: 2.1vh;
    padding: 1rem 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.book1_swp .page4 .line span {
    color: #e60012;
}

.book1_swp .page4 .data1 {
    position: relative;
    width: 100%;
    margin-top: -87vw;
}

.book1_swp .page4 .data1 .num {
    display: none;
    position: absolute;
}

.book1_swp .page4 .data1 .num.num1 {
    left: 2%;
    top: 60%;
    transform: scale(0.4);
}

.book1_swp .page4 .data1 .num.num2 {
    left: 14%;
    top: 59%;
    transform: scale(0.6);
}

.book1_swp .page4 .data1 .num.num3 {
    left: 39%;
    top: 57%;
    transform: scale(0.8);
}

.book1_swp .page4 .data1 .num.num4 {
    left: 78%;
    top: 53%;
    transform: scale(1);
}

.book1_swp .page4 .data1 .num p {
    font-size: 1.1rem;
}

.book1_swp .page4 .data1 .num div {
    font-size: 1.1rem;
    color: #004976;
}

.book1_swp .page4 .data1 .num div span {
    font-size: 3.4rem;
    color: #e60012;
}

.book1_swp .page5 p.p1 {
    position: relative;
    font-size: 1.4rem;
    color: #333f48;
    line-height: 1.8;
    text-align: center;
    margin-top: 7.5vh;
    z-index: 2;
}

.book1_swp .page5 .y_t {
    position: relative;
    width: 3.74vw;
    margin: 2.1rem auto 1.35rem;
    z-index: 3;
}

.book1_swp .page5 .y_b {
    position: relative;
    width: 3.74vw;
    margin: 1.35rem auto 0;
    z-index: 3;
}

.book1_swp .page5 .word {
    position: relative;
    font-size: 1.8rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
    z-index: 3;
}

.book1_swp .page5 .desk1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.book1_swp .page5 .desk_1 {
    position: absolute;
}

.book1_swp .page5 .page5_building {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.book1_swp .page5 .page5_building .swiper-slide {
    width: 100% !important;
    opacity: 1 !important;
}

.book1_swp .page5 .page5_building .swiper-slide img {
    width: 100% !important;
}

.book1_swp .page5 .page5_building.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: linear !important;
}

.book1_swp .page5 .desk_2 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.book1_swp .page5 .desk_3 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.book1_swp .page6 p.p1 {
    font-size: 1.4rem;
    color: #333f48;
    line-height: 1.8;
    text-align: center;
    margin-top: 8.25vh;
}

.book1_swp .page6 .y_t {
    width: 3.74vw;
    margin: 3rem auto 1.35rem;
}

.book1_swp .page6 .y_b {
    width: 3.74vw;
    margin: 1.35rem auto 0;
}

.book1_swp .page6 .word {
    font-size: 1.8rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page6 .yisheng1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.book1_swp .page6 .yisheng_1 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.book1_swp .page6 .yisheng_2 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.book1_swp .page7 p.p1 {
    font-size: 1.4rem;
    color: #333f48;
    line-height: 1.8;
    text-align: center;
    margin-top: 8.25vh;
}

.book1_swp .page7 .y_t {
    width: 3.74vw;
    margin: 3.935rem auto 1.35rem;
}

.book1_swp .page7 .y_b {
    width: 3.74vw;
    margin: 1.35rem auto 0;
}

.book1_swp .page7 .word {
    font-size: 1.8rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page7 .sunshine1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.book1_swp .page7 .yuan {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.book1_swp .page7 .yaowan {
    position: absolute;
    width: 40vw;
    bottom: 32vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.book1_swp .page7 .handl {
    position: absolute;
    width: 60vw;
    bottom: 15vw;
    left: 0;
    z-index: 3;
}

.book1_swp .page7 .handr {
    position: absolute;
    width: 60vw;
    bottom: 50vw;
    right: 0;
    z-index: 3;
}

.book1_swp .page7 .sun {
    display: none;
    position: absolute;
    width: 150vw;
    bottom: -28vw;
    left: -25vw;
    z-index: 1;
    max-width: initial !important;
    max-height: initial !important;
}


.book1_swp .page8 p {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    color: #333f48;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page8 p.p1 {
    position: relative;
    z-index: 1;
    margin-top: 4.8vh;
}

.book1_swp .page8 p.p2 {
    position: relative;
    z-index: 1;
    margin-top: 1.125vh;
}

.book1_swp .page8 .y_t {
    position: relative;
    z-index: 1;
    width: 3.74vw;
    margin: 2.1rem auto 1.35rem;
}

.book1_swp .page8 .y_b {
    position: relative;
    z-index: 1;
    width: 3.74vw;
    margin: 1.35rem auto 0;
}

.book1_swp .page8 .word {
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page8 .desk2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    width: 90vw;
}

.book1_swp .page8 .boyin_1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.book1_swp .page8 .boyin_2 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.book1_swp .page8 .boyin_3 {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0;
    width: 100%;
}

.book1_swp .page8 .boyin_4 {
    display: none;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}


.book1_swp .page9 .y_t {
    width: 3.74vw;
    margin: 3.67vh auto 1.35rem;
}

.book1_swp .page9 .y_b {
    width: 3.74vw;
    margin: 1.35rem auto 0;
}

.book1_swp .page9 .word {
    font-size: 1.8rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page9 .word strong {
    font-weight: bold;
}

.book1_swp .page9 .page9_swp {
    margin-top: 2.1vh;
    padding-bottom: 2.5rem;
    --swiper-pagination-color: #e60012;
}

.book1_swp .page9 .page9_swp .p9 {
    font-size: 1.2rem;
    color: #333f48;
    line-height: 1.8;
    padding: 0 9vw;
}

.book1_swp .page9 .page9_swp .p9_pag {
    bottom: 0;
}

.book1_swp .page9 .award {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8.5vh;
    margin: auto;
    width: 24vw;
    z-index: 3;
}

.book1_swp .page9 .jiangbei_1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.book1_swp .page9 .jiangbei_2 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.book1_swp .page9 .jiangbei_3 {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0;
}

.book1_swp .page9 .jiangbei_4 {
    display: none;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}



.book1_swp .page10 p {
    font-size: 1.4rem;
    color: #333f48;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page10 p.p1 {
    margin-top: 4.8vh;
}

.book1_swp .page10 p.p2 {
    margin-top: 1.125vh;
}

.book1_swp .page10 .y_t {
    width: 3.74vw;
    margin: 2.1rem auto 1.35rem;
}

.book1_swp .page10 .y_b {
    width: 3.74vw;
    margin: 1.35rem auto 0;
}

.book1_swp .page10 .word {
    font-size: 1.8rem;
    color: #004976;
    line-height: 1.8;
    text-align: center;
}

.book1_swp .page10 .diqiu_1 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.book1_swp .page10 .diqiu_2 {
    display: none;
    position: absolute;
    bottom: -46%;
    left: -20%;
    width: 140%;
    z-index: 2;
    max-width: initial !important;
    max-height: initial !important;
}

.book1_swp .page10 .diqiu_3 {
    display: none;
    position: absolute;
    bottom: -51%;
    left: -30%;
    width: 160%;
    z-index: 2;
    max-width: initial !important;
    max-height: initial !important;
}

.history {

}

/* .history .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77,0,.175,1) !important;
} */

.history .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.history .history_swp {
    width: 100vw;
    height: 100vh;
}

.history .h_c {
    position: absolute;
    /* left: 0; */
    left: -72vw;
    top: 50%;
    transform: translateY(-55%);
    /* width: 60vw; */
    width: 131.4vw;
    height: 131.4vw;
    z-index: 1;
}

.history .h_c .circle {
    
}

.history .h_c .title {
    position: absolute;
    left: 81vw;
    top: 50%;
    transform: translateY(-50%);
}

.history .h_c .title .company_name {
    font-size: 4.402rem;
    color: #e60012;
    line-height: 1.2;
}

.history .h_c .title .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1.3;
}

.history .h_c .title span {
    font-size: 2.054rem;
    color: #e60012;
}

.history .h_c .item {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
}

.history .h_c .item:active .right {
    margin-left: 3.5rem;
}

.history .h_c .item .icon {
    width: 4rem;
}

.history .h_c .item .right {
    margin-left: 1.1rem;
    transition: .45s;
}

.history .h_c .item .right .tit {
    font-size: 2.2rem;
    font-weight: bold;
    color: #004976;
}

.history .h_c .item .right .year {
    font-size: 1rem;
    color: #333f48;
    margin-top: 0.5rem;
}

.history .h_c .item .right .arr_r {
    width: 1.9rem;
    margin-top: 0.6rem;
    margin-left: 0.2rem;
}

.history .h_c .item.item1 {
    left: 81.5%;
    top: 8.5%;
}

.history .h_c .item.item2 {
    left: 92.8%;
    top: 25%;
}

.history .h_c .item.item3 {
    left: 97%;
    top: 45%;
}

.history .h_c .item.item4 {
    left: 93%;
    top: 64%;
}

.history .h_c .item.item5 {
    left: 82%;
    top: 81%;
}

.history .btn {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    text-align: center;
}

.history .btn a {
    display: inline-block;
    width: 10rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
}

.history .history_swp .history_swp_inner {
    width: 100%;
    height: 74vh;
    margin-top: 12vh;
    overflow: visible;
    padding-bottom: 2.5rem;
}

.history .history_swp .history_swp_inner .h1_i {
    width: 82vw;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.7);
    padding: 0 1.9rem;
}

.history .history_swp .history_swp_inner .h1_i .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -9.335vw;
    margin: auto;
    width: 18.67vw;
    height: 18.67vw;
    background-size: contain;
}

.history .history_swp .history_swp_inner .h1_i .tit {
    width: 100%;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 7vh;
}

.history .history_swp .history_swp_inner .h1_i .part {
    margin-top: 2.25vh;
}

.history .history_swp .history_swp_inner .h1_i .part .year {
    font-size: 2.4rem;
    color: #e60012;
    margin-bottom: 1.2rem;
}

.history .history_swp .history_swp_inner .h1_i .part p {
    padding-left: 1.2rem;
    font-size: 1.4rem;
    line-height: 2;
    background-image: url('../images/red_point.png');
    background-repeat: no-repeat;
    background-position: 0 1.15rem;
    background-size: 0.4rem;
}

.history .history_swp .history_swp_inner .h1_i .part p:first-child {
    margin-top: 2rem;
}

.history .history_swp .history_swp_inner .history_swp_inner_pag {
    --swiper-pagination-color: #e60012;
    bottom: 0;
}

.history .history_swp .history_swp_inner .history_swp_inner_pag .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
}

.history .history_swp .btn1 {
    margin-top: 3rem;
}

.history .history_swp .btn1 .back1 {
    width: 10rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.history .history_swp .btn1 .back1 img {
    width: 1.9rem;
}

.history .history_swp .btn1 .back1 span {
    font-size: 1.4rem;
    margin-left: 1rem;
}

/* team */
.team {
    overflow-x: hidden;
    padding-bottom: 4rem;
}

.team .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.team .title {
    font-size: 1.9rem;
    color: #004976;
    text-align: center;
    margin-top: 10.5vh;
}

.team_swp {
    margin-top: 2.99vh;
    padding-bottom: 3.74vh !important;
    overflow: visible !important;
    --swiper-pagination-color: #e60012;
}

.team_swp .team_swp_pag {
    bottom: 0 !important;
}

.team_swp .team_swp_pag .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.team_swp .t {
    width: calc(100vw - 45px);
}

.team_swp .t .people {
    position: relative;
    height: 36.4vw;
    padding-left: 4vw;
    margin-bottom: 2.24vh;
}

.team_swp .t .people:last-child {
    margin-bottom: 0;
}

.team_swp .t .people .portrait {
    position: absolute;
    left: 0;
    top: 2.66667vw;
    width: 21.33333vw;
    height: 21.33333vw;
    z-index: 2;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0.2);
    background-color: #ffffff;
}

.team_swp .t .people .portrait .header {
    width: 100%;
    height: 100%;
}

.team_swp .t .people .portrait .r_b {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 1.2rem;
}

.team_swp .t .people .block {
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.team_swp .t .people .block .top {
    height: 26.66667vw;
    padding-left: 24vw;
    color: #2fb6f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.team_swp .t .people .block .top .name {
    font-size: 1.6rem;
}

.team_swp .t .people .block .top .desc {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.team_swp .t .people .block .top .position {
    font-size: 1.2rem;
    margin-top: 0.75rem;
}

.team_swp .t .people .block .tag {
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding: 5px 20px;
}

.team_swp .t .people .block .tag img {
    margin: 0 auto;
}

.team .btn {
    margin-top: 4.95vh;
    text-align: center;
}

.team .btn a {
    display: inline-block;
    width: 10rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
}

/* book1 end */

.book1_end {

}

.book1_end .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.book1_end .cardlist {
    width: calc(100vw - 4.5rem);
    height: 65.967vh;
    margin: 16.34vh auto 0;
    overflow: visible !important;
}

.book1_end .card {
    position: relative;
    /* width: calc(100vw - 4.5rem);
    height: 65.967vh;
    margin: 16.34vh auto 0; */
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    padding: 11.69vh 11% 0;
}

.book1_end .swiper-pagination-bullet {
    background-color: #e60012 !important;
}

.book1_end .portrait {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10.66666vw;
    width: 21.33333vw;
    height: 21.33333vw;
    z-index: 2;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0.2);
    background-color: #ffffff;
}

.book1_end .header {
    width: 100%;
    height: 100%;
}

.book1_end .r_b {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 1.2rem;
}

.book1_end .yinhao_t {
    margin: 0 auto;
}

.book1_end .card > p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 5.247vh;
}

.book1_end .card .name {
    font-size: 1.4rem;
    color: #e60012;
    margin-top: 4rem;
    text-align: right;
}

.book1_end .card .position {
    font-size: 1rem;
    color: #e60012;
    margin-top: 0.5rem;
    text-align: right;
}

.book1_end .status {
    font-size: 1.2rem;
    color: #8f9397;
    margin-top: 5.247vh;
    text-align: center;
}

.book1_end .btn {
    margin-top: 1.949vh;
    text-align: center;
}

.book1_end .btn a {
    display: inline-block;
    width: 14rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
}


/* intro2 */

@keyframes rotate_scaleDown {
    0% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
}

.rotate_scaleDown {
    -webkit-animation: rotate_scaleDown 2s ease-in-out;
    -moz-animation: rotate_scaleDown 2s ease-in-out;
    animation: rotate_scaleDown 2s ease-in-out;
}

.intro2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#001830, #012649,#001830);
}

.intro2 .backGround {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.intro2 .backGround1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.intro2 .middle {
    position: relative;
    width: 80vw;
    margin-top: -5vh;
    z-index: 3;
}

.intro2 .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: -4rem;
    margin: auto;
    width: 22.66667vw;
}

.intro2 .btn {
    position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.intro2 .btn a {
    display: inline-block;
    font-size: 1.4rem;
    width: 26rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: rgba(255,255,255,0.2);
    text-align: center;
    color: #ffffff;
}

/* guide */

.guide {
    overflow: auto;
    padding-bottom: 3rem;
}

.guide .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.guide .card {
    position: relative;
    width: calc(100vw - 4.5rem);
    margin: 16.34vh auto 0;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    padding: 5.4rem 2rem 3rem;
}

.guide .card .line6 {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    max-width: initial !important;
}

.guide .card .ribbon {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
}

.guide .card .header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    margin: auto;
    width: 5rem;
}

.guide .card ul li {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    list-style-type: disc;
    list-style-position: inside;
}

.guide .card p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.guide .card p.first {
    line-height: 2;
    margin-bottom: 0;
}

.guide .card p.last {
    margin-top: 3rem;
}

.guide .card p:last-child {
    margin-bottom: 0;
}

.guide .card p span {
    color: #e60012;
}

.guide .btn {
    margin-top: 3rem;
    text-align: center;
}

.guide .btn a {
    display: inline-block;
    width: 14rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
}

.guide .card .item {
    position: relative;
    /* height: 41.33333vw; */
    border: 1px solid #cacaca;
    text-align: center;
    padding-bottom: 2.7rem;
    margin-top: 4.1rem;
}

.guide .card .item.complete .status .g {
    opacity: 1;
}

.guide .card .item.complete .status .s {
    opacity: 0;
}

.guide .card .item .corner_r_b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
}

.guide .card .item .zhang {
    font-size: 1rem;
    color: #004976;
    margin-top: 3rem;
}

.guide .card .item .title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #004976;
    /* margin-top: 1rem; */
    margin-top: 3rem;
}

.guide .card .item .line {
    width: 1.5rem;
    height: 3px;
    background-color: #e60012;
    margin: 1.5rem auto 0;
}

.guide .card .item .desc {
    font-size: 1.2rem;
    margin-top: 0.4rem;
    padding: 0 3rem;
    line-height: 1.8;
}

.guide .card .item .desc.desc1 {
    margin-top: 1.5rem;
}

.guide .card .item .status {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 15.86667vw;
    height: 16.93333vw;
}

.guide .card .item .status img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

.guide .card .item .status img.g {
    opacity: 0;
}

/* book2_1 */
.book2_1 {
    overflow: auto;
    padding-bottom: 4rem;
}

.book2_1 .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.book2_1 .title {
    margin-top: 9vh;
    font-size: 1.9rem;
    color: #004976;
    text-align: center;
}

.book2_1_swp {
    margin-top: 2.99vh;
    width: 100%;
    height: 74vh;
    overflow: visible !important;
    padding-bottom: 2.6rem !important;
    --swiper-pagination-color: #e60012;
}

/* .book2_1_swp .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77,0,.175,1) !important;
} */

.book2_1_swp .swiper-pagination {
    bottom: 0 !important;
}

.book2_1_swp .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.book2_1_swp .b2_1 {
    width: 82vw;
    padding: 3rem 2rem;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.7);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.book2_1_swp .s1_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book2_1_swp .s1_top .pie {
    position: relative;
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
}

.book2_1_swp .s1_top .pie .bottom {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.book2_1_swp .s1_top .pie .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18vw;
    height: 18vw;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.book2_1_swp .s1_top .pie .text .num_cover {
    font-size: 1.2rem;
}

.book2_1_swp .s1_top .pie .text span {
    font-size: 1.8rem;
}

.book2_1_swp .s1_top .pie .text p {
    font-size: 1.2rem;
    margin-top: 4px;
}

.book2_1_swp .s1_top .right {
    width: 41vw;
    height: 36vw;
}

.book2_1_swp .s1_top .right .line {
    height: 33.33333%;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2vw;
}

.book2_1_swp .s1_top .right .line:first-child {
    border-top: 1px solid #dbdbdb;
}

.book2_1_swp .s1_top .right .line .icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

.book2_1_swp .s1_top .right .line.line1 .icon {
    background-color: #404040;
}

.book2_1_swp .s1_top .right .line.line2 .icon {
    background-color: #da291c;
}

.book2_1_swp .s1_top .right .line.line3 .icon {
    background-color: #686e9f;
}

.book2_1_swp .s1_top .right .line .r {
    margin-left: 1rem;
}

.book2_1_swp .s1_top .right .line .r .num {
    font-size: 1.2rem;
    font-weight: bold;
}

.book2_1_swp .s1_top .right .line .r .num span {
    font-size: 1.5rem;
}

.book2_1_swp .s1_top .right .line .r .name {
    font-size: 1rem;
    margin-top: 0.6rem;
}

.book2_1_swp .s1_top .right .line.line1 .num {
    color: #404040;
}

.book2_1_swp .s1_top .right .line.line2 .num {
    color: #da291c;
}

.book2_1_swp .s1_top .right .line.line3 .num {
    color: #686e9f;
}

.book2_1_swp .s1_map {
    position: relative;
    margin-top: 5.5rem;
}

.book2_1_swp .s1_map .map {
    width: 100%;
}

.book2_1_swp .s1_map .line1 {
    position: absolute;
    left: 14%;
    top: 18%;
    width: 1vw;
}

.book2_1_swp .s1_map .line2 {
    position: absolute;
    left: 79.75%;
    top: 25%;
    width: 1vw;
}

.book2_1_swp .s1_map .line3 {
    position: absolute;
    left: 61%;
    top: 80.5%;
    height: 1vw;
}

.book2_1_swp .s1_map .box {
    position: absolute;
    padding: 0.75rem 0;
    width: 5.5rem;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}

.book2_1_swp .s1_map .box .country {
    font-size: 1rem;
    margin-bottom: 0.9rem;
    text-align: center;
}

.book2_1_swp .s1_map .box .num {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
}

.book2_1_swp .s1_map .box .num:last-child {
    margin-bottom: 0;
}

.book2_1_swp .s1_map .box .num.c1 {
    color: #da291c;
}

.book2_1_swp .s1_map .box .num.c2 {
    color: #686e9f;
}

.book2_1_swp .s1_map .box .num.c3 {
    color: #2fb6f2;
}

.book2_1_swp .s1_map .box.box1 {
    left: 4%;
    top: -23%;
}

.book2_1_swp .s1_map .box.box2 {
    left: 70%;
    top: -25%;
}

.book2_1_swp .s1_map .box.box3 {
    left: 38%;
    top: 68%;
}

.book2_1_swp .b2_1.b2_1_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.book2_1_swp .t1 {
    font-size: 2.25rem;
    color: #e60012;
    text-align: center;
    line-height: 1.4;
}

.book2_1_swp .t2 {
    font-size: 3rem;
    color: #e60012;
    text-align: center;
    margin-top: 0.5rem;
}

.circlelist1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0;
    margin-top: 3.9rem;
}

.circlelist1 .circle {
    display: flex;
    width: 23vw;
    height: 23vw;
    font-size: 0;
    background-image: url('../images/circle1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding: 1.3rem;
    overflow: hidden;
}

.circlelist1 .circle:nth-child(4),.circlelist1 .circle:nth-child(5) {
    position: relative;
    top: -3vw;
}

.book2_1_swp .b2_1.b2_1_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}

.circlelist2 {
    margin-top: 3.9rem;
}

.circlelist2 .row {
    text-align: center;
    font-size: 0;
}

.circlelist2 .circle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 27vw;
    height: 27vw;
    background-image: url('../images/circle2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    font-size: 0;
    vertical-align: middle;
    padding: 7px;
}

.circlelist2 .circle img {
    width: 2rem;
}

.circlelist2 .circle .num {
    color: #004976;
    font-size: 1.2rem;
    margin-top: 0.4rem;
}

.circlelist2 .circle .num span {
    font-size: 1.6rem;
}

.circlelist2 .circle p {
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    margin-top: 0.4rem;
    transform: scale(0.9);
}

.circlelist2 .row:nth-child(2) .circle {
    position: relative;
    top: -3vw;
}




.book2_1_swp .b2_1.b2_1_4 {
    padding: 3rem 0;
}

.circlelist3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circlelist3 .row {
    font-size: 0;
}

.circlelist3 .circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 27vw;
    height: 27vw;
    background-image: url('../images/circle2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    font-size: 0;
    vertical-align: middle;
    padding: 7px;
}

.circlelist3 .circle.t {
    position: relative;
    left: 3.5vw;
}

.circlelist3 .circle.b {
    position: relative;
    left: -3.5vw;
}

.circlelist3 .circle img {
    width: 2rem;
}

.circlelist3 .circle .num {
    color: #004976;
    font-size: 1.2rem;
    margin-top: 0.4rem;
}

.circlelist3 .circle .num span {
    font-size: 1.6rem;
}

.circlelist3 .circle p {
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    margin-top: 0.4rem;
}

.book2_1 .btn {
    /* position: absolute;
    bottom: 3rem;
    left: 0; */
    margin-top: 3rem;
    width: 100%;
    text-align: center;
}

.book2_1 .btn a {
    display: inline-block;
    width: 10rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
}

/* book2_2 */
.book2_2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.book2_2 .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.book2_2 .t1 {
    font-size: 1.7rem;
    color: #004976;
}

.book2_2 .t2 {
    font-size: 1.2rem;
    margin-top: 1.19vh;
}

.book2_2 .t2.first {
    margin-top: 2.24vh;
}

.book2_2 .middle {
    position: relative;
    color: #ffffff;
}

.book2_2 .middle .circle_center {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32.26667vw;
    height: 32.26667vw;
    border-radius: 50%;
    background-color: #e60012;
    z-index: 2;
}

.book2_2 .middle .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 18vw;
    margin-top: 0.2rem;
}

.book2_2 .middle .row:first-child {
    margin-top: 0;
}

.book2_2 .middle .row span {
    display: inline-block;
    font-size: 3.3605rem;
}

.book2_2 .middle .b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 18vw;
    margin-top: 0.2rem;
    /* padding: 0 0.7vw; */
}

.book2_2 .middle .b span {
    font-size: 1.219rem;
}

.book2_2 .middle .line1 {
    position: absolute;
    left: -33%;
    top: 0%;
    z-index: 1;
}

.book2_2 .middle .circle1 {
    position: absolute;
    left: -194%;
    right: 0;
    margin: auto;
    top: -34%;
    width: 21.33333vw;
    height: 21.33333vw;
    z-index: 1;
}

.book2_2 .middle .text1 {
    position: absolute;
    width: 40vw;
    left: -31%;
    transform: translate(-50%,0);
    top: -118%;
    color: #333f48;
}
/* 4 */
.book2_2 .middle .text4{
    position: absolute;
    width: 40vw;
    right: -108%;
    top: -135%;
    color: #333f48;
}
.book2_2 .middle .circle4 {
    position: absolute;
    right: -82%;
    top: -32%;
    width: 21.33333vw;
    height: 21.33333vw;
    z-index: 1;
}
.book2_2 .middle .line4 {
    position: absolute;
    left: 59%;
    top: 7%;
    z-index: 1;
}

.book2_2 .middle .line2 {
    position: absolute;
    left: -18%;
    top: 52%;
    z-index: 1;
}

.book2_2 .middle .circle2 {
    position: absolute;
    left: -78%;
    top: 78%;
    width: 21.33333vw;
    height: 21.33333vw;
    z-index: 1;
}

.book2_2 .middle .text2 {
    position: absolute;
    width: 32vw;
    left: -97%;
    top: 151%;
    color: #333f48;
}

.book2_2 .middle .line3 {
    position: absolute;
    right: -18%;
    top: 52%;
    z-index: 1;
}

.book2_2 .middle .circle3 {
    position: absolute;
    right: -78%;
    top: 78%;
    width: 21.33333vw;
    height: 21.33333vw;
    z-index: 1;
}

.book2_2 .middle .text3 {
    position: absolute;
    width: 32vw;
    right: -96%;
    top: 151%;
    color: #333f48;
}

.book2_2 .btn {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    text-align: center;
}

.book2_2 .btn a {
    display: inline-block;
    width: 10rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
}


/* book2 end */
.book2_end {
    overflow-x: hidden;
    padding-bottom: 4rem;
}

.book2_end .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.book2_end .title {
    font-size: 1.9rem;
    color: #004976;
    margin-top: 7.5vh;
    text-align: center;
}

.book2_end .card {
    position: relative;
    width: calc(100vw - 4.5rem);
    margin: 2.99vh auto 0;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    padding: 4.49vh 1.75rem;
}

.book2_end .card .video {
    position: relative;
    width: 100%;
    height: 25vh;
}

.book2_end .card .video .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.book2_end .card .video .cover .play {
    position: absolute;
    width: 20.4%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.book2_end .card .video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* background-color: #000000; */
}

.book2_end .card .desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 2rem;
}

.book2_end .card .desc:first-child {
    margin-top: 0;
}

.book2_end .card .bottom {
    position: relative;
    border: 1px solid #cacaca;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 4rem 1.5rem 1.9rem;
    margin-top: 2rem;
}

.book2_end .card .bottom p {
    text-align: left;
    margin-bottom: 2rem;
}

.book2_end .card .bottom p span {
    color: #e60012;
}

.book2_end .card .bottom .tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 11rem;
    line-height: 1.4;
    font-size: 1.4rem;
    color: #004976;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    padding: 0.4rem 1.4rem;
}

.book2_end .card .bottom .r_b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 1rem;
}

.book2_end .bottom {
    margin-top: 5.09vh;
}

.book2_end .bottom p {
    font-size: 1.2rem;
    color: #8f9397;
    text-align: center;
}

.book2_end .bottom a {
    display: block;
    width: 14rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #e60012;
    margin: 1.2rem auto 0;
    text-align: center;
}

/* intro3 */
.intro3 {
    overflow: auto;
    padding-bottom: 3rem;
}

.intro3 .logo {
    width: 22.13333vw;
    margin: 7.49vh auto 0;
}

.intro3 .text1 {
    width: 80vw;
    margin: 4.64vh auto 0;
}

.intro3 .text2 {
    width: 94vw;
    margin: 6vh auto 0;
}

.intro3 .btn {
    margin-top: 1.5rem;
    text-align: center;
}

.intro3 .btn a {
    display: inline-block;
    width: 26rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    font-size: 1.4rem;
    color: #ffffff;
}

/* book3 */
.book3 {
    overflow: auto;
    padding-bottom: 3rem;
}

.book3 .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.book3 .title {
    margin-top: 7.5vh;
    font-size: 1.9rem;
    color: #004976;
    text-align: center;
}

.book3_swp {
    margin-top: 2.99vh;
    width: 100%;
    height: 120vw;
    /* overflow: visible !important; */
    padding-bottom: 2.6rem !important;
    --swiper-pagination-color: #e60012;
}

/* .book3_swp .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77,0,.175,1) !important;
} */

.book3_swp .swiper-pagination {
    bottom: 0 !important;
}

.book3_swp .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.book3_swp .item {
    width: 82vw;
    padding: 3rem 2rem;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.1);
    /* background-color: rgba(255,255,255,0.7); */
    background-color: #ffffff;
}

.book3_swp_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book3_swp_1 .circle {
    position: relative;
    width: 65.33333vw;
    height: 65.33333vw;
}

.book3_swp_1 .circle img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.book3_swp_1 .circle .p1 {
    position: relative;
    font-size: 2.104rem;
    color: #e60012;
    text-align: center;
    z-index: 2;
    margin-top: 38%;
}

.book3_swp_1 .circle .p2 {
    position: relative;
    font-size: 3.2465rem;
    color: #e60012;
    text-align: center;
    z-index: 2;
}

.book3_swp_1 .circle span {
    position: absolute;
    display: block;
    font-size: 1.53rem;
    font-weight: bold;
    color: #004976;
    line-height: 1.4;
    text-align: center;
    z-index: 2;
    white-space: nowrap;
}

.book3_swp_1 .circle span.text1 {
    left: 85%;
    top: 0%;
}

.book3_swp_1 .circle span.text2 {
    left: 92%;
    top: 78%;
}

.book3_swp_1 .circle span.text3 {
    left: 37%;
    top: 104%;
}

.book3_swp_1 .circle span.text4 {
    left: -9%;
    top: 78%;
}

.book3_swp_1 .circle span.text5 {
    left: -9%;
    top: 0%;
}

.book3_swp_2 {
    padding: 3rem 2.7rem !important;
}

.book3_swp_2 .unit {
    font-size: 1.1rem;
    color: #333333;
}

.book3_swp_2 .list {
    max-height: 24rem;
    overflow: auto;
    margin-top: 1rem;
}

.book3_swp_2 .line {
    position: relative;
    height: 4rem;
    margin-top: 1rem;
    font-size: 0;
    text-align: left;
    background-color: #eeeeee;
}

.book3_swp_2 .line:first-child {
    margin-top: 0;
}

.book3_swp_2 .line .block {
    display: inline-block;
    vertical-align: middle;
    width: 0%;
    height: 100%;
    background-color: #71c5e8;
    transition: all 1s ease-in-out;
}

.book3_swp_2 .line.active.line1 .block {
    width: 4%;
}

.book3_swp_2 .line.active.line2 .block {
    width: 8%;
    transition-delay: 0.5s;
}

.book3_swp_2 .line.active.line3 .block {
    width: 17%;
    transition-delay: 1s;
}

.book3_swp_2 .line.active.line4 .block {
    width: 35%;
    transition-delay: 1.5s;
}

.book3_swp_2 .line.active.line5 .block {
    width: 55%;
    background-color: #e60012;
    transition-delay: 2s;
}

.book3_swp_2 .line.active.line6 .block {
    width: 74%;
    background-color: #e60012;
    transition-delay: 2.5s;
}

/* .book3_swp_2 .line.active.line6 .block {
    width: 74%;
    background-color: #e60012;
    transition-delay: 3s;
} */

/* .book3_swp_2 .line.active.line7 .block {
    width: 100%;
    background-color: #e60012;
    transition-delay: 1.5s;
} */

.book3_swp_2 .line .right {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    vertical-align: middle;
    height: 100%;
    margin-left: 1rem;
}

.book3_swp_2 .line .right span {
    font-size: 1.9rem;
    font-weight: bold;
    color: #004976;
}

.book3_swp_2 .line .right p {
    font-size: 1.1rem;
    color: #333333;
    margin-top: 0.25rem;
}

.book3_swp_2 .arr_d {
    display: none;
    width: 21.33333vw;
    margin: 1.5rem auto 0;
}

.book3_swp_2 .circlelist {
    margin-top: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book3_swp_2 .circlelist .circle {
    width: calc((82vw - 4rem) / 4);
    height: calc((82vw - 4rem) / 4);
    background-repeat: no-repeat;
    background-position: contain;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.book3_swp_2 .circlelist .circle:nth-child(odd) {
    background-image: url('../images/circle8.png');
}

.book3_swp_2 .circlelist .circle:nth-child(even) {
    background-image: url('../images/circle9.png');
}

.book3_swp_2 .circlelist .circle .p1 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #004976;   
    margin-top: -0.4rem;
}

.book3_swp_2 .circlelist .circle .p2 {
    font-size: 1.2rem;
    color: #004976;
    margin-top: 0.4rem;
}

.book3 .btn {
    margin-top: 2rem;
    text-align: center;
}

.book3 .btn a {
    display: inline-block;
    width: 10rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
}

/* book3 end */
.book3_end {
    overflow: auto;
    padding-bottom: 4rem;
}

.book3_end .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.book3_end .topimg {
    position: relative;
    margin-top: 12vh;
    height: 53.06667vw;
}

.book3_end .topimg .i1 {
    position: absolute;
    left: 13%;
    height: 100%;
    z-index: 3;
}

.book3_end .topimg .i2 {
    position: absolute;
    left: 28%;
    height: 87%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.book3_end .topimg .i3 {
    position: absolute;
    left: 41.5%;
    height: 74%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.book3_end .title {
    margin-top: 4.122vh;
    font-size: 1.9rem;
    color: #004976;
    line-height: 1.6;
    text-align: center;
}

.book3_end .line {
    width: 3rem;
    height: 3px;
    margin: 2.098vh auto 0;
    background-color: #004976;
}

.book3_end .bottom {
    position: relative;
    border: 1px solid #cacaca;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 4rem 1.5rem 1.9rem;
    margin-top: 2rem;
    width: 77.33333vw;
    margin: 2.24vh auto 0;
}

.book3_end .bottom p {
    text-align: left;
    margin-bottom: 2rem;
}

.book3_end .bottom p span {
    color: #e60012;
}

.book3_end .bottom .tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 11rem;
    line-height: 1.4;
    font-size: 1.4rem;
    color: #004976;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    padding: 0.4rem 1.4rem;
}

.book3_end .bottom .r_b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 1rem;
}

.book3_end .tips {
    font-size: 1.2rem;
    color: #8f9397;
    margin-top: 6.74vh;
    text-align: center;
}

.book3_end .btn {
    margin-top: 1.2rem;
    text-align: center;
}

.book3_end .btn a {
    display: inline-block;
    width: 12rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
}

/* intro4 */

.intro4 {

}

.intro4 .logo {
    width: 22.13333vw;
    margin: 11.244vh auto 0;
}

.intro4 .text1 {
    width: 90vw;
    margin: 0.5rem auto 0;
}

.intro4 .pic1 {
    position: absolute;
    width: 100vw;
    left: 0;
    top: 32%;
    z-index: 1;
}

.intro4 .pic2 {
    position: absolute;
    width: 66.6vw;
    right: 0;
    top: 46%;
    z-index: 2;
}

.intro4 .btn {
    position: absolute;
    width: 100%;
    bottom: 3rem;
    left: 0;
    text-align: center;
}

.intro4 .btn a {
    display: inline-block;
    width: 69.33333vw;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.2);
}

/* book4 */
.book4 {
    overflow: hidden;
}

.book4 .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.book4 .scrollbar {
    position: relative;
    z-index: 98;
    width: 100%;
    height: calc(100vh - 5.5rem);
    /* height: 100vh; */
    overflow-x: hidden;
    padding: 9.7vh 0 3rem;
}

.book4 .scrollbar .item {
    width: 100%;
    padding: 0 2.66667vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
}

.book4 .scrollbar .item.right {
    flex-direction: row-reverse;
}

.book4 .scrollbar .item .portrait {
    width: 10.66667vw;
    height: 10.66667vw;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

.book4 .scrollbar .item .card {
    position: relative;
    max-width: 68vw;
    min-height: 4rem;
    min-width: 5rem;
    padding: 1.2rem 1.5rem;
    font-size: 1.4rem;
    color: #333f48;
    line-height: 1.6;
    background-color: rgba(255,255,255,0.7);
    margin: 0 1.5rem;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    transition: .3s;
    border-radius: 4px;
    word-break: break-word;
}

.book4 .scrollbar .tips {
    font-size: 1.2rem;
    color: #8f9397;
    text-align: center;
    margin-top: 4rem;
}

.book4 .scrollbar .btn {
    text-align: center;
    margin-top: 1rem;
}

.book4 .scrollbar .btn a {
    display: inline-block;
    width: 18rem;
    height: 3.5rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.5rem;
    color: #ffffff;
    background-color: #e60012;
    transition: .45s;
    cursor: pointer;
    margin: 0 auto;
}

.triangle {
    border-top: 0.8rem solid transparent;
    border-right: 0.8rem solid rgba(255,255,255,0.7);
    border-bottom: 0.8rem solid transparent;
    position: absolute;
    top: 1.2rem;
    left: -0.8rem;
}
.triangle:after {
    content: '';
    position: absolute;
    top: -0.7rem;
    left: 0;
    border-top: 0.8rem solid transparent;
    border-right: 0.8rem solid #000;
    border-bottom: 0.8rem solid transparent;
    z-index: -1;
    filter: blur(9px);
}

.book4 .scrollbar .item.right .triangle {
    display: none;
    /* border-right: none;
    border-left: 0.8rem solid rgba(255,255,255,0.7);
    right: -0.8rem;
    left: initial; */
}

.book4 .scrollbar .item.right .card {
    background-color: #4a7d9d;
    color: #ffffff;
}

.book4 .scrollbar .item.right .card:before {
    content: '';
    position: absolute;
    right: -0.8rem;
    top: 1.2rem;
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-left: 0.8rem solid #4a7d9d;
    border-bottom: 0.8rem solid transparent;
    transition: .3s;
}

.book4 .scrollbar .item.redPaper .card {
    background-color: #fa9c3e;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
    width: 68vw;
}

.book4 .scrollbar .item.redPaper .card:before {
    content: '';
    position: absolute;
    left: -0.8rem;
    top: 1.2rem;
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-right: 0.8rem solid #fa9c3e;
    border-bottom: 0.8rem solid transparent;
    transition: .3s;
}

.book4 .scrollbar .item.redPaper .card img {
    width: 3.4rem;
}

.book4 .scrollbar .item.redPaper .card span {
    margin-left: 15.46667vw;
    color: #ffffff;
    line-height: 1.6;
    display: block;
    word-break: break-all;
}

.book4 .scrollbar .item.redPaper .card:active {
    background-color: #d4802b;
}

.book4 .scrollbar .item.redPaper .card:active:before {
    border-right: 0.8rem solid #d4802b;
}

.book4 .scrollbar .invite {
    margin: 2rem 0;
    font-size: 1.4rem;
    text-align: center;
}

.book4 .scrollbar .pailepai {
    margin-top: 3rem;
    font-size: 1.4rem;
    color: #8f9397;
    text-align: center;

}

.book4 .scrollbar .pailepai + .pailepai {
    margin-top: 1rem;
}

/* .book4 .scrollbar .item .card:before {
    content: '';
    position: absolute;
    left: -0.8rem;
    top: 1rem;
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-right: 0.8rem solid rgba(255,255,255,0.7);
    border-bottom: 0.8rem solid transparent;
} */

.book4 .bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
  
}

.book4 .dialog {
    width: 100%;
    /* height: 5.5rem; */
    z-index: 99;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    padding: 1rem;
    overflow: auto;
}

.book4 .dialog.disabled {
    pointer-events: none;
}

.book4 .dialog.disabled button {
    /* background-color: #117a10; */
    background-color: #dbdbdb !important;
    cursor: not-allowed;
    pointer-events: none;  
}

.book4 .dialog .textarea {
    /* font-size: 1.5rem;
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0.5rem 0.8rem; 
    border: 1px solid #c5c5c5;
    background-color: #ffffff; */
   
    float: left;  
    font-size: 1.5rem;
    width: calc(80% - 1rem);
    height: 3.5rem;
    line-height: 1.7;
    padding: 0.5rem 0.8rem;
    border: 1px solid #c5c5c5;
    background-color: #ffffff;
}

.book4 .dialog button {
    float: right;
    width: 20%;
    height: 3.5rem;
    font-size: 1.4rem;
    border-radius: 3px;
    box-shadow: 0 0px 3px 0 rgba(0,0,0,0.3);
    background-color: rgb(18,150,17);
    color: #ffffff;
    transition: .3s;
}

.book4 .dialog button:hover,.book4 .dialog button:active {
    background-color: #117a10;
    
}

.book4 .bottom .selections {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 9999999999999999999999;
    /* box-shadow: inset 0px 15px 10px -16px rgba(0,0,0,0.3); */
    transition: .6s;
}

.book4 .bottom .selections .option {
    display: none;
    width: 44%;
    padding: 0.5rem 1rem;
    margin: 1rem;
    border-top: 1px solid #eeeeee;
    font-size: 1.5rem;
    border-radius: 3px;
    background-color: #eeeeee;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    transition: 0.45s;
}

.book4 .bottom .selections .option.disabled {
    /* color: #dbdbdb;
    cursor: not-allowed;
    pointer-events: none; */
    background-image: url('../images/pass.png');
    background-position: 96%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.book4 .bottom .selections .option:active {
    background-color: #dedcdc;
}

.book4 .bottom .selections#question1 .option,
.book4 .bottom .selections#question2 .option {
    width: 100%;
}

.openRedPaper {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 199;
}

.openRedPaper .cover {
    position: relative;
    width: 100%;
    height: 100%;
}

.meng_w {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}

.flip-container {
    position: relative;
    width: 83vw;
    height: 137vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    perspective: 1000px;
}

/* .flip-container:hover .flipper {
	transform:rotateY(180deg);
} */

.front,.back {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .6s;
}

.flipper {
    width: 100%;
    height: 100%;
	transition: 0.6s cubic-bezier(.5, 0, .5, 1);
	transform-style: preserve-3d;
	position: relative;
}

.flipper.active {
    transform: rotateY(180deg);
}

.back {
    transform: rotateY(180deg);
    /* z-index: 1; */
    backface-visibility: hidden;
    visibility: hidden;
}

.flipper.active .back{
    visibility: visible;
    transition: 0s .3s;
}


.flipper.active .front{
    visibility: hidden;
    transition: 0s .3s;
}

.front .top {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.front .open_paper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11%;
    width: 27vw;
    height: 27vw;
    border-radius: 50%;
    z-index: 3;
}

.front .header {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #ffffff;
}

.front .name {
    font-size: 1.8rem;
    color: #ffd9b0;
    margin-left: 1rem;
}

.front .text {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    font-size: 2.2rem;
    color: #ffd9b0;
    text-align: center;
    line-height: 1.6;
}

.back .skip {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 2.5%;
    left: 0;
}

.back .skip a {
    display: block;
    position: relative;
    font-size: 1.4rem;
    color: #6a5426;
    padding-bottom: 0.7rem;
    text-align: center;
}

.back .skip a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #6a5426;
}

.book4 ul {
    margin-top: 1rem;
}

.book4 ul:first-child {
    margin-top: 0;
}

.book4 ul li {
    background-image: url('../images/red_point.png');
    background-position: left 1rem;
    background-size: 5px;
    padding-left: 2rem;
    background-repeat: no-repeat;
}

.book4 ul.number li {
    background-image: none;
    padding-left: 0;
    list-style-type: decimal;
    list-style-position: inside;
}

.book4 .red {
    color: #e60012;
}

.book4 .choose {
    color: #2fb6f2;
    text-decoration: underline;
    text-decoration-color: #2fb6f2;
}

.photoSwipe_wrapper {
    margin-bottom: 1rem;
}

.photoSwipe_wrapper:last-child {
    margin-bottom: 0;
}

.photoSwipe_wrapper figure {
    margin: 0;
    padding: 0;
}

/* ending */

.ending {
    overflow-x: hidden;
    padding-bottom: 3rem;
}

.ending .logo {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    width: 23%;
}

.ending .card {
    position: relative;
    width: calc(100vw - 4.5rem);
    margin: 16.34vh auto 0;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    padding: 5.4rem 2rem 3rem;
}

.ending p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.ending .card .ribbon {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
}

.ending .card .header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    margin: auto;
    width: 5rem;
}

.ending .card p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.ending .card p.first {
    line-height: 2;
    margin-bottom: 0;
}

.ending .card p.last {
    margin-top: 3rem;
}

.ending .card p:last-child {
    margin-bottom: 0;
}

.ending .card .btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    border: 1px solid #cacaca;
    margin-top: 1.5rem;
}

.ending .card .btn img {
    width: 1.6rem;
}

.ending .card .btn span {
    font-size: 1.4rem;
    margin-left: 0.9rem;
}

.ending .card .btn .corner_r_b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
}

.ending .btns {
    margin-top: 2rem;
    text-align: center;
}

.ending .btns a {
    display: inline-block;
    width: 18rem;
    height: 3.5rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.5rem;
    color: #ffffff;
    background-color: #e60012;
    transition: .45s;
    cursor: pointer;
}

.pic_window {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    z-index: 199;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.pic_window .img {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

.pic_window .close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2rem;
    z-index: 1;
}

audio{
    display: none;
    width: 0;
    height: 0;
    outline: 0 none;
    appearance : none;
    -webkit-appearance : none;
}

.audiobtn {
    position: fixed;
    right: 4vw;
    top: 12vw;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgb(198,198,198);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.audiobtn img {
    width: 80%;
}

.rotate {
    -webkit-animation: rotating 3s linear infinite;
    -moz-animation: rotating 3s linear infinite;
    -o-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite
}

@-webkit-keyframes rotating {
    from { -webkit-transform: rotate(0) }
    to { -webkit-transform: rotate(360deg) }
}

@keyframes rotating {
    from { transform: rotate(0) }
    to { transform: rotate(360deg) }
}
@-moz-keyframes rotating {
    from { -moz-transform: rotate(0) }
    to { -moz-transform: rotate(360deg) }
}

.buling {
    animation: buling 2s ease infinite;
    -webkit-animation: buling 2s ease infinite;
}

@-webkit-keyframes buling {

0%{opacity: 1;}

50%{opacity: 0;}

100%{opacity: 1;}

}

.class_ball {
    animation: action 5s linear infinite;
    -webkit-animation: action 5s linear infinite;
    animation-duration: 5s !important;
    -webkit-animation-duration: 5s !important;
}

@-webkit-keyframes action {

from{transform: rotate(0deg)  translate(3px) rotate(0deg);}

to{transform: rotate(360deg) translate(3px) rotate(-360deg);}

}



.class_ball_reverse {
    animation: action_reverse 5s linear infinite;
    -webkit-animation: action_reverse 5s linear infinite;
    animation-duration: 5s !important;
    -webkit-animation-duration: 5s !important;
}

@-webkit-keyframes action_reverse {

from{transform: rotate(0deg)  translate(3px) rotate(0deg);}

to{transform: rotate(-360deg) translate(3px) rotate(360deg);}

}

@keyframes up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.up_down {
    -webkit-animation: up_down 5s infinite ease-in-out;
    -moz-animation: up_down 5s infinite ease-in-out;
    animation: up_down 5s infinite ease-in-out;
    animation-duration: 2s !important;
    -webkit-animation-duration: 2s !important;
}

@keyframes up_down_reverse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.up_down_reverse {
    -webkit-animation: up_down_reverse 5s infinite ease-in-out;
    -moz-animation: up_down_reverse 5s infinite ease-in-out;
    animation: up_down_reverse 5s infinite ease-in-out;
    animation-duration: 2s !important;
    -webkit-animation-duration: 2s !important;
}

@keyframes rotate1 {
    form {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate1 {
    -webkit-animation: rotate1 18s infinite linear;
    -moz-animation: rotate1 18s infinite linear;
    animation: rotate1 18s infinite linear;
    animation-duration: 18s !important;
    -webkit-animation-duration: 18s !important;
}

@keyframes rotate1_reverse {
    form {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.rotate1_reverse {
    -webkit-animation: rotate1_reverse 18s infinite linear;
    -moz-animation: rotate1_reverse 18s infinite linear;
    animation: rotate1_reverse 18s infinite linear;
    animation-duration: 18s !important;
    -webkit-animation-duration: 18s !important;
}

/* 2020-10-28 start */

.tips_down {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
    width: 4rem;
    height: 4rem;
    z-index: 9;
}

.tips_down .cover {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e60012;
    border-radius: 50%;
    /* box-shadow: 0 0 12px 0 #e60012; */
    background-color: #ffffff;
}

@keyframes sdb04 {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    25% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    75% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.sdb04 {
    -webkit-animation: sdb04 3.5s infinite ease-in-out;
    -moz-animation: sdb04 3.5s infinite ease-in-out;
    animation: sdb04 3.5s infinite ease-in-out;
}

.book1 .btn {
    display: none;
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
}

.book1 .btn a {
    display: inline-block;
    width: 14rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
}

/* 2020-10-28 end */

/* 2020-11-13 start */
.videowrap {
    width: 60vw;
    height: 40vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videowrap img {
    width: 65px;
}

.action--site-book4 img {
    max-height: initial !important;
    max-width: initial !important;
}

.front img, .back img {
    max-height: 100% !important;
    max-width: 100% !important;
}

.photoSwipe_wrapper img {
    width: 100%;
}
/* 2020-11-13 end */