/**
 * Created by xmh on 2015/10/22.
 */

* {
	list-style-type: none;
	/*color: #333;*/
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

img {
	border: none;
}

input,
button {
	outline: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	border: none;
}

body {
	margin: 0;
	padding: 0;
	background: #F2F2F2;
	font: 14px/22px "微软雅黑", "宋体", Arial;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.line {
	border: 1px solid red
}

.content1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	padding: 0px 0px 40px;
}

.content960 {
	width: 960px;
	margin: 40px auto;
	position: relative;
}

.fl {
	float: left
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.vm {
	vertical-align: middle;
}

.bgcolor_333 {
	background-color: #333
}

.color_333 {
	color: #333;
}

.bgcolor_000 {
	background-color: white
}

.color_white {
	color: white
}

.bgcolor_eee {
	background-color: #eee
}

.color_eee {
	color: #eee;
}

.bgcolor_blue {
	background-color: #4487f7
}

.color_blue {
	color: #4487f7;
}

.bgcolor_blue_hover {
	background-color: #43a8ff
}

.color_blue_hover {
	color: #43a8ff;
}


/*头部*/

.header {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #bbb;
	width: 100%;
	min-width: 1200px;
	color: white;
}


.header .logo img {
	height: 40px;
}

.header .header_cont {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.header .header_cont .header_menu {
	margin-left: 40px;
}

.header .header_cont .header_menu li {
	float: left;
	width: 108px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.header .header_cont .header_menu li.coupon {
	position: relative;
}

.header .header_cont .header_menu li.coupon div._coupon_box {
	/*display: none;*/
	z-index: 201;
	box-sizing: content-box;
	cursor: auto;
	position: absolute;
	top: 44px;
	left: 10px;
	width: 270px;
	background: #fff;
	border-radius: 0px 5px 5px 5px;
	/*box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.5);*/
}
.header .header_cont .header_menu li.coupon div._coupon_box .cont_box{
	padding: 20px 25px 10px;
	display: none;
	border-radius: 0px 5px 5px 5px;
	box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.header .header_cont .header_menu li.coupon div._coupon_box .erro_tip {
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	text-align: left;
	position: relative;
	padding-left: 20px;
	color: #f03e3e;
}

.header .header_cont .header_menu li.coupon div._coupon_box .erro_tip i {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.header .header_cont .header_menu li.coupon div._coupon_box ._top {
	cursor: pointer;
	width: 90px;
	height: 30px;
	line-height: 30px;
	top: -30px;
	left: 0;
	position: absolute;
	padding-left: 30px;
	background: #fff;
	color: #408bf1;
	border-radius: 5px 5px 0px 0px;
}

.header .header_cont .header_menu li.coupon div._coupon_box ._top i {
	width: 24px;
	height: 15px;
	display: block;
	background: url(https://admin.rola-ip.co/static/images/coupon_ico.png);
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -7px;
}

.header .header_cont .header_menu li.coupon div._coupon_box ._top i {
	width: 24px;
	height: 15px;
	display: block;
	background: url(https://admin.rola-ip.co/static/images/coupon_ico.png);
	position: absolute;
	left:10px;
	top: 50%;
	margin-top: -7px;
}
.header .header_cont .header_menu li.coupon div._coupon_box.on ._top{
	background: #4487f7;
	color: #fff;
	border-radius: 5px;
}
.header .header_cont .header_menu li.coupon div._coupon_box.on ._top i{
	background-position: 0px -15px;
}
.header .header_cont .header_menu li.coupon div._coupon_box .erro_tip i img {
	display: block;
}

.header .header_cont .header_menu li.coupon div._coupon_box input.text_input {
	box-sizing: content-box;
	padding: 0px 5px;
	border-radius: 5px;
	height: 38px;
	line-height: 38px;
	width: 208px;
	border: 1px solid #3e86f5;
	display: block;
}
.header .header_cont .header_menu li.coupon div._coupon_box input.text_input.erro{
	border: 1px solid #f03e3e;
}
.header .header_cont .header_menu li.coupon div._coupon_box input.sub_input {
	-webkit-transition: all .5s;
	border-radius: 5px;
	width: 98px;
	height: 34px;
	line-height: 34px;
	display: block;
	margin: 10px auto;
	background: #408bf1;
	color: #fff;
}
.header .header_cont .header_menu li.coupon div._coupon_box input.sub_input:hover{opacity: 0.9;}
.header .header_cont .header_menu li.coupon div._coupon_box input.sub_input:disabled{
	background: #bbb;
}
.header .header_cont .header_menu li a:hover {
	color: #999;
}

.header .header_cont .header_menu .header_menu_current {
	/*background: #4487f7;*/
	color: #4487f7;
	font-weight: 700;
}

.header .header_cont .header_menu li a {
	color: white;
	font-size: 16px;
}

.header .header_login {
	float: right;
}

.header .header_login ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	color: white;
}

.header .header_login ul li a {
	color: white;
	font-size: 16px;
}

.header .header_user {
	float: right;
}

.header .header_user img {
	position: absolute;
	top: 30px;
	right: 28px;
}

.header .header_user p {
	margin: 0 44px 0 0;
	color: white;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}

.header .header_user span {
	color: white;
	background-color: red;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: absolute;
	top: 24px;
	right: 6px;
	-moz-border-radius: 50%;
	/* Firefox */
	-webkit-border-radius: 50%;
	/* Safari 和 Chrome */
	border-radius: 50%;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.header .user_dropdownlist {
	background-color: white;
	width: 120px;
	position: absolute;
	top: 56px;
	right: 28px;
	z-index: 100;
	border: 1px solid #ddd;
	padding-top: 5px;
	-webkit-box-shadow: #ccc 0px 10px 20px;
	-moz-box-shadow: #ccc 0px 10px 20px;
	box-shadow: #ccc 0px 10px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/* Firefox */
	-webkit-border-radius: 5px;
	/* Safari 和 Chrome */
	border-radius: 5px;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	display: none;
}

.header .user_dropdownlist li {
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.header .user_dropdownlist li:hover {
	background-color: #eee;
}

.header .user_dropdownlist li a {
	color: #333;
}

.header .user_dropdownlist li a span {
	color: white;
	background-color: red;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	-moz-border-radius: 50%;
	/* Firefox */
	-webkit-border-radius: 50%;
	/* Safari 和 Chrome */
	border-radius: 50%;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.header .user_dropdownlist li a:hover {
	color: #4487f7
}

.header .user_dropdownlist li:last-child {
	border-top: 1px solid #ddd;
	height: 38px;
	line-height: 38px;
}

#hd-subnav {
	position: absolute;
	top: 69px;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.5);
	background-color: #000 \9;
	text-align: center;
	filter: alpha(opacity=50);
	height: 42px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

#hd-subnav li {
	display: inline-block;
	*display: inline;
	margin: 0 18px;
	color: white;
}

#hd-subnav a {
	display: inline-block;
	color: white;
	font-size: 14px;
	border-bottom: 2px solid transparent;
	line-height: 40px;
}

#hd-subnav a:hover {
	border-bottom-color: white;
}

#hd-subnav .active a {
	border-bottom-color: white;
}

.cont_wrap {
	width: 1200px;
	margin: 30px auto;
}


/*底部*/

.tradestudy-foot {
	width: 100%;
	height: 200px;
	margin-top: 0px;
	background: #E3E3E3;
	padding-top: 25px;
	clear: both;
}

.foot {
	width: 1200px;
	margin: auto;
}

.foot-left {
	width: 450px;
	height: 160px;
	border-right: 1px solid #B4B4B4;
	position: relative;
	float: left
}

.foot-left article {
	float: left;
	display: block;
	width: 130px;
	margin-left: 20px
}

.foot-left>ul>li {
	font-size: 22px;
	font-weight: 700;
	color: #626262
}

.foot-left>ul>li>article {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: white;
	background: #4487f7;
	cursor: pointer;
}

.foot-left>ul>li>article:hover {
	background: #43a8ff
}

.foot-left>ul>li>article a {
	font-size: 16px;
	color: white;
	line-height: 40px;
	vertical-align: middle;
}

.foot-left>ul>li>article a:hover {
	color: white;
}

.foot-left>ul>li:first-child {
	position: absolute;
	left: 170px;
	top: 25px
}

.foot-left>ul>li:nth-child(2) {
	position: absolute;
	left: 75px;
	top: 70px;
}

.foot-right {
	width: 747px;
	height: 170px;
	float: left;
	position: relative
}

.foot-nav {
	width: 445px;
	height: 170px;
	float: left;
	margin-top: 20px
}

.foot-nav li {
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.foot-nav ul {
	float: left;
	width: 33%;
}

.foot-nav>li {
	line-height: 40px;
}

.foot-nav ul li:first-child {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.foot-nav li a {
	font-size: 14px;
	font-weight: 500;
	color: #333 !important;
}

.foot-nav li a:hover {
	color: #4487f7 !important;
}

.call-center {
	width: 300px;
	height: 170px;
	float: left;
	margin-top: 20px
}

.record {
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: white;
	background: #999;
	clear: both;
}

.call-us {
	height: 50px;
	position: relative
}

.call-us ul li {
	width: 48px;
	height: 50px;
	float: left;
	margin-left: 20px;
}

.call-us ul li a {
	width: 48px;
	height: 50px;
	display: block;
}

.call-us ul li:first-child {
	background: url("https://admin.rola-ip.co/static/images/about.png") no-repeat 0 5px
}

.call-us ul li:nth-child(2) {
	background: url("https://admin.rola-ip.co/static/images/about.png") no-repeat -65px 5px
}

.call-us ul li:nth-child(3) {
	background: url("https://admin.rola-ip.co/static/images/about.png") no-repeat -130px 5px
}

.call-center>ul>li:nth-child(2) {
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	margin-left: 20px
}

.call-center>ul>li:nth-child(3) {
	margin-left: 20px
}

.qrcode {
	display: none;
	background: url("https://admin.rola-ip.co/static/images/qrcode.png") no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	right: 20px;
	top: -200px;
	border: 1px solid #cccccc
}

.cont_title {
	color: #888;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
	width: 94%;
	margin: 0 auto 10px;
}

.cont_title span {
	color: #4487f7;
}

.nocourse_tips {
	width: 100%;
	text-align: center;
}

.nocourse_tips a {
	color: #4488f7;
	text-decoration: underline;
}

.nocourse_tips a:hover {
	color: #43a8ff;
	text-decoration: underline;
}