body{
    background-color: #F1F1F1;
}
.container{
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.header-box{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    /*background-color: #4f1f1d;*/
    background-color: #023894;
}
.swiper-box{
    width: calc(100% - 20px);
    height: 188px;
    margin:0 10px;
    margin-top: 5px;
}
.swiper-box .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-box .swiper img{
    width: 100%;
    height: 100%;
    margin-top: 5px;
}
.phone-box{
    width: calc(100% - 20px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 10px;
    background-color: #023894;
    color: #ffffff;
    font-size: 18px;
}
.phone-box img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 20px;
}
.module-box{
    width: calc(100% - 20px);
    height: auto;
    overflow: hidden;
    margin: 0 10px;
}
.module-box .col-xs-4{
    height: 110px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 6px;
}
.module-box .row{
    margin-left: 0;
    margin-right: 0;
}
.module-box .module-info{
    width: 100%;
    height: 110px;
    display: inline-block;
    float: left;
    background-color: #fff;
    /*margin-left: 10px;*/
    /*text-align: center;*/
    overflow: hidden;
}
.module-box .module-info img{
    width: 60px;
    height: 60px;
    margin-top: 10px;
}
.module-box .module-info .name{
    width: 100%;
    color: #4f1f1d;
    font-size: 18px;
    margin-top: 10px;
}



.add-content-box{
    width: calc(100% - 20px);
    height: 200px;
    background-color: #FFFFFF;
    margin: 10px 10px 0 10px;
    border-radius: 20px;
}
.add-content-box textarea{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: none;
    padding: 10px;
    border-radius: 20px;
}
.add-img-box{
    width: calc(100% - 20px);
    height: auto;
    background-color: #FFFFFF;
    margin: 10px 10px 0 10px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
}

.add-contacts-info-box{
    width: calc(100% - 20px);
    height: auto;
    margin: 10px;
    background-color: #fff;
    border-radius: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.add-contacts-info-box .header-box{
    width: calc(100% - 10px);
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #023894 !important;
    text-align: left;
    background-color: #fff !important;
    border-radius: 20px;
}
.add-contacts-info-box .add-form-group{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.add-contacts-info-box .add-form-group .input-right{
    width: 60%;
    height: 50px;
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.add-contacts-info-box .add-form-group .input-right input{
    width: 100%;
    height: 40px;
    border: none;
    float: right;
    text-align: right;
    outline: none;
}
.add-btn{
    width: 80%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #023894;
    border-radius: 20px;
    display: inherit;
}

.add-table-record-box{
    width: calc(100% - 10px);
    height: auto;
    /*background-color: #fff;*/
    margin: 30px 5px 0 5px;
}

.questionnaire-box{
    width: calc(100% - 20px);
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 10px 0 10px;
    padding-left: 10px;
}
.questionnaire-box a{
    text-decoration: none;
    color: #000;
}
.questionnaire-box .name{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.questionnaire-box .create-time{
    width: 100%;
    height: 30px;
    font-size: 16px;
}
.video-box{
    /*width: calc(100% - 20px);*/
    width: 100%;
    height: 220px;
    background-color: #fff;
    border-radius: 10px;
    /*margin: 10px 10px 0 10px;*/
    position: relative;
    z-index: 10;
}
.video-box video{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    object-fit: fill;
}
.video-box .title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 14px;
}
.success-txt{
    text-align: center;
    margin: 20px 0px;
    font-size: 18px;
}
.back-btn{
    width: 80%;
    height: 40px;
    line-height: 40px;
    background-color: #00A3D9;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 20px;
    color: #fff!important;
}
.back-a{
    text-decoration: none;
    color: #fff !important;
}
.success-img{
    width: 100%;
    height: auto;
    margin-top: 80px;
    text-align: center;
}
.success-img img{
    width: 40px;
    height: 40px;
}