
#container_sidebar {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    box-sizing: border-box;
    /* height: 500px; */

}

#sidebar_paper_box {
    border: 1px solid #EAEAF1;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
}

#sidebar_paper_box .paper_title {
    height: 60px;
    font-size: 15px;
    color: #222222;
    box-sizing: border-box;
    padding: 20px 17px;
    border-bottom: 1px solid #EAEAF1;
}

#sidebar_paper_box .paper_content a {
    text-decoration: none;
}

#sidebar_paper_box .paper_content .paper_item:last-child {
    padding-bottom: 20px;
}

#sidebar_paper_box .paper_content .paper_item:first-child {
    padding-top: 20px;
}

#sidebar_paper_box .paper_content .paper_item {
    padding: 10px 18px;
    cursor: pointer;
}

#sidebar_paper_box .paper_content .paper_item .item_info {
    font-size: 15px;
    color: #3260B6;
    line-height: 24px;
    display: inline-block;
    padding-right: 15px;
}

#sidebar_paper_box .paper_content .paper_item .item_date {
    font-size: 13px;
    color: #909CB2;
    display: inline;
    white-space: nowrap;
}

#sidebar_paper_box .paper_content .paper_item:hover {
    background-color: #EAEAF1;
}

#sidebar_qr_code {
    height: 105px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #EAEAF1;
    border-radius: 2px;
    margin-top: 15px;
}

#sidebar_qr_code .qr_code {
    width: 75px;
    background: url(../images/sidebar_qr.png) no-repeat center center;
    background-size: contain;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

#sidebar_qr_code .qr_text {
    width: 111px;
    height: 43px;
    background: url(../images/sidebar_qr_text.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-left: 28px;
    margin-top: 14px;
}

.head-methods {
    position: relative;
    margin-top: -9px;
    background-color: #2b8ad7;
}

.header-methods-bot {
    width: 1158px;
    padding-left: 21px;
    padding-right: 21px;
    background-color: #2b8ad7;
    margin: 0 auto;
    font-family: PingFangSC;
    font-size: 16px;
    color: #ffffff;
    /*line-height: 50px;*/
    letter-spacing: 1px;
    overflow: hidden;
}

.header-methods-bot li {
    float: left;
}

.header-methods-bot .head-methods-title {
    display: inline-block;
    width: 214px;
    text-align: center;
    color: #fff;
    margin-top: 6px;
    line-height: 38px;
    height: 44px;
    transition: all .3s ease;
    background-color: transparent;
}

.header-methods-bot a.checked {
    background-color: #3d4150;
}

