.new-index-about .box-img-about-main {
    position: relative;
    min-height: 350px;
    height: 350px;
    max-height: 350px;
    margin-bottom: 30px;
    background: #d61518;
    display: flex;
    justify-content: space-between;
}

.new-index-about .box-img-about-main .image-main {
    width: 350px;
    background: url("/common/design/user/img/about-battle/image-banner-pc.jpg") no-repeat;
    background-size: 160%;
    background-position: top center;
}

.new-index-about .box-img-about-main .title {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    white-space: nowrap;
}

.new-index-about .box-img-about-main .text {
    margin-bottom: 15px;
    line-height: 20px;
    color: #fff;
}

.new-index-about .main-banner .box h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.new-index-about .box-img-about-main .text {
    margin-bottom: 15px;
    line-height: 20px;
    color: #fff;
}

.new-index-about .box-img-about-main .item-about-main {
    width: 50%;
    margin-left: 20px;
    padding-top: 20px;
}

.new-index-about .btn-banner-about-battle {
    background: #ffea00;
    border-radius: 10px;
    border-bottom: 3px solid #840000;
}

.new-index-about .btn-banner-about-battle .title {
    color: #d61518;
    font-size: 24px;
    margin-bottom: 0;
}

.new-index-about .btn-banner-about-battle .content-snso {
    width: 50%;
    text-align: center;
}

.new-index-about .btn-banner-about-battle .content-snso .group-icon {
    width: 137px;
    display: block;
    margin: auto;
}

.new-index-about .btn-banner-about-battle .content-snso .name {
    display: block;
    color: #d61518;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.new-index-about .btn-banner-about-battle .content-snso .group-icon img {
    width: 100%;
    min-height: 40px;
}

.new-index-about .btn-banner-about-battle a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.new-index-about .btn-banner-about-battle .icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #d61518;
    border-radius: 50%;
    overflow: hidden;
}

.new-index-about .btn-banner-about-battle .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border: 8px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
}

.text-info_s1 {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
    color: #272727;
    display: block;
    font-weight: 700;
}
.btn_s1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 18px;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    max-width: 300px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 5;
}
.btn_s1-default {
    max-width: 830px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 2px #000;
    padding: 15px 8px;
    overflow: hidden;
    background: #cf3524;
    text-align: center;
}

.new-index-about .box-img-about-main .image-main{
    background-size: 100%;
}
.new-index-about .stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 74px 0 40px 0;
}
.new-index-about .stock-box {
    width: 46%;
    padding: 84px 26px 26px 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    flex: 1;
}
.new-index-about .stock-box:first-child {
    background-color: #dff9ff;
    margin: 0 2% 0 0;
}
.new-index-about .stock-box:last-child {
    background-color: #ffeedc;
    margin: 0 0 0 2%;
}
.new-index-about .stock .img {
    position: absolute;
    left: 50%;
    top: -61px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 122px;
    height: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-index-about .stock .img h3 {
    margin: 16px 0 0 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
.new-index-about .stock .img strong {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: #eaff00;
    text-align: center;
    letter-spacing: 2px;
}
.new-index-about .stock-box:first-child .img {
    background: url('/common/design/user/img/new-index-about/buy.png') 0 0 no-repeat;
}
.new-index-about .stock-box:last-child .img {
    background: url('/common/design/user/img/new-index-about/sale.png') 0 0 no-repeat;
}
.new-index-about .stock p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.new-index-about .video {
    width: 100%;
    margin: 40px 0 60px 0;
}
.new-index-about .video iframe {
    width: 100%;
    height: 450px;
}
.new-index-about .small-text {
    font-size: 12px;
    line-height: 28px;
    color: #000;
    margin: 0 0 15px 0;
}
.new-index-about .drawer-made {
    background-color: #dff9ff;
    padding: 30px 0 20px 0;
}
.new-index-about .drawer-made h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #0097dd;
    margin: 0 0 8px 0;
    text-align: center;
}
.new-index-about .drawer-made strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #222020;
    margin: 0 0 20px 0;
    display: block;
    text-align: center;
}
.new-index-about .drawer-made .img {
    max-width: 100%;
}
.new-index-about .drawer-made .img img {
    display: block;
    width: 100%;
    height: auto;
}
.new-index-about .drawer-example {
    background-color: #ffefdf;
    padding: 40px 52px 42px 52px;
    margin: 0 0 30px 0;
}
.new-index-about .drawer-example h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background-color: #ff7200;
    margin: 0 0 24px 0;
    border-radius: 10px;
}
.new-index-about .drawer-example ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.new-index-about .drawer-example ul li {
    width: 16.6%;
    height: auto;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.new-index-about .drawer-example ul li img {
    display: block;
    width: 100%;
    height: auto;
}
.new-index-about .common-title-margin {
    margin-top: 75px;
}
.new-index-about .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
}
.new-index-about .features-list li {
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border: 2px solid #1f73bb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.new-index-about .features-list h3 {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    background-color: #1f73bb;
    text-align: center;
    margin-bottom: 24px;
}
.new-index-about .features-list .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    margin-bottom: 24px;
}
.new-index-about .features-list .img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.new-index-about .features-list .img #features-01 {
    max-width: 333px;
}
.new-index-about .features-list .img #features-02 {
    max-width: 254px;
}
.new-index-about .features-list .img #features-03 {
    max-width: 110px;
}
.new-index-about .features-list .img #features-04 {
    max-width: 357px;
}
.new-index-about .features-list p {
    font-size: 15px;
    line-height: 20px;
    color: #303030;
    margin-bottom: 30px;
    padding: 0 14px;
    min-height: 160px;
}
.new-index-about .features-list p .red {
    color: #e00000;
}
.new-index-about .features-list .btn-red {
    display: inline-block;
    width: calc(100% - 28px);
    margin: 0 auto;
    padding: 13px 0;
    text-align: center;
    background-color: #cd0000;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.new-index-about .features-list .btn-red:hover {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.8);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.8);
}
.new-index-about .features-list .btn-red span {
    display: inline-block;

    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 0 14px;
    text-decoration: underline;
    position: relative;
}
.new-index-about .features-list .btn-red span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #ffffff;
}
.new-index-about .no-margin {
    margin: 0;
}

.new-index-about .btn_s1-default {
    max-width: 750px;
}

.new-index-about .btn_s1-default mark span{
    display: block;
    font-size: 24px;
    line-height: 30px;
}
.new-index-about .btn_s1-default mark{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 80px;
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    z-index: 10;
}
.new-index-about .btn_s1-default mark .icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 68px;
    height: 68px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}
.new-index-about .btn_s1-default mark .icon:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -8px;
    border: 17px solid transparent;
    border-left: 26px solid #ff0000;
    border-right: 0;
}

.content-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.content-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
