/* ============================================================
   custom.css - 自定义样式合并文件
   合并了以下文件：
   - style.css (图标字体)
   - theme_ielts.css (主题样式)
   - style_zhan.css (登录弹窗样式)
   - slick.css (轮播组件样式)
   - datepicker.css (日期选择器样式)
   ============================================================ */

/* ==================== style.css - 图标字体 ==================== */
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-signal_02:before { content: "\e665"; }
.icon-signal_04:before { content: "\e666"; }
.icon-signal_01:before { content: "\e667"; }
.icon-signal_03:before { content: "\e668"; }
.icon-fast_back_click2:before { content: "\e642"; }
.icon-fast_forward_click2:before { content: "\e643"; }
.icon-mp4_click:before { content: "\e648"; }
.icon-fast_back2:before { content: "\e655"; }
.icon-fast_forward2:before { content: "\e656"; }
.icon-mp4:before { content: "\e65d"; }
.icon-quotes02:before { content: "\e63b"; }
.icon-strategy02:before { content: "\e637"; }
.icon-NorthAmerica:before { content: "\e622"; }
.icon-Machine:before { content: "\e607"; }
.icon-Title:before { content: "\e60e"; }
.icon-Fill:before { content: "\e604"; }

/* ==================== theme_ielts.css - 主题样式 ==================== */
.left-nav .content a:link,
.left-nav .content a:visited,
.left-nav .content a:hover,
.left-nav .content a:active {
    color: #b40022;
    font-size: 14px;
}

.sub_title_list_active {
  background-color: #ee2244;
  float: left;
  margin-right: 42px;
  text-align: center;
  height: 68px;
  padding: 22px 20px 0 20px;
  font-size: 16px;
}

.txt-lg-blue {
  color: #ee2244;
  font-size: 20px;
}

.index-hot-right {
  color: #fff;
  background-color: #ee2244;
  line-height: 40px;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}

.index-hot-right-grey .small a:link {
  color: #ee2244;
  font-size: 12px;
  text-decoration: underline;
}
.index-hot-right-grey .small a:visited {
  color: #ee2244;
}
.index-hot-right-grey .small a:hover,
.index-hot-right-grey .small a:active {
  color: #ff2200;
}

.txt-blue-l {
  font-size: 16px;
  color: #ee2244;
}

hr.divider-2 {
  border: 1px solid #ee2244;
  color: #fff;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
}

.txt-blue-m {
  font-size: 14px;
  color: #ee2244;
}

.slider-item.active a:link,
.slider-item.active a:visited,
.slider-item.active a:hover,
.slider-item.active a:active {
  color: #ee2244;
  font-size: 18px;
  text-decoration: none;
}

.time-item-active a:link,
.time-item-active a:visited,
.time-item-active a:hover,
.time-item-active a:active {
  color: #ee2244;
  font-size: 18px;
  text-decoration: none;
}

.small-item-active a:link,
.small-item-active a:visited,
.small-item-active a:hover,
.small-item-active a:active {
  color: #ee2244;
  font-size: 14px;
  text-decoration: none;
}

.email-me-1 {
  background-color: #ee2244;
  color: #fff;
  padding: 20px 20px 0px 30px;
  cursor: pointer;
}

.email-me-2 {
  background-color: #f5f5f5;
  color: #ee2244;
  padding: 20px;
}

.hot-download {
  border: 1px solid #dcdcdc;
  border-top: 2px solid #ee2244;
  margin-top: 20px;
  margin-bottom: 0px;
}

.nav-3 .active a:link,
.nav-3 .active a:visited,
.nav-3 .active a:hover,
.nav-3 .active a:active {
  color: #ee2244;
  font-size: 16px;
  text-decoration: none;
}

.nav-3 div .underline {
  border-bottom: 1px solid #ee2244;
  position: absolute;
  width: 90px;
  left: -15px;
  top: 32px;
  z-index: 10;
}

.teacher-recom-lable {
  color: #ee2244;
  border: 1px solid #ee2244;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
  border-radius: 3px;
}

.download-btns {
  background-color: #ee2244;
  margin-left: 5px;
  padding: 1px 20px 1px 20px;
  border-radius: 3px;
}

.modal-title {
  color: #ee2244;
}

.btn-sample {
  color: #ffffff;
  background-color: #ee2244;
  border-color: #ee2244;
}

.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  color: #ffffff;
  background-color: #e51235;
  border-color: #ee2244;
}

.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  background-image: none;
}

.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
  background-color: #ee2244;
  border-color: #ee2244;
}

.btn-sample .badge {
  color: #ee2244;
  background-color: #ffffff;
}

.set-order-btn.active a:link,
.set-order-btn.active a:visited,
.set-order-btn.active a:hover,
.set-order-btn.active a:active {
  color: #ee2244;
  font-size: 12px;
  text-decoration: none;
}

