﻿body {
    background: #F0EFF4;
}

.submitform{
    width:100%;
    height:100%;
    padding:0.45rem 0.4rem;
    box-sizing:border-box;
    margin-top:1rem;
}

.submitform .formcont{
    width:100%;
    height:6rem;
    background:#fff;
    padding:0.3rem;
    box-sizing:border-box;
    position:relative;
}
.submitform .formcont textarea {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 0.4rem;
    resize: none;
}
.submitform .formcont .zishu {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    font-size: 0.35rem;
    color: #A7A7A7;
}

.issueSubmit {
    display: block;
    width: 90%;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 0.45rem;
    margin: 2rem auto 0;
    background: linear-gradient(180deg,rgba(23,178,249,1) 0%,rgba(0,139,219,1) 100%);
    box-shadow: 0 0.15rem 0.2rem 0 rgba(107,158,184,0.43);
    border-radius: 0.6rem;
    cursor: pointer;
}
.callissue {
    display: block;
    width: 90%;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border: 1px solid #6A90F0;
    background: linear-gradient(0deg,rgba(72,120,231,0) 0%,rgba(106,144,240,0) 100%);
    color: #037ADF;
    font-size: 0.45rem;
    margin: 0.5rem auto 0;
    border-radius: 0.6rem;
    cursor: pointer;
}
.callissue img{
    width:0.46rem;
    height:auto;
    vertical-align:middle;
    margin-left:0.2rem;
}
a.callissue:focus, a.callissue:hover {
    color: #037ADF;
    text-decoration: underline;
}
/*提交成功*/
.flayCalcuMyModel {
    width: 7.2rem;
    background: #fff;
    text-align: center;
    border-radius: 0.15rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
}

.flayCalcuMyModel .calcuicon {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0.8rem 0 0.3rem;
    box-sizing: border-box;
}

.flayCalcuMyModel .calcuicon img {
    width: 2rem;
    height: auto;
}
.flayCalcuMyModel .calcuicon img.borad {
    border-radius: 50%;
}

.flayCalcuMyModel .flayCalcuTit {
    width: 100%;
    text-align: center;
    font-size: 0.45rem;
    font-weight: bold;
    color: #000;
}

.flayCalcuMyModel .flayCalcuHiht {
    width: 100%;
    line-height: 0.8rem;
    font-size: 0.4rem;
    padding: 0.3rem 1rem 0.45rem;
    text-align: center;
}

.flayCalcuMyModel .flayCalcuHiht img {
    width: 0.6rem;
    height: auto;
    vertical-align: middle;
}

.flayCalcuMyModel .flayCalcuBtn {
    display: block;
    width: 70%;
    height: 1rem;
    line-height: 1rem;
    border: none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 0.4rem;
    background: linear-gradient(0deg,rgba(15,125,228,1) 0%,rgba(41,152,247,1) 100%);
    border-radius: 0.5rem;
    margin: 0 auto 0.8rem;
}