@media screen and (min-width: 720px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width: 640px) and (min-width: 600px) {
    html {
        font-size: 88.89px;
    }
}

@media screen and (max-width: 600px) and (min-width: 414px) {
    html {
        font-size: 63.33px;
    }
}

@media screen and (max-width: 414px) and (min-width: 412px) {
    html {
        font-size: 57.5px;
    }
}

@media screen and (max-width: 412px) and (min-width: 384px) {
    html {
        font-size: 57.22px;
    }
}

@media screen and (max-width: 384px) and (min-width: 375px) {
    html {
        font-size: 53.33px;
    }
}

@media screen and (max-width: 375px) and (min-width: 360px) {
    html {
        font-size: 52.08px;
    }
}

@media screen and (max-width: 360px) and (min-width: 320px) {
    html {
        font-size: 50px;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 44.44px;
    }
}

html, body, h1, h2, h3, h4, h5, h6, ul, li, p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input, button {
    outline: none;
}

body {
    width: 100vw;
    height: auto;
    background-color: #3995E8;
}

.container_full {
    width: 100vw;
    height: 100vh;
    padding: 0.15rem;
    box-sizing: border-box;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0.15rem;
    padding: 0.3rem;
    box-sizing: border-box;
    max-height: 100%;
    overflow-y: auto;
}

.title {
}

.title h3 {
    font-size: 0.588rem;
    text-align: center;
    color: #459BF0;
}

.cont {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.cont_item {
    width: 100%;
    height: 0.8rem;
    background-color: #3995E8;
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    border-radius: 0.12rem;
    margin-top: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 0.3rem;
    box-sizing: border-box;
}




.cont_item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_item:before {
    position: absolute;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    right: 0.1rem;
    background-image: url("../image/xiangyou-towardstheright.png");
    background-repeat: no-repeat;
    background-position: right;
}

.cont_item_left {
    justify-content: center;

}

.cont_title {
    width: 100%;
    height: 0.6rem;
    background-color: #3995E8;
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    border-radius: 0.12rem;
    margin-top: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.cont_info p {
    text-align: left;
    font-size: 0.28rem;
    color: #333;
    margin-top: 0.3rem;
}

.line {
    width: 100%;
    border-bottom: 0.01rem solid #999;
    margin-top: 0.3rem;
}

.cont_info .msg {
    color: red;
    font-size: 0.243rem;
    text-align: left;
    /*white-space: nowrap;*/
}
.cont_info .text{
    text-align: center;
}
.cont_btn_group {
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
}

.cont_btn {
    max-width: 2.5rem;
    width: 2.5rem;
    border: 0.05rem solid #3995E8;
    background-color: #fff;
    border-radius: 0.05rem;
}

.cont_input {
    margin-top: 0.2rem;
    display: flex;
    min-height: 0.4rem;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.cont_input label {
    width: 1.4rem;
    font-size: 0.26rem;
    text-align: right;
    margin-right: 0.1rem;
}

.cont_input input {
    height: 0.4rem;
    width: calc(100% - 1.9rem);
    border: 0.01rem solid #999;
    border-radius: 0.05rem;
}

.cont_input .cont_input_msg {
    display: block;
    width: 100%;
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: red;
    padding-left: 1.7rem;
    box-sizing: border-box;
}

.cont_upload {
    margin-top: 0.7rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.cont_upload p {
    text-align: left;
    font-size: 0.3rem;

    color: #333;
}

.cont_upload_box {
    margin-top: 0.2rem;
    border: 0.01rem solid #999;
    height: 0.5rem;
    border-radius: 0.05rem;
    position: relative;
}

.cont_upload_box input {
    position: absolute;
    top: 0.03rem;
    left: 0.2rem;
}

.cont_btn_center {
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
}

.cont_textarea {
    margin-top: 0.2rem;
}

.cont_textarea p {
    color: #333;
    font-size: 0.24rem;
}

.cont_textarea_box {
    width: 100%;
    height: 4rem;
    border: 0.01rem solid #999;
    margin-top: 0.2rem;
}

.cont_textarea_box textarea {
    width: 98%;
    height: 98%;
    border: 0;
    outline: none;
}

.center_text, .center_text p {
    text-align: center;
}

.cont_info_label {
    display: flex;
    justify-content: left;
}

.cont_info_label p:nth-child(1) {
    display: inline-block;
    width: 2rem;
    text-align: right;
}

.cont_info_label p:nth-child(2) {
    width: calc(100% - 2rem);
    text-align: left;
}

.cont_anli_item {
    display: flex;
    margin-top: 0.3rem;
    justify-content: space-between;
    border-top: 0.01rem solid #999;
    padding-top: 0.2rem;
    box-sizing: border-box;
    align-items: center;
}

.anli_info_text {
    font-size: 0.26rem;
    color: #333;
}

.anli_button {
    border: 0.04rem solid #3995E8;
    background-color: #fff;
    border-radius: 0.12rem;
}

/*
  wsl:未受理
    ysl:已受理
    ydh:已退回
    ywc:已完成
*/
.wsl{
    color: navy;
}
.ysl{
    color: #459BF0;
}
.yth{
    color: red;
}
.ywc{
    color: lawngreen;
}
.ly_text_box{
    height: 50vh ;
}
.ytd_item{
    display: block;
}
.ytd_item .anli_button{
    width: 100%;
    height:0.522rem ;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 0.174rem;
    font-size: 0.348rem;
    background-color: #3995e8;
    color: #fff;
}
.dh_detail_item{
    border: 0;
}
.wtxx_btn {
    width: 100%;
    height: 0.696rem !important;
    margin-top: 0.5rem;
}

.wtxx_btn button {
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    background-color: #459BF0;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size:0.278rem !important;
}
.wtzt_btn button{
    font-size:0.278rem !important;

}
.cont_anli_item  .anli_button{
    font-size:0.278rem !important;
    height: 0.5rem !important;
    align-items: center;
}