.nav-3 .active .arrow {
  z-index: 10;
  position: absolute;
  background-image: url("../images/arrow_ielts.png");
  height: 6px;
  width: 11px;
  top:27px;
  left:22px;
}

.upline {
  border-top: 2px solid #ee2244;
  position: absolute;
  top:-2px;
  z-index: 10;
}

.sub_title_list a:link,
.sub_title_list a:visited {
  font-size:16px;
  color: #333 !important;
}

.sub_title_list a:hover,
.sub_title_list a:active {
  color: #ee2244 !important;
  text-decoration:none !important;
}

.index-hot-right-bottom-item1 {
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.public-teacher .media-heading .title {
  background-color: #ee2244;
}

.slider-item.active {
  border-top:2px solid #ee2244;
  float: left;
}

.slider-item.small-link.active a:link,
.slider-item.small-link.active a:visited,
.slider-item.small-link.active a:hover,
.slider-item.small-link.active a:active {
  color: #ee2244;
  font-size: 14px;
  text-decoration: none;
}

.btn-tag {
  background:none;
  border: 1px solid #ee2244;
  border-radius:0px;
  color:#313131 !important;
  padding:2px 10px;
  font-size:12px !important;
}

.btn-tag:hover,
.btn-tag:active {
  background:#ee2244;
  color:#fff !important;
  border-radius:0px;
  font-weight:normal;
  font-size:12px !important;
}

.exam-search-public span,
.exam-search-public a {
  color:#ee2244;
  font-size: 12px;
}

.hot-download-exam {
  border: 1px solid #dcdcdc;
  border-top: 2px solid #ee2244;
  margin-top: 41px;
  margin-bottom: 0px;
}

.exam-tags a:hover,
.exam-tags a:active {
  background:#ee2244;
  color:#fff !important;
  border:1px solid #ee2244;
  box-shadow: 2px 2px 2px #C1C1C1;
}

.essence {
  border-bottom:1px solid #DDDDDD;
  border-right:1px solid #DDDDDD;
  border-left:1px solid #DDDDDD;
  border-top:2px solid #ee2244;
}

.dialog-other .modal-header {
  background:#ee2244;
  padding: 18px;
}

.dialog-other .dingyue h6 span {
  color: #ee2244;
}

.modal-footer button {
  background: #ee2244;
}

.modal-footer button:hover {
  background:#df4a63;
}

.dialog-other .close:hover {
  color:#ee2244;
}

.dialog-other .close:hover {
  color:#f25872;
  text-shadow:none;
}

.collect-article-white {
  width:100%;
  height:100%;
  background:#fff;
  color:#ee2244 !important;
  font-size: 24px;
}

/* ==================== style_zhan.css - 登录弹窗样式 ==================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, textarea, p, th, td ,table {
	margin:0;
	padding:0;
}

.immediate-login,
.service-item,
.system-reminder,
.immediate-login-mail,
.verify-pre-mail,
.change-verify-mail {
	margin: 10px auto;
	font:12px/1.5em Arial, Helvetica, sans-serif;
}

.immediate-login input:focus,
.verify-pre-mail input:focus {
	outline:none;
}

.immediate-login .relative,
.service-item .relative,
.system-reminder .relative {
	position: relative;
}

.immediate-login .absolute,
.service-item .absolute,
.system-reminder .absolute {
	position: absolute;
}

.immediate-login .close-btn,
.service-item .close-btn,
.system-reminder .close-btn {
	right: 0px;
	top:0px;
	cursor: pointer;
}

.font-color-orange {
	color: #ff7711 !important;
}

.mail-common-style {
    width: 440px;
	height: 460px;
	background:url(../images/b1.png) repeat-y left top;
	padding:5px;
	font-family:'Microsoft Yahei';
}

.immediate-login {
	width: 390px;
	height:399px;
	padding:5px;
	background:url(../images/a1.png) repeat-x left top;
	font-family:'Microsoft Yahei';
}

.login-title {
	width: 380px;
	background-color: #59616d;
	height:50px;
	line-height: 50px;
	padding-left: 40px;
}

.login-title h3 {
	font-size: 24px;
	color:#fff;
	font-weight: normal;
	height:50px;
	line-height:50px;
}

.input-content {
	background-color: #fff;
	height: 267px;
	width: 380px;
	padding: 11px 40px 0px;
	font-family: 'simsun';
}

.immediate-login .input-common-style {
	width: 298px;
	height: 38px;
	border:1px solid #ccc;
	font-size: 14px;
	padding-left: 30px;
	margin-bottom: 30px;
	color: black;
}

.immediate-login {
 	position:fixed;
 	left:50%;
 	top:50%;
	margin-left:-145px;
 	margin-top:-205px;
 	z-index:9999;
}

.remember-log .checkbox {
	display:inline-block;
}

.remember-log label {
	font-weight:normal;
}

.immediate-login-mail,
.change-verify-mail,
.verify-pre-mail,
.system-reminder,
.service-item {
	position:fixed;
 	left:50%;
 	top:50%;
	margin-left:-225px;
 	margin-top:-235px;
	z-index:9999;
}

.system-reminder {
	margin-top:-120px;
}

.immediate-login .user-name {
	background: url(../images/person_03.png) no-repeat 9px center;
}

.immediate-login .code {
	background: url(../images/lock_06.png) no-repeat 9px center;
}

.immediate-login .checkbox {
	margin: -2px 0px 0px 4px;
	vertical-align: middle;
}

.immediate-login span {
	color: #999;
	font-size:12px;
}

.remember-log {
	overflow: hidden;
}

.remember-log label {
	float:left;
}

.remember-log p {
	float:right;
}

.immediate-login .remember-text {
	color: #666;
}

.immediate-login .line {
	color: #ccc;
}

.immediate-login .password-text {
	color:#444;
	text-decoration: underline;
}

.submitbtn {
	background: #ff7711;
	color: #fff;
	line-height: 40px;
	height:40px;
	font-size: 18px;
	font-family:'Microsoft Yahei';
	cursor: pointer;
	border: none;
}

.get-verify-code {
	width: 300px;
	margin-top:15px;
}

.submitbtn:hover {
	background: #ff9911;
	color: #fff;
}

.bottom-common {
	background: #f5f5f5;
	border:1px #eeeeee solid;
	font-family: 'simsun';
}

.cooperation-account {
	height: 70px;
	padding-left: 40px;
}

.cooperation-account p {
	line-height: 70px;
	float: left;
	font-family: 'simsun';
	color: #999999;
	margin-right: 10px;
}

.cooperation-account a {
	display: block;
	float:left;
	padding-top: 18px;
}

.login-title-width {
	width: 430px;
}

.verify-content {
	background: #fff;
	padding: 34px 42px 0px;
	width:430px;
	height:256px;
	font-family: 'simsun';
}

.verify-content p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.verify-content .text-font-style {
	color: #999;
	font-size: 12px;
	margin-bottom: 43px;
}

.align-center {
	text-align: center;
}

.instant-log-mail {
	width: 300px;
	margin-top:15px;
}

.login-mail-bottom-con {
	height:144px;
	padding:15px 0px 0px 42px;
	width: 430px;
	color:#999;
}

.login-mail-bottom-con p {
	line-height: 24px;
}

.no-mail {
	color:#333333;
}

.verify-content .font-color-orange {
	margin-left: 25px;
}

.verify-content-height {
	height: 400px;
}

.align-center .font-color-orange {
	display: block;
}

.align-center .margin-top-left {
	margin-top: 56px;
	margin-left: 0px;
	font-size: 14px;
}

.instant-verify {
	width: 300px;
	margin-top:15px;
}

.verify-pre-mail .line-height-new {
	line-height: 24px;
	margin-bottom: 22px;
}

.type-new-mail {
	width: 348px;
	height: 38px;
	border:1px solid #ccc;
	line-height: 38px;
	font-size: 14px;
	padding-left: 10px;
	margin: 17px 0px 6px;
}

.align-center .margin-new-top {
	margin-top: 52px;
}

.system-reminder {
	height: 240px;
}

.system-reminder-con {
	height: 180px;
	background: #fff;
	padding-top: 28px;
	width: 430px;
	text-align: center;
	color:#333;
}

.system-reminder-con h4 {
	font-size: 24px;
	font-weight: normal;
}

.system-reminder-con p {
	font-size: 14px;
	line-height: 50px;
	margin-bottom: 16px;
}

.system-reminder-btn {
	width: 430px;
	padding: 0px 40px;
	overflow: hidden;
}

.system-reminder-btn .confirm {
	width: 220px;
	background: #ff7711;
	height: 40px;
	float: left;
	border: none;
	color: #fff;
	font-size: 18px;
	font-family:'Microsoft Yahei';
}

.system-reminder-btn .confirm:hover {
	background: #ff9911;
}

.system-reminder-btn .cancel {
	width: 120px;
	background: #dddddd;
	height: 40px;
	float: right;
	border:none;
	color: #666;
	font-size: 18px;
	font-family:'Microsoft Yahei';
	cursor: pointer;
}

.service-item {
	height:492px;
}

.service-item-content {
	height: 431px;
	background: #fff;
}

.service-item-confirm {
	width: 300px;
	height: 40px;
}

.text-margin-bottom {
	margin-bottom: 12px;
}

.service-item-text {
	height:307px;
	font-size: 14px;
	width: 430px;
	padding:20px 32px 25px 32px;
	overflow:auto;
	line-height: 21px;
	margin-bottom: 12px;
}

.immediate-login a,
.service-item a,
.system-reminder a {
	text-decoration:none;
}

.verify-content .mail-no-margin {
	margin-left:0px;
}

.true-style {
	line-height: 30px;
	color: red;
	height: 30px;
	visibility: visible;
}

.immediate-login .user-name,
.immediate-login .code {
	margin-bottom: 0px;
}

.verify-pre-mail .true-mail-style {
	line-height: 17px;
	color: red;
	height: 17px;
	font-size: 12px;
	visibility: visible;
}

.type-new-mail {
	margin-top: 0px;
}

#maskLayer {
	position:fixed;
	top:0;
	left:0;
	z-index:1987;
	width:100%;
	height:100%;
	background:#ccc;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.input-content .blue {
    font-size: 12px;
    color: #00a7ea !important;
}

.input-content .blue:link,
.input-content .blue:visited {
  color: #666;
  text-decoration:none;
}

.input-content .blue:hover {
  color: #666;
  text-decoration:underline;
}

a.passport_register_a_css:hover {
  color:#000 !important;
  text-decoration:underline;
}

span.remember-text:hover {
  text-decoration:underline;
}

.passport_register_a_css:hover {
  text-decoration:underline;
}

.input-common-style:focus {
  border:1px solid #aeaeae;
}

span.font-color-orange:hover {
  text-decoration:underline;
}

.input-common-style {
  color:black;
}

.qq-image {
  width:35px;
  height:70px;
  display:inline-block;
  background:url(../images/qq.png) no-repeat center 18px;
}

.qq-image:hover {
  width:34px;
  height:70px;
  display:inline-block;
  background:url(../images/icon.png) no-repeat center 18px;
}

.position-relative {
  position:relative;
}

.passport_tip {
  position:absolute;
  right:12px;
  top:25px;
  background:url(../images/news_look.png) no-repeat;
  width:240px;
  height:70px;
  z-index:9999;
}

.passport_tip span {
  display:block;
  padding:20px 0px 0 0px;
  cursor:pointer;
  color:#666666;
  font-size: 12px;
}

.passport_tip span .passport_red {
  color:#F00;
  font-size: 12px;
}

.passport_tip span .passport_cancel {
  font-weight:bold;
}

.passport_tip span.pl10 {
  padding-left:15px;
}

.passport_tip span.pr10 {
  padding-right:10px;
}

/* ==================== slick.css - 轮播组件样式 ==================== */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ==================== 结束：custom.css ==================== */

.header .sub-logo {
    padding-left: 5px;
}
.header .sub-logo img {
    min-height: 45px;
    max-height: 50px;
    height: auto;
}

.header .nav2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header .nav2 .sub_title_list {
    padding: 22px 20px 0 20px;
    margin: 0 3px;
    min-width: 75px;
    text-align: center;
    float: left;
    height: 68px;
}

.header .nav2 .sub_title_list a {
    font-size: 16px;
    display: block;
    color: #333;
    text-decoration: none;
}

.header .nav2 .sub_title_list a:hover {
    color: #d93027;
}

.header .nav2 .sub_title_list_active {
    background-color: #ee2244;
    float: left;
    margin-right: 3px;
    text-align: center;
    height: 68px;
    padding: 22px 20px 0 20px;
    font-size: 16px;
}

.header .nav2 .sub_title_list_active a:link,
.header .nav2 .sub_title_list_active a:visited,
.header .nav2 .sub_title_list_active a:hover,
.header .nav2 .sub_title_list_active a:active {
    color: #fff;
    font-weight: 600;
}

.ss .navbar-form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ss .navbar-form .form-control.nav-search {
    height: 34px;
    width: 200px;
    font-size: 13px;
    color: #333;
    padding: 6px 12px;
}

.ss .navbar-form .input-group-btn button,
.ss .navbar-form .input-group-btn .btn,
.ss .navbar-form .input-group-btn .btn-default {
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 15px !important;
    background-color: #ee2244 !important;
    border-color: #ee2244 !important;
    color: #fff !important;
    background-image: none !important;
}

.ss .navbar-form .input-group-btn button:hover,
.ss .navbar-form .input-group-btn .btn:hover,
.ss .navbar-form .input-group-btn .btn-default:hover {
    background-color: #d93027 !important;
    border-color: #d93027 !important;
    background-image: none !important;
}

.ss .navbar-form .form-group input:focus {
    border-color: #ee2244;
    outline: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(238,34,68,0.3);
}

.header .sub_title .container .row {
    display: flex;
    align-items: center;
}

.ss {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.header {
    border-bottom: 2px solid #f0f0f0;
}

@media (max-width: 991px) {
    .header .nav2 {
        width: 100%;
    }
}

body {
    padding-top: 70px;
}

