body {
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #F5F5F5;
}

.count_body {
	width: 100%;
	height: auto;
	min-height: 100px;
	/*  */
}

.body_banner {
	width: 100%;
}

.body_banner>img {
	width: 100%
}

.body_body {
	width: 1200px;

	position: relative;
	margin: 0px auto;
	height: auto;
}

.body_body_top {
	margin-top: 20px;
	height: 440px;
	display: flex;
}

.bbt_left {
	width: 830px;
	height: 100%;

	background-color: #FFF;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
}

.bbt_left_top {
	/*  */
}

.bbt_left_top>img {
	width: 36px;
	height: 36px;
}

.bbt_left_top>span {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	/* line-height: 34px; */
	color: #000000;
	position: relative;
	top: 4px;
	left: 4px;
}

.bbt_left_Upper {
	display: flex;
	/*  */
	margin-top: 20px;
}

.bbt_left_Upper li {
	list-style-type: none;
}

.bbt_left_Upper>div:first-child {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}

.bbt_left_Upper>div:first-child>span {
	position: relative;
	top: 5px;
}

.bbt_left_Upper>div:nth-child(2) {
	margin-left: 12px;
}

.bbt_left_Upper>div:nth-child(2)>ul {
	display: flex;
}

.bbt_left_Upper>div:nth-child(2)>ul>li {
	padding: 7px 28px;
    /* width: 148.55px; */
    /* height: 32px; */
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    text-align: center;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-right: 8px;
    cursor: pointer;
	border-radius: 3px;
}

.bbt_left_Upper>div:nth-child(2)>div {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #888888;
}

.li_active {
	background: #3E9BFF !important;
	color: #FFF !important;
}

.bbt_left_center {
	margin-top: 30px;
	/*  */
	display: flex;
	position: relative;
}

.bbt_left_center>div:first-child {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}

.Arithmetic {
	/* position: absolute; */
	right: 0px;
	top: 12px;
	display: flex;
	line-height: 24px;
}