.header-methods-bot .head-methods-title img {
    vertical-align: middle;
    width: 13px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.header-methods-bot li:hover .head-methods-list {
    /*display: block;*/
    /*height: auto;*/
}

.head-methods-list {
    height: 0;
    transition: height .3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #3d4150;
    /*box-shadow: 0 4px 4px 0 #d8d8d8;*/

}

.header-methods-list-bot {
    width: 1158px;
    padding-left: 21px;
    padding-right: 21px;
    margin: 0 auto;
    color: #fff;
    background-color: #3d4150;
    position: relative;
}

.header-methods-list-bot .line-to-bott {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: height .5s ease;
    background: #3d4150;

}

.height_none .line-to-bott {
    height: 0%;
}

.methods-list-item {
    line-height: 30px;
    padding-bottom: 40px;
    padding-top: 30px;
    /*position: absolute;*/
    top: 0;
    /*z-index: -1;*/
}

.methods-list-item a {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
}

.methods-list-item a span {
    opacity: .8;
}

.methods-list-item a:hover {
    text-decoration: underline;
    opacity: 1;
}

.methods-list-item a:hover span {
    opacity: 1;
}

.methods-list-item div {
    display: inline-block;
    width: 270px;
    vertical-align: top;
}

.methods-list-item .he-moth-ti {
    font-size: 15px;
    opacity: 1;
    cursor: default;
    color: #fff
}

.methods-list-item .he-moth-ti:hover {
    text-decoration: none;

}

.methods-list-item .list-item ul {
    margin-bottom: 20px;
}

.methods-list-item .list-item ul:last-child {
    margin-bottom: 0;
}

.c_detail {
    opacity: 1 !important;
    font-size: 12px;
    line-height: 15px;
    border-radius: 3px;
    background-color: #4d73bb;
    display: inline-block;
    padding: 0 2px;
    text-align: center;
    position: relative;
    left: 8px;
}

.c_detail:before {
    position: absolute;
    content: '';
    left: -4px;
    bottom: 3px;
    width: 0;
    height: 0;
    border: 2px solid #4d73bb;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.c_sim {
    opacity: 1 !important;
    font-size: 12px;
    line-height: 15px;
    border-radius: 3px;
    background-color: #4d917a;
    display: inline-block;
    padding: 0 2px;
    text-align: center;
    position: relative;
    left: 8px;
}

.c_sim:before {
    position: absolute;
    content: '';
    left: -4px;
    bottom: 3px;
    width: 0;
    height: 0;
    border: 2px solid #4d917a;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.c_new {
    opacity: 1 !important;
    font-size: 12px;
    line-height: 15px;
    border-radius: 3px;
    background-color: #ef7e00;
    display: inline-block;
    padding: 0 2px;
    text-align: center;
    position: relative;
    left: 8px;
}

.c_new:before {
    position: absolute;
    content: '';
    left: -4px;
    bottom: 3px;
    width: 0;
    height: 0;
    border: 2px solid #ef7e00;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.header-methods-list-bot {
    height: 100%;
}

.header-methods-list-bot a {
    transform: translateY(-10px);
    opacity: 0 !important;
    transition: all .4s cubic-bezier(0, 0, .2, 1);
}

.header-methods-list-bot a {
    /*transform: translateY(-10px);*/
}

.head-methods-list .no_hide a {
    transform: translateY(0);
    opacity: 1 !important;
    transition: all .5s cubic-bezier(0, 0, .2, 1);
}

.methods-content-head {
    margin: 0 auto 51px;
    width: 1158px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 153px;
}

.methods-content-head h2 {
    font-family: PingFangSC;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    color: #45a0ea;
    line-height: 42px;
    margin-bottom: 10px;
}

.methods-content-head div {
    /*height: 22px;*/
    font-family: PingFangSC;
    font-size: 16px;
    text-align: left;
    color: #4a4a4a;
    line-height: 22px;
}

.methods-content-head div span:before {
    content: '>';
    display: inline-block;
    width: 25px;
    /*height: 100%;*/
    /*vertical-align: middle;*/
    color: #000;
    text-align: center;
}

.methods-content-head div span:first-child:before {
    display: none;
    width: 0;
}

.methods-content-box {
    margin: 0 auto;
    /* width: 1158px; */
    padding-left: 21px;
    padding-right: 21px;
    /*padding-left: 158px;*/
    position: relative;
}

.methods-content-body {
    position: relative;
    left: 137px;
    width: 911px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 #d8d8d8;
    min-height: 465px;
    box-sizing: border-box;
    padding: 42px 45px 45px;
    font-family: PingFangSC-Light;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #4a4a4a;
    line-height: 30px;
}

.methods-content-tag {
    position: absolute;
    width: 137px;
    line-height: 50px;
    left: 21px;
    top: 42px;
}

.methods-content-tag li {
    position: relative;
    margin-bottom: 10px;
    background-color: #eaeaf0;
    font-family: PingFangSC;
    font-size: 15px;
    text-align: center;
    color: #9b9b9b;
    cursor: pointer;
    /*transition: all .3s ease;*/
}

.methods-content-tag li h3 {
    /*font-family: PingFangSC-Regular;*/
    font-size: 15px;
    text-align: center;
    font-weight: 400;
}

.methods-content-tag li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 5px;
    height: 50px;
    background-color: #9b9b9b;
}

.methods-content-tag .checked {
    color: #45a0ea;
    background: #fff;
    z-index: 1;

}

.methods-content-tag .checked h3 {
    font-weight: bold;
    font-family: PingFangSC-Medium;
}

.methods-content-tag .checked:before {
    background: #45a0ea;

}

.methods-question {
    position: absolute;
    top: 42px;
    box-sizing: border-box;
    text-align: center;
    width: 63px;
    height: 78px;
    background-color: #eaeaf1;
    font-family: PingFangSC;
    font-size: 16px;
    color: #b4b3b3;
    left: 1078px;
    padding-top: 20px;
    padding-bottom: 13px;
    cursor: pointer;
    transition: background .3s ease;
}

