body,html{
    width: 100%;
    height: auto;
    background: white;
}
.loadslider{
    width: 0%;
    height: 4px;
    position: fixed;
    top: 0;
    left: 0;
    background:#459ffd;
    z-index: 100;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
a:hover{
    text-decoration: none;
}
body{
    overflow: hidden;
    overflow-y: auto;
    background: white;
}
body::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}
body::-webkit-scrollbar {
    width: 20px;
    height: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
    background-color: #459ffd;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
}
body::-webkit-scrollbar-thumb:hover {
    background-color:  rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.w1500{
    width: 1200px;
}

.container{position: relative;}
.problem__box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.c1
{
    width: 804px;
    box-sizing:border-box;
    height: auto;
    background: white;
    margin-top: 50px;
    margin-left: 0;
    float: left;
    border:1px solid rgba(230,230,230,1);
    padding: 0;
}
._panel-box h1{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin: 0;
    margin-top: 30px;
    word-break: break-word;
    text-align: center;
    background: white;
}
._panel-box{
    padding: 30px;
    font-size: 14px;
    color: #618a9e;
    font-weight: normal;
    word-break: break-word;
}
._panel-box p{
    width: 100%;
    margin: 0 auto;
    text-indent: 2em;
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
}
._panel-box label p{
    text-indent: 3px;
    margin-top: 0;
}
._panel-box label img{
    height: auto;
    width: 200px;
}
.problems{
    width: 100%;
    margin: 0 auto;
}
.problems dl{
    width: 100%;
    border: 1px solid transparent;
    padding: 20px 5px 20px 5px;
    margin-top: 10px;
}
.problems dt{
    font-weight: 400;
}

.sub{
    display: inline-block;
    background: rgb(192,192,192);
    /* line-height: 32px; */
    color: white;
    text-align: center;
    width:76px;
    /* height:32px; */
    background:rgba(0,144,179,0.4);
    border-radius:2em;
    margin-right: 32px;
}
.sub:hover{
    background:rgba(0,144,179,1);
}
.two_button a{
    display: inline-block;
    background: rgba(69, 159, 253, 0.59);
    /* line-height: 32px; */
    color: white;
    text-align: center;
    width:auto;
    /* height:32px; */
    border-radius:2em;
    margin-right: 32px;
    padding:5px 10px 5px 10px;
    width: 100px;
}
.two_button{
    width: 100%;
    overflow: hidden;
    text-align: center;

}
.two_button a:hover{
    background:#459ffd;
}
.sub:hover{
    color: white;
    text-decoration: none;
}
.ok{
    display: block;
    width: 120px;
    /* height: 40px; */
    background: #71a1b8;
    /* line-height: 40px; */
    color: white;
    text-align: center;
    margin: 50px auto;
}

.ok:hover{
    background: #71a1b8;
    color: white;
    text-decoration: none;
}
#forgetchecked{
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
    display: inline-block;
    float: right;
    width: 368px;
    text-align: left;
    margin: 0px auto;
    color: #8fcbe8;
    font-size: 16px;
    background: transparent;
    min-height: 600px;
    top: 50px;
    overflow-y: auto;
    background:white;    border: 1px solid rgba(230,230,230,1);
}
#forgetchecked h4{
    font-size:14px;
    font-family:PingFangSC-Medium,PingFangSC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:20px;
    width: 98%;
    text-align: center;
}
#forgetchecked a{
    display: inline-block;
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    line-height:40px;
    margin: 9px;
    background:#459ffd7a;
    border-radius:4px;

}
#forgetchecked a:hover{
    background: #97d6f5;
    text-decoration: none;
}
#forgetchecked .for-content{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 36px;
}
.dlinput{
    /* border: 2px solid #37466f; */
    background: transparent;
    /* margin-top: 15px; */
    width: 200px;
    outline: none;
    border: none;
    border-bottom: 1px solid black;
    text-indent: 8px;
}
/*鎵嬫満*/
.header-title{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: rgba(48,40,76,.8);;
}
.header-title h1{
    font-size: 20px;
    color: white;
    margin: 0;
    line-height: 60px;
}
.problem-box{
    width: 98%;
    margin: 10px auto;
    height:65%;
    border: 2px solid #37466f;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    color: white;
    font-weight: 400;
    min-height: 490px;
}
.sub_button{
    display: block;
    width: 50%;
    height: 30px;
    margin: 20px auto;
    background: rgba(192,192,192,1);
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: white;
}
.problem-box .swiper-container{
    width: 100%;
    height: 100%;
}
.problem_item{
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
.swiper-button-prev, .swiper-button-next{
    height: 25px;
    position: absolute;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black,.swiper-button-prev.swiper-button-black{
    height: 25px;
    background: url("../images/jiantou.png") no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper-button-next{
    width: 15px;
    top: 50%;
    right: 5%;
    bottom: auto;
    transform: translateY(-50%) rotate(180deg);
}
#next-s{
    width: 15px;
    top: 50%;
    right:15%;;
    left: auto;
    bottom: auto;
    transform: translateY(-50%)
}
.percent{
    width: 98%;
    margin: 0 auto;
    height: 10%;
    border: 2px solid #37466f;
    border-top: 0px;
    position: relative;
}
.per{
    width: 50%;
    height: 20px;
    border: 1px solid #37466f;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5%;
    border-radius: 2em;
    overflow: hidden;
    position: absolute;
}
.pernei{
    width: 0%;
    height: 100px;
    background: #37466f;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.swiper-slide h2{
    font-size: 13px;
    width: 93%;
    margin: 0 auto;
    text-align: left;
    padding-top: 5%;
    text-indent: 0.5em;
    line-height: 24px;
}
.swiper-slide ul{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    height: 100%;
    overflow: hidden;
}
.swiper-slide ul li{
    font-size: 14px;
    width: 98%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    overflow:hidden;
    padding-left: 15px;
}
.swiper-slide ul li label{
    margin-left: 0;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-indent:5px;
}
.phone-box{
    width:100%;
    height: 100%;
    display: none;
}
.see{
    color:white;
}
.result-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.4);
    color: #8fcbe8;
    z-index: 999999999999999999999999999;
    top: 0;
    left: 0;
    display: none;
}
.r-content{
    width: 38%;
    height: auto;
    padding: 2%;
    padding-bottom: 1%;
    padding-top: 1.5%;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 16px;
    background: white;
}
.r-content hr{
    background: rgba(0,144,179,1);
}
.r-content span{
    color: #8fcbe8;
}
.r-content h2{
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    color: #0090B3;
    font-size: 26px;
}
.r-content p{
    line-height: 30px;
    color: black;
}

