﻿
.comment_mask,.comment_wrapper{
	display:none;
}
/* ------------- 弹窗样式 ------------- */
.number {
	    width: 97%;
    max-width: 400px;
    height: auto;
    padding-bottom: 17px;
    background-color: #fff;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:30%;
    transform: translateY(-50%);
    display: none;
    z-index: 9998;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.7);
}
.number h3 {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	color: #FF4136;
	font-weight: bold;
	margin-top: 15px;
}
.number li {
	text-align: center;
	font-size: 35px;
}
.number li:nth-child(4) {
	width: 45%;
	margin: 24px auto 0;
}
.number li:nth-child(4) input {
    display: block;
    float: left;
    color: #ffffff;
    background-color: #0074D9;
    border-radius: 20px;
    border: 0px;
    width: 70px;
    height: 30px;
    cursor: pointer;
    font-size: 15px;
}
.number li:nth-child(4) input:nth-child(2) {
	float: right;
}
.number li input {
	border-radius: 5px;
	text-indent: 5px;
	height: 25px;
	border: 1px solid;
    width: 170px;
    font-size: 14px;
}
.number li span{
	font-size: 12px;
}
.number::-webkit-input-placeholder {
	text-indent: 5px;
}
.number:-ms-input-placeholder {
	text-indent: 5px;
}
.number:-moz-placeholder {
	text-indent: 5px;
}
/* 弹出提示样式 */
#tanchu{
	position: fixed;
	top:60%;
	left: 0;
	right: 0;
	transform: translateY(-300%);
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
	line-height: 2.5;
	background-color: rgba(0, 0, 0, .6);
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 15px;
	z-index: 99999;
}
/* ------------- 弹窗样式结束 ------------- */

@media screen and (max-width: 1024px) {
	
	/* ==========下载蒙版========== */
	.comment_mask{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.3);
		display: none;
	}
	.comment_wrapper{
		width: 600px;
		position: absolute;
		left: 50%;
		top:50%;
		margin: -343px 0 0 -300px;
		background: #fff;
		padding: 60px 0;
		z-index: 999999;
		display: none;
	}
	.comment_wrapper h3{
		font-size: 36px;
		text-align: center;
	}
	.comment_wrapper ul li span{
		font-size: 30px;
		color: #686868;
		float: left;
	}
	.comment_wrapper ul li{
		width: 80%;
		margin: 40px auto 0;
		overflow: hidden;
	}
	.comment_wrapper ul li input{
		border:1px solid #ccc;
		line-height: 44px;
		width: 79%;
		float: right;
		font-size: 28px;
	}
	.comment_wrapper ul li textarea{
		border:1px solid #ccc;
		width: 79%;
		float: right;
		font-size: 28px;
		min-height: 120px;
		font-family: '微软雅黑';
	}
	.sub_btn{
		display: block;
		width: 85%;
		line-height: 60px;
		background: #009e60;
		font-size: 30px;
		text-align: center;
		color: #fff;
		margin: 40px auto 0;
		-webkit-appearance: none;
	}
	.shutdown{
		width: 50px; 
		line-height: 50px;
		color: #009e60;
		font-size: 40px;
		position: absolute;
		top: 10px;
		right: 10px;
		text-align: center;
	}

}