.fix-to-question {
    position: absolute;
    top: 360px;
    left: 606px;
    width: 100px;
    /*height: 40px;*/
    line-height: 30px;
    background-color: #00bb83;
    box-shadow: 0 2px 4px 0 rgba(0, 187, 131, 0.37);
    font-family: PingFangSC;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;

}

.fix-to-question:before {
    position: absolute;
    top: -14px;
    left: 31px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid #00bb83;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    transform: scale3d(1, 2, 1);
}

.methods-question-checked {
    background-color: #00bb83;
    color: #ffffff;
    z-index: 2;
    cursor: default;
}

.methods-question-checked .methods-question-checked-path {
    fill: #fff;
}

.methods-question:hover {
    background-color: #00bb83;
    color: #ffffff;
    z-index: 2;
}

.methods-question:hover .methods-question-checked-path {
    fill: #fff;
}

.move-to-top {
    position: fixed;
    bottom: 245px;
    /*top:42px;*/
    box-sizing: border-box;
    text-align: center;
    width: 63px;
    height: 78px;
    background-color: #eaeaf1;
    font-family: PingFangSC;
    font-size: 16px;
    color: #b4b3b3;
    left: 1070px;
    padding-top: 20px;
    padding-bottom: 13px;
    cursor: pointer;
    transition: background .3s ease;
}

.flex-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(53, 53, 53, 0.9);
    z-index: 9999;
}

.flex-box .flex-close_btn {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 165px;
    top: 68px;
    background-image: url(../images/cancel.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.flex-content {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin-top: -48px;
}

.methods-ask-question {
    position: relative;
    /* top: 35px; */
    box-sizing: border-box;
    margin: 0 auto;
    width: 680px;
    padding-top: 55px;
    padding-left: 58px;
    padding-right: 34px;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 2px;
}

.methods-ask-question ul {
    height: 100px;
    overflow-y: auto;
}

.methods-ask-question ul li {
    display: inline-block;
    padding: 0 15px;
    margin-top: 8px;
    margin-right: 19px;
    border-radius: 13px;
    border: solid 1px rgba(188, 193, 204, 0.51);
    font-size: 14px;
    color: #bcc1cc;
    /* font-weight: 200; */
    font-weight: 400;
    cursor: pointer;
    line-height: 25px;
    transition: 0.4s ease;
    -webkit-font-smoothing: subpixel-antialiased;
}

.methods-ask-question ul li.checked {
    background-color: rgba(245, 166, 35, 0.6);
    color: #4a4a4a;
}

.cke_button__methods_link_icon,
.cke_button__methods_images_icon,
.cke_button__methods_link_1_icon,
.cke_button__methods_images_icon {
    display: none !important;
}

.cke_button__methods_images_label,
.cke_button__methods_link_label,
.cke_button__methods_link_1_label {
    display: block !important;
}

#shadow_box {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999999;
}

#shadow_box .tps_link {
    min-height: 11.36rem;
}

#shadow_box .tips_box {
    min-height: 11.36rem;
}

#shadow_box .tips_box {
    background-color: #fff;
    width: 586px;
    border-radius: 4px;
    position: relative;
    bottom: 7%;
    left: -13px;
    box-sizing: border-box;
}

#shadow_box .content_area {
    padding: 1.29rem 1.57rem 0rem 1.57rem;
}

#shadow_box .link_name, #shadow_box .link_address {
    height: 2.14rem;
    background-color: #F2F3F4;
    border: 1px solid #EAEAF1;
    border-radius: 2px;
}

#shadow_box .link_name {
    margin-bottom: 1.07rem;
}

#shadow_box .link_name input, #shadow_box .link_address input {
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    font-size: .86rem;
    padding-left: .71rem;
    box-sizing: border-box;
}

#shadow_box .box_btn_area {
    color: #666;
    height: 3.43rem;
    line-height: 3.43rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #EAEAF1;
}

#shadow_box .box_btn_multi_left, #shadow_box .box_btn_multi_right {
    width: 50%;
    display: inline-block;
    text-align: center;
}

#shadow_box .box_btn_multi_right {
    color: #3260B6;
    border-left: 1px solid #EAEAF1;
    box-sizing: border-box;
}

