/* 公共样式 */
* {
    box-sizing: border-box;
}

.BS-box {
    margin: 0 auto;
    width: 1200px;
}

.wjxhome__foot {
    display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
menu,
nav,
header {
    margin: 0;
    padding: 0;
}

body {
    min-width: 600px;
}

ul,
li {
    list-style: none;
}

body {
    font-family: PingFangSC, PingFang SC;
}

a {
    text-decoration: none;
}

.clearfix::after {
    content: "";
    display: table;
    display: flex;
    clear: both;
}

.flex {
    display: flex
}

.h132 {
    height: 132px;
}

.sample-content {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    height: calc(100vh - 110px);
    margin-bottom: 40px;
    max-height: calc(100vh - 110px);
}

#divoutbox {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mt24 {
    margin-top: 24px;
}

.txt-center {
    text-align: center;
}

.hide,
div.hide,
span.hide,
.del-chose.hide {
    display: none;
}

.show {
    display: block;
}

.warn{
    color: #FF5500
}

/* 页面样式 */
/* 整体高度控制 */
html,
body {
    height: 100%;
}

.sample-content {
    overflow: hidden;
    margin-bottom: 40px;
}

/* 主体和左侧表单 */
.main {
    height: calc(100% - 12px);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.main h3 {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    color: #262626;
    line-height: 26px;
}
.main h3.flex{
    display: flex;
}
.main>.left {
    float: left;
    width: calc(100% - 324px);
    padding: 24px 16px;
    overflow: auto;
    background-color: #FFF;
}

.main>.right {
    float: left;
    width: 324px;
    padding: 24px 16px;
    background: #FFF;
    overflow: auto;
    margin-left: 10px;
}

.w50:not(:last-child) {
    width: calc(50% - 4px);
    float: left;
}

.w50:last-child {
    float: right;
    width: calc(50% - 4px);
    margin-left: 8px;
}

.form-item,
.other-item {
    margin-bottom: 16px;
}

.form-item .form-item-label>label {
    float: left;
    cursor: pointer;
    color: #595959;
}

.form-item .form-item-label>label.rcolor {
    color: #8C8C8C;
}

input::placeholder {
    color: #BFBFBF;
}

.form-item .form-item-label>.form-item-price {
    float: right;
}

.form-item label,
.chose-all-btn label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.form-item label.required::before {
    content: '* ';
    display: inline-block;
    color: red;
}

.form-item .form-item-price {
    display: none;
    font-size: 14px;
    color: #262626;
    line-height: 22px;
    border-right: 4px solid #0095FF;
    padding-right: 4px;
}

.form-item .form-item-price.show {
    display: block
}

.form-item .form-item-price::after,
.unit-price::after,
.total-price::after,
.invoice-price::after {
    content: ' 元';
}

.form-item .form-item-price.no-price::after,
.unit-price.no-price::after,
.total-price.no-price::after,
.invoice-price.no-price::after {
    content: ' ';
}

.form-item .form-item-price.no-unit::after {
    content: '';
}

.form-item .form-item-inner {
    margin-top: 8px;
}

.form-item-inner select {
    height: 32px;
    width: 100%;
    font-size: 14px;
    color: #262626;
    line-height: 22px;
    padding: 5px 8px;
}

.form-item-inner textarea{
    width: calc(100% - 20px);
    padding: 13px 12px;
    border: 1px solid #D9D9D9;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    line-height: 22px;
}

.choice-international-item textarea{
    height: 138px;
}

.form-item-inner input[type=text],
.form-item-inner input[type=number] {
    width: calc(100% - 4px);
    height: 32px;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    line-height: 22px;
}

.login-survey-content>.form-item-inner {
    position: relative;
}

.chose-or-upload-btn,
.upload-or-input-num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-4px);
}

div.no-translate-y,
.chose-or-upload-btn.has-upload,
.upload-or-input-num.has-upload {
    transform: translateY(0px);
}

.upload-or-input-num.has-upload,
.chose-or-upload-btn.has-upload {
    width: 100%;
    background: #F7F7F7;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    line-height: 22px;
    padding: 0 12px;
}

.has-upload .close-icon,
.del-chose {
    font-size: 16px;
    color: red;
    cursor: pointer;
}