.r-content a{
    display: inline-block;
    width: 100px;
    height: 30px;
    background: #0090B3;
    border-radius: 2em;
    text-align: center;
    line-height: 30px;
    color: white;
    margin: 20px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width:1024px){
    body, html{
        min-width: auto;
    }
}
.problem_info{
    width:100%;
    border-bottom:1px solid rgba(230,230,230,1);
    padding-bottom: 30px;
}
.problem_nav{
    width:100%;
    overflow: hidden;
}
.problem_nav ul{
    width: 100%;
}
.jt{
    color: #333333;
}
.problem_nav ul li{
    display: inline-block;
    color: #333333;
}
.problem_nav ul li a{
    color: #459ffd;
}
._panel-box .problem_info p{
    text-indent: 0;
    margin: 0;
    margin-top: 20px;
}
._panel-box .problem_info h3{
    color: #333333;
    font-size: 18px;font-family:PingFangSC-Medium,PingFangSC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:25px;
    margin: 0;
    margin-top: 10px;
}
.pro_des{
    color: #666666;
}
.pro_duct{
    color: #999999;
}
.pro_duct span{
    color: #459ffd;
}
.problems img{
    display: block;
    width:50%;
}

/*------------------------2019/12/4--吉林*/
.re-mask h1{
    margin: 0;
}
.banner{
    padding-bottom: 0;
}
.vocation{
    height: auto;
    margin-top:80px ;
}
dl dt{
    font-size: 16px;
    font-weight: 500;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: visible;
}
._panel-box dl dt p{
    margin: 0;
    margin-top: 10px;
    text-indent: 0;

}
._panel-box dl dt{
    font-size: 14px;
    color: #333333;
}
dd{
    white-space: normal;
}
html, body,header,.banner{
    min-width: 0;
}
.menu-list a{
    color: #333333;
}
.slide a{
    color: #0090B3;
}
.logo img{
    height: 75%;
}
/*-=-====================2019-12-9*/
._panel-box .pro_des .prism-player p{
    width: auto;
}
option{
    text-align: center;
}