.submit, .cancel, .promt_btn {
    cursor: pointer;
}

#shadow_box .wrong_link {
    padding-top: .86rem;
    color: #F05E32;
    font-size: .86rem;
    display: inline-block;
    vertical-align: top;
}

.chose_ask-question {
    display: inline-block;
    margin-right: 15px;
}

.methods-more-list li {
    padding-top: 23px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eaeaf1;
    cursor: pointer;
}

.methods-more-list li:last-child {
    border-bottom: none;
}

.methods-more-list-head {
    transition: color .3s ease;
    line-height: 25px;
    margin-bottom: 21px;
}

.methods-more-list-head .title {
    font-family: HelveticaNeue;
    font-size: 18px;
    text-align: left;
    color: #222222;
    /*line-height: 25px;*/
    margin-bottom: 21px;
    font-weight: 400;
    transition: color .3s ease;

}

.methods-more-list li a:hover .methods-more-list-head .title {
    color: #45a0ea;
}

.methods-more-list li a .methods-more-list-head .right {
    color: #727a89;
    font-size: 13px;
    line-height: 25px;
    font-family: HelveticaNeue;
    font-weight: 400;
}

.methods-more-list-content {
    font-family: HelveticaNeue, PingFangSC;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    color: #727a89;
    display: flex;
    align-items: center;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.methods-more-list-content span {
    display: -webkit-box;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1;
}

.methods-ask-question-tag {
    border-bottom: solid 1px #d8d8d8;
    position: relative;
    top: -4px;

}

.methods-ask-question-tag .tag {
    display: inline-block;
    width: 99.8px;
    height: 37.3px;
    line-height: 38px;
    /*border-radius: 5px;*/
    border: solid 1px transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    /*font-weight: 500;*/
    text-align: left;
    color: #403f40;;
    font-family: PingFangSC-Medium, PingFangSC;
    text-align: center;
    position: relative;
    top: 1px;
}

.methods-ask-question-tag .checked {
    color: #45a0ea;
    border: solid 1px #d8d8d8;
    border-bottom-color: #fff;
}

.methods-ask-question-setial {
    position: static;
    /* top: 35px; */
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.methods-ask-question-setial .ask-title {
    color: #403f40;
}

.methods-ask-question-setial .ask-title {
    color: #403f40;
    margin-top: 25px;
}

.methods-content-body-question .ans-ques-z {
    padding: 5px;
    margin-right: 25px;
    width: 42px;
    height: 42px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: top;
    transform: scale(0.83);
    margin-top: 5px;
}

.methods-content-body-question .ans-ques-list-right {
    width: 743px;
}

.methods-content-body-question .ans-ques-list {
    padding-top: 17px;
    cursor: pointer;
}

.methods-content-body-question .ans-ques-list-content {
    padding-bottom: 15px;
}

.methods-content-body-question .ans-ques-list:hover .ans-ques-list-content .ques-tit-ak {
    color: #4990e2 !important;
}

.methods-content-body-question .ans-ques-list:hover .ans-ques-list-content .ques-tit-ak * {
    color: #4990e2 !important;
}

.methods-content-body-question .ques_tainal_link:hover .ans-ques-img-tag {
    background: url(../images/img_tag_bover.svg) no-repeat;
}

.methods-content-body-question .ques_tainal_link .font-14 {
    color: #cbc6c9
}

.methods-content-body-question .ques_tainal_link:hover .font-14 {
    color: #4990e2 !important;
}

.methods-ask-question-setial .model_btn {
    width: 132px;
    height: 40px;
    line-height: 40px;
}

.methods-ask-question ul {
    height: auto;
    margin-top: 6px;
}

.methods-content-body-question .methods-ask-question {
    padding-bottom: 0
}

.methods-others-list {
    background: #fff;
    padding: 0 25px;
    border-radius: 2px;
    border: solid 1px #eaeaf1;
}

.methods-others-list .methods-more-list-content {
    margin-top: 10px;
}

.methods-other-left-top {
    width: 860px;;
}

.methods-other-left-content {
    background: #fff;
    padding: 38px 25px 43px;
    font-size: 18px;
    line-height: 1.67;
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    color: #333333;
    border-radius: 2px;
    border: solid 1px #eaeaf1;
    margin-bottom: 10px;
}

.methods-other-left-content img {
    display: block;
    margin: 25px auto;
}
.methods-content-body-text  img {
    display: block;
    margin: 25px auto;
}
.methods-other-left-text {
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #eaeaf1;
}

.methods-other-left-text .tag {
    font-size: 17px;
    border: none;
    line-height: 55px;
    height: 55px;
}

.methods-other-left-text .methods-content-body-question {
    padding: 5px;
}

.methods-other-left-text .methods-ask-question-tag {
    top: 0;
}

.methods-other-left-text .checked {

}

.methods-ask-question-con .ans-ques-list {
    line-height: 30px;
    padding-top: 22px;
}

.methods-ask-question-con .ans-ques-list-title {
    font-size: 13px;
    font-family: PingFangSC;
    color: #727a89;
    line-height: 18px;
    margin-bottom: 7px;
}

.methods-ask-question-con .ans-ques-z {
    margin-top: 0;
}

.methods-other-left-text .methods-content-body-question .ans-ques-list-right {
    width: 722px;
}

.methods-other-left-text .methods-ask-question {
    padding: 0 25px 35px;
}

.methods-other-left-text .model_tag_list_2 li {
    margin-right: 40px;
}

.methods-other-left-text .model_tag_list_2 li:last-child {
    margin-right: 0;
}

.detial_ask_methods {
    width: 260px;
    height: 54px;
    background-color: #00bb83;
    text-align: center;
    line-height: 54px;
    /* font-family: PingFangSC-Medium; */
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 18px;
    border-radius: 2px;
    cursor: pointer;
}

.methods-index-title {
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #eaeaf1;
    margin-bottom: -1px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    padding-top: 25px;
    padding-bottom: 24px;
    font-family: PingFangSC-Light;
    font-size: 25px;
    color: #3260b6;
    font-weight: 600;
}

h5 {
    color: #45a0ea;
    font-size: 20px;
    margin-bottom: 15px;

}

.flex_list {
    display: flex;
}

.methods_list_box_index_left {
    display: flex;
    justify-content: center;
    width: 238px;
    /* height: 132px; */
    margin-right: 22px;
    position: relative;
}

.methods_list_box_index_left img {
    vertical-align: top;
    max-width: 238px;
    max-height: 132px;
}

.methods_list_box_index_left div {
    position: absolute;
    top: 0;
    left: 4px;
    line-height: 24px;
    background-color: #f5a623;
    font-size: 12px;
    color: #ffffff;
    padding: 0 4px;
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.methods_list_box_index_time {
    line-height: 18px;
    font-family: HelveticaNeue;
    font-size: 13px;
    text-align: left;
    color: #727a89;
    height: 18px;
    margin-top: 26px;
}

/*è½®æ’­å›¾*/
.RoundRobin_img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.RoundRobin_img ul {
    /*width: 300%;*/
    height: 100%;
    position: relative;
    left: 0;

}

.RoundRobin_img li {
    width: 1158px;
    float: left;
    height: 100%;
}

.RoundRobin_img a, .RoundRobin_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.RoundRobin_left, .RoundRobin_right {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    width: 58px;
    height: 58px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 100%;
    transition: opacity .2s ease;
    cursor: pointer;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.RoundRobin_left {
    left: 40px;
    transform: rotate(180deg);
}

.RoundRobin_right {
    right: 40px;
}

.RoundRobin_img:hover .RoundRobin_left, .RoundRobin_img:hover .RoundRobin_right {
    opacity: 1
}

.lager_kin_b {
    display: inline-block;
    margin: 3px 7px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #b8e986;

}

.litter_kin_b {
    display: inline-block;
    margin: 4px 7px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #b8e986;

}

.small_kin_b {
    display: inline-block;
    margin: 5px 7px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #b8e986;
}

.carousel-inner a {
    cursor: default;
}

.down_data_load {
    display: flex;
    height: 535px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.down_data_load_c {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #0a2626;
    line-height: 28px;
    margin-bottom: 22px;
    margin-top: 15px;
    font-family: PingFangSC-Semibold;
}

.down_data_load_b {
    font-family: PingFangSC;
    font-size: 13px;
    text-align: center;
    color: #6c6c6c;
    line-height: 18px;
}

.down_data_load_a {
    width: 242px;
    height: 40px;
    border-radius: 2px;
    background-color: #45a0ea;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
    margin-top: 42px;
    font-family: PingFangSC-Regular;
}

.methods-content-checked-box .scroll_move_tag {
    display: none;
}

.methods-content-checked-box .scroll_move_tag.checked {
    display: block;
}

.paginationâ€”list > li:first-child > a, .paginationâ€”list > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.paginationâ€”list > li > a, .paginationâ€”list > li > span {
    position: relative;
    float: left;
    /* padding: 6px 12px; */
    line-height: 1.42858;
    text-decoration: none;
    color: #4990e2;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 3px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.paginationâ€”list .prev a, .paginationâ€”list .next a {
    width: 70px;
}

.paginationâ€”list {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.paginationâ€”list > li {
    display: inline;
}

.paginationâ€”list > .active > a, .paginationâ€”list > .active > a:hover, .paginationâ€”list > .active > a:focus, .paginationâ€”list > .active > span, .paginationâ€”list > .active > span:hover, .paginationâ€”list > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #4990e2;
    border-color: #4990e2;
    cursor: default;
}

.paginationâ€”list > .disabled > span, .paginationâ€”list > .disabled > span:hover, .paginationâ€”list > .disabled > span:focus, .paginationâ€”list > .disabled > a, .paginationâ€”list > .disabled > a:hover, .paginationâ€”list > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.paginationâ€”list > li:last-child > a, .paginationâ€”list > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.paginationâ€”list > li > a:hover, .paginationâ€”list > li > a:focus, .paginationâ€”list > li > span:hover, .paginationâ€”list > li > span:focus {
    color: #4990e2;
    background-color: #eee;
    border-color: #ddd;
}

.methods-content-body-text {
    overflow: hidden;
}

.methods-content-checked-box {
    overflow: hidden;
    position: relative;
    height: auto;
    transition: height .2s ease-in;
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-weight: 400;
}

.methods-content-checked-box .scroll_move_tag {
    position: relative;
    font-weight: 400;
}

.scroll_move_btn {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    left: 137px;
    width: 911px;
    margin-top: 40px;
    padding-left: 45px;
    /*padding-right: 45px;*/
}

.scroll_move_prev {
    float: right;
    width: 130px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background-color: #4a90e2;
    box-shadow: 0 2px 4px 0 #bcc1cc;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease;
    box-sizing: border-box;
}

.scroll_move_prev svg {
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    margin-right: 9px;
}

.scroll_move_btn svg path {
    fill: #fff
}

.scroll_move_next {
    float: right;
    width: 130px;
    height: 45px;
    margin-left: 40px;
    line-height: 45px;
    border-radius: 2px;
    background-color: #4a90e2;
    box-shadow: 0 2px 4px 0 #bcc1cc;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease;
    box-sizing: border-box;
}

.scroll_move_next svg {
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    margin-left: 9px;
    transform: rotateZ(180deg);
}

.scroll_move_btn .dis_btn {
    border: solid 1px #d8d8d8;
    background: transparent;
    color: #bcc1cc;
    box-shadow: none;
    pointer-events: none;
}

.scroll_move_btn .dis_btn:hover {
    background: transparent;
}

.scroll_move_btn .dis_btn svg path {
    fill: #bcc1cc
}

.scroll_move_next:hover, .scroll_move_prev:hover {
    background-color: #3260b6;
}

#ques_message {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    right: 90px;
    top: 0;
    background: #3d4150;
    width: 191px;
    height: 197px;
    /* transform: scale(.543859649122807); */
    border-radius: 2px;
    box-sizing: border-box;
    padding: 14px;
    text-align: left;
    box-shadow: -7px 10px 49px -4px #939090;
    transition: all .5s ease-in-out;
}

#ques_message:after {
    position: absolute;
    right: -12px;
    top: 33px;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #3d4150;
}

#ques_message div {
    border-bottom: 1px solid #656c76;
    padding-left: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#ques_message div p {
    color: #fff;
    font-size: 13px;
    padding-left: 14px;
    background: url(../images/mouse_left.svg) no-repeat;
    background-size: 9px;
    /* margin-left: -10px; */
}

#ques_message div:last-child {
    border-bottom: none;
}

#ques_message div ul {
    margin-top: 10px;
    padding-left: 25px;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    /* list-style: disc; */
    margin-bottom: 8px;
    line-height: 24px;
}