.chose-btn {
    flex: 1;
    position: relative;
    height: 32px;
    font-size: 14px;
    color: #262626;
    line-height: 22px;
    padding: 5px 18px 5px 12px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chose-btn[title=""] {
    color: #BFBFBF;
}

.chose-btn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.upload-btn label {
    flex: 1;
    display: block;
    cursor: pointer;
    height: 32px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    padding: 0 8px;
    border: 1px solid #d5d5d5;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-btn label.upload-label::before {
    font-family: "iconfontNew";
    font-size: 16px;
    content: "\e648";
}

.chose-upload-container {
    width: 100%;
    height: 320px;
    background-color: #FFF;
    padding: 4px;
    position: absolute;
    color: #262626;
    position: absolute;
    top: 38px;
    z-index: 10;
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.chose-upload-container .input-box {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    color: #262626;
    padding-left: 8px;
}

.chose-upload-container .input-box input {
    height: 32px;
    font-size: 14px;
    border: none;
    background: #f7f7f7;
    color: #262626;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}

.chose-upload-container .input-box input:focus {
    outline: none;
}

.chose-list {
    padding-top: 10px;
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}

.chose-list li {
    line-height: 28px;
    padding-left: 8px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chose-list li:hover {
    transform: scale(1.04);
}

.chose-list li.active {
    color: #005eff;
}

.chose-or {
    margin: 0 10px;
}

.choice-container [type=radio],
.choice-container [type=checkbox] {
    display: none;
}

.choice-container div {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.choice-container .chose-cancel-btn,
.chose-all-btn>label,
.choice-item>label {
    display: block;
    cursor: pointer;
    height: 24px;
    background: #F7F7F7;
    border-radius: 2px;
    padding: 0px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    line-height: 24px;
}

.choice-container .chose-cancel-btn {
    display: none;
    background: #FFF;
}

.choice-item label,
.chose-all-btn label {
    display: block;
    position: relative;
}

.choice-item [type=radio]:checked+label::after,
.choice-item [type=checkbox]:checked+label::after,
.chose-all-btn [type=checkbox]:checked+label::after {
    font-family: "iconfontNew";
    font-size: 16px;
    color: #0095FF;
    content: "\e785";
    right: 0;
    position: absolute;
    bottom: -4px;
}

.more-choice-btn,
.no-more-choice-btn {
    font-size: 14px;
    color: #0095FF;
    line-height: 22px;
    cursor: pointer;
}

.form-item-desc {
    margin-top: 4px;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 20px;
}

/* 右侧汇总 */
.total-left {
    float: left;
}

.total-right {
    float: right;
}

.total-left h3 {
    font-weight: 600;
    font-size: 18px;
    color: #262626;
    line-height: 26px;
}

.total-right>a,
.total-right>div {
    display: inline-block;
    font-size: 14px;
    color: #595959;
    line-height: 22px;
    line-height: 26px;
    margin-left: 17px;
}

.total-right>a:hover,
.total-right>div:hover {
    color: #000;
    transform: scale(1.04);
}

.total-detail {
    margin-top: 16px;
    border-bottom: 1px solid #CCC;
}

.total-item {
    margin-bottom: 12px;
    word-break: break-word;
}

.total-item>.left {
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 24px;
}

.total-item>.right {
    float: right;
    max-width: 210px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    line-height: 24px;
}

.show-detail-btn {
    color: #0095FF;
    cursor: pointer;
    padding-left: 40px;
    margin-right: 8px;
}

.invoice .left {
    line-height: 48px;
}

.total-sum {
    margin-top: 16px;
}

.total-sum .right {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 22px;
}

.total-sum .right>.total-price {
    font-weight: 600;
    font-size: 20px;
    color: #FF4040;
    line-height: 28px;
}

.total-sum .right>.total-price::before {
    content: '￥';
    font-size: 12px;
}

.total-sum .right>.total-price.no-price::before {
    content: '';
}

.submit-btn {
    margin-top: 16px;
    height: 48px;
    background: #0095FF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.submit-btn:hover {
    transform: scale(1.01);
}

.total-desc {
    margin-top: 16px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 20px;
}

.has-upload {
    width: 100%;
    height: 32px;
    align-items: center;
    justify-content: space-between;
}

.has-upload .del {
    color: #0095FF;
    cursor: pointer;
}

.service-tip {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #FF5500;
    margin-top: 10px;
    padding-left: 4px;
}

.service-tip i {
    color: #BFBFBF;
    font-size: 18px;
    vertical-align: bottom;
    cursor: pointer;
}

/* 联系专员 */
.contact-href {
    position: relative;
    cursor: pointer;
}

.contact-href:hover .contact-us {
    display: block;
}

.contact-us {
    display: none;
    position: absolute;
    right: -12px;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    color: #595959;
    line-height: 22px;
}

.contact-us .contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #595959;
    line-height: 22px;
    padding: 8px;
}

.contact-us .contact-item:hover {
    background-color: #F7F7F7;
    ;
}

.contact-us .contact-item.contact-tel {
    align-items: start;
    cursor: text;
}

.contact-item i {
    font-size: 16px;
}

.contact-item .contact-content {
    flex: 1;
    margin-left: 3px;
}

.contact-item .contact-content span {
    white-space: nowrap;
}

.contact-item .contact-content span.tel-content {
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 20px;
}

/* 其他 */
#uploadQiNiu1,
#uploadQiNiu2 {
    width: 126px;
    transform: translateY(4px);
}

.mt12,
.form-item-inner.mt12 {
    margin-top: 12px;
}

.ml12 {
    margin-left: 12px;
}

.error-msg {
    color: red;
    padding-left: 4px;
    font-size: 12px;
}

.mt6 {
    margin-top: 6px;
}

.ft12 {
    font-size: 12px;
}

.choice-desc {
    font-size: 12px;
    color: #8C8C8C;
    line-height: 20px;
    padding-left: 4px;
}

.choice-desc>.info-icon {
    display: inline-block;
    font-size: 18px;
    color: #ccc;
    transform: translateY(2px);
}

.ml-24,
.ml-24.w50 {
    margin-left: 24px;
}

.filename {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #262626;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.sample-title {
    margin: 0 auto;
    width: 1200px;
}

.sample-title h2 {

    font-weight: 600;
    font-size: 18px;
    color: #262626;
    line-height: 26px;
}
.special-require{
    font-weight: 400;
    font-size: 14px;
    color: #595959;
    cursor: pointer;
    margin-left: 8px;
}
.special-require > span{
    color: #0798ff;
    margin-left: 4px;
}