html{
    font-size: 37.5px;
}
body {
    margin: 0px;
    min-width: 1200px;
}

.images {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.content {
    width: 55%;
    margin: 0 auto;
}

/* ------------------------------------ */
label {
  margin-bottom: 15px;
  margin-left: -25px;
}

label .glyphicon{
  color: red;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}

.radio-inline.gif{
  overflow: hidden;
}

.radio-inline img{
  width: 100%;
}

.row{
  margin-left: 0;
}

.form-group {
  margin-bottom: 25px;
}
.form-group .radio-inline{
  margin-left: 0;
  line-height: 2;
}

.radio-inline input[type=radio] {
  position: initial;
  margin-left: 0;
}

#submit {
  background-color: #007ae3;
  border: none;
  outline: none;
  margin: 20px 0;
}

#submit:hover {
  color: #fff;
  background-color: #0089ff;
  border: none;
}


/* ------------------------------------ */

.content .van-radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    margin-bottom: 30px;
}

.content .van-radio-group .van-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 30%;
    cursor: pointer;
    font-size: .373333333rem;
    margin-bottom: .2rem;
}

.content .van-radio-group .van-radio .quan {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: .1rem;
}

.content .sd_qu3 .van-radio-group {
    justify-content: space-between;
}

.content .sd_qu3 .van-radio-group .van-radio {
    width: 30%;
    height: 200px;
    overflow: hidden;
}

.content .sd_qu3 .van-radio-group .van-radio .van-radio__icon {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid rgba(107, 107, 107, 0.151);
    padding: .1rem 0px;
}

.content .sd_qu3 .van-radio-group .van-radio .gifs {
    width: 100%;
    height: auto;
}

.content .sd_qu3 .van-radio-group .van-radio {
    border: 1px solid rgba(107, 107, 107, 0.151);
}

.content .sd_q_bt {
    margin-bottom: .48rem;
    font-weight: bold;
    font-size: .4rem;
    position: relative;
}
.content .sd_q_bt span{
    position: absolute;
    color: red;
    left: -0.3rem;
}

.content .submit input {
    padding: 3px 0px 3px 10px;
    display: block;
    margin: 20px auto 0px;
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    background-color: rgba(163, 163, 163, 0.144);
}

.content .submit button {
    display: block;
    font-size: 17px;
    margin: 30px auto;
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #56acff;
    color: #fff;
    border-radius: 30px;
}

.content .colors {
    width: 100%;
    height: auto;
    color: #7a4507;
    margin-bottom: 30px;
}

.content .colors .top {
    width: 100%;
    background-color: #fff5e3;
    padding: 20px 0px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}

.content .colors .top .title {
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 5px;
}

.content .colors .top .contents {
    font-size: 13px;
    margin-left: 20px;
}

.content .colors .top button{
    position: absolute;
    right: 30px;
    top: 25px;
    height: 30px;
    width: 100px;
    outline: none;
    border: none;
    background-color: #e9a528;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.content .colors .top img {
    position: absolute;
    width: 70px;
    height: 70px;
    right: -18px;
    top: 0px;
    display: none;
}

.content .colors .bottom {
    background-color: #ffecc9;
    padding: 10px 20px;
    font-size: 13px;
}

.content .video {
    width: 100%;
    background-color: #fff5e3;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    margin-bottom: 30px;
    font-size: .4rem;
}

.content .video img {
    width: 20px;
    height: 20px;
}

.content .video span {
    color: #f35f5a;
}

.content .banner{
    width: 100%;
    height: auto;
    background-color: #f7f8fc;
    margin-bottom: 30px;
}
.content .banner .title{
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    font-size: .4rem;
}
.content .banner .swiper-container {
    width: 100%;
    padding-top: 10px;
    height: 190px;
}
.content .banner .swiper-container .item{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 30px;
    font-size: .37rem;
}
.content .banner .swiper-container .item .name{
    width: 32px;
    text-align: center;
}
.content .banner .swiper-container .item .phone{
    width: 100px;
    text-align: center;
}
.content .banner .swiper-container .item .time{
    width: 70px;
    text-align: center;
}
.content .submit .title{
    font-weight: bold;
    font-size: .4rem;
    position: relative;
}
.content .submit .title span{
    position: absolute;
    left: -0.3rem;
    color: red;
}


.has-feedback label~.form-control-feedback {
  top: 34px;
}