#ques_message div ul li {
    position: relative
}

#ques_message div ul li:before {
    left: -9px;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .8);
    top: 10px;
}

.methods-question:hover #ques_message {
    right: 63px;
    opacity: 1;
}

.methods-question {
    z-index: 2;
}

.c_hot {
    opacity: 1 !important;
    font-size: 12px;
    line-height: 15px;
    border-radius: 3px;
    background-color: #ef7e00;
    display: inline-block;
    padding: 0 2px;
    text-align: center;
    position: relative;
    left: 8px;
    top: -1px;
}

.c_hot:before {
    position: absolute;
    content: '';
    left: -4px;
    bottom: 3px;
    width: 0;
    height: 0;
    border: 2px solid #ef7e00;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.flex_content {
    display: flex;
}

.methods-content-box {
    flex: 1;
    padding-left: 0;
}

.secial-box {
    width: 270px;
    /* height: 399px; */
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 #d8d8d8;
    padding-bottom: 26px;
}

.secial {
    /*margin-left: 23px;*/
    padding-bottom: 34px;
    overflow: hidden
}

#container_body {
    width: 1158px;
    margin: 0 auto;
    padding-left: 21px;
    padding-right: 21px;
}

.secial-box-tit {
    line-height: 25px;
    font-family: PingFangSC;
    font-size: 17px;
    font-weight: 500;
    color: #3260b6;
    padding: 15px 17px 12px 25px;
    position: relative;
}

