#banner {
	background: #4c576b url(../images/upgrade/banner.jpg) no-repeat center center;
	background-size: cover;
}
#banner .container {
	text-align: left;
	padding-bottom: 5%;
}
#banner h1 {
	font-size: 50px;
	font-size: 5.0rem;
}
#banner p{
	width: 76%;
	font-size: 14px;
	font-size: 1.4rem;
    padding:0;
    background: url(../images/icon/ic-hook-gray.png) no-repeat left 4px;
    padding-left: 14px;
    margin-bottom: 1%;
}
#banner a{
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    width: 25%;}
#banner a.download-blue {
	margin-right: 3%}
.upgrade .title-img {
	display: block;
	margin: 0 auto;
	margin-bottom: 4%;
}
.upgrade .container {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	text-align: center;
}
.upgrade b {
	font-weight: bold;
	color: #333;
}
.upgrade strong {
	color: #333;
}
.upgrade .title {
	margin-bottom: 4%;
}
.upgrade input {
	box-sizing: border-box;
	width: 29%;
	border: none;
	border: 1px solid #e3e3e3;
	height: 38px;
	text-indent: 6px;
	font-size: 14px;
}
.upgrade label {
	color: #333;
	margin-right: 4px;
}
.upgrade .sub {
	display: block;
	box-sizing: border-box;
	outline: none;
	width: 17%;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	line-height: 2.5;
	border: none;
	border-radius: 2px;
	margin: 0 auto;
	margin-top: 5%;
	background: #5dc560;
	cursor: pointer;
	transition: all .5s;
}
.upgrade .sub:hover {
	background: #4ba14e;
}
#upgrade .choice-edition {
	display: none;
}
#upgrade i {
	vertical-align: middle;
	color: #ff250e;
	margin-left: 4px;
}
#upgrade i.left {
	margin-right: 2%;
}
#upgrade .error-msg {
	margin-top: 2%;
	color: #ff250e;
	display: none;
}
.upgrade .select {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 40%;
	text-align: left;
	border: 1px solid #4294e9;
	color: #333;
	line-height: 40px;
	text-indent: 8px;
	position: relative;
	cursor: pointer;
}
.upgrade span {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	text-align: right;
	line-height: 40px;
}
.upgrade .select p::after {
	content: "";
	display: block;
	float: right;
	width: 36px;
	height: 40px;
	border-left: 1px solid #4294e9;
	background: url(../images/upgrade/arrow-down.png) no-repeat center center;
}
.upgrade .options {
	width: 100%;
	border-top: 1px solid #4294e9;
	display: none;
}
.upgrade .options li:hover {
	background: #4294E9;
}
.upgrade .step2 {
	margin-bottom: 3%;
}
.upgrade .price {
	margin: 4% 0;
}
.upgrade .price strong {
	font-size: 20px;
	font-size: 2.0rem;
	color: #ff250e;
}
.upgrade-text-list {
	background: #eef1f3;
}
.upgrade-text-list ul {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #666;
}
.upgrade-text-list ul li {
	margin-bottom: 2%;
	background: url(../images/icon/ic-hook-gray.png) no-repeat left 6px;
	padding-left: 14px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#banner a.download-blue {
		margin-bottom: 4%;margin-left: auto;margin-right: auto;
	}
	#banner a{margin-left: auto;margin-right: auto;
		display: block;}
	.upgrade form {
		text-align: left;
	}
	.upgrade input {
		width: 70%;
		margin-bottom: 20px;
	}
	.upgrade label {
		display: inline-block;
		width: 12%;
	}
	#banner p,
	.upgrade-text-list ul li{background-position-y: 3px;}
	#upgrade .error-msg{text-align: center;}
	.upgrade .select p::after{
		width:28px;}
	.upgrade .select{
		text-indent:2px;}
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
	
}
