

.kt_problem {
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.kt_problem_box {
    width: 1200px;
    height: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.kt_problem_box .box_item {
    width: 300px;
    margin-left: 40px;

}

.kt_problem_box .box_item .box_inner {
    margin-bottom: 40px; 
    box-shadow: 0px 5px 15px 0px rgba(46, 80, 255, 0.05);
}

.kt_problem_box .box_item .box_inner .title {
    width: 100%;
    height: 56px;
    background: url(../images/title_bak.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 56px;
    color: #353535;
    font-size: 20px;
}

.kt_problem_box .box_item .box_inner .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    border: 1px solid #9CD2F4;
    border-top: none;
    box-shadow: 0px 5px 15px 0px rgba(46, 80, 255, 0.05);
}

.content .enter_item {
    display: block;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    font-size: 16px;
    background: #64B8ED;
    border-radius: 6px;
    margin-bottom: 22px;
}

.content .notice_item {
    font-size: 16px;
    display: block;
    color: #353535;
    margin-bottom: 22px;
}

.content .notice_item:hover {
    color: #64B8ED;
}

.content .contact_item {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    
}

.content .contact_item:nth-child(1) {
    justify-content: space-between;
}

.content .contact_item img {
    width: 32px;
    height: auto;
    margin-right: 12px;
}

.content .contact_item .send {
    width: 100px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    height: 30px;
    background: #64B8ED;
    border-radius: 6px;
}

.content .notice_item img {
    width: 21px;
    height: auto;
    margin-right: 11px;
}

.kt_problem_box .box_item .enter_box {

}

.helper_list {
    background: #F9F9F9;
    flex: 1;
}
.helper_content {
    padding: 30px 30px;
}

.helper_content .basic_info .basic_list{
    margin-bottom: 50px;
}
.helper_content .basic_info .tips {
    color: #404040;
    font-size: 16px;
    margin-top: 14px;
    line-height: 40px;
    margin-bottom: 50px;
}
.basic_info .basic_list .title{
    font-size: 24px;
    color: #3E3E3E;
    margin-bottom: 20px;
    font-weight: bold;
}

.basic_info .basic_list .basic-item {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(46, 80, 255, 0.05);
    padding-left: 18px;
    color: #5180EC;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 4px;
}

.helper_list .helper_menu {
    height: 47px;
    line-height: 47px;
}

.helper_list .helper_menu ul li {
    width: 180px;
    text-align: center;
    font-size: 20px;
    color: #404040;
    float: left;
}

.helper_list .helper_menu ul li.active {
    border-bottom: 4px solid #5CC6FF;
    color: #60A7FF;
}


.item_box .p_title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #455E98;
    display: flex;
    align-items: center;
}

.item_box .p_title span:nth-child(1) {
    width: 50px;
    height: 50px;
    background: #D2F0FF;
    display: inline-block;
    text-align: center;
    ;line-height: 50px;
    margin-right: 13px;
    font-size: 26px;
    color: #455E98;
}

.item_box .a_content {
    padding: 20px 14px 20px 14px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(46, 80, 255, 0.05);
    font-size: 16px;
    color: #3D3D3D;
    line-height: 30px;
}

.item_box .a_content a {
    color: #26A4D5;
}