.secial-box-tit .RoundRobin_left,
.secial-box-tit .RoundRobin_right {
    opacity: 1;
    width: 21px;
    height: 21px;
    background-color: #45a0ea;
    top: 46px;
}

.secial-box-tit .RoundRobin_left {
    left: 198px;
}

.secial-box-tit .RoundRobin_right {
    left: 228px;
}

.secial-box-con {
    padding-left: 20px;
    width: 214px;
    overflow: inherit;
    position: relative;
}

.secial-box-con:before {
    position: absolute;
    width: 20px;
    background: #fff;
    height: 100%;
    content: '';
    left: 0;
    z-index: 1;
}

.secial-box-con ul {
    overflow: hidden;
    position: relative;
}

.secial-box-con ul li {
    float: left;
    width: 201px;
    height: 236px;
    position: relative;
    margin-right: 13px;
    border-radius: 5px;
    overflow: hidden;
}

.secial-box-con ul li div {
    position: absolute;
    bottom: 0;
    /* width: 224px; */
    height: 60px;
    background-color: rgba(0, 0, 0, 0.62);
    padding: 16px 17px 11px 15px;
}

.secial-box-con ul li h5 {
    line-height: 15px;
    font-family: PingFangSC;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
    white-space: nowrap;
}

.secial-box-con ul li p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: PingFangSC;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 23px;
    line-height: 20px;
}

