.carousel {
    position: relative;
    max-width: 120rem;
    height: 33.2rem;
    overflow: hidden;
}

.carousel .arrow-wrapper {
    /*position: relative;*/
    /*max-width: 75rem;*/
    margin: 0 auto;
    position: absolute;
    max-width: 83rem;
    top: 15.6rem;
    left: 0;
    right: 0;
}

.carousel:hover .carousel-arrow {
    display: block !important;
}

.carousel .carousel-arrow {
    position: absolute;
    /* display: block; */
    width: 2.1rem;
    height: 1.8rem;
    z-index: 10;
    /*top: 15.6rem;*/
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.carousel .left-arrow {
    /*left: -8.4rem;*/
    left: 0;
    background: url("../../images/home/left.png") no-repeat;
}

.carousel .right-arrow   {
    /*right: -8.4rem;*/
    right: 0;
    background: url("../../images/home/right.png") no-repeat;
}

.carousel .bg {
    width: 100%;
    height: 33.2rem;
    background-size: contain;
}

.carousel .carousel-content{
    width: 75rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    white-space: normal;
}
.carousel .text {
    position: absolute;
    /*left: 64.9rem;*/
    right: 0;
    top: 11.6rem;
    text-align: right;
    white-space: nowrap;
}
.carousel .b2b2-text {
    position: absolute;
    top: 8.6rem;
    /*left: 22.3rem;*/
    left: 0;
    font-family: PingFangSC-Semibold;
    font-weight: normal !important;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
}

.carousel .b2b2-text * {
    margin: 0;
}

.carousel .b2b2-text h3 {
    font-size: 3.1rem;
    font-weight: normal !important;
}

.carousel .b2b2-text h3 span {
    margin-right: .7rem;
    font-size: 2rem;
    font-weight: normal !important;
}

.carousel .b2b2-text .line {
    display: block;
    width: 6.3rem;
    height: 0.1rem;
    margin: 2.4rem 0 1.9rem 0;
    background-color: #ffffff;
}

.carousel .b2b2-text p {
    font-size: 1.7rem;
    font-weight: normal !important;
}

.carousel .exam-text {
    position: absolute;
    top: 8.6rem;
    /*left: 22.3rem;*/
    left: 0;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.8rem;
    letter-spacing: 0rem;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
}

.carousel .exam-text * {
    margin: 0;
}

.carousel .exam-text h3 {
    margin-bottom: 1.3rem;
    font-size: 3.1rem;
    font-weight: normal !important;
}

.carousel .exam-text h4 {
    margin-bottom: 1.9rem;
    font-size: 2.5rem;
    font-weight: normal !important;
}

.carousel .exam-text p {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    font-weight: normal !important;
}

.carousel .exam-text button, .carousel .b2b2-text button{
    width: 10.6rem;
    height: 3.3rem;
    padding: 0;
    background-color: transparent;
    border-radius: 1.6rem;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.carousel .b2b2-text button{
    width: 8rem;
    height: 3rem;
    border-radius: 0;
    margin-right: 2rem;
    margin-top: 4rem;
}
.carousel .b2b2-text button.btn-ysz{
    background-color: #fff;
    color: #203FAA;
}
.carousel .carousel-item-wrapper {
    position: relative;
    /*white-space: nowrap;*/
    transition: all .3s ease;
}
.carousel .carousel-item-wrapper .carousel__item {
    display: none;
    /* display: inline-block; */
    /* position: relative; */
    position: absolute;
    left: 0;
    top: 0;
}
.carousel .carousel-item-wrapper .carousel__item:first-child {
    display: block;
}

.carousel-wrapper {
    position: relative;
}

.carousel-wrapper .tips {
    display: block;
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-wrapper .tips .tips-item {
    list-style: none;
    margin-right: .6rem;
    display: inline-block;
    width: 0.5rem;
	height: 0.5rem;
	background-color: #f7f7f7;
	opacity: 0.6;
    border-radius: 50%;
}

.carousel-wrapper .tips .tips-item-active {
    background-color: #ffffff;
    opacity: 1;
}
