/*首页*/
body {
    background-color: #F5F5F5;
    min-height: 100vh;
    overflow-x: hidden;
    padding-bottom: 1.8rem;
}

.header {
    width: 100%;
    height: 6.0267rem;
    position: relative;
    background-color: #CC2424;

}

.header h5 {
    color: #fff;
    font-size: .60rem;
    text-align: center;
    padding: .55rem;
    font-weight: 400;
}

.header .color {
    width: 100%;
    height: .8rem;
    background: linear-gradient(to bottom, #CC2424, #F5F5F5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner {
    width: 10rem;
    height: 5.0133rem;
    z-index: 9;
    margin: 0 auto;
    display: block;
}

.content {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 9;
}

.content .top {
    width: 9.3733rem;
    min-height: 8rem;
    background: #FFFFFF;
    margin: 0 auto;
    display: block;
    margin-top: -0.125rem;
    border-radius: .2667rem .2667rem 0px 0px;
}

.content .top h5 {
    width: 9.3733rem;
    height: 1rem;
    background: linear-gradient(88deg, #F6A83C, #FB6322);
    border-radius: .2667rem .2667rem 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: .4267rem;
    color: #FFFFFF;
    line-height: .6533rem;
}


.content .top h5 img {
    width: .3733rem;
    height: .3733rem;
    margin-right: .2rem;
}

.content .top .form {
    font-family: Source Han Sans CN;
    font-weight: 300;
    font-size: 19px;
    color: #787878;
    line-height: 30px;
}

.content .top .form-item {
    width: 8.84rem;
    border: 1px solid #9B9696;
    margin: 0 auto;
    margin-top: .33rem;
    padding: .225rem .125rem;
    box-sizing: border-box;
}

.content .top .form-item i {
    color: #f00;
    margin-left: .2rem;
}

.content .top .form-item h6 {
    font-weight: 500;
    font-size: .36rem;
    color: #000000;
    line-height: .6rem;
    width: 100%;
    text-align: left;
    padding-left: .2rem;
    box-sizing: border-box;
}

.content .top .form-item input {
    width: 100%;
    border: none;
    font-size: .36rem;
    padding: .2rem;
    box-sizing: border-box;
}

.content .top .form-item textarea {
    width: 100%;
    border: none;
    font-size: .36rem;
    height: 2.6667rem;
    padding: .2rem;
    box-sizing: border-box;
    line-height: 0.55rem;
}

.content .top .form-item .radios {
    width: 100%;
    margin-top: .2rem;
    display: flex;
    align-items: center;
    padding-left: .2rem;
    box-sizing: border-box;
}

.content .top .form-item .radios input {
    font-size: .36rem;
    width: 0.5rem;
    height: 0.5rem;
}

.content .top .form-item .radios label {
    font-size: .36rem;
    width: 2.6667rem;
    text-align: left;
    margin-left: .15rem;
}

.content .top .form-item .radios .radio {
    display: flex;
    align-items: center;
}

.content .top .form-btn {
    width: 100%;
    text-align: center;
    margin: .2rem;
    display: inline-block;
}

.content .top .form-file {
    display: block !important;
}


.content .top .form-file h6 {
    font-weight: 500;
    font-size: .36rem;
    color: #000000;
    line-height: .6rem;
    width: 100%;
    text-align: left;
    padding-left: .2rem;
    box-sizing: border-box;
}

.content .top .form-file .uploder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
}

.upload-tools {
    display: flex;
    font-size: .36rem;
    margin-top: .2rem;
    border-bottom: solid 1px #000;
    margin-left: .2rem;
}

.upload-tools li {
    padding: .1rem .5rem;
    color: #000000;
    background: #cdcdcd;
}

.upload-tools li.active {
    background: linear-gradient(88deg, #F6A83C, #FB6322);
    color: #fff;
}

.content .top .form-file input {
    flex: 1;
    width: 3.6rem;
    border: none;
}

.content .top .form-file button {
    font-size: .39rem;
    padding: 0.01rem .5rem;
    color: #F5F5F5;
    border: none;
    background: linear-gradient(88deg, #F6A83C, #FB6322);
}

.content .form-file-list {
    width: 100%;
    margin-top: .2rem;
    padding: 0 .125rem;
    box-sizing: border-box;
    display: block;
    height: auto;
}

.content .form-file-list p {
    display: block;
    width: 100%;
    font-size: .38rem;
    height: .5rem;
    color: #000000;
    margin-bottom: .2rem;
    text-decoration: underline;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .form-file-list p a {
    color: #f00;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0 .2rem;
}

.content .top .form-btn button {
    border: none;
    background: transparent;
}

.content .top .form-btn .grayscale {
    filter: grayscale(1);
}

.content .top .form-btn button img {
    width: 3.5rem;
}

.content .icons {
    width: 9.3733rem;
    background: transparent;
    margin: 0 auto;
    display: block;
    margin-top: .325rem;
    text-align: right;
}

.content .icons a {
    margin-left: .4267rem;
}

.tipcontent {
    width: 8.6rem;
    height: 50vh;
    display: block;
    position: fixed;
    z-index: 999;
    background: #fff;
    left: calc(50vw - 4.3rem);
    top: 20vh;
    border-radius: 0.3rem;
    overflow: hidden;
    border: solid 1px #f9e6dd;
}

.tipcontent h5 {
    background: linear-gradient(180deg, #FB6322, #FAB678);
    height: 1.2rem;
    font-size: .55rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.15rem;
    text-align: center;
    position: relative;
    z-index: 999999;
}

.tipcontent .container {
    overflow: auto;
    padding: .2rem .2rem .5rem .2rem;
    box-sizing: border-box;
    width: 100%;
    height: calc(50vh - 1.2rem);
    z-index: 999999;
    background-color: #fff;
    position: relative;
}

.tipcontent .cont {
    font-size: .36rem;
    line-height: .73rem;
    /* white-space: pre-wrap; */
    width: 100%;
    color: #000;
    height: auto;
    padding: 0 .2rem;
    box-sizing: border-box;
    letter-spacing: 2px;
}

.tipcontent .btn {
    width: 50%;
    height: .85rem;
    background: linear-gradient(88deg, #F6A83C, #FB6322);
    border-radius: .1333rem;
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: .3067rem;
    color: #FFFFFF;
    align-items: center;
    text-align: center;
    line-height: .85rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.bottom {
    width: 100%;
    height: 1.5733rem;
    position: fixed;
    left: 50%;
    bottom: 0;
    background: #FFFFFF;
    z-index: 99999;
    max-width: 10rem;
    margin-left: -5rem;
}

.bottom ul {
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bottom ul li {
    list-style: none;
    width: 130px;
    text-align: center;
}

.bottom ul li .p {
    font-size: 0.36rem;
    font-weight: 550;
}

.bottom ul li.active .p {
    color: red;
}

.searchbox {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    font-size: .30rem;
    z-index: 999;
    max-height: 6rem;
    overflow: auto;
    border: solid 1px #000000;
    box-sizing: border-box;
    display: none;
}

.searchbox span {
    background: linear-gradient(88deg, #F6A83C, #FB6322);
    padding: .1rem .2rem;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    opacity: .8;
}

.searchbox li {
    padding: .125rem .2rem;
    border-bottom: solid 1px #000;
    font-size: .3rem;
}

.searchbox li:nth-child(even) {
    background-color: lightblue;
    color: #000;
}

.searchbox li:nth-child(odd) {
    background-color: #e5e5e5;
    color: #000;
}