.secial-box-con ul li img {
    width: 100%;
    height: 100%
}

.methods-ask-question-con .ans-ques-list:last-child .ans-ques-list-right {
    border-bottom: none !important;
}

.qr-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 121px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 #d8d8d8;
    margin-top: 16px;
}

.qr-code img:first-child {
    margin-right: 20px;
    width: 87px;
}

.qr-code img:last-child {
    width: 120px;
}

.methods-ask-question-con .ans-ques-list:last-child .ans-ques-list-right {
    border-bottom: none !important;
}

.methods-content-checked-box .scroll_move_tag a {
    color: #45a0ea;

}

.methods-more-list-content img {
    width: 85px;
    height: 50px;
    margin-right: 18px;
}

.hide{
    display:none
}
.home-page-carousel-item{
    position:absolute;
    top:0;
    left:0;
}
#step_container{
    position:absolute!important;
    top:90%;
    left:50%!important;
    transform:translatex(-50%);
    height:20px!important;
}
#step_container .step_btn{
    width:8px;
    height:8px;
    background:rgba(255, 255, 255, 0.7);
    margin-left:8px;
    margin-top:8px;
    cursor: pointer;
}
#step_container .step_btn.step_btn_active{
    height:16px;
    margin-top:0px;
    background:rgba(255, 255, 255, 1);
}
.head-methods-list{
    min-width:1200px;
}