/* font converted using font-converter.net. thank you! */
@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/Lato-Regular.otf") format("opentype"), /* Open Type Font */
      url("../fonts/Lato-Regular.svg") format("svg"), /* Legacy iOS */
      url("../fonts/Lato-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/Lato-Regular.woff") format("woff"), /* Modern Browsers */
      url("../fonts/Lato-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Lato-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #f4f6fb; }

    ul,
    ol,
    li {
      list-style: none; }

.add-area {
    padding: 20px;
    max-width: 1024px;
    margin: 0 auto;
}    
.add-area .title{
    margin-bottom: 20px;
}
.add-area .title h2 {
    color: #5a64a5;
    font-size: 22px;
    font-weight: 400;
}

.card{
    margin: 8px 0;
}
.card.box{
    background-color: #fff;
    overflow: hidden;
    border-radius: 2px;
    /* cursor: pointer; */
}
.card.tips{
    margin-bottom: 10px;
    color: #f7a34f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#main .weui-label{
    min-width: 110px
}
#main .weui-upload{
    min-width: 210px
}
#main .weui-form{
    padding: 0;
}

.card h3{
    padding: 20px;
    color: #5a64a5;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
#main .weui-cells:after,#main .weui-cells:after,#main .weui-cells.none .weui-cell:before{
    color:#fff;
    position: fixed;
    display: none;
}
.weui-cells .browse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #d2d6eb;
    border: 1px dashed #cccfe8;
    height: 90px;
}
.browse {
    cursor: pointer;
    position: relative;
    border: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.icon-remove, .icon-add, .icon-minus {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12px;
    height: 12px;
}
.card .icon-add {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.icon-remove::before, .icon-remove:after, .icon-add::before, .icon-add:after, .icon-minus::before, .icon-minus:after {
    content: " ";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
}
.card .browse .icon-add::after, .card .browse .icon-add::before {
    background-color: #cdcfe9;
}
.icon-add::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.icon-add::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#main .weui-label {
    color: #7078b0;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    padding-right: 15px;
}
.upload-file,.upload-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
}
#main .pd0{
    padding-top: 0;
}
#main .weui-cells_radio p{
    color: #333;
    font-size: 12px;
}
.weui-cells_radio .weui-check:checked+.weui-icon-checked, .weui-cells_radio .weui-check[aria-checked=true]+.weui-icon-checked{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #5a64a5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    background-color: #5a64a5;
    border-color: #5a64a5;
}

.technique-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.technique-list li,.technique-list-li {
    border-radius: 25px;
    background: #efeef3;
    padding: 5px 15px;
    color: #b5b9d3;
    margin: 0 5px 10px 5px;
    /* cursor: pointer; */
    position: relative;
    font-size: 12px;
}
.technique-list-li{
    display: inline-block;
}

.technique-list li.selected,.technique-list-li.selected{
    background: #5b65a4;
    color: #fff;
}


.technique-list input[type=checkbox],.technique-list-li input[type=checkbox] {
	display: none;
}
#main .weui-full{
    width: 100%;
}
#main  .weui-min-label{
    color: #333;
    padding-left: 10px;
}
#main .weui-input,#main .weui-textarea {
    background: #f4f6fb;
    padding: 5px 0px;
    border-radius: 5px;
    border: 1px solid #cccfe8;
}
.checkbox-label{
    position: relative;
    /* cursor: pointer; */
    min-width: 20px;
    min-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
}
.checkbox-label .checkbox-custom {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #5a64a5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: '';
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border-radius: 0;
    border: solid #d2d5eb;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.checkbox-label .txt {
    padding-left: 28px;
}
.checkbox-label input:checked ~ .checkbox-custom {
    opacity: 1;
    background-color: #5a64a5;
    border-color: #5a64a5;
}
.checkbox-label input:checked ~ .checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}
.submit-footer{
    margin: 20px 0;
}
.submit-footer .weui-btn{
    width: 100%;
    background-color: #5b64a4;
}


/* update */
.upload-imgs .pic {
    position: relative;
    margin: 0 30px 20px 0;
    border-radius: 5px;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.upload-imgs .pic img {
    max-width: 100%;
    max-height: 100%;
}
.upload-imgs .btn-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #9aa0d2;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc;
}
.upload-imgs .icon-remove {
    width: 10px;
    height: 10px;
}
.icon-remove::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.icon-remove::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#main .weui-cell_active:active:after{
    display: none;
}
body:active:after{
    display: none;
}

.weui-cell-tips{
    display: block;
    color: #b5b9d3;
    font-size: 13px;
    padding-top: 10px;
}

#main .weui-cells_radio .weui-label{
    display: inline-block;
    min-width: 65px;
    width: auto;
}
#main .weui-cells_radio .weui-cell__ft,#main .weui-cells_radio .weui-cell__bd{
    float: left;
}
#main .weui-cells_radio .weui-cell__ft{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #5a64a5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
}
#main .weui-cells_radio .weui-cell__bd{
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
}
#main .weui-cells_radio .weui-label:nth-of-type(2){
    padding-left: 16px;
}
#main .weui-cells_radio .weui-label .weui-cell__ft.on{
    background-color: #5a64a5;
}
#main .weui-cells_radio .weui-cell__ft{
    position: relative;
}
#main .weui-cells_radio .weui-cell__ft.on::after{
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    content: '';
    left: 7px;
    top: 4px;
    width: 4px;
    height: 8px;
}
#main .weui-cells_radio p{
    font-size: 13px;
}
#main .fl{
    float: left;
}
#main .weui-media-box_appmsg .weui-media-box__hd{
    min-width: 60px;
    width: auto;
}
#main .mgr10{
    margin-right: 10px;
}

/* 兼容暗黑模式 */
/* Text and background color for dark mode */
@media (prefers-color-scheme: dark) {
    #main .weui-form,#main .weui-cells{
        background-color: #fff!important;
    }
}