.news-right-bar {
	position: fixed;
	top: 90px;
    right: 10px;
	z-index: 999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.news-right-bar ul {
	margin-top: 10px;
	box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.12);
	background-color: #4385f5;
	width: 68px;
	border-radius: 8px;
    background-image: -moz-linear-gradient( -90deg, rgb(67,133,245) 0%, rgb(43,204,206) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(67,133,245) 0%, rgb(43,204,206) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(67,133,245) 0%, rgb(43,204,206) 100%);
}
.news-right-bar li {
	cursor: pointer;
	position: relative;
}
.news-right-bar li .bar-top {
	border-bottom: 1px solid rgba(255,255,255,.15);
    font-size: 14px;
	padding: 12px 0;
	text-align: center;
	line-height: 16px;
}
.news-right-bar li:first-child .bar-top {
    border-radius: 8px 8px 0 0;
}
.news-right-bar li .bar-top b {
	color: #fff;
	display: block;
	padding: 2px 15px;
}
.news-right-bar li .bar-top i {
	display: block;
    width: 23px;
    height: 20px;
    margin: 0 auto 7px;
    background-image: url(/images/news/version/2024/shangwu.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.news-right-bar li .bar-top i.xunjia {
    height: 21px;
    background-image: url(/images/news/version/2024/xunjia.svg);
}
.news-right-bar li .bar-top i.gzh {
    width: 22px;
    height: 22px;
    background-image: url(/images/news/version/2024/gzh.svg);
}
.news-right-bar li .bar-top i.sph {
    width: 26px;
    background-image: url(/images/news/version/2024/sph.svg);
}
.news-right-bar li .bar-top i.dy {
    width: 22px;
    height: 27px;
    background-image: url(/images/news/version/2024/dy.svg);
}
.news-right-bar li .bar-top i.blbl {
    width: 45px;
    height: 19px;
    background-image: url(/images/news/version/2024/blbl.svg);
}
.news-right-bar li .bar-top i.xhs {
    width: 43px;
    height: 15px;
    background-image: url(/images/news/version/2024/xhs.svg);
}
.news-right-bar li .bar-top i.yjfk {
    width: 18px;
    background-image: url(/images/news/version/2024/yjfk.svg);
}
.news-right-bar li .bar-top a {
	color: #fff;
	display: block;
}
.news-right-bar li .bar-top a:hover {
	color: #4385f5;
}
.news-right-bar li.notext .bar-top i {
	margin: 0;
}
.news-right-bar li.notext .bar-top {
	padding: 15px 0;
	border-bottom: 0;
}
.news-right-bar li:hover .bar-top {
	background-color: rgba(0,0,0,.08);
}
.news-right-bar li:hover .bar-top a,.news-right-bar li:hover .bar-top b {
	color: #fff;
	transition: all;
}
.news-right-bar li:last-of-type .bar-top {
	border-bottom: 0;
}
.news-right-bar li::after {
	position: absolute;
	content: "";
	left: -20px;
	width: 20px;
	height: 100%;
	top: 0;
}
.news-right-bar li:hover .child-bot {
	display: block;
}
.news-right-bar .child-bot {
    display: none;
    position: absolute;
    top: 0;
    right: 78px;
}
.contact-item {
    background: url(/images/news/version/2024/shangwu-bg.png) no-repeat;
    background-size: cover;
    width: 280px;
    border-radius: 8px;
    overflow: hidden;
    padding: 6px 10px 12px;
    box-sizing: border-box;
}
.contact-item .content {
    color: #fff;
    text-align: center;
    width: 166px;
}
.contact-item .content p {
	line-height: 26px;
	font-size: 16px;
}
.contact-item .content p:nth-child(2) {
	font-size: 19px;
}
.contact-item .content .btn {
    margin-top: 7px;
}
.contact-item .content .btn a {
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    color: #ff8800;
}
.contact-item .content .btn .qq-icon {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 20px;
    background: url(/images/news/version/2024/qq2.png) no-repeat;
    background-size: contain;
    margin-right: 4px;
    margin-top: 4px;
}
.code-item {
	width: 199px;
	background: url(/images/news/version/2024/code-bg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 18px;
	padding-right: 24px;
	right: 65px !important;
	top: 50% !important;
	transform: translateY(-50%);
}
.news-right-bar ul:nth-child(2) {
	background: #2cc8d0;
}

.couplet-adv {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}
.couplet-adv .image {
	width: 60px;
}
.couplet-adv .big-image {
	width: 100px;
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	z-index: 9;
	display: none;
}
.couplet-adv.right .big-image {
	right: 0;
	left: auto;
}
.couplet-adv.top:hover .image {
	display: none;
}
.couplet-adv .close {
	display: inline-block;
	margin-top: 5px;
	color: #999;
	font-size: 12px;
}
.couplet-adv .close:hover {
	color: #4285f4;
}
.couplet-adv.left {
	left: 10px;
}
.couplet-adv.right {
	right: 10px;
}
.couplet-adv.right {
	text-align: right;
}
.couplet-adv.top {
	top: 120px;
	transform: none !important;
	padding: 0 !important;
	background: transparent !important;
}
.couplet-adv.bottom {
	top: auto;
	bottom: 200px;
	transform: none;
}
/* 新增弹窗 */
.popup-xunjia {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 999;
	display: none;
}
.popup-xunjia-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
    width: 680px;
}
.popup-xunjia-box .left {
	float: left;
	width: 200px;
	padding: 16px 0;
    position: relative;
    z-index: 2;
}
.popup-xunjia-box .left .title {
	text-align: center;
}
.popup-xunjia-box .left .contact-way {
	text-align: center;
	color: #fff;
	font-size: 17px;
	margin-top: 32px;
}
.popup-xunjia-box .left .contact-way b {
	font-size: 16px;
	display: block;
	font-family: "Microsoft YaHei";
    margin-top: 6px;
}
.popup-xunjia-box .left .contact-way span {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}
.popup-xunjia-box .left .contact-way .image {
	margin: 18px auto 0;
	width: 140px;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
}
.popup-xunjia-box .left .contact-text {
	color: #fff;
	margin-top: 12px;
	text-indent: 26px;
	font-size: 15px;
	line-height: 32px;
}
.popup-xunjia-box .left .contact-text p b {
    font-size: 18px;
    font-weight: normal;
}
.popup-xunjia-box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 200px;
	background: url(https://www.chem17.com/images/index/version/2024/popup-bg.png) no-repeat;
	background-size: cover;
}
.popup-xunjia-box .right {
	overflow: hidden;
	padding: 24px 40px;
    position: relative;
}
.popup-xunjia-box .right .close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #dddddd;
	font-size: 0;
	z-index: 10;
}
.popup-xunjia-box .right .close i {
    font-size: 17px;
}
.popup-xunjia-box .right .close:hover {
    color: #4385f5;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.popup-xunjia-box .right .popup-logo {
	text-align: center;
}
.popup-xunjia-box .right .popup-logo img {
    width: 175px;
}
.popup-xunjia-box .right .text {
	font-size: 20px;
	color: #0096e0;
	font-family: "Microsoft YaHei";
	margin-top: 18px;
    text-align: center;
}
.popup-edit-box {
	margin-top: 24px;
    position: relative;
}
.popup-edit-box .input:first-of-type {
    margin-top: 0;
}
.popup-edit-box .input, .popup-edit-box .input-num .input {
	margin-top: 16px;
	position: relative;
}
.popup-edit-box .input input {
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 15px;
	padding: 0 15px;
	box-sizing: border-box;
}
input::placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
	color: #999;
}
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}
input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}
input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}
.popup-edit-box .input input:focus {
	border-color: #4385f5;
}
.popup-edit-box .input-num {
	overflow: hidden;
}
.popup-edit-box .input-num .input {
	float: left;
	width: 219px;
	margin-right: 12px;
}
.popup-edit-box .input-num .input:last-of-type {
	width: auto;
	float: none;
	margin-right: 0;
	overflow: hidden;
}
.popup-edit-box .input.Code input {
	padding-right: 100px;
}
.popup-edit-box .input.Code a {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 15px;
	color: #4385f5;
}
.popup-edit-box .input.Code a:hover {
	color: #f60;
}
.popup-xunjia-box .popup-btn {
	margin-top: 16px;
}
.popup-xunjia-box .popup-btn a {
	display: block;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	border-radius: 24px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 8px 8px 0px rgba(244, 127, 0, 0.25);
	background: linear-gradient(90deg, rgb(251,172,21),rgb(244,126,0),rgb(244,126,0),#4385f5, rgb(251,172,21));
	background-size: 400%;
}
.popup-xunjia-box .popup-btn a:hover {
	animation: sun 8s infinite linear;
}
@keyframes sun {100%{background-position: -400% 0;}}
.popup-xunjia-box .popup-tip {
	margin-top: 14px;
	text-align: center;
	font-size: 13px;
	color: #999;
}
.popup-xunjia-box .popup-tip a {
	color: #4385f5;
}
.popup-xunjia-box .popup-tip a:hover {
	color: #f60;
}
.wrong-tip {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.wrong-tip p {
	box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	display: inline-block;
	line-height: 36px;
	padding: 0 15px;
	font-size: 15px;
	margin: 5px 0;
	white-space: nowrap;
}
.wrong-tip i {
	color: #e72528;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-right: 7px;
}
.submit-success {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 9;
	background: url(https://www.chem17.com/images/login-guangyun.png);
	background-size: cover;
	background-color: #fff;
}
.submit-success .icon {
	width: 88px;
	height: 90px;
	margin: 0 auto;
	background: url(https://www.chem17.com/images/success.png) no-repeat;
	background-size: contain;
}
.submit-success .center-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.submit-success .center-box i {
	display: block;
	color: #009944;
	font-size: 64px;
}
.submit-success .center-box p {
	font-size: 18px;
	margin-top: 18px;
	font-weight: bold;
}
.submit-success .center-box span {
	font-size: 15px;
	color: #999;
	margin-top: 15px;
	display: block;
}
.submit-success .center-box .go a {
	display: block;
	height: 40px;
	box-sizing: border-box;
	line-height: 36px;
	border-radius: 20px;
	font-size: 15px;
	padding: 0 15px;
	white-space: nowrap;
	width: 196px;
	margin: 44px auto 0;
	background-color: #4385f5;
	color: #fff;
	box-shadow: 0px 8px 8px 0px rgba(25, 123, 248, 0.15);
}
.submit-success .center-box .go a:hover {
	color: #4385f5;
	border: 1px solid #4385f5;
	background-color: #fff;
}
@media only screen and (max-width:1400px){
	.news-right-bar {
		right: 6px;
	}
	.news-right-bar ul {
		margin-top: 10px;
		width: 62px;
	}
	.news-right-bar li .bar-top {
		font-size: 12px;
		padding: 10px 0;
		line-height: 14px;
	}
}
