html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,a,input,span{
    margin: 0;
    padding: 0;
    border:none;
	font-family:Meiryo;
     }

a{ text-decoration: none;}
html{
    font-size:20px;
}

.container{
    font-family: Meiryo;
    position: relative;

    border-top: 0.1rem #ff6825 solid;

}

.header{
    width:60rem;
    margin:auto;
    font-size: 0.8rem;
    display: block;
    position: relative;

}
.top{
    display: flex;
    display: -webkit-flex;
    justify-content:flex-end;
    margin-bottom:1.5rem;
    position: relative;

}

.top .top-wz{
    padding:0;
    color: #333333;
    position: absolute;
    left:0.5rem;
    top:1.1rem;
}

.top div {
    height:1.5rem;
    padding:0.5rem  1rem 0;
    background:rgb(255,87,34);
    margin-left:1rem;
    border-radius:0 0 0.4rem 0.4rem;
    position: relative;

}
.top div p{
    color: white;

}
.top div p a{
    color: rgba(255,255,255,0.9);
    cursor: pointer;
}

.middle{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-direction: row;
    height:3rem;
    position: relative;
}
.middle .logo{
    padding-left:0.25rem;
    margin-bottom: 1rem;
}
.middle .tubiao{
    display: flex;
    justify-content: flex-end;
    height:3rem;
}
.middle .tubiao div{
    display: inline-block;
    width:5.5rem;
    height:3rem;
    text-align:center;
    background-image: url("../images/gwc.png");
    background-repeat: no-repeat;
    background-size: 9rem;
    position: relative;


}
.middle .tubiao div a {
    display: block;
    color: #333;
    position: relative;
    top:1.6rem;
    letter-spacing:0.1rem;
}
.middle .tubiao .gwc {
    background-position:2rem 0rem;
}
.middle .tubiao .sc {
    background-position: -1.8rem 0.05rem;
}
.middle .tubiao .orddd {
    background-position: -6rem 0rem;
}

.middle .ss{
    width:29rem;
    height:2.5rem;
    display:flex;
    align-items: center;
    position: relative;
    left:1.5rem;
    top:0.25rem;
}
.middle .ss form input{
    outline:none;
    border-style:none;
    height:1.5rem;

}
.middle .ss form {
    height:1.6rem;
    border:0.1rem #ff6825 solid;
    border-right:0rem #ff6825 solid;
    display: flex;
    position: relative;
}

.middle .ss form span:nth-of-type(1){
    width:5rem;
    height:1.6rem;
    border-right: 0.1rem #fc4a00 solid;
    margin-right:0.25rem;
    line-height:1.6rem;
    text-align: center;
    background: url("../images/sswz.png") no-repeat center center;
}
.middle .ss form span:nth-of-type(1) select{
    width:5rem;
    height:1.6rem;
    outline: none;
    border:none;
    font-size: 0.8rem;
    text-align: center;
    padding-left: 0.25rem;


}
.middle .ss  form input:nth-of-type(1){
    width:20rem;
}

.middle .ss form input:nth-of-type(2){
    display:inline-block;
    height:1.7rem;
    width:2rem;

    background: #ff4b00  url("../images/ss.png") no-repeat center center;
}
.middle .ss form  span:nth-of-type(2) input{

}
.nav{
    height:2.25rem;
    width:60rem;
    display: flex;
    justify-content: space-between;
    /*background: #ff550a;*/
    margin-top:1.25rem;
}
.nav .filter{
    width:60rem;
    height:1.1rem;
   /* background: rgba(255,255,255,0.2);*/
    position: absolute;

}
.nav span{
    display: inline;
    padding:0 0.5rem;
    text-align: center;
    line-height: 2.25rem;
}
.nav span a{
    display: inline-block;
    color: rgba(255,255,255,0.9);
    height: 2.1rem;
}
.nav-ext{
    background: #ff550a;
    position: relative;

}

@media only screen and (min-width: 320px) and (max-width: 480px){
    .nav-ext .fil{
        width:60rem;
        height:2.25rem;
        background: #ff550a;
        position: absolute;
        top:-3.75rem;
        z-index: -3;
    }
}


@media only screen and (min-width: 480px) and (max-width: 1024px){
    .nav-ext .fil{
        width:100%;
        height:2.25rem;
        background: #ff550a;
        position: absolute;
        top:-3.75rem;
        z-index: -3;
    }
}

@media only screen and (min-width: 1024px){
    .nav-ext .fil{
        width:100%;
        height:2.25rem;
        background: #ff550a;
        position: absolute;
        top:-3.75rem;
        z-index: -3;
    }
}