.Arithmetic>button {
	width: 31px;
    height: 28px;
    font-size: 26px;
    background-color: #3E9BFF;
    color: #FFF;
    margin: 0px 13px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.result2 {
	width: 60px;
	height: 24px;
	text-align: center;
}

.bbt_left_center>div:nth-child(3) {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	padding-top: 2px;
}

.bbt_left_Lower {
	margin-top: 34px;
	display: flex;
	position: relative;
}

.bbt_left_Lower>div:first-child {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

.bbt_left_Lower>div:nth-child(2) {
	margin-left: 12px;
}

.bbt_left_Lower>div:nth-child(2)>a {
	color: #ff6600;
}

#check_msg {
	display: inline-block;
	color: red;
	margin-left: 95px;
}

.bbt_left_bottom {
	display: flex;
	position: relative;
	margin-top: 45px;
	/*  */
}

.bbt_left_bottom>div:first-child {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

.bbt_left_bottom>div:nth-child(2) {
	width: 344px;
	margin-left: 12px;
	display: flex;
	position: relative;
}

.bbt_left_bottom>div:nth-child(2)>div {
	margin-right: 4px;
	box-sizing: border-box;
	padding: 3px 7px;
	width: 82px;
	height: 28px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.bbt_left_bottom>div:nth-child(2)>div>img {
	position: absolute;
	top: -24px;
	left: 30px;
}

.year_active {
	background: #3E9BFF !important;
	color: #FFF !important;
}

.bbt_right {
	width: 345px;
	margin-left: 20px;

	padding: 20px;
	background-color: #FFF;
}

.bbt_right_top {
	width: auto;
	/*  */
	font-family: 'DengXian';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bbt_right_center {
	margin-top: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bbt_right_center>div {
	position: relative;
	display: flex;
	margin-bottom: 14px;
}

.bbt_right_center>div>span:first-child {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #222222;
}

.bbt_right_center>div>span:nth-child(2) {
	position: absolute;
	/* right: 0px; */
	left: 100px;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
}

.bbt_right_lower {
	margin-top: 10px;
	position: relative;
}

#result_all {
	position: absolute;
	right: 0px;
	top: -10px;
}

#result_all em {
	font-style: normal;
	color: #ff6600;
	font-size: 26px;
	margin-right: 4px;
	font-weight: bold;
}

.bbt_right_right {
	position: relative;
	text-align: right;
	padding-top: 10px;
}

.orange {
	width: 85px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ff6600;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
    margin-left: auto;
}

.xieyis {
	text-align: right;
}

.body_body_bottom {

	width: 100%;
	height: auto;
	min-height: 100px;
	position: relative;
	margin-top: 20px;
	background-color: #FFF;
	padding: 32px 40px
}

.bbb_top {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}

.bbb_list {
	width: auto;
	height: auto;

	position: relative;
	display: flex;
	padding: 10px 0 25px;
	margin-bottom: 12px;
}

.bbb_list_img {
	width: auto;

}

.bbb_list_span {
	width: auto;
	white-space: nowrap;

	position: relative;
	padding-left: 16px;
}


.bbb_list_span>div:first-child {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}

.bbb_list_span>div:nth-child(2) {
	color: #888;
}

.result2 {
	border: 1px solid #cccccc;
    outline: none;
    width: 100px;
    border-radius: 3px;
    line-height: 28px;
    height: 28px;
}

input[id="chrDomain"] {
	width: 140px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #cccccc;
	padding: 0 6px;
	vertical-align: middle;
	margin: 0 5px;
	outline: none;
	border-radius:3px;
}



@media (max-width:1200px) {
	.result2 {
		width: 50px;
		line-height: 24px;
		height: 24px;
	}
	.Arithmetic>button {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.orange{
		width: unset;
		margin-left: unset;
		height:38px;
		line-height: 38px;
	}
	.xieyis {
		text-align: left;
	}
	.body_banner>img {
		width: 100%;
		height: 120px;
	}

	.body_body {
		width: 100%;
	}

	.body_body_top {
		margin-top: 20px;
		height: auto;
		display: block;
	}

	.bbt_left {
		width: 100%;
		padding: 20px 20px;
	}

	.bbt_right {
		width: 100%;
		padding: 20px;
		margin-left: unset;
		padding-bottom: unset;
		margin-top: 5px;
	}

	.bbb_list_span {
		white-space: normal;
	}

	.bbt_left_Upper {
		/* display: block; */
		margin-top: 14px;
		white-space: nowrap;
	}

	.bbt_left_Upper>div:nth-child(2) {
		margin-left: unset;
		width: 100%;
	}

	.bbt_left_Lower {
		margin-top: 28px;
		/* display: block; */
		position: relative;
	}

	.bbt_left_Upper>div:first-child {
		font-size: 14px;
	}

	.bbt_left_center>div:first-child {
		font-size: 14px;
	}

	.bbt_left_Lower>div:first-child {
		font-size: 14px;
	}

	.bbt_left_bottom>div:first-child {
		font-size: 14px;
	}

	.bbt_left_Upper>div:nth-child(2)>div {
		font-family: 'PingFang SC';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		color: #888888;
		text-align: right;
		padding-right: 7px;
	}

	.bbt_left_Lower>div:nth-child(2) {
		margin-left: auto;
		/* margin-top: 8px; */
	}

	.bbt_left_bottom {
		display: block;
		position: relative;
		margin-top: 30px;
	}

	.bbt_left_bottom>div:nth-child(2) {
		margin-left: unset;
		margin-top: 8px;
		width: 100%;
	}


	.bbt_left_Upper>div:nth-child(2)>ul {
		justify-content: flex-end;
		margin-top: 12px;
	}

	.bbt_left_Upper>div:nth-child(2)>ul>li {
		/* margin-top: 12px; */
		/* margin: 0px auto; */
		width: unset;
		padding: 5px 28px;
		border-radius:3px;
	}

	#check_msg {
		margin-left: unset;
		display: block;
	}

	.bbt_left_center {
		margin-top: 14px;
	}

	.bbt_right_center>div {
		margin-bottom: 10px;
	}

	.bbt_right_center {
		margin-top: 10px;
	}

	.bbt_right_right {
		padding-bottom: unset;
	}

	.body_body_bottom {
		padding: 14px 16px;
	}

	.bbb_list_span>div:first-child {
		margin-bottom: 10px;
	}

	.bbb_list {
		padding: unset;
		margin-bottom: 20px;
	}

	.body_banner>img {
		content: url(/gmail/images/phone_banner.jpg);
	}

	.bbt_left_top>span {
		font-size: 22px;
	}

	.bbt_left_Upper>div:first-child>span {
		position: relative;
		top: 16px;
	}

	.Arithmetic {
		margin-left: auto;
	}

	#chrDomain {
		width: 115px;
	}

	.bbt_left_bottom>div:nth-child(2)>div {
		margin: 0px auto;
	}
}