@charset "utf-8";
/* CSS Document */
/*procut-view*/
.e-box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
/*profile*/
.so-profile {
    height: auto;
    overflow: hidden;
    background: #eeeeee;
}
.so-profile .s-video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-profile .s-video video {
    width: 100%;
}
.so-profile .e-box {
    /* background: #eee; */
}
.so-profile .e-box .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
}
.so-profile .e-box .s-info h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #cc0000;
    line-height: 1.5;
    text-align: center;
    /* text-shadow: 2px 2px 2px #000; */
}
/*desc*/
.so-desc {
    height: auto;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
    padding: 10px 0;
}
.so-desc p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.35;
    color: #333;
}
.so-desc p .c-red {
    color: #cc0000;
}
/*list*/
.so-list {
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.so-list .m-t, .so-list .m-c, .so-list .m-f {
    height: auto;
    overflow: hidden;
}
.so-list .m-t {
    box-sizing: border-box;
    padding: 10px 0;
}
.so-list .m-t h3, .so-list .m-t p {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-list .m-t h3 {
    font-size: 14px;
    color: #cc0000;
    text-align: center;
}
.so-list .m-t p {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}
.so-list .m-c ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.so-list .m-c li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.so-list .m-c li .s-pic, .so-list .m-c li .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-list .m-c li .s-pic img {
    display: block;
    width: 100%;
}
.so-list .m-c li .s-info h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.so-list .m-f {
    background: #990100 url("../images/bg-1.png") center center no-repeat;
    background-size: auto 100%;
  
    box-sizing: border-box;
    padding: 10px 0;
}
.so-list .m-f h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}
/*info*/
.so-info {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 30px;
}
.so-info .m-t, .so-info .m-c {
    height: auto;
    overflow: hidden;
}
.so-info .m-t {
    box-sizing: border-box;
    padding: 20px 0;
}
.so-info .m-t h3, .so-info .m-t p {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-info .m-t h3 {
    font-size: 14px;
    color: #cc0000;
    text-align: center;
}
.so-info .m-t p {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}
.so-info .m-c ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-info .m-c li {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 20px;
}
.so-info .m-c li:last-child {
    margin-bottom: 10px;
}
.so-info .m-c li .s-pic, .so-info .m-c li .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-info .m-c li .s-pic img {
    display: block;
    width: 100%;
}
.so-info .m-c li .s-info {
    box-sizing: border-box;
    padding: 25px 0;
}
.so-info .m-c li .s-info h3, .so-info .m-c li .s-info p {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-info .m-c li .s-info h3 {
    font-size: 14px;
    color: #333;
}
.so-info .m-c li .s-info p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}
/*aside*/
.so-aside {
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.so-aside .m-t, .so-aside .m-c, .so-aside .m-f {
    height: auto;
    overflow: hidden;
}
.so-aside .m-t {
    box-sizing: border-box;
    padding: 20px 0;
    padding-top: 30px;
}
.so-aside .m-t h3, .so-aside .m-t p {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-aside .m-t h3 {
    font-size: 14px;
    color: #cc0000;
    text-align: center;
}
.so-aside .m-t p {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}
.so-aside .m-c ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.so-aside .m-c li {
    width: 30%;
    height: auto;
    overflow: hidden;
}
.so-aside .m-c li img {
    display: block;
    width: 100%;
}
.so-aside .m-f {
    margin-top: 20px;
}
.so-aside .m-f h3, .so-aside .m-f aside {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-aside .m-f h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    color: #333;
}
.so-aside .m-f aside {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.so-aside .m-f aside span {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 2;
    color: #333;
}
.so-aside .m-f aside span:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 19px;
    overflow: hidden;
    background: url("../images/icon-1.png") center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
}
.so-aside .m-f aside span:nth-child(4) {
    width: 60%;
}
/*other*/
.so-other {
    height: auto;
    overflow: hidden;
    background: #990100;
    box-sizing: border-box;
    padding: 20px 0;
}
.so-other h3, .so-other p {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.so-other h3 {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.so-other p {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}
