/* flex */
.d-flex{ display: flex;}
.j-end{ justify-content: flex-end;}
.j-center{justify-content: center;}
.j-sb{justify-content: space-between;}
.j-start{justify-content: flex-start;}
.f-wrap{flex-wrap: wrap;}
.f-colu{flex-direction: column;}
.a-center{align-items: center;}
.a-self{align-items: self-start;}
.a-start{align-items: flex-start;}
.a-baseline{align-items: baseline;}
.a-end{align-items: flex-end;}
.al-start{align-content: flex-start;}
.al-end{align-content: flex-end;}
.al-center{align-content: center;}
.al-sb{align-content: space-between;}
.al-sa{align-content: space-around;}
.al-stretch{align-content: stretch;}

.ptb10 {padding: 5.2% 0;}
.mb6 { margin-bottom: 3%;}
@media (max-width: 1279px) {
    .ptb10 {padding: 10% 0;}
}
@media (max-width: 1024px) {
    .mb6 { margin-bottom: 12%;}
}

.talent-banner .pc {padding-bottom: 26%;}
.talent-banner .width {position: absolute;top: 45%;left: 50%;transform: translate(-50%,-50%);z-index: 2;}
.talent-banner .info {color: #fff;}
.talent-banner .info aside {line-height: 1.5;font-size: 45px;font-weight: bold;}
.talent-banner .info .txt {font-size: 18px;}
.talent-banner .swiper-pagination-bullet{background:#fff;border-radius:50%;opacity: 0.2;;width:8px;height:8px}
.talent-banner .swiper-pagination-bullet-active{opacity: 1;}

.talent-content .pic {border-radius: 20px;overflow: hidden;}
.talent-content .pic .img {width: 100%;padding-bottom: 77.77%;background-size: cover;transition: .3s;}
.talent-content .pic:hover .img {transform: scale(1.08)}
.talent-content .info aside {margin-bottom: 2%;font-size: 48px;color: #003d7c;font-weight: bold;}
.talent-content .info .txt {max-height:160px;padding-right: 2%;font-size: 16px;line-height: 2;color: #666;text-align: justify;overflow-y: auto;}
.talent-content .info .txt::-webkit-scrollbar{width:2px}
.talent-content .info .txt::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.11);background: #003d7c}
.talent-content .info .txt::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);background:#eee}


.talent-content-list {background: url("../img/talent_content_list_bg.jpg") no-repeat center/cover;}
.talent-content-list li {position: relative;overflow: hidden;}
.talent-content-list li:not(:last-child) {margin-bottom: 80px;}
.talent-content-list li a {display: block;}
.talent-content-list .pic {overflow: hidden;border-radius: 10px;}
.talent-content-list .pic .img {padding-bottom: 58.82%;transition: .3s;background-size: cover;}
.talent-content-list .pic:hover .img {transform: scale(1.08)}
.talent-content-list .info {border-radius: 10px;background-color: #003d7c;transition:.3s;overflow: hidden;}
.talent-content-list .info a {display: block;padding: 11%;color:#fff;}
.talent-content-list .info aside {margin-bottom: 3%;font-weight: bold;font-size: 24px;}
.talent-content-list .info .txt {margin-bottom: 6%;font-size: 16px;line-height: 1.8;}
.talent-content-list .info .more {display: inline-block;padding: 0 7.5%;line-height: 46px;border: 1px solid #fff;border-radius: 30px;text-align: center;font-size: 13px;}
.talent-content-list .info .more::after {content:'';display: inline-block;width: 13px;height: 10px;margin-left: 20px;background: url("../img/icon_more.png") no-repeat center/13px;}
.talent-content-list .info:hover {background-color: #ef7c00;}
.talent-content-list .info:hover .more {color:#ef7c00;background-color: #fff;}
.talent-content-list .info:hover .more::after {background-image: url("../img/icon_more_h.png");}


.recentActivity .h3 {margin-bottom: 3%;font-size: 48px;font-weight: bold;color: #003d7c;text-align: center;}
.recentActivity .swiper {position: relative;}
.recentActivity .swiper-slide {border-radius: 10px;border: 1px solid #eeeeee;overflow: hidden;}
.recentActivity .swiper-slide a {display: block;}
.recentActivity .pic {overflow: hidden;}
.recentActivity .pic .img {width: 100%;padding-bottom: 58.53%;background-size: cover;transition: .3s;}
.recentActivity a:hover .pic .img {transform: scale(1.08)}
.recentActivity .info {padding: 10%;overflow: hidden;transition: .3s;}
.recentActivity .info aside {margin-bottom: 3%;font-size: 20px;font-weight: bold;}
.recentActivity .info .txt {margin-bottom: 6%;font-size: 16px;line-height: 1.6;color: #666;text-align: justify;}
.recentActivity .info .more {display: inline-block;font-size: 16px;color:#003d7c;}
.recentActivity .info .more::after {content:'';display: inline-block;width: 16px;height: 12px;margin-left: 10px;background: url("../img/icon_more_blue.png") no-repeat center/contain;}
.recentActivity a:hover .info {color:#fff;background-color: #ef7c00;}
.recentActivity a:hover .info .txt {color:#fff;}
.recentActivity a:hover .info .more {color:#fff;}
.recentActivity a:hover .info .more::after {filter: brightness(0%) invert(100%);}
.recentActivity .swiper-prev,
.recentActivity .swiper-next {position:absolute;width: 48px;height: 48px;top:50%;transform:translateY(-50%);border: 1px solid #eee;border-radius: 50%;cursor: pointer;transition: .3s;}
.recentActivity .swiper-prev::after,
.recentActivity .swiper-next::after {content:'';position:absolute;width: 12px;height: 12px;top:50%;left:50%;transform:translate(-50%,-50%);background:url("../img/arrow.svg") no-repeat center/12px;}
.recentActivity .swiper-prev::after {transform: translate(-50%,-50%) rotate(180deg) ;}
.recentActivity .swiper-prev:hover,
.recentActivity .swiper-next:hover {background-color: #003d7c; border-color: #003d7c;}
.recentActivity .swiper-prev:hover::after,
.recentActivity .swiper-next:hover::after {filter: brightness(0%) invert(100%);}
.recentActivity .swiper-prev {left:-90px;}
.recentActivity .swiper-next {right:-90px;}

.scholarship-info aside {padding-bottom: 30px;margin-bottom: 30px;font-size: 42px;color:#000;border-bottom: 1px solid #eeeeee;}
.scholarship-info p {line-height: 2;font-size: 16px;color:#666;}

.scholarshipTit {position:relative;margin-bottom: 40px;padding-left: 20px;line-height:1;font-size: 30px;color: #000;}
.scholarshipTit::before,
.scholarshipTit::after {content:'';position:absolute;width: 2px;height: 50%;left:0;}
.scholarshipTit::before {top:0;background-color: #003d7c;}
.scholarshipTit::after {bottom:0;background-color: #ef7c00;}
.scholarshipNav {border-bottom: 1px solid #eee;}
.scholarshipNav li:not(:last-child){margin-right: 10px;}
.scholarshipNav li a { display:block;padding: 0 40px;line-height: 50px;font-size: 20px;text-align: center;color:#fff;border-radius:25px 25px 0 0;background-color: #003d7c;transition: .3s;}
.scholarshipNav li.active a,
.scholarshipNav li a:hover { background-color: #ef7c00;}

.scholarship-mount {padding: 4%;border-bottom: 1px solid #eee;}
.scholarship-mount .l-text {width: 15%;margin-right: 5%;font-size: 16px;color: #666;}
.scholarship-mount .l-text .tit1 {margin-bottom: 4%;}
.scholarship-mount .l-text .num {line-height:1;font-size: 36px;color: #ef7c00;}
.scholarship-mount .l-text .tit2 em {font-style: normal;}
.scholarship-mount .r-text {width: 80%; align-self: flex-end;font-size: 16px;color: #666;}


.scholarship-preview .list li {width: 32%;text-align: center;border-radius: 10px;border:1px solid #eee;}
.scholarship-preview .list li a {display: block;padding: 9.7% 0 16.6%;}
.scholarship-preview .list aside {line-height: 1.5;font-size: 20px;color:#000;}
.scholarship-preview .list .date {margin: 9.5% 0;padding:4.8% 0;line-height: 1;color:#666;font-size: 16px;background-color: #f1f1f1;}
.scholarship-preview .more {font-size: 16px;color:#003d7c;}
.scholarship-preview .more::after {content:'';display: inline-block;width: 16px;height: 12px;margin-left: 10px;background: url("../img/icon_more_blue.png") no-repeat center/contain;}
.scholarship-preview li:hover aside {color:#ef7c00;}
.scholarship-preview li:hover .more {color:#ef7c00;}
.scholarship-preview li:hover .more::after {background-image: url("../img/icon_more_h.png")}

.scholarship-news .list li {width: 32%;margin-right: 2%;border: 1px solid #eee;border-radius: 10px;overflow: hidden;}
.scholarship-news .list li:nth-child(3n) {margin-right: 0;}
.scholarship-news .list li:nth-child(3) ~ li {margin-top: 2%;}
.scholarship-news .list a {display: block;}
.scholarship-news .list .pic {position:relative;overflow: hidden;}
.scholarship-news .list .pic .tag {position:absolute;top:0;right:0;padding:0 4.8%;line-height: 40px;text-align: center;font-size: 16px;color:#fff;border-radius: 0 0 0 10px;background-color: #003d7c;z-index: 1;}
.scholarship-news .list .pic .img {width: 100%;padding-bottom: 58.53%;background-size: cover;transition: .3s;}
.scholarship-news .list a:hover .pic .img {transform: scale(1.08)}
.scholarship-news .list .info {padding: 10%;overflow: hidden;transition: .3s;}
.scholarship-news .list .info .date {margin-bottom: 5%;font-size: 14px;color: #999;}
.scholarship-news .list .info aside {margin-bottom: 7%;line-height:1.6;height: 58px;font-size: 18px;font-weight: bold;}
.scholarship-news .list .info .more {display: inline-block;font-size: 16px;color:#003d7c;}
.scholarship-news .list .info .more::after {content:'';display: inline-block;width: 16px;height: 12px;margin-left: 10px;background: url("../img/icon_more_blue.png") no-repeat center/contain;}
.scholarship-news .list a:hover .info {color:#fff;background-color: #ef7c00;}
.scholarship-news .list a:hover .info .date {color:#fff;}
.scholarship-news .list a:hover .info .more {color:#fff;}
.scholarship-news .list a:hover .info .more::after {filter: brightness(0%) invert(100%);}

.scholarship-desc .info {margin-bottom: 4%;}
.scholarship-desc .tabInfo {display: none;}
.scholarship-desc .info .tit {font-size: 20px;color: #000000;}
.scholarship-desc .info p {line-height: 2;font-size: 16px;color: #666;}
.scholarship-desc .list li {width: 32%;margin-right: 2%;border: 1px solid #eee;border-radius: 10px;overflow: hidden;}
.scholarship-desc .list li:nth-child(3n) {margin-right: 0;}
.scholarship-desc .list li:nth-child(3) ~ li {margin-top: 2%;}
.scholarship-desc .list a {display: block;}
.scholarship-desc .list .pic {position:relative;overflow: hidden;}
.scholarship-desc .list .pic .tag {position:absolute;top:0;right:0;padding:0 4.8%;line-height: 40px;text-align: center;font-size: 16px;color:#fff;border-radius: 0 0 0 10px;background-color: #003d7c;z-index: 1;}
.scholarship-desc .list .pic .img {width: 100%;padding-bottom: 58.53%;background-size: cover;transition: .3s;}
.scholarship-desc .list a:hover .pic .img {transform: scale(1.08)}
.scholarship-desc .list .txt {padding: 10%;overflow: hidden;transition: .3s;}
.scholarship-desc .list .txt .date {margin-bottom: 5%;font-size: 14px;color: #999;}
.scholarship-desc .list .txt aside {margin-bottom: 7%;height: 58px;line-height:1.6;font-size: 18px;font-weight: bold;}
.scholarship-desc .list .txt .more {display: inline-block;font-size: 16px;color:#003d7c;}
.scholarship-desc .list .txt .more::after {content:'';display: inline-block;width: 16px;height: 12px;margin-left: 10px;background: url("../img/icon_more_blue.png") no-repeat center/contain;}
.scholarship-desc .list a:hover .txt {color:#fff;background-color: #ef7c00;}
.scholarship-desc .list a:hover .txt .date {color:#fff;}
.scholarship-desc .list a:hover .txt .more {color:#fff;}
.scholarship-desc .list a:hover .txt .more::after {filter: brightness(0%) invert(100%);}

.scholarship-contact {margin-bottom: 5.2%;}
.scholarship-contact ul {justify-content: space-evenly;padding:3% 0;border:1px solid #eee;border-radius: 10px;}
.scholarship-contact li {text-align: center;}
.scholarship-contact li aside {margin-bottom: 15px;font-size: 16px;color: #999;}
.scholarship-contact li p {font-size: 18px;color:#000;}

.scholarship-project {padding: 4% 0;}
.scholarship-project .tit {margin-bottom: 30px;font-size: 30px;color: #000;text-align: center;}
.scholarship-project .list {margin-bottom: 3%;}
.scholarship-project li {width: 32%;}
.scholarship-project li:not(:nth-child(3n)) {margin-right: 2%;}
.scholarship-project li:nth-child(3) ~ li {margin-top: 2%;}
.scholarship-project li a {position: relative; display: block; font-size: 20px; display: flex; padding: 27px 70px 27px 40px; color: #fff; border-radius: 10px; background-color: #003d7c; flex-wrap: nowrap;  align-items: center; justify-content: flex-start;}
.scholarship-project li a::after {content:'';position:absolute;display: block;width: 16px;height: 12px;top:50%;right: 9.7%;transform:translateY(-50%);filter: brightness(0%) invert(100%);background: url("../img/icon_more_blue.png") no-repeat center/contain;transition: .3s;}
.scholarship-project li:hover a::after {right: 8%;}
.scholarship-project .tips {font-size: 16px;}
.scholarship-apply {padding: 3.1% 0;}
.scholarship-apply .info {margin-bottom: 2%;padding: 3.9%;border-radius: 5px;background-color: #f7f8f9;}
.scholarship-apply .info aside {font-size: 20px;color:#000;}
.scholarship-apply .info p {line-height:2;font-size: 16px;color:#666;}
.scholarship-apply .btnApply {display:inline-block;margin-top: 30px;}
.scholarship-apply .btnApply a {padding: 0 36px;line-height: 50px;border-radius: 40px;color:#fff;font-size:16px;background-color: #ef7c00;transition: .3s;}
.scholarship-apply .btnApply a::after {content:'';display: inline-block;width: 16px;height: 12px;margin-left: 10px;filter: brightness(0%) invert(100%);background: url("../img/icon_more_blue.png") no-repeat center/contain;}
.scholarship-apply .btnApply a:hover {background-color: #003d7c;}

.scholarship-faq .tit {margin: 3.9% 0 2.3%;font-size: 20px;color: #000;}
.scholarship-faq .qaItem {padding: 3.1%;border-radius: 5px;background-color: #f7f8f9;}
.scholarship-faq .qaItem.mt {margin-top: 1.5%;}
.scholarship-faq .qaItem .qCon {font-size: 16px;margin-bottom: 1.3%;padding-bottom: 1.5%;border-bottom: 1px solid #e6e6e6;}
.scholarship-faq .qaItem .aCon {line-height: 2;color: #666}
.scholarship-faq .qaItem .aCon img {max-width: 100%;}

.btn_download a {display: inline-block;margin-top: 40px;padding: 0 40px;line-height: 60px;text-align: center;font-size: 16px;color: #fff;font-weight: bold;border-radius:50px;background-color: #ef7c00;transition: .3s;}
.btn_download a::before {content:'';display: inline-block;width: 17px;height: 19px;margin-right: 10px;vertical-align: middle;background: url("../img/icon_download.png") no-repeat center/contain;}
.btn_download a:hover {background-color: #003d7c;}
.research-banner .pc {padding-bottom: 33.3%;}
.research-banner .btn_download a {display: inline-block;margin-top: 6.1%;padding: 0 40px;line-height: 60px;text-align: center;font-size: 16px;color: #fff;font-weight: bold;border-radius:50px;border:2px solid #fff;background-color:transparent;transition: .3s;}
.research-banner .btn_download a::before {content:'';display: inline-block;width: 17px;height: 19px;margin-right: 10px;vertical-align: middle;background: url("../img/icon_download.png") no-repeat center/contain;}
.research-banner .btn_download a:hover {border-color: #ef7c00;background-color: #ef7c00;}

.research {background: url("../img/research_bg.jpg") no-repeat}
.researchTit {margin-bottom: 40px;font-size: 48px;color: #003d7c;font-weight: bold;text-align: center;}
.researchIntro .researchTit {text-align: left;}
.researchIntro .pic {width: 42.18%;border-radius: 20px;overflow: hidden;}
.researchIntro .pic .img {padding-bottom: 77.77%; background-size: cover;}
.researchIntro .info {width: 50.78%;}
.researchIntro .info .txt {max-height:188px;padding-right: 2%;line-height: 2;font-size: 16px;color: #666;text-align:justify;overflow-y: auto;}
.researchIntro .info .txt::-webkit-scrollbar{width:2px}
.researchIntro .info .txt::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.11);background: #003d7c}
.researchIntro .info .txt::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);background:#eee}

.researchCourse {background: url("../img/researchCourse_bg.jpg") no-repeat center/cover;}
.researchCourse .auto {margin: 0 auto;padding: 0 4%;}
.researchCourse li {position:relative;width: 14.2%;margin-right: .5%;border-radius: 10px;overflow: hidden}
.researchCourse li:last-child {margin-right: 0;}
.researchCourse li:nth-child(1) {border-radius: 50px 10px 10px; }
.researchCourse li a {display: block;}
.researchCourse li .pic {height: 520px;}
.researchCourse li .pic .img {position: relative;height: 100%;/*padding-bottom: 208%;*/}
.researchCourse li .pic .img::after {content:'';position: absolute;width: 100%;height: 100%;background: linear-gradient(to bottom, transparent, transparent, rgba(0, 61, 124, 0.6), rgba(0, 61, 124, 0.9))}
.researchCourse li .pic .picBg {display: none;height: 100%;/*padding-bottom: 114%;*/}
.researchCourse li .info {position: absolute;width: 100%;bottom:0;left:0;padding: 10% 16%;color:#fff;}
.researchCourse li .info aside {margin-bottom: 4%;font-size: 20px;font-weight: bold;color: #fff;}
.researchCourse li .info p {line-height: 1.7;font-size: 14px;text-align: justify;}
.researchCourse li .hover {position: absolute;width: 100%;top:50%;left:0;transform: translateY(-50%);padding: 0 10%;display: none;}
.researchCourse li .hover .icon {margin-bottom: 4%;opacity: 0;transition: .3s;}
.researchCourse li .hover .icon img {max-width: 32px;}
.researchCourse li .hover aside {margin-bottom: 4%;font-size: 24px;font-weight: bold;opacity: 0;transition: .3s;}
.researchCourse li .hover p {color:#666;line-height: 2.14;text-align: justify;opacity: 0;transition: .3s;}
.researchCourse li .more {display: inline-block;margin-top: 4%;padding: 0 7.5%;line-height: 46px;color:#fff;border: 1px solid #fff;border-radius: 30px;text-align: center;font-size: 13px;background-color: #ef7c00;}
.researchCourse li .more::after {content:'';display: inline-block;width: 13px;height: 10px;margin-left: 10px;background: url("../img/icon_more.png") no-repeat center/13px;}

.researchCourse .swiper {display: none;}
.researchCourse .swiper-slide {position:relative;border-radius: 10px;overflow: hidden;transition: .5s;}
.researchCourse .swiper-slide a {display: block;}
.researchCourse .swiper-slide .pic {height: 520px;}
.researchCourse .swiper-slide .pic .img {position: relative;height: 100%;background-size: cover;/*padding-bottom: 208%;*/}
.researchCourse .swiper-slide .pic .img::after {content:'';position: absolute;width: 100%;height: 100%;background: linear-gradient(to bottom, transparent, transparent, rgba(0, 61, 124, 0.6), rgba(0, 61, 124, 0.9))}
.researchCourse .swiper-slide .pic .picBg {display: none;height: 100%;/*padding-bottom: 114%;*/}
.researchCourse .swiper-slide .info {position: absolute;width: 100%;bottom:0;left:0;padding: 30px;color:#fff;}
.researchCourse .swiper-slide .info aside {margin-bottom: 4%;font-size: 20px;font-weight: bold;color: #fff;}
.researchCourse .swiper-slide .info p {line-height: 1.7;font-size: 14px;text-align: justify;}

.researchCourse li.active {width: 25.9%;}
.researchCourse li.active .img {display: none;}
.researchCourse li.active .picBg {display: block;}
.researchCourse li.active .info {display: none;}
.researchCourse li.active .hover {display: block;}
.researchCourse li .hover .icon,
.researchCourse li .hover aside,
.researchCourse li.active .hover p {opacity: 1;}

.researchReview li {width: 32%;margin-right: 2%;border: 1px solid #eee;border-radius: 10px;overflow: hidden;}
.researchReview li:nth-child(3n) {margin-right: 0;}
.researchReview li:nth-child(3) ~ li {margin-top: 2%;}
.researchReview a {display: block;border-radius: 10px;overflow: hidden;}
.researchReview .pic {position:relative;overflow: hidden;}
.researchReview .pic .tag {position:absolute;top:0;right:0;padding:0 4.8%;line-height: 40px;text-align: center;font-size: 16px;color:#fff;border-radius: 0 0 0 10px;background-color: #003d7c;z-index: 1;}
.researchReview .pic .img {width: 100%;padding-bottom: 58.53%;background-size: cover;transition: .3s;}
.researchReview a:hover .pic .img {transform: scale(1.08)}
.researchReview .info {padding: 10%;overflow: hidden;background-color:#ffffff;transition: .3s;}
.researchReview .info .date {margin-bottom: 5%;font-size: 14px;color: #999;}
.researchReview .info aside {margin-bottom: 7%;height: 58px;line-height:1.6;font-size: 18px;font-weight: bold;}
.researchReview .info .more {display: inline-block;font-size: 16px;color:#003d7c;}
.researchReview .info .more::after {content:'';display: inline-block;width: 16px;height: 12px;margin-left: 10px;background: url("../img/icon_more_blue.png") no-repeat center/contain;}
.researchReview a:hover .info {color:#fff;background-color: #ef7c00;}
.researchReview a:hover .info .date {color:#fff;}
.researchReview a:hover .info .more {color:#fff;}
.researchReview a:hover .info .more::after {filter: brightness(0%) invert(100%);}
.research .swiper {position: relative;}
.research .swiper-prev,
.research .swiper-next {position:absolute;width: 48px;height: 48px;top:50%;transform:translateY(-50%);border-radius: 50%;cursor: pointer;border:1px solid #eee;background:#ffffff;transition: .3s;}
.research .swiper-prev::after,
.research .swiper-next::after {content:'';position:absolute;width: 12px;height: 12px;top:50%;left:50%;transform:translate(-50%,-50%);background:url("../img/arrow.svg") no-repeat center/12px;}
.research .swiper-prev::after {transform: translate(-50%,-50%) rotate(180deg) ;}
.research .swiper-prev:hover,
.research .swiper-next:hover {background-color: #003d7c; border-color: #003d7c;}
.research .swiper-prev:hover::after,
.research .swiper-next:hover::after {filter: brightness(0%) invert(100%);}
.research .swiper-prev {left:-90px;}
.research .swiper-next {right:-90px;}
.enterprise .swiper {position: relative;}
.enterprise .swiper-prev,
.enterprise .swiper-next {position:absolute;width: 48px;height: 48px;top:50%;transform:translateY(-50%);border-radius: 50%;cursor: pointer;border:1px solid #eee;background:#ffffff;transition: .3s;}
.enterprise .swiper-prev::after,
.enterprise .swiper-next::after {content:'';position:absolute;width: 12px;height: 12px;top:50%;left:50%;transform:translate(-50%,-50%);background:url("../img/arrow.svg") no-repeat center/12px;}
.enterprise .swiper-prev::after {transform: translate(-50%,-50%) rotate(180deg) ;}
.enterprise .swiper-prev:hover,
.enterprise .swiper-next:hover {background-color: #003d7c; border-color: #003d7c;}
.enterprise .swiper-prev:hover::after,
.enterprise .swiper-next:hover::after {filter: brightness(0%) invert(100%);}
.enterprise .swiper-prev {left:-90px;}
.enterprise .swiper-next {right:-90px;}

.researchNews {padding-top: 0;}
.researchNews .swiper-container {padding: 1%;}
.researchNews .swiper-slide a {padding: 30px;border-radius: 20px;box-shadow: 0 0 10px #ccc;background:#fff;transition: .3s;}
.researchNews .pic {width: 46%;max-width: 240px;}
.researchNews .pic .img {padding-bottom: 56.25%;background-repeat: no-repeat;background-size: cover;}
.researchNews .info {width: 45.1%;}
.researchNews .info .tag {display:inline-block;margin-bottom: 4%;padding: 0 20px;line-height: 28px;border:1px solid #ccd8e4;color: #003d7c;border-radius: 40px;}
.researchNews .info aside {margin-bottom: 5%;line-height: 1.8; font-size: 16px;color: #000;}
.researchNews .info .date {padding-left: 25px;color:#999;background: url("../img/icon_time.png") no-repeat left center/17px}
.researchNews .info .more {color:#999;}
.researchNews .info .more span {display: inline-block;width: 38px;height: 38px;margin-left: 5px;border-radius: 50%;vertical-align:middle;background:url("../img/arrow1-w.svg") no-repeat center/20px #cecece;}
.researchNews .swiper-slide a:hover {background-color:#ef7b00; }
.researchNews .swiper-slide a:hover .info .tag {color: #fff;border-color: #fff;}
.researchNews .swiper-slide a:hover .info aside {color: #fff;}
.researchNews .swiper-slide a:hover .info .date {color: #fff;background-image:url("../img/icon_time_h.png")}
.researchNews .swiper-slide a:hover .info .more {color: #fff;}
.researchNews .swiper-slide a:hover .info .more span {background-image: url("../img/arrow1-m1.svg");background-color: #fff;}

.Rtools{position: fixed;top: 50%;right: 20px;margin-top: -75px;z-index: 999;}
.Rtools .item{width: 90px;height: 90px;border-radius: 5px;cursor: pointer;transition: .3s;padding-top: 20px;border: 1px #eee solid;background-color: #fff;}
.Rtools .item:not(:first-child){margin-top: 10px;}
.Rtools .getTop{height: 50px;margin-top: 10px;background: #fff url(../img/19.png) no-repeat center center/27px;}
.Rtools .item .img-div{width: 28px;height: 23px;margin: 0 auto 10px;}
.Rtools .item>p{text-align: center;}
.Rtools .getTop:hover{background-color: #003d7c;background-image: url(../img/19-w.png);border-color:#003d7c}
.Rtools .item:hover {color:#fff;border-color:#003d7c;background-color: #003d7c;}
.Rtools .item:hover img {filter: brightness(0%) invert(100%);}

.popup-contact {position: fixed;top:0;left:0;width: 100vw;height: 100vh;z-index: 1000;background-color: rgba(0, 0, 0, 0.5);overflow-y:auto;display: none;}
.popup-contact .container {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width: 1120px;padding: 60px 60px 90px;border-radius: 20px;background: url("../img/popup_contact_bg.jpg") no-repeat center/cover;overflow: hidden;}
.popup-contact .container .err {font-style: normal;color:#ff0000;}
.popup-contact .container .close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;cursor: pointer;background: url("../img/icon_close.png") no-repeat center/contain #003d7c;}
.popup-contact .container .top {margin-bottom: 3%;text-align: center;}
.popup-contact .container .top aside {margin-bottom: 1%;font-size: 36px;font-weight: bold;color: #003d7c;}
.popup-contact .container .top p {font-size: 16px;color: #666;}
.popup-contact .container .text {position:relative;width: 100%;line-height: 48px;padding:0 20px;background: none;z-index: 10;}
.popup-contact .container .row {margin-bottom: 15px;}
.popup-contact .container dd {position: relative;border:1px solid #eeeeee;border-radius:5px;background-color:#fff;}
.popup-contact .container .name {position: absolute;top:0;left:20px;line-height: 48px;font-size: 14px;color:#999999;z-index: 1;}
.popup-contact .container .name span {color:#ff0000;}
.popup-contact .container dd .text::placeholder {color:transparent; }
.popup-contact .container dd .text:focus-within + .name {display: none;}
.popup-contact .container dd .text:not(:placeholder-shown) + .name {display: none;}
.popup-contact .container .row3 {font-size: 16px;color: #666;}
.popup-contact .container .row3 dd {width: 32%;}
.popup-contact .container .category{padding: 20px;border:1px solid #eeeeee;border-radius:5px;background-color:#fff;}
.popup-contact .container .category .name {position: relative;left: 0;top: 0;line-height: normal;color:#000;}
.popup-contact .container .category .radio {color:#999;}
.popup-contact .container .category .radio label {margin-left: 20px;cursor: pointer;}
.popup-contact .container .content {position: relative;width: 100%;}
.popup-contact .container .content .name  {top: 20px;line-height: normal;}
.popup-contact .container .content .textarea {width: 100%;padding: 20px;}
.popup-contact .container .content .textarea::placeholder {color:transparent; }
.popup-contact .container .content .textarea:focus-within + .name {display: none;}
.popup-contact .container .content .textarea:not(:placeholder-shown) + .name {display: none;}
.popup-contact .container .verify .code img {display: inline-block;margin: 0 10px;height: 48px;cursor: pointer;}
.popup-contact .container .verify .code span {font-size: 14px;color: #999;cursor: pointer;}
.popup-contact .container .btn {display:inline-block;margin-top: 10px;padding: 0 46px;line-height: 50px;text-align: center;color: #fff;border-radius: 10px;cursor: pointer;font-size: 16px;background-color: #ef7c00;}
.popup-contact .caption {position: relative;margin-bottom: 1.5%;line-height:1;padding-left: 14px;font-size: 20px;font-weight: bold;}
.popup-contact .caption::before {content:'';position: absolute;width: 4px;height: 100%;top:0;left:0;background-color: #333;}

.popup-manual {padding: 8% 0;}
.popup-manual .container {width: 1400px;position: relative;left:0;top:0;margin:0 auto;transform: none;}
.popup-manual .container .category_mult .name {position: relative;left:0;font-size: 16px;color: #000;}
.popup-manual .container .category_mult .text {margin: 20px 0;border: 1px solid #eeeeee;border-radius: 5px;background-color: #fff;}
.popup-manual .container .checkbox {display: flex;width: 32%;padding: 20px;border:1px solid #eeeeee;border-radius:5px;background-color:#fff;}
.popup-manual .container .row2 > * {width: 49.2%;}
.popup-manual .container .checkbox .tit {margin-right: 30px;}
.popup-manual .container .checkbox label {font-size: 14px;color: #888888;}
.popup-manual .container .checkbox label:not(:last-child) {margin-right: 20px;}
.popup-manual .container .other_ipt .text {margin: 0;height: 100%;}
.popup-manual .container .btn {margin-top: 40px;}

input[type="checkbox"]{position: relative;cursor: pointer;width: 13px;height:13px;margin-right:10px}
input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #999;border-radius: 3px}
input[type="checkbox"]:checked::before{border-color:#003d7c;background:#003d7c url(../img/checkbox.png) no-repeat center center/100%;border-radius: 3px;}
@media (max-width:1279px){
    .Rtools{ top: inherit; bottom: 20px; right: inherit; left: 50%; margin-left: -90px; margin-top: -75px;z-index: 999;}
    .Rtools {right: 5px; }
    .Rtools .item .img-div{ width: 20px; height: 20px; margin: 0 auto; }
    .Rtools .item{width: 50px;height: 50px; padding-top: 15px; /*float: left;*/ margin: 0 5px;}
    .Rtools .item>p{ font-size: 12px; display: none; }
    .Rtools .back{ margin-top:0;background: #fff url(../img/19.png) no-repeat center center/20px; }
}

.enterprise{position: relative;}
.enterprise .lab-float{position: absolute;top:100px;left: 0;width:180px;background: #003d7c;border-radius:0 10px 0 0;transition:.8s;z-index: 100;}
.enterprise .lab-float aside {line-height:50px;text-align:center;font-size: 18px;color: #fff;background-color: #ef7c00;border-radius:0 10px 0 0;}
.enterprise .lab-float aside::before {content: '';display: inline-block;width: 19px;height: 21px;margin-right: 15px;vertical-align: middle;background: url("../img/icon_course.png") no-repeat center/contain;}
.enterprise .lab-float-m{ display: none; }
.enterprise .lab-float.hide{left: -180px;}
.enterprise .lab-float.fixed{position: fixed;top:120px}
.enterprise .lab-float li{line-height: 60px;display: flex;align-items: center;text-align:center;padding:0 15px 0 20px;border-bottom: 1px solid rgba(255,255,255,.1);position: relative;transition:.3s}
.enterprise .lab-float li:last-child{border-bottom:0;}
.enterprise .lab-float li.active{background: #002a56;}
.enterprise .lab-float .img-div{width:21px;height:21px}
.enterprise .lab-float li>p{font-size: 15px;color:#fff;width:calc(100% - 21px);padding-left:10px}
.enterprise .lab-float .change{position: absolute;right:-30px;top:50px;width:30px;height:80px;border-radius: 0 20px 0 0;color:#fff;background: #ef7c00;text-align: center;padding-top: 20px;cursor: pointer;}

.courseInfo {padding: 6.25% 0;}
.courseInfo .top {position: relative;margin-bottom: 3%;padding: 0 20% 3% 0;border-bottom: 1px solid #eee;}
.courseInfo .top aside {margin-bottom: 2%;font-size: 42px;}
.courseInfo .top p {font-size: 18px;color: #666;line-height: 32px;}
.courseInfo .top .btn_download {position: absolute;top:50%;right:0;transform: translateY(-50%);}
.courseInfo .top .btn_download a {margin-top: 0;}
.courseInfo .scholarshipTit {margin-bottom: 30px;}

.courseOne {margin-bottom: 4.6%;}
.courseOne p {font-size: 16px;line-height: 2;color:#666;}
.courseTwo {margin-bottom: 4.6%;}
.courseTwo .txt {margin-bottom: 2%;font-size: 16px;line-height: 2;color:#666;}
.courseTwo li {width: 32%;margin-right: 2%;padding: 3.9%;border:1px solid #eeeeee;border-radius:5px;}
.courseTwo li:nth-child(3n) {margin-right: 0;}
.courseTwo li:nth-child(3n) ~ li {margin-top: 2%;}
.courseTwo li .img-div {display: block;margin-bottom: 6%;width: 38px;height: 38px;}
.courseTwo li aside {margin-bottom: 2%;font-size: 18px;font-weight: bold;}
.courseTwo li p {line-height: 1.75;font-size: 16px;color:#666;}
.courseTwo li:hover {border-color: #ef7c00;background-color: #ef7c00;transition: .3s;}
.courseTwo li:hover aside {color:#fff;}
.courseTwo li:hover p {color:#fff;}
.courseTwo li:hover .img-div {filter: brightness(0%) invert(100%);}
.courseThree {margin-bottom: 4.6%;}
.courseThree ul {padding: 4.68%;border-radius: 10px;color:#fff;background-color: #003d7c;}
.courseThree ul li {width: 23%;margin-right: 2.6%;}
.courseThree ul li:nth-child(4n) {margin-right: 0;}
.courseThree ul li aside {padding-bottom: 26px;margin-bottom: 26px;font-size: 20px;border-bottom: 1px solid #265a90;}
.courseThree ul li p {line-height: 2;}
.courseFour {margin-bottom: 4.6%;}
.courseFour ul li {width: 23.4%;margin-right: 2.13%;padding: 3.125%;border:1px solid #eeeeee;border-radius:5px;}
.courseFour ul li:nth-child(4n) {margin-right: 0;}
.courseFour ul li aside {font-size: 16px;line-height: 1.75;font-weight: bold;}
.courseFive {margin-bottom: 4.6%;}
.courseSix {margin-bottom: 4.6%;}

.news-page.courseDetail .con {width: 62.5%;}
.news-page.courseDetail .best {width: 32%;}

.exchange {background-color: #f7f8f9;}
.exchange li {width: 48.4%;border-radius: 10px;overflow: hidden;}
.exchange .pic .img {padding-bottom: 51.61%;transition: .3s;background-size: cover;}
.exchange .info {padding: 6.4%;background-color: #fff;}
.exchange .info aside {margin-bottom: 3%;font-weight: bold;font-size: 24px;color: #003d7c;}
.exchange .info .txt {margin-bottom: 6%;font-size: 16px;line-height: 1.8;}
.exchange .info .more {display: inline-block;padding: 0 7.5%;line-height: 46px;border: 1px solid #eee;border-radius: 30px;text-align: center;font-size: 13px;}
.exchange .info .more::after {content:'';display: inline-block;width: 13px;height: 10px;margin-left: 20px;filter: brightness(0);background: url("../img/icon_more.png") no-repeat center/13px;}
.exchange li:hover .info { color:#fff;background-color: #ef7c00;transition: .3s;}
.exchange li:hover .info aside { color:#fff;}
.exchange li:hover .info .more {color:#ef7c00;background-color: #fff;}
.exchange li:hover .info .more::after {filter: brightness(1);background-image: url("../img/icon_more_h.png");}

/*.exchangeInfo {margin-bottom: 4.6%;}*/
.exchangeInfo p {font-size: 16px;line-height: 2;color:#666;}
.exchangeOne {margin-bottom: 4.6%;}
.exchangeTwo {margin-bottom: 4.6%;}
.exchangeTwo .txt {margin-bottom: 2%;font-size: 16px;line-height: 2;color:#666;}
.exchangeTwo li {width: 48.75%;padding: 3.9%;border:1px solid #eeeeee;border-radius:5px;}
.exchangeTwo li:nth-child(2n) ~ li {margin-top: 2.5%;}
.exchangeTwo li .img-div {display: block;margin-bottom: 6%;width: 46px;height: 44px;}
.exchangeTwo li aside {margin-bottom: 2%;font-size: 18px;font-weight: bold;}
.exchangeTwo li p {line-height: 1.75;font-size: 16px;color:#666;}
.exchangeTwo li:hover {border-color: #ef7c00;background-color: #ef7c00;transition: .3s;}
.exchangeTwo li:hover aside {color:#fff;}
.exchangeTwo li:hover p {color:#fff;}
.exchangeTwo li:hover .img-div {filter: brightness(0%) invert(100%);}
@media (max-width:1279px){
    .enterprise .lab-float{ display: none;}
    .enterprise .lab-float-m{ display: block; }
    .enterprise .lab-float-m ul{ display: flex; flex-wrap: wrap; height: auto; align-items: center; background: #003d7c; text-align: center; }
    .enterprise .lab-float-m li{  width: 50%; line-height: 40px;}
    .enterprise .lab-float-m li a{ display: inherit; color: #fff; font-size: 14px; }
    .enterprise .lab-float-m li.active a{ background: #ef7c00; border-radius: 5px; }
}
@media (min-width: 1025px) {
    .talent-content .pic {width: 42.18%;}
    .talent-content .info {width: 50%;}
    .talent-content-list .pic {width: 66.4%;}
    .talent-content-list .info {position: absolute;width: 46.87%;max-width: 600px;right: 0;top:50%;transform: translateY(-50%);}
    .talent-content-list li:nth-child(2n) .pic {float: right;}
    .talent-content-list li:nth-child(2n) .info {left: 0;right: auto;}
    .courseThree ul li:nth-child(4n) ~ li {margin-top: 4%;}
    .courseFour ul li:nth-child(4n) ~ li {margin-top: 2.13%;}
    .scholarship-preview .list li {margin-right: 2%;}
    .scholarship-preview .list li:nth-child(3n) {margin-right: 0;}
    .scholarship-preview .list li:nth-child(3n) ~ li {margin-top: 2%;}
}
@media (max-width: 1440px) and (min-width: 1025px) {
    .talent-banner .info aside {font-size: 43px;}
    .talent-content .info aside,
    .recentActivity .h3,
    .researchTit {font-size: 40px;}
    .recentActivity .swiper {padding: 0 2%;}
    .recentActivity .swiper-prev {left:-40px;}
    .recentActivity .swiper-next {right:-40px;}
    .scholarship-info aside {font-size: 36px;}
    .scholarshipTit {font-size: 30px;}
}
@media (max-width: 1024px) {
    .talent-banner .pc {padding-bottom: 66%;}
    .talent-banner .info .txt {font-size: 16px;}
    .talent-banner .info aside {margin-bottom: 4%;font-size: 24px;}
    .talent-content .d-flex {flex-wrap: wrap;}
    .talent-content .pic {width: 100%;}
    .talent-content .info {margin-top: 6%;}
    .talent-content .info aside {font-size: 24px;}
    .talent-content-list .pic{ border-radius: 10px 10px 0 0; }
    .talent-content-list .info{ border-radius: 0 0 10px 10px; }
    .talent-content-list li:not(:last-child) {margin-bottom: 6%;}
    .talent-content-list .info a {padding: 8% 10%;}
    .talent-content-list .info aside {margin-bottom: 6%;font-size: 20px;}
    .research-banner .btn_download a {font-size: 14px;}
    .recentActivity .h3 {font-size: 24px;}
    .recentActivity .swiper-pagination,
    .research .swiper-pagination {position: relative;margin-top: 4%;}
    .recentActivity .swiper-pagination .swiper-pagination-bullet,
    .research .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 10px;}
    .recentActivity .swiper-pagination .swiper-pagination-bullet-active,
    .research .swiper-pagination .swiper-pagination-bullet-active {background-color: #003d7c;}
    .recentActivity .swiper-prev,
    .research .swiper-prev,
    .recentActivity .swiper-next,
    .research .swiper-next {display: none;}
    .researchReview .swiper-pagination ,
    .researchNews  .swiper-pagination ,
    .researchCourse  .swiper-pagination {width: 100%;margin-top: 15px;}
    .researchReview .swiper-pagination .swiper-pagination-bullet ,
    .researchNews  .swiper-pagination .swiper-pagination-bullet,
    .researchCourse  .swiper-pagination .swiper-pagination-bullet {width: 12px;height: 12px;margin: 0 5px;}
    .researchNews {margin: 30px 0;}
    .researchNews .swiper-slide a {box-shadow: none;border: 1px solid #eee;}
    .researchNews .info {margin-top: 20px;}

    .scholarship-apply { padding:20px 0;} 
    .scholarship-apply .info { padding: 25px; margin-bottom:15px;}

    .scholarship-faq .tit{ margin: 20px;}
    .scholarship-faq .qaItem{ padding: 25px 20px;}
    .scholarship-faq .qaItem.mt{ margin-top: 15px; }
    .scholarship-faq .qaItem .qCon{margin-bottom: 20px;  padding-bottom: 20px;}

 


    .scholarshipTit {margin-bottom: 6%;font-size: 24px;}
    .scholarship-info aside {padding-bottom: 5%;margin-bottom: 5%;font-size: 24px;}
    .scholarship-info p {line-height: 1.8;}
    .scholarshipNav ul {overflow: auto;}
    .scholarshipNav li a {font-size: 18px;white-space: nowrap;}
    .scholarship-mount {padding: 30px;}
    .scholarship-mount > div {flex-wrap: wrap;}
    .scholarship-mount .l-text {width: 100%;margin-bottom: 6%;}
    .scholarship-mount .l-text .num {font-size: 26px;}
    .scholarship-mount .r-text {width: 100%;}
    .scholarship-project {padding: 8% 0;}
    .scholarship-project .list {margin-bottom: 7%;}
    .scholarship-project .tit {margin-bottom: 5%;font-size: 20px;}
    .scholarship-project li {width: 100%;margin: 0 0 2% 0;border-radius: 10px;background-color: #003d7c;}
    .scholarship-project li:nth-child(3) ~ li {margin-top: 0;}
    .scholarship-project li:not(:nth-child(3n)) {margin-right: 0;}
    .scholarship-project li:nth-child(2n) {margin-right: 0;}
    .scholarship-project li a {font-size: 16px; padding-left: 30px;  }

    .scholarship-news .list li {width: 100%;margin-right: 0;margin-bottom: 25px;}
    .scholarship-news .list .info aside {font-size: 16px;}
    .scholarship-desc .list li {width: 100%;margin-right: 0;margin-bottom: 25px;}
    .scholarship-desc .list li:last-child {margin-bottom: 0;}
    .scholarship-desc .list .txt aside {font-size: 16px;}
    .scholarship-preview .list ul {flex-wrap: wrap;}
    .scholarship-preview .list li {width: 100%;margin-bottom: 6%;}
    .scholarship-preview .list li a {padding-bottom: 10.6%;}
    .scholarship-preview .list .date {margin: 3.5% 0 ;}

    .scholarship-contact{ margin-bottom: 50px; }
    .scholarship-contact ul {flex-wrap: wrap;padding: 5% 0;}
    .scholarship-contact ul li {width: 100%;padding: 2% 0;}
    .scholarship-contact ul li img {margin:0 auto;}
    .researchCourse {padding-bottom: 16%;}
    .researchCourse ul {display: none;}
    .researchCourse .swiper {display: block;}
    .researchCourse li {width: 100%;}
    .researchCourse li .pic .img {background-size: cover;}
    .researchTit {margin-bottom: 4%;font-size: 30px;}
    .research-banner .btn_download a {line-height: normal;padding: 4% 8%;}
    .researchIntro .pic,
    .researchIntro .info {width: 100%;}
    .researchIntro .pic {margin-bottom: 6%;}
    .researchNews .pic {max-width: 100%;}
    .researchNews .pic,
    .researchNews .info {width: 100%;}
    .researchNews .pic .img {background-size: cover;}


    .courseInfo .top {padding-right: 0;padding-bottom: 20px;margin-bottom: 50px;}
    .courseInfo .top aside {font-size: 30px;}
    .courseInfo .top .btn_download {position: relative;top:0;transform: none;}
    .courseInfo .top p {font-size: 16px;line-height: 26px;}
    .courseInfo .top .btn_download a {margin-top: 20px;}
    .courseOne,
    .courseTwo,
    .courseThree,
    .courseFour,
    .courseFive,
    .courseSix {margin-bottom: 40px;}
    .courseInfo .scholarshipTit {margin-bottom: 20px;}
    .courseTwo li {width: 100%;margin-top: 4%;padding: 6%;}
    .courseThree ul {padding: 6%;}
    .courseThree ul li {width: 100%; margin-right: 0; margin-bottom: 20px; }
    .courseThree ul li aside{ padding-bottom: 10px; margin-bottom: 10px; }
    .courseFour ul li {width: 100%; padding: 15px; margin-right: 0;margin-bottom: 2%;}
    .courseFour ul li:not(:nth-child(2n)) {margin-right: 0;}
    .courseSix {margin-top: 70px;}

    .exchangeOne,
    .exchangeTwo {margin-bottom: 40px;}

    .exchangeTwo li{ width: 100%; padding: 25px; margin-bottom: 20px;}
    .exchange li {width: 100%;margin-bottom: 6%;}
    .exchange .info aside {font-size: 22px;}
    .enterprise .swiper-prev, .enterprise .swiper-next {display: none;}

    .news-page.courseDetail .con,
    .news-page.courseDetail .best {width: 100%;}

    .popup-contact {padding: 8% 0;}
    .popup-contact .caption {margin-bottom: 20px;}
    .popup-contact .container {width: 96%; padding: 30px 20px; position: relative;transform: none;top: 0;left: 0;margin: 0 auto;}
    .popup-contact .container .top aside {margin: 20px 0;font-size: 24px;}
    .popup-contact .container .top p{ font-size: 12px;  }
    .popup-contact .container .row {margin-bottom: 4%;}
    .popup-contact .container .row3 dd {width: 100%;margin-top: 2%; }
    .popup-contact .container .code{margin-top: 10px;}
    .popup-contact .container .verify .code img{ height: 35px; margin: 0 10px 0 0; }
    .popup-contact .container .text{ line-height:35px; }
    .popup-contact .container .name{font-size: 12px; line-height:35px; }
    .popup-contact .container .category .radio label{ display: block; font-size: 12px; }
    .popup-contact .container .btn { padding: 0 30px;line-height: 40px; font-size: 14px; }

    .popup-contact .container .category .name {display: block; width: 100%; margin-bottom: 4%;}
    .popup-contact .container .category .radio label {display: block; margin-right: 20px;margin-left: 0;}
    .popup-contact .container .category .radio label input[type="radio"] {margin-top: 10px;}
    .popup-manual .container .checkbox {width: 100%;flex-wrap: wrap;}
    .popup-manual .container .checkbox .tit {width: 14%;margin-right: 10px;white-space: nowrap;}
    .popup-manual .container .row2 > * {width: 100%;}
    .popup-manual .container .other_ipt .text {height:auto;line-height: 48px;margin-top:4%;}

    .Rtools {display:flex;top:auto;bottom:2%;margin-top: 0;}
    .Rtools .item:not(:first-child) {margin-top: 0;}
}