﻿

/*头部*/
.header_fb {
    padding-top:10px;
    display: flex;
    align-items: center;
}

.header_fb_shang {
    margin-left: 10px;
}

.header_fb_zhong {
    flex-grow: 1;
    margin-left: 5px;
    font-size: .46rem;
    font-weight: 800;
    color: #FFFFFF;
}

.header_fb_xia {
    margin-right: 3%;
    font-size: .46rem;
    font-weight: bold;
    color: #FFFFFF;
}

.main_div {
    margin: 10px;
    padding: 10px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 10px;
}
.scend_div {
    margin: 10px;
    padding: 10px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 10px;
}


/*四个按钮*/
.header_list {
    display: flex;
    justify-content:space-between;
}

    .header_list div:first-child {
        width: 16%;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        /*实现垂直居中*/
        align-items: center;
        font-size: .3rem;
    }

    .header_list div:last-child {
        width: 16%;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .3rem;
    }


.header_list div {
    width: 19%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    /*实现垂直居中*/
    align-items: center;
}

        .header_list div img {
            height: 60px;
            width: 60px;
        }

    .header_list div p {
        font-size: .3rem;
        font-weight: 500;
        color: #3D130B;
    }

/*视频选择*/
.vido_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}

    .vido_list div:first-child {
        width: 24%;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
        height: 50px;
        /*flex 布局*/
        display: flex;
        /*实现垂直居中*/
        align-items: center;
        /*实现水平居中*/
        justify-content: center;
        box-sizing: border-box;
    }


.vido_list_div {
    width: 13%;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    /*flex 布局*/
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
}

.vido_list_cdiv_select {
    width: 24%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    height: 1.4rem;
    /*flex 布局*/
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
    background-image: url(../images/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: HYYakuHei;
    font-weight: normal;
    color: #FFFFFF;
    font-size: .5rem;
}
    .vido_list_span {
        display: flex;
        background: linear-gradient(-30deg, #FF870A, #FF4A46);
        opacity: 0.4;
        border-radius: 6px;
        font-family: HYYakuHei;
        font-weight: normal;
        color: #FFFFFF;
        font-size: .4rem;
        align-items: center;
        justify-content: center;
        width: 120%;
        height: 0.8rem;
    }


/*价格以及观看*/
.vido_tilte {
    margin-top: 10px;
    display: flex;
    /*底部对齐*/
    align-items: flex-end;
}

.vido_txt {
    margin-top:10px;
}

    .vido_txt span:first-child {
        background: linear-gradient(-30deg, #FF870A, #FF4A46);
        border-radius: 20px;
        font-size: .5rem;
        font-family: HYYakuHei;
        font-weight: normal;
        color: #FFFFFF;
        width: 50px;
    }

    .vido_txt span:last-child {
        font-size: .5rem;
        color: #3D130B;
        font-weight: bold;
        line-height: .9rem;
    }

.vido_btn {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
    background-image: url(../images/btn2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 50px;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: .5rem;
    color: #FFFFFF;
}
/*内容选择列表*/
.corss_list {
    margin-top: 10px;
    display: flex;
}

    .corss_list div {
        width: 24%;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        /*实现垂直居中*/
        align-items: center;
    }

.corss_list_wz {
    font-family: HYYakuHei;
    font-weight: normal;
    color: #FF533C;
    font-size: 0.5rem;
}

.corss_list_wz_un {
    font-family: HYYakuHei;
    font-weight: normal;
    color: #CEB0AB;
    font-size: 0.5rem;
}


.corss_list_xhx {
    height: 3px;
    width: 20%;
    background-color: red;

}

.corss_list_xhx_un {
    height: 3px;
    width: 20%;
    background-color: white;
}
/*内容*/
.corss_coent {
}

    .corss_coent div {
        display: flex;
        /*实现垂直居中*/
        align-items:flex-start;
    }

        .corss_coent div img {
            margin-left: 10px;
            margin-top: .11rem;
            width: 20px;
            height: 20px;
        }

        .corss_coent div p {
            margin:0 0 0 10px;
            width: 70%;
            font-size: .37rem;
            font-family: PingFang SC;
            color: #3D130B;
            line-height: .7rem;
        }

        .corss_coent div div:last-child {
            margin-top: .13rem;
            width: 130px;
            background-image: url(../images/btn2.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            height: 40px;
            font-family: PingFang SC;
            font-weight: bold;
            color: #FFFFFF;
            /*实现垂直居中*/
            align-items: center;
            /*实现水平居中*/
            justify-content: center;
        }

.corss_coent_img {
    position: relative;
    display: none;
}

    .corss_coent_img img {
        width: 100%;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }

/*底部*/
.bottom_fb {
    display: flex;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 530px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(136, 20, 20, 0.15);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .bottom_fb div {
        width: 25%;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        /*实现垂直居中*/
        align-items: center;
        /*实现水平居中*/
        justify-content: center;
    }

        .bottom_fb div img {
            height: 35px;
            width: 35px;
        }

/*表单*/
.input_class {
    width: 60%;
    height: 30px;
    padding: 0.5em 1.2rem;
    border-radius: 16px;
    border: 0px solid red;
    border: none;
    outline: none;
    padding-left: 50px;
    font-size: 1em;
    background: #F8F0EE;
    font-weight: bold;
    color: #3D130B;
}

input::-webkit-input-placeholder {
    color: #CEB0AB;
    font-weight:300;
}

input:-moz-placeholder {
    color: #CEB0AB;
    font-weight: 300;
}

input::-moz-placeholder {
    color: #CEB0AB;
    font-weight: 300;
}

input:-ms-input-placeholder {
    color: #CEB0AB;
    font-weight: 300;
}


.input_class2 {
    width: 25%;
    height: 30px;
    outline: none;
    padding: 0.5em 1.2rem;
    border-radius: 16px;
    border: 0px solid red;
    padding-left: 50px;
    font-size: 1em;
    background: #F8F0EE;
    font-weight: bold;
    color: #3D130B;
}


.btnTc {
    width: 80%;
    background-image: url("../images/tcbtn.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 40px;
    margin: 0 auto;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    font-size: .5rem;
    margin-top:40px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.yzmbtn {
    width: 25%;
    background: linear-gradient(90deg, #FF5353, #FD8F19);
    border-radius: 16px;
}

.input_class3 {
    width: 30%;
    color: white;
    font-size: 1em;
    border: none;
    outline: none;
    border-radius: 16px;
    padding: 0.5em;
    height: 38px;
    background: linear-gradient(90deg, #FF5353, #FD8F19);
    border: 0px solid red;
}

.input_class6 {
    width: 40%;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1em;
    border: none;
    outline: none;
    border-radius: 16px;
    padding: 0.5em;
    height: 38px;
    background: linear-gradient(90deg, #FF5353, #FD8F19);
    border: 0px solid red;
    position: relative;
    left: -10px;
}

.input_class5 {
    width: 40%;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1em;
    border: none;
    outline: none;
    border-radius: 16px;
    padding: 0.5em;
    height: 38px;
    background: #DBC6C2;
    border: 0px solid red;
    position: relative;
    right: -10px;
}


.input_class4 {
    width: 99%;
    height: 25px;
    text-align: center;
    color: red;
}





.inner {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: content-box;
    width: 100%;
    border-radius: 20px;
    height: 200px;
    box-shadow: burlywood 0 0 0 10px;
    background: transparent;
}
