.detail_title_top {
    margin-top: .15rem;
    display: flex;
    align-items: center;
    margin-left: 3.6rem;
    margin-right: 3.6rem;
    justify-content: space-between;
}

.detail_tit {
    font-size: .2rem;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
}

.detail_title_top ul {
    display: flex;
}

.detail_title_top ul li a {
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

}

.detail_title_top ul li {
    padding: 0 .1rem;
}

.detailcont {
    margin: .34rem 3.6rem .4rem;
}

.detail_list {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.detail_left {
    width: 1.49rem;
    height: .68rem;
    background: #F5F8FF;
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666;
    line-height: .68rem;
    text-align: right;
    padding-right: .2rem;
}

.detail_right {
    flex: 1;
    height: .68rem;
    background: #EBEFF7;
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333;
    line-height: .68rem;
    padding-left: .2rem;
}

.detail_title {
    margin: .34rem 0;
}

.detail_qk {
    position: relative;
}

.zhangimg {
    width: 1.74rem;
    height: 1.74rem;
    position: absolute;
    right: .27rem;
    bottom: .23rem;
}

.detail_list_form {
    width: 100%;
    height: .68rem;
    background: #EBEFF7;
    display: flex;
}

.detail_list_tit1 {
    width: 3rem;
    text-align: center;
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    height: 100%;
    line-height: .68rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.detail_list_tit2 {
    flex: 1;
    text-align: center;
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    height: 100%;
    line-height: .68rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.detail_list_tit3 {
    width: 2.1rem;
    text-align: center;
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    height: 100%;
    line-height: .68rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.detail_list_tit4 {
    width: 2.1rem;
    text-align: center;
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    height: 100%;
    line-height: .68rem;
}

.border-e4 {
    border: 1px solid #E4E4E4;
}

.detail_list_cont {
    display: flex;
    height: .68rem;
    border-bottom: 1px solid #E4E4E4;
}

.detail_list_cont4 {
    width: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .1rem;
}

.qkl_sj_list_img1 {
    width: .24rem;
    height: .27rem;
    cursor: pointer;
    margin-right: .25rem;
}

.qkl_sj_list_img2 {
    width: .27rem;
    height: .27rem;
    cursor: pointer;
}

.detail_list_btm {
    width: 100%;
    height: .69rem;
    background: #fff;
    margin: 0 auto;
    font-size: .16rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    padding: 0 .23rem;
}

.feedback {
    padding: .61rem 3.6rem 1.14rem;
}

.feedback_tit {
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: Bold;
    color: #333333;
    margin-top: .45rem;
}

.feedback_tit span {
    color: #FF0606;
}

.feedback input {
    width: 100%;
    height: .58rem;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    font-size: .16rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    line-height: .58rem;
    padding: 0 .15rem;
    margin-top: .2rem;
}

.feedback_check {
    display: flex;
    align-items: center;
    margin-top: .3rem;
}

/* input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
} */
input[type="radio"] {
    -webkit-appearance: none;
    width: .20rem !important;
    height: .20rem !important;
    border: 1px solid #044DCF;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

input[type="radio"]:checked {
    background: #044DCF;
}

.feedback_check div {
    font-size: .16rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #999999;
    margin: 0 .15rem;
}

.feedback textarea {
    width: 100%;
    height: 2.93rem;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    margin-top: .2rem;
    padding: .2rem .15rem;
    font-size: .16rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.from_list {
    display: flex;
    align-items: center;
    margin-top: .2rem;

}

.from_name {
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    width: .6rem;
    text-align: right;
}

.sc_btn {
    width: 1.27rem;
    height: .47rem;
    background-image: url(../img/sc.png);
    text-decoration: none;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.from_remake {
    font-size: .16rem;
    font-weight: 400;
    color: #666666;
    margin-left: .23rem;
}

.feedback_left {
    width: 1.27rem;
    height: .56rem;
    background: #044DCF;
    border-radius: 5px;
    font-size: .16rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: .56rem;
    text-align: center;
    margin-right: .24rem;
}

.feedback_right {
    width: 1.27rem;
    height: .56rem;
    border: 1px solid #044DCF;
    border-radius: 5px;
    font-size: .16rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #044DCF;
    line-height: .56rem;
    text-align: center;
}

.aboutus {
    padding: .6rem 3.6rem 1.23rem;
}

.flex {
    display: flex;
}

.about_text {
    flex: 1;
    margin-top: .15rem;
    margin-right: .6rem;
}

.aboutimg {
    width: 4.97rem;
    height: 3.95rem;
}

.ab_t1 {
    font-size: .22rem;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
}

.ab_t2 {
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: .32rem;
    margin-top: .3rem;
}

.ab_t3 {
    font-size: .22rem;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    margin-top: .63rem;
}

.about_order {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: .7rem;
}

.about_order div {
    font-size: .2rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666666;
}

.ab_lg1 {
    width: .5rem;
    height: .5rem;
    margin-bottom: .24rem;
}

.ab_lg2 {
    width: .42rem;
    height: .48rem;
    margin-bottom: .25rem;
}

.ab_lg3 {
    width: .5rem;
    height: .48rem;
    margin-bottom: .25rem;
}

.ab_lg4 {
    width: .5rem;
    height: .5rem;
    margin-bottom: .24rem;
}

.about_list1 {
    flex: 1;
    border: 1px solid #D9D7E2;
    padding: .35rem;
    margin-top: .93rem;
    cursor: pointer;
}

.about_list1 .ab_b {
    display: none;
}

.about_list1:hover {
    background-image: url(../img/abbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.about_list2:hover {
    background-image: url(../img/abbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.about_list3:hover {
    background-image: url(../img/abbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.about_list4:hover {
    background-image: url(../img/abbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}


.about_list1:hover .ab_b {
    display: block;
}

.about_list1:hover .ab_l {
    display: none;
}

.about_list1:hover .about_list_text1 {
    color: #fff;
}

.about_list1:hover .about_list_text2 {
    color: #fff;
}

.about_list2:hover .ab_b {
    display: block;
}

.about_list2:hover .ab_l {
    display: none;
}

.about_list2:hover .about_list_text1 {
    color: #fff;
}

.about_list2:hover .about_list_text2 {
    color: #fff;
}

.about_list3:hover .ab_b {
    display: block;
}

.about_list3:hover .ab_l {
    display: none;
}

.about_list3:hover .about_list_text1 {
    color: #fff;
}

.about_list3:hover .about_list_text2 {
    color: #fff;
}

.about_list4:hover .ab_b {
    display: block;
}

.about_list4:hover .ab_l {
    display: none;
}

.about_list4:hover .about_list_text1 {
    color: #fff;
}

.about_list4:hover .about_list_text2 {
    color: #fff;
}


.about_list2 {
    flex: 1;
    border: 1px solid #D9D7E2;
    padding: .35rem;
    margin-top: .93rem;
    border-left: none;
    cursor: pointer;
}

.about_list1 img {
    width: .61rem;
    height: .61rem;
}

.about_list_text1 {
    font-size: .26rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    margin-top: .26rem;

}

.about_list_text2 {
    font-size: .18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666666;
    margin-top: .3rem;
    line-height: .3rem;
}

.about_list3 {
    flex: 1;
    border: 1px solid #D9D7E2;
    padding: .35rem;
    cursor: pointer;
}

.about_list4 {
    flex: 1;
    border: 1px solid #D9D7E2;
    padding: .35rem;
    border-left: none;
    cursor: pointer;
}

.contact {
    display: flex;
    justify-content: space-between;
    margin-top: .53rem;
}

.contactlist {
    width: 3.84rem;
    height: 1.63rem;
    background: #F9F9F9;
    padding: .3rem;
}

.contactlist div {
    font-size: .20rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
}

.contactlist img {
    margin-bottom: .27rem;
}

.cont_us {
    margin-top: .93rem;
    display: flex;
    justify-content: center;
}

.cont_code {
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #D9D7E2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .27rem;
}

.cont_code img {
    width: 1.02rem;
    height: 1.02rem;
}

.cont_bg {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 1.63rem;
}

.cont_bg div {
    font-size: .22rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
}

.dimg {
    width: 1.5rem;
    height: 1rem;
}