/* CSS Document */

#content {
    min-height:100%;
    position: relative;
}

#warp {
    width: 100%;
    min-height: 930px;
    background: #fff url("img/bg_b.png") no-repeat bottom center;
}

#warp .main{
    width: 1100px;
    height:715px;
    margin: auto;
    padding: 57px 0px 0px 50px;
}

#warp .main h1{
    color: #222;
    font-size: 30px;
}

#warp .main .title{
    margin-top: 15px;
}

#warp .main .title p,
#warp .main .title a{
    display: inline-block;
}

#warp .main .title p{
    font-size: 18px;
}

#warp .main .title a{
    font-size: 16px;
}

#warp .main .title p.remaining{
    color: #797979;
}

#warp .main .title a.registered{
    width: 90px;
    height: 28px;
    color: #fff;
    text-align: center;
    border-radius: 28px;
    line-height: 27px;
    margin-left: 190px;
    background-color: #ff3c48;
}

#warp .main .title a.more{
    color: #222;
    margin-left: 5px;
}

#warp .main .title a.customer{
    width:75px;
    height:24px;
    color: #0080f5;
    border-radius: 24px;
    padding-left: 33px;
    border: 2px solid #0080f5;
    background: url("img/customer-icon.png") no-repeat 12px 4px;
    margin-left: 200px;
}

.item{
    width:1000px;
    height:388px;
    margin: 30px 0px 0px 0px;
    -moz-box-shadow:10px 10px 17px #ebebeb;
    -webkit-box-shadow:10px 10px 17px #ebebeb;
    box-shadow:10px 10px 17px #ebebeb;
}

.video{
    width:690px;
    height:388px;
}

.list{
    float: right;
}

.list-red{
    width:310px;
    height:140px;
    position: relative;
    background: url("img/red-bg.png") repeat-y;
}

.list-red .teacher-img{
    float: left;
    padding: 29px 0px 0px 19px;
}

.list-red .teacher-img img{
    width:82px;
    height:82px;
    border-radius: 82px;
}

h2{
    font-size: 24px;
}

.list-red .teacher-text{
    color: #fff;
    float: left;
    margin: 41px 0px 0px 10px;
}

.attention-icon{
    position: absolute;
    right: 20px;
    top: 45px;
    opacity: .7;
}


.list-blue{
    width:310px;
    height:248px;
    background: url("img/blue-bg.png") repeat-y;
}

.list-title{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #7ce2ee;
    border-bottom: 1px solid #469eee;
}

.list-title li{
    width:155px;
    text-align: center;
    float: left;
}

.list-title li.tab-current{
    font-size: 20px;
    color: #fff;
    background: url("img/tab-current.png") no-repeat bottom;
}

.list-main li{
    list-style: none;
}

.list-main li.list-catalog,
.list-main li.list-introduce{
    width:310px;
    height:208px;
    overflow-y: auto;
}

.list-main li.list-catalog a{
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    padding-left: 24px;
    display: block;
}

.list-main li.list-catalog a.list-current,
.list-main li.list-catalog a:hover{
    color: #0080f5;
    background: url("img/list-current.png") no-repeat;
}

.list-main li.list-introduce{
    padding: 20px 0px 0px 0px;
}

.list-main li.list-introduce span{
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    vertical-align: middle;
    display: block;
    height:30px;
    padding-top: 3px;
}

.list-main li.list-introduce span i,
.list-main li.list-introduce span i img,
.list-main li.list-introduce span b{
    vertical-align: text-top;
    display: inline-block;
    line-height: 160%;
}

.alert{
    width:100%;
    height:100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
}

.alert-main {
    width:485px;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    margin: -200px 0px 0px -235px;
    background-color: #fff;
}
.alert-main-new {
    box-shadow: 11px 11px 18px 0px rgba(30, 49, 74, 0.25);
    /* left: 39%; */
    top: 9%;
    margin: 0px 0px 0px -235px;
}
.toast {
    width: 202px;
	height: 72px;
    line-height: 72px;
    text-align: center;
	background-color: rgba(0, 0, 0, .75);
    font-family: SourceHanSansCN-Regular;
	font-size: 26px;
	color: #ffffff;
	border-radius: 16px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10002;
}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .alert{
        background-color:#000000;
        filter:Alpha(opacity=50);
        position:static;
        *zoom:1;
    }
}

.close{
    width: 17px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
}

.alert_header img {
    display: block;
    width: 486px;
	height: 88px;
	background-color: #ff3c48;
	border-radius: 10px 10px 0px 0px;
}

