@charset "utf-8";
/* CSS Document */
.student_box{
    margin-top: 30px;
    margin-bottom: 30px;
}
.student_advantage{
    width: 645px;
    float: right;
}
.shadow_item{
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    padding: 24px;
    box-sizing: border-box;
}
.title_important{
    color: #f06c02;
}
.features_benefit {
    margin-top: 15px;
    margin-bottom: 10px;
}
.features_benefit td {
    vertical-align: top;
    padding-bottom: 10px;
}
.features_benefit td img {
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: 5px;
}
.features_benefit_p {
    color: #333;
    line-height: 34px;
    font-size: 18px;
}
.features_benefit_p span{
    color: #f06c02;
    font-weight:bold;
}
.student_btn{
    line-height: 46px;
    display: inline-block;
    background: #f06c02;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 22px;
    border-radius: 8px;
    transition: all linear 0.3s;
}
.student_btn:hover{
    color:#fff;
    background:#f77710;
}
.student_discount{
    float: left;
    width: 525px;
}
.discount{}
.discount td{
    vertical-align: top;
    line-height: 36px;
    font-size: 19px;
    padding-bottom: 10px;
}
.student_bold{
    font-weight: bold;
}
.student_wechat_box{
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #dcdcdc;
}
.student_wechat_left img {
    width: 96px;
    display: block;
}
.student_wechat_left{
    float: left;
    margin-right: 25px;
}
.student_wechat_right{
    float: left;
}
.wechat_right {
    float: left
}
.student_wechat_p1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 14px;
}
.student_wechat_p2 {
    font-size: 17px;
    margin-bottom: 14px;
}
.student_wechat_p3,.student_wechat_p4 {
    font-size: 17px;
    color: #de7300!important;
}

/*快速投稿*/
#quick_submit_form_submission{display: table-cell;}
.template_item{
    display: table-cell;
    width: 355px;
    vertical-align: top;
    position: relative;
    bottom: 90px;
}
.template_title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}
.template_btn{margin-top: 10px;}
.template_btn a{
    display: block;
    margin-bottom: 16px;
}
.template_box{
    background: #d9edf7;
    border: 1px solid #c6e0ed;
    border-radius: 10px;
    padding: 30px 24px 14px;
}
.template_p1{
    line-height: 30px;
}
.student_plan {
    width: 700px;
    float: left;
}
.student_plan_wechat {
    float: right;
    width: 485px;
}
.wechat_box{width: auto;}
.back_to_top {
    float: right;
    text-decoration: none;
    position: relative;
    bottom: 20px;
}

.back_to_top:hover a {
    color: #00678f
}
#telephone1{
    width: 493px;
}
.input_left {
    display: table-cell;
    font-size: 15px;
    margin-bottom: 8px;
    width: 100px;
    vertical-align: top;
}
.intention_email .input_left{
    width: 70px;
}
.input_right {
    display: table-cell;
    vertical-align: top;
}
.submit_button{
    width: 100px;
}
.back_to_top a {
    font-family: 'Inter Medium';
    color: #0082b4;
    font-size: 16px;
    transition: .3s all linear
}
.top_icon img{
    margin-right: 10px;
}
.back_font {
    display: inline-block;
    border-bottom: 2px solid #0082b4;
    line-height: 20px;
    position: relative;
    bottom: 10px;
}

.jump_ul {
    margin-bottom: 36px;
    margin-top: 5px
}

.jump_link ul li {
    width: 14%;
    line-height: 44px;
}

.jump_link ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #006db4;
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 4px
}

.jump_link ul li a {
    color: #006db4;
    font-weight: bold;
    border-bottom: 1px solid #006db4;
    padding-bottom: 1px;
}
.left{
    float: left;
}
.border_box{
    border: 2px solid #0489bf;
}
.oral{
    width: 600px;
    border-right: 2px solid #0489bf;
    display: table-cell;
    padding: 20px 24px;
    background: #fff;
}
.poster{
    width: 508px;
    display: table-cell;
    padding: 24px 30px;
    background: #fff;
}
.home_title2{
    margin-bottom: 20px;
}
.home_title2 h3{
    font-size: 32px;
    color: #333;
}
.border_box ul{
    padding-left: 21px;
    margin-bottom: 6px;
}
.border_box ul li{
    list-style: disc;
    color: #333;
    line-height: 32px;
}

.intention_name{
    width: 265px;
    margin-right: 20px;
}
.intention_name input{
    width: 150px;
}
.intention_email{
    width: 328px;
}
.intention_email .span1{
    width: 70px;
}
.intention_email input{
    width: 246px;
}
.registration_table table td{
    border-right: 1px solid #d4e1ef!important;
    border-bottom: 1px solid #d4e1ef!important;
}