.nav-ext .fil .filter{
    height:1.1rem;
    background: rgba(255,255,255,0.2);

}
.notice {
    height:1.5rem;
    display: flex;
    justify-content: center;


}
.notice div {
    border:0.05rem #dedede dashed;
    border-top:0;
    margin:0 1rem;
    padding:0 1rem;
}

.notice div p {
    height:1rem;
    font-size: 0.7rem;
    margin-top:0.25rem;
}



.foot{
    width:100%;
    margin:auto;
    background: white;
    padding-top: 4rem;
    padding-bottom:1.5rem;
}
.foot .line{
    font-size: 0.7rem;
    border-top:0.05rem solid #ff6825;
    margin-top: 1rem;
    padding-top: 1rem;
    display:flex;
    flex-direction: column;

    text-align: center;
}
.foot .line  a{
    text-decoration: none;
    color: #000;
    margin: 0 0.5rem;
}


.screen .left{
    width: 9rem;
    position: relative;
}
.screen .left .top{
    border-radius: 10px 10px 0 0;
}
.screen .left .top a{
    color: white;
}
.screen .left .top a:hover{
    color: black;
}
.screen .left .first .icon{
    margin-top: 0.8rem;
    margin-left: 1rem;
    margin-right: 0.8rem;
}
.screen .left .first span{
    color: #ff550a;
}

.screen .left .second a{
    color: black;
}
.screen .left .second a:hover{
    color: #ff550a;
}

.screen .left .top{
    background-color: #ff550a;
    color: white;
    font-size: 1rem;
    height: 2rem;
    margin: 0;
    position: relative;
}
.screen .left .top span{
    position: relative;
    right: 1.4rem;
    top:0.3rem;
}
.left .first{
    background-color: #ffdaca;
    height: 2.5rem;
    font-size: 0.7rem;
    position: relative;
}
.left .first .txt{
    margin-top: 1rem;
    position: relative;
    top: -0.2rem;
}
.left .second{
    height: 2.5rem;
    border: 0.05rem solid #e6e2de;
    font-size: 0.7rem;
    position: relative;
}
.left .second span{
    position: relative;
    left:2.5rem;
    top:0.75rem;
}
.left .second .quesnums{
    position: relative;
    left: 0;
    top:0px;
}
.right{
    width: 36.25rem;
    margin-left: 5rem;
}
.screen div .message {
    width:12rem;
    border:0.05rem solid #ff6825;
    height:14rem;
    border-radius: 20px 20px 0 0;
    margin-left: 1rem;
}
.screen div .message a{
    color: white;
}
.screen div .message:nth-of-type(2){
    margin-top: 1rem;
}
.screen div .message  p {
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    background-color: #ff6825;
    border-radius: 20px 20px 0 0;
    height:2rem;
    line-height: 2rem;
}
.screen div .message  .user{
    width:11.6rem;
    margin: auto;
    background: #ffe1d4;
    height:10rem;
    font-size: 0.7rem;

}
.screen div .message .user .userList {
    padding-top:0.5rem;
    border-bottom: 0.05rem solid #ffe1d4;
}
.screen div .message .user .userList ul li{
    height: 1rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.screen div .message .user .userList ul li a{
    color: black;
}

.screen div .message .user div p{
    height:1.3rem;
    line-height: 1.3rem;
    color: #333333;
    font-size: 0.8rem;

}

.screen div .quessub{
    width:12rem;
    border:0.05rem salmon solid;
    border-radius: 20px 20px 0 0;
    height:20rem;
    margin-top: 1rem;
    background: white;
    margin-left: 1rem;
    text-align: center;
}
.screen div .quessub p{
    font-size: 0.9rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 20px 20px 0 0;
    color: white;
    background-color: #ff6825;
}
.screen div .quessub form .txt li{
    list-style-type: none;
    margin-top: 1rem;
}
.screen div .quessub form .txt li select{
    margin-left: 0.5rem;
}
.screen div .quessub form .txt li:nth-of-type(1){
    background-color: #ffe1d4;
    height: 3rem;
    line-height: 3rem;
    text-align: left;

}

.screen div .quessub form .txt .text{
    width: 11rem;
    height: 5rem;
    border: 1px solid black;
}

.screen div .quessub form .txt li input{
    width: 2rem;
    font-size: 0.8rem;
    margin-left: 1rem;
    color: white;
    background-color: #ff550a;
    border-radius: 0.5rem;
}
.screen div .quessub form .txt li input:hover{
    cursor:pointer;
}
.screen div .quessub form .txt li .code{
    background-color: white;
    border: 1px solid black;
    border-radius: 0;
    color: black;
}
.screen div .quessub form .txt li .code:hover{
    cursor: auto;
}
.screen div .quessub form .txt .null p{
    margin-left: 1rem;
    font-size: 0.6rem;
    height: 0.5rem;
    background-color: white;
    color: red;
}