@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

body {
    font-family: "Microsoft YaHei","arial","sans-serif" !important;
    color: #242728;
	background-color: #f7f7f7;
}

video{
    width: 100%;
    outline: none;
    margin-bottom: 10px;
}

#jd-content{
    padding: 30px 24px;
}

.tw_main {
    max-width: 820px;
    margin: auto;
}

.tw_main .tw_section {
    margin-bottom: 30px;
}

.tw_main .tw_section:nth-last-of-type(1){
    margin-bottom: 0;
}

.tw_main h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.tw_main h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tw_main .tw_line {
    display: inline-block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.tw_main p {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "Microsoft YaHei","arial","sans-serif" !important;
}

.tw_main strong {
    font-weight: bold;
}

.tw_main .tw_list_dot,
.tw_main .tw_list_indent,
.tw_main .tw_list_other {
    padding-left: 10px;
    position: relative;
}

.tw_main .tw_list_other {
    padding-left: 20px;
}

.tw_main .tw_list_dot:before {
    position: absolute;
    content: '·';
    left: 0px;
    font-weight: bold;
}

.tw_main .tw_list_other:before {
    content: attr(rel);
    position: absolute;
    left: 0;
}

.tw_main img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.tw_main .tw_icon_inline {
    width: auto;
    height: 16px;
    display: inline-block;
    vertical-align: text-top;
    margin-bottom: 0;
}

.tw_main p.explanatory{
    color: rgb(166, 166, 166); 
    font-size: 11px; 
    font-style: italic;
 }


 /* -------开始------ */
 .button{
    width: 100%;
    font-size: 0;
    line-height: 22px;
    /* border-bottom: 2px solid #ccc; */
    padding-bottom: 52px;
	padding-top: 120px;
}

.button p{
    text-align: center;
    margin: 0 auto;
    position: relative;
    /* cursor: pointer; */
}
/* .button p.but_bar::after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: rgb(204, 0, 40);
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
} */
/* .button p.but_right{
    width: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}
.button p.but_right::after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: red;
    bottom: -22px;
    right: 50%;
} */
.table{
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    margin-bottom: 10px;
}
.table td{
    padding: 15px 15px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-family: "Microsoft YaHei","arial","sans-serif" !important;
}

.phone_pc{
    display: block;
}

div.zhihui{
    display: none;
}

div.zhihui .table td{
    padding: 10px 5px;
}
div.zhihui .table .th td:nth-child(1){
    width: 10%;
}
div.zhihui .table .th td:nth-child(2){
    width: 42%;
}
.button p.but{
	font-size: 4.8vw;
}
a {
	color:#0091ff;
}
@media screen and (min-width:500px) and (max-width:820px){
    .button p.but{
        font-size: 3.6vw;
        line-height: 60px;
    }
    /* .button p.but_right{
        font-size: 18px;
        line-height: 60px;
    } */
    .tw_main p{
        font-size: 14px;
    }
    .table td{
        font-size: 13px;
    }
    .table .th td:nth-child(1){
        width: 15%;
    }
    .table .th td:nth-child(2){
        width: 15%;
    }
    .table .th td:nth-child(4){
        width: 15%;
    }
    div.zhihui .table td{
        padding: 10px 20px;
    }
    /* .button p.but_bar::after{
        content: "";
        clear: both;
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgb(204, 0, 40);
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
    } */
}
@media screen and (min-width:820px){
    .button p.but{
        font-size: 2vw;
        line-height: 40px;
    }
    /* .button p.but_right{
        font-size: 20px;
        line-height: 60px;
    } */
    .tw_main p{
        font-size: 14px;
    }
    .table td{
        font-size: 13px;
    }
    .table .th td:nth-child(1){
        width: 15%;
    }
    .table .th td:nth-child(2){
        width: 15%;
    }
    .table .th td:nth-child(4){
        width: 15%;
    }
    div.zhihui .table td{
        padding: 10px 10px;
    }
    div.zhihui .table .th td:nth-child(1) {
        width: 20%;
    }
    /* .button p.but_bar::after{
        content: "";
        clear: both;
        display: block;
        position: absolute;
        width: 50px;
        height: 2px;
        background: rgb(204, 0, 40);
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
    } */
}
 /* -------新增1------ */
 .video_text{
	 margin: 52px auto;
	 text-align: center;
 }
 video{
	 object-fit: fill;
 }
 .video_con{
	 margin-top: 44px;
 }