
    .formlist {
    width: 450px;
    box-sizing: border-box;
    background: #f6f4ef;
    padding: 22px;
    margin: 0 auto 26px;
	}

.formlist-ct {
    padding: 0 29px;
    border-radius: 21px;
    border: 1px solid #eadec2;
    text-align: center;
    background: white
}

.formlist-title {
    display: inline-block;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    position: relative;
    margin: 30px auto;
}

.formlist-title:after {
    content: "";
    width: 22px;
    height: 1px;
    background: #cbcdd2;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -60px;
}

.formlist-title:before {
    content: "";
    width: 22px;
    height: 1px;
    background: #cbcdd2;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -60px
}

.formlist .form {
    text-align: left
}

.formlist .form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #eee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white
}



.formlist .form>div.other {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.formlist .form>div.other .choosetitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    font-size: 20px;
    color: #555;
    padding-left: 13px;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size:16px;
}

.formlist .form>div.other .content div {
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.formlist .form>div.other .content div:last-of-type {
    margin-right: 0
}

.formlist .form>div.other .content div input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.formlist .form>div.other .content div input[type="radio"]:checked+label {
    color: #fb654f;
    background: #ffefed
}

.formlist .form>div.other .content div input[type="checkbox"]:checked+label {
    color: #fb654f;
    background: #ffefed
}

.formlist .form>div.other .content div label {
    border-radius: 2px;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    background: #f7f7f7;
    min-height: 40px !important;
    height:auto !important; 
    line-height: 40px;
    color: #999;
}

.formlist .form>div.date:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/arrow.png") no-repeat center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 11px
}

.formlist .form>div>label {
	font-size: 16px;
    color: #555;
    width: 100px;
    line-height: 42px;
    height: 40px;
    line-height: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 100px;
    box-sizing: border-box;
    padding-left: 13px;
}

.formlist .form>div .code {
    width: 90px;
    line-height: 80px;
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    text-align: center;
    position: relative;
    color:#333;
    cursor: pointer;
}
.formlist .form>div .code.on{
    color:#aaa;
}

.formlist .form>div .code:after {
    content: "";
    width: 1px;
    height: 26px;
    background: #bbb;
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.formlist .form>div.model-form-code input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px
}

.formlist .form>div input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 16px;
    border:none;
    background:transparent;
}

.formlist .form>div input{
	outline: none;
}

.formlist .submitbtn {
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 45px;
    background: #fb654f !important;
    font-size: 20px;
    color: #fff;
    margin-top:30px;
	cursor: pointer;
	user-select: none;
}
.formlist .submitbtn:active{
    opacity:0.8;
}
.paysubmit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    background:transparent !important;
}
.formlist .submitbtn.weix{
    background:#06c90c !important;
}
.formlist .submitbtn.zhifubao{
    background:#108ee9 !important;
}
.content-check-top>div {
    -webkit-box-flex:0;
    -ms-flex:0 0 130px;
    flex:0 0 130px;
    width:130px;
    height:150px;
    box-sizing:border-box;
    padding-top:120px
}
.content-check-top>div.like {
    background:url("../images/newliked.png") no-repeat 0 0;
}
.content-check-top>div.like.active {
    background:url("../images/newlike.png") no-repeat 0 0;
}
.content-check-top>div.collect {
    background:url("../images/newcollect.png") no-repeat 0 0;
}
.content-check-top>div.collect.active {
    background:url("../images/newcollectd.png") no-repeat 0 0;
}
.content-check-top>div.share {
    background:url("../images/newshare.png") no-repeat 0 0;
}
.formlistbg{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    z-index:100;
    display: none;
}
.formlisttips{
    position: fixed;
    width:550px;
    height:300px;
    background:white;
    z-index:111;
    left:50%;
    top:50%;
    transform:translate3d(-50%,-50%,0);
    border-radius:10px;
    box-sizing: border-box;
    padding:20px 50px;
    display:none;
}
.fromlisttips-header{
    margin-top:50px;
    font-size:34px;
    line-height:40px;
    color:#222;
    text-align:center;
}
.formlisttips .cancelbtn{
    width:350px;
    text-align:center;
    height:80px;
    font-size:28px;
    border-radius:80px;
    line-height:80px;
    background:#5875f6;
    position: absolute;
    left:50%;
    bottom:30px;
    transform: translateX(-50%);
    color:white;
}
.details-bg{
    position:fixed;
    background:rgba(0,0,0,.5);
    z-index:10000;
    left:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    display:none;
}
.details-tips{
    width: 340px;
    min-height: 180px;
    position:fixed;
    top:50%;
    left:50%;
    -webkit-transform: translate3D(-50%,-50%,0);
    -ms-transform: translate3D(-50%,-50%,0);
    transform: translate3D(-50%,-50%,0);
    background: white;
    border-radius:15px;
    z-index:10001;
    padding:40px;
    display:none;
    box-sizing: border-box;
}
.details-tips .tips{
    line-height: 30px;
    font-size: 22px;
    margin-top: 6px;
    text-align:center;
}
.details-tips .btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #3499dd;
    color: white;
    margin: 30px auto 0;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}