.form-list{
    width:330px;
    height:44px;
    margin: auto;
    padding-left: 45px;
    line-height: 44px;
    border-bottom: 1px solid #e1e1e1;
}

.form-list input{
    height: 42px;
    border: none;
    font-size: 22px;
    outline: none;
    color: #d1d1d1;
}
.form-list input::placeholder {
    font-size: 22px;
    color: #cccccc;
}

.tel{
    background: url("img/tel-icon_b.png") no-repeat 10px 12px;
}

.code{
    background: url("img/code-icon_b.png") no-repeat 10px 15px;
}
.font_red {
    color: #FF3F4A;
    font-size: 18px;
}
a.btn{
    width:378px;
    height:58px;
    color: #fff;
    display: block;
    margin: 20px auto;
    line-height: 56px;
    text-align: center;
    border-radius: 36px;
    background-color: #ff3c48;
    font-size: 24px;
    /*-moz-box-shadow:0px 0px 20px #ffa0a6;
    -webkit-box-shadow:0px 0px 20px #ffa0a6;
    box-shadow:0px 0px 20px #ffa0a6;*/
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.error{
    width:320px;
    height:90px;
    z-index: 999;
    left: 80px;
    top: 135px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 90px;
    border-radius: 10px;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
}

.color-ff3c48{ color: #ff3c48 !important;}
.color-fcb200{ color: #fcb200 !important; font-size: 20px;}
.c_copy {
    font-size: 20px;
    text-align: center;
    color: #ACACAC;
    padding-top: 38px;
}
.m_box {
    height: 326px;
    background: url("img/m_bg.png") no-repeat;
}
.m_box2 {
    height: 354px;
    background: url("img/m_bg2.png") no-repeat;
}

.m_box_portrayal {
	width: 485px;
	margin: 0 auto;;
	background-color: #FFFFFF;
    padding: 35px 20px 29px 53px!important;
	box-sizing: border-box;
}
.portrayal {
	margin-bottom: 25px;    
}
.portrayal:last-child {
	margin-bottom: 0;
}
.portrayal span {
	display: block;
	line-height: 20px;
	font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 12px;
}
.portrayal ul {
	list-style: none;
	display: flex;
}
.portrayal ul li {
	/* flex: 1; */
	height: 20px;
	line-height: 20px;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #333333;
    background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAQlBMVEUAAAD7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr////7Wlr/+vr+5eX9urr9t7f7YGD8dnb8dXX+09P+1NTfvHA2AAAAC3RSTlMA3QVUrIlb5POmlLfbT3EAAACCSURBVBjTbZBbDoUgDET7AHwwIKh3/1u9CRIipufzZJq2Qw3RjbHypkIDZXRYuxIPXCWnlMsF+CfsUY/YOSp8m0W94+CuUCJZ0HIji0Uo4IwTJwI5lFkWOGLkWWYwAWmWCaDVkOa4ucg8yTy+vfn7vmkXQrK/q9vFKnkgwTHALjyxP7H4DkgU2wNvAAAAAElFTkSuQmCC') 0 0 / 20px 20px no-repeat;
	margin-right: 20px;
    padding-left: 27px;
    cursor: pointer;
}
.portrayal ul li:last-child {
	margin-right: 0;	
}
.portrayal ul li.active {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAPFBMVEUAAAD7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr7Wlr////9uLj/+/v8dnb+5eX8fX3/7u7+09NO1lANAAAAC3RSTlMABeJU99qsiVumlOqxBLEAAACQSURBVBjTbZBLEsQgCET9x6QBNbn/XYdSJ5UFbyUNXUK7iY9nSCmf0buXmLHJcUv+ABp3kc4NONawaiw0EVZ1eoFHqwEM7T1AVHMA090waTcxgncVTWRrWO/qCli7f2ZRXECngZdBHcElCOEDCZItZsNufmSuZC5vnrkDoc0KRPHXN7rL2yFvfC0hpVDqGvsBzbQOZSl5cX8AAAAASUVORK5CYII=');
}

.m_txt {
    font-size: 22px;
    line-height: 150%;
    color: #ffffff;
    text-align: center;
    padding-top: 150px;
}
.m_txt2 {
    font-size: 22px;
    line-height: 150%;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}
.m_weima {
    width: 170px;
    margin-left: 157px;
    padding-top: 106px;
}
.m_link {
    width: 376px;
    height: 44px;
    font-size: 22px;
    line-height: 43px;
    text-align: center;
    background: #F7FD00;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border-radius: 50px;
    color: #FF3C48;
}
.m_link a {
    width: 376px;
    height: 44px;
    float: left;
    color: #FF3C48;
}
::placeholder { color: #CCCCCC;}
