body {
    background-color: #f7f7f7;
}

.banner-title {
    top: 30%;
    font-size: 50px;
    font-weight: 700;
    color: #333;
}

.banner-subtitle {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    letter-spacing: 1px;
    color: #585756;
}

.banner-content {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.question-answer-box {
    box-sizing: border-box;
    padding: 20px 30px;
    margin: 20px auto;
    width: 1200px;
    height: 230px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #fff;
}

.question-answer-box-title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333;
}

.question-answer-box-tag {
    margin: 16px 0 20px 0;
}

.question-answer-box-tag span {
    margin-right: 12px;
    padding: 5px;
    border-radius: 4px;
    border: solid 1px #ff9138;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ff9138;
}

.question-answer-box-content {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}

/*申请提交*/
.confirm-form {
    margin: 0 auto;
    width: 1200px;
    height: 425px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.confirm-form .confirm-form-title {
    padding-left: 34px;
    width: 1200px;
    height: 74px;
    line-height: 74px;
    background-image: linear-gradient(0deg,
    #fffbf4 0%,
    #ffeedf 100%);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ff702a;
}

.confirm-form-list {
    padding: 0 30px;
}

.confirm-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-bottom: solid 1px #f4f4f4;
}

.confirm-form-item p {
    font-size: 20px;
    color: #333;
}

.confirm-form-item p > span {
    font-size: 20px;
    color: #ff6f4d;
}

.confirm-form-item > input {
    height: 100%;
    width: 80%;
    font-size: 18px;
    border: none;
    text-align: right;
}

.confirm-form-item > input:focus {
    outline: 0;
    border-bottom: 1px solid #ffce80;
}

.confirm-form-item:nth-last-child(1) {
    min-height: 70px;
    border: none;
}

#storeTypeName {
    vertical-align: middle;
    padding-right: 10px;
    font-size: 18px;
    color: #757575;
    cursor: pointer;
}

.confirm-form-item > textarea:focus {
    outline: 0;
    border: 1px solid #ffce80;
}

.submit-box {
    margin-top: 20px;
    text-align: center;
}

#submit {
    margin: 0 auto;
    width: 210px;
    height: 38px;
    background-color: #fff5ed;
    border-radius: 19px;
    border: solid 1px #ff9138;
    font-size: 18px;
    color: #ff702a;
    cursor: pointer;
}

/*#产品能力*/
.product-ability {
    box-sizing: border-box;
    padding: 0 30px;
    margin: 20px auto;
    width: 1200px;
    height: 557px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #fff;
}

.product-ability-title {
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #f4f4f4;
}

.product-ability-item {
    padding-top: 15px;
    line-height: 2;
}

.product-ability-item > h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.product-ability-item > p {
    font-size: 18px;
    color: #666;
}

/*提交成功弹窗*/
#submit-modal,
#choose-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(153, 143, 135, 0.5);
    display: none;
}

.submit-modal-content,
.choose-modal-content {
    position: relative;
    top: 30%;
    box-sizing: border-box;
    padding-top: 46px;
    margin: 0 auto;
    text-align: center;
    width: 480px;
    height: 280px;
    background-color: #fff;
    border-radius: 6px;
}

.close-img {
    position: absolute;
    right: -12px;
    top: 16px;
    cursor: pointer;
}

.submit-modal-content > img {
    margin-right: 30px;
}

.submit-modal-content > h2 {
    font-size: 26px;
    color: #333333;
}

.submit-modal-content > p {
    margin-top: 20px;
    font-size: 20px;
    color: #999;
}

/*选择门店类型弹窗*/
.choose-modal-content {
    padding-top: 0;
    width: 576px;
    height: 330px;
    background-color: #fff;
    border-radius: 6px;
}

.choose-close-img {
    position: absolute;
    right: 22px;
    top: 22px;
    cursor: pointer;
}

.choose-modal-content-title {
    width: 576px;
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 22px;
    color: #666;
}

.choose-modal-content-list {
    margin: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}

.choose-modal-content-list-item {
    margin: 0 8px 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    box-sizing: border-box;
    width: 170px;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    border-radius: 6px;
    /*border: solid 1px #ff8019;*/
    border: solid 1px #e4e4e4;
    cursor: pointer;
}

.choose-modal-content-list-item-active {
    border: solid 1px #ff8019;
}

.choose-modal-content-list-item > span {
    font-size: 20px;
    color: #333;
    vertical-align: middle;
}

.choose-modal-content-btn {
    width: 130px;
    height: 46px;
    background-color: #ff8625;
    border-radius: 6px;
    font-size: 18px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

::-webkit-scrollbar {
    /*// 固定滚动条宽度*/
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 14px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    background: rgba(144, 147, 153, 0.3);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: none;
}