* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html body {
    width: 100%;
    height: 100%;
}

.outer_box {
    width: 100%;
    /*min-width: 1350px;*/
    font-size: 0;
    position: relative;
    height: 93%;
}

.main_list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #191919;
    position: relative;
    white-space: nowrap;
    display: flex;
}

.main_list_items {
    /*font-size: 18px;*/
    float: left;
    /* width: 25%; */
    height: 100%;
    position: relative;
    text-align: center;
    flex: 1;
}

img {}

.main_list_item {
    display: block;
}

.main_list_item_list {
    background: #191919;
    margin-top: 160px;
}

.main_list_item img {
    width: 100%;
}

.main_list_item_icons img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.main_list_item_icons {
    height: 30%;
}

.main_list_item_icons h2 {
    color: #fff;
}

.main_list_item_icons a,
.main_list_item_icons a:visited,
.main_list_item_icons a:link {
    color: #F6416C;
    text-decoration: none;
}

.list_item_list_num {
    position: relative;
}

.list_item_list_num img {
    height: 100%;
}

.list_item_list_num>h3 {
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
    top: 1.4vw;
    margin: auto;
    font-size: 1.1vw;
    font-weight: 600;
    padding-left: 6%;
    color: #222;
    text-shadow: 0px 1px 5px #001833;
}
.title_white {
    color: #fafafa !important;
}
.list_item_list_num>h6 {
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
    top: 3vw;
    margin: auto;
    font-size: 0.8vw;
    padding-left: 6%;
    color: #222;
}


.main_list_item_header {
    background: #fff;
    height: 40px;
    line-height: 40px;
}

.main_list_item_header p {
	text-align: left;
    margin-left: 6%;
    color: #1868ff;
    font-size: 18px;
    float: left;
}
.all_products{
	width: 65px;
	margin-top: 10px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #1868ff;
	color: #1868FF;
	float: right;
	font-size: 11px;
	margin-right: 6%;
	border-radius: 3px;
}
.all_products:hover{
	background: #1868ff;
	color: #fafafa;
	cursor: pointer;
}
.main_list_btns {}

.main_list_btns img {
    width: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    height: 60px;
}

.pre_btn {
    left: 0;
}

.next_btn {
    right: 0;
}

.roll_icon {
    display: block;
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}



