body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
[v-cloak] {
    display: none;
}
/*公共类开始*/
ul li{
    list-style: none;
}
.line{
    width: 4px;
    height: 20px;
    background: #208fe4;
    display: inline-block;
    border-radius: 4px ;
    position: relative;
    top: 4px;
    margin-right:14px ;
}
.title{
    font-size: 18px;
    color:rgb(51, 51, 51);
    line-height: 46px;
    border-bottom: 1px solid #ececec;
}
.marginT20{
    margin-top: 20px;
}
/*公共类结束*/
#app{
    width: 100%;
    padding-top: 125px;
    background: #f1f1f1;
    mine-width:1080px;
    font-family: '';
}
#app .container{
    width: 92%;
    margin:20px auto 40px;
}
#app .container .contractDispute{
    background:#fff;
    display: flex;
    padding: 30px;
}
.container .contractDispute imgBig{
    width: 390px;
    height: 250px;
}
.container .contractDispute .text_box{
    margin-left: 60px;
}
.container .contractDispute .text_box dt{
    font-size: 22px;
    line-height: 42px;
    color: rgb(34,34,34);
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}
.container .contractDispute .text_box dt img{
    width: 50px;
    height: 50px;
    position: absolute;
    left: -12px;
    top:-5px;
}

.container .contractDispute .text_box dl{
    min-width: 600px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(136,136,136);
    height: 193px;
    margin-bottom: 10px;
}
.container .contractDispute .btn_box{
    display: flex;
    margin-bottom: 0px;
}
.container .contractDispute .btn_box button{
    width: 150px;
    height: 46px;
    border:1px solid #1f8ae1;
    border-radius: 4px;
    background: #fff;
    margin-right: 30px;
    font-size: 18px;
}
.container .contractDispute .btn_box button:nth-of-type(1):hover{
    background-image: linear-gradient(90deg,#25a2ee 0%,#1e87e0 100%), linear-gradient(#26b8f2, #26b8f2);
    box-shadow: 1px 2px 15px 0px rgba(10, 91, 154, 0.27);
    border:1px solid #ececec ;
    color: #fff;
}

.container .contractDispute .btn_box button:nth-of-type(2){
    position: relative;
    padding-left: 30px;
    color: #1f8ae1;
}
.container .contractDispute .btn_box button:nth-of-type(2) .bgImg{
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon.png");
    background-repeat: no-repeat;
    top: 11px;
    left: 22px;
}
.container .contractDispute .btn_box button.current{
    /*background: rgb(36,159,237);*/
    background-image: linear-gradient(90deg,#25a2ee 0%,#1e87e0 100%), linear-gradient(#26b8f2, #26b8f2);
    color: #fff;
}


.container .contractDispute .btn_box button:nth-of-type(2):hover{
    background-image: linear-gradient(90deg,#25a2ee 0%,#1e87e0 100%), linear-gradient(#26b8f2, #26b8f2);
    box-shadow: 1px 2px 15px 0px rgba(10, 91, 154, 0.27);
    border:1px solid #ececec ;
    color: #fff;
}


.container .contractDispute .btn_box button:nth-of-type(2):hover .bgImg{
    background-image: url("../img/icon-white.png");
}


.container .regulations{
    margin-top: 18px;
    background:#fff;
    display: flex;
    padding: 8px 24px ;
}
.container .regulations .left{
    width: 62%;
    min-width: 500px;
    margin-right: 5%;
 }
.container .regulations .left dl{
    padding-left: 1.5rem;
}
.container .regulations .left dt{
    font-size: 16px;
    color:rgb(51, 51, 51);
    margin-top: 22px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    padding-left: 14px;
}
.container .regulations .left dl:nth-of-type(1) dt::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left:2px ;
    top: 14px;
}
.container .regulations .left dt span{
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    background: #169ff1;
    text-align: center;
    position: absolute;
    top:8px;
    left: -24px;
    color: #ffffff;
}
.container .regulations .left dd{
    font-size: 14px;
    line-height: 26px;
    color: rgb(136, 136, 136);
    padding: 0 1em;
    position: relative;
}
.container .regulations .left dd span{
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    background: #898989;
    text-align: center;
    position: absolute;
    left: -24px;
    top: 4px;
    color: #ffffff;
}
.container .regulations .right {
    width: 32%;
    min-width: 200px;
    overflow: hidden;
}
.container .regulations .right ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 5%;
}
.container .regulations .right ul li{
   font-size: 14px;
    color: rgb(51,51,51);
    font-weight: 400;
    width: 50%;
    line-height: 42px;
    position: relative;
    left: 8px;
}
.container .regulations .right ul li a{
    text-decoration: none;
    color:rgb(51,51,51);
}
.container .regulations .right ul li a:hover{
    color:#1f89e1;
}
.container .regulations .right ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left:-11px ;
    top: 18px;
}
.container .regulations .right div img{
    width: 330px;
    height: 180px;
    margin-bottom: 20px;
}
.regulations .left .disputeStep{
    width: 100%;
    padding: 6% 10% 5% 0%;
    overflow: hidden;
}
.regulations .left .disputeStep li{
    width: 16.6%;
    text-align: center;
    float: left;
}
.regulations .left .disputeStep li .wrapCircle{
    width: 20%;
    padding-bottom: 20%;
    border-radius: 50%;
    background: #ededed;
    position: relative;
    margin-left: 40%;
    left: 0;
    top: 0;
}
.regulations .left .disputeStep li .innerCircle{
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: #208fe4;
    position: absolute;
    left: 20%;
    top: 20%;
}
.regulations .left .disputeStep li .wrapCircle::before{
    content: '';
    width: 300%;
    height: 8%;
    background: #208fe4;
    position: absolute;
    left: -100%;
    top:46%;

}
.regulations .left .disputeStep li .wrapCircle::after{
    content: '';
    width: 300%;
    height: 8%;
    background: #208fe4;
    position: absolute;
    left: 100%;
    top:46%;
}

.regulations .left .disputeStep li:last-of-type .wrapCircle::before{
    width: 100%;
}
.regulations .left .disputeStep li:first-of-type .wrapCircle:before{width: 0;}
.regulations .left .disputeStep li:last-of-type.wrapCircle:before{width: 0;}
.regulations .left .disputeStep li:last-of-type .wrapCircle:after{width: 0;}

.regulations .left .disputeStep li p:nth-of-type(1){
     color:#208fe4;
     font-size: 16px;
     margin-top: 10px;
 }
.regulations .left .disputeStep li p:nth-of-type(2){
    font-size: 14px;
   line-height: 32px;
}
.el-message-box{
    width: 360px;
    height: 210px;
    border-radius: 4px;
    box-sizing: border-box;
    padding-bottom: 0;
}
.el-message-box__header{
border-bottom: 1px solid #eee;
padding: 0 10px;
}
.el-message-box__title{
line-height: 46px;
font-size: 16px;
padding: 0 8px 0 12px;
color: #333;
}
.el-message-box__title span{
    position: relative;
}
.el-message-box__title span::before{
    content: '';
    width: 4px;
    height: 16px;
    border-radius: 4px;
    background: #208fe4;
    position: absolute;
    left: -9px;
    top: 3px;
}
.el-message-box__content{
padding: 0;
}
.el-message-box__message p{
text-align: center;
line-height: 90px;
font-size: 16px;
    color:#666666;
}
.el-message-box__btns{
text-align: center;
}
.el-button{
display: inline-block;
    font-size: 14px;
    width: 110px;height: 34px;
box-sizing: border-box;
}
