html,
body {
	background: #FFF;
}
.buy_box,
.term {
	box-sizing: border-box
}
.service_main_box{
	width:1200px;
	margin: 0 auto 50px;
}
.setmeal {
	width: 100%;
}
.header_logo>img{
	width: 32px;
}
.ban_img{
	position: relative;
}
.logo{
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -72px;
	margin-top: -22px;
}
.table {
	margin-top: 30px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	box-shadow: 0 0 18px 0 rgba(38, 108, 244, .11);
	border-radius: 5px;
	text-align: center
}

.table ul {
	width:25%;
	transition: all .5s;
	background: #DDDDDD;
	position: relative;
}

.table ul.ishover:hover {
	transform: scale(1.01);
	box-shadow: 0 0 20px 4px rgba(38, 108, 244, .11);
	z-index: 99;
	background: #fff;
}
.table ul li:first-child {
	width: 100%;
	height: 120px;
	line-height: 120px;
	background: #3A445D !important;
	font-size: 20px;
	color: #FFFFFF;
}
.table ul:nth-of-type(2n) li{
	width: calc(100% - 0.5px);
}
.table ul li {
	width: calc(100% - 1px);
	height: 50px;
	line-height: 50px;
	color: #333;
	position: relative;
	background: #FFFFFF;
}

.table_tag,
.tag_title {
	position: absolute;
	left: 0
}

.table_tag {
	width: 70px;
	height: 70px;
	top: 0;
	background: url(../img/professional.png) no-repeat;
	background-size: 100% 100%
}

.business {
	background: url(../img/business.png) no-repeat;
	background-size: 100% 100%
}

.enterprise {
	background: url(../img/enterprise.png) no-repeat;
	background-size: 100% 100%
}

.tag_title {
	color: #FFF;
	transform: rotateZ(-45deg);
	-ms-transform: rotate(-45deg);
	top: -39px;
	font-size: 14px
}

.table ul li:nth-of-type(2n-1) {
	background: #FAFAFA
}

.table ul li .button {
	width: 120px;
	height: 36px;
	background: rgba(37, 143, 252, 1);
	border-radius: 18px;
	color: #FFF;
	text-align: center;
	line-height: 36px;
	margin: auto;
	cursor: pointer
}

.table ul li:last-child {
	height: 103px;
	padding-top: 30px;
	box-sizing: border-box;
	color: #258ffc;
	line-height: 43px
}

.buy_service {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 999
}

.buy_box {
	width: 480px;
	height: 310px;
	border-radius: 5px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -166px 0 0 -240px
}

.buybox_top {
	padding: 0 23px;
	height: 62px;
	line-height: 62px;
	background: #258FFC;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 16px
}

.buy_btn button,
.or,
.term {
	line-height: 36px
}

.close {
	cursor: pointer
}
.bounced_bot>li {
	margin-bottom: 20px
}

.bounced_bot li label {
	font-size: 14px;
	color: #333;
	text-align: left;
	margin-right: 15px
}

.bounced_bot .edition {
	font-size: 18px;
	color: #258ffc
}

.term {
	height: 36px;
	width: 36%;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-left: 15px;
	position: relative
}

.tips,
.trem_icon {
	position: absolute
}

.trem_icon {
	top: 0;
	right: 8px;
	color: #CCC
}

.term input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.term .trem_num,
.domain_list,
.trem_year {
	z-index: 1;
	display: none;
	width: 100%;
	max-height: 160px;
	overflow: auto;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 6px 0;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.trem_year {
	height: 50px !important
}

.term .trem_num li,
.trem_year li,
.domain_list li {
	padding: 0 15px;
	cursor: pointer
}

.term .trem_num li:hover,
.domain_list li:hover,
.trem_year li:hover {
	background: #f5f7fa
}

.or {
	margin: 0 10px
}

.term .trem_num li.isactive,
.domain_list li.doactive,
.trem_year li.yearactive {
	font-weight: 700;
	color: #258ffc
}

.buy_btn {
	text-align: right;
	margin-top: 30px;
	margin-right: 34px
}

.buy_btn button {
	padding: 0 22px;
	height: 36px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ddd;
	background: 0 0;
	color: #666;
	cursor: pointer;
	outline: 0
}

.buy_btn button:hover {
	background: #ecf5ff;
	color: #258ffc;
	border-color: #258ffc
}

.buy_btn button.paramebtn {
	border: none;
	background: #258ffc;
	color: #fff;
	margin-left: 14px
}

.tips {
	top: -58px;
	left: 50%;
	margin-left: -140px;
	width: 280px;
	height: 48px;
	line-height: 48px;
	background: #fef0f0;
	color: #f5726c;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 5px
}

.tips span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f5726c;
	color: #fff;
	text-align: center;
	line-height: 20px;
	margin-right: 15px
}
