﻿@charset "utf-8";
.shop_menu{
	width:1500px;
	height:auto;
	display: flex;
	justify-content: space-around;
	margin:50px auto;
}
.shop_menu .shop_menu_item{
	width:25%;
	height:auto;
	text-align: center;
	color:#5d5d5d;
	font-size: 30px;
	line-height: 50px;
	border-left:2px dotted #5d5d5d;
}
.shop_menu .shop_menu_item:first-child{
	border-left:0;
}
.formmain{
	width:1500px;
	height:auto;
	margin:20px auto;
	padding-bottom: 100px;
}
.formmain .inputsection{
	width:60%;
	height:auto;
	font-size:20px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom:20px;
}
.formmain .inputsection_sm{
	width:30%;
}
.formmain .inputsection input{
	width:100%;
	height:41px;
	font-size: 16px;
    border:1px solid #D8D8D8;
    text-indent: 10px;
}
.formmain .inputtextarea{
	width:100%;
	height:auto;
	font-size:20px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom:20px;
}
.formmain .inputtextarea textarea{
	width:100%;
	height:220px;
	font-size: 16px;
    border:1px solid #D8D8D8;
   	padding:  10px;
}
.formmain .inputsection select{
    width:300px;
    height:41px;
    font-size: 16px;
    border:1px solid #D8D8D8;
    color:#C1C1C1;
    text-indent: 5px;
    margin-right:10px;
}
.formmain .inputsection select option{
    padding-top:10px;
    padding-bottom:10px;
    font-size: 16px;
    color:#333333;
    text-indent: 10px;

}

.formmain .inputradio{
	width:60%;
	height:auto;
	font-size:20px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom:20px;
}
.formmain .inputradio span{
	font-weight: 500;
}
.inputnotice{
	color:#0f62c7;
	font-weight: 500;
	font-size: 16px;
}
.platform_info{
	width:1500px;
	height:auto;
	margin:20px auto;
}
.platform_info .platform_title{
	color:#252525;
	font-size: 26px;
	margin-top:10px;
}
.platform_info .platform_title_desc{
	color:#979797;
	font-size: 16px;
	border-bottom: 1px solid #D4D4D4;
	display: flex;
	align-items: center;
	line-height: 50px;
}
.platform_info .platform_title_desc span{
	margin-right:20px;
}

.platform_content{
	width: 100%;
	height:auto;
	display: flex;
	justify-content: space-around;
}
.platform_content .platform_slide{
	width:535px;
	height:400px;
}
.platform_content .platform_description{
	width:700px;
	height:auto;
	font-size: 18px;
	color:#6d6d6d;
	line-height: 30px;
	padding-top:50px;
}
.platform_content .platform_description .platform_descitem{
	width:100%;
	height:auto;
	padding:10px 0;
}
.platform_itemtitle{
	color:#303030
}

.platform_detail_desc{
    width:1500px;
    height:auto;
    display:flex;
    flex-wrap: wrap;
    margin:0 auto;
    background-color: #FAFAFA;
    padding:20px 0;
}
.platform_detail_desc .platform_desc_item{
    width:390px;
    height:auto;
    margin:0 auto;
    display: flex;
}
.platform_detail_desc .platform_desc_item .desc_item_left{
    width:80px;
    height:80px;

}
.platform_detail_desc .platform_desc_item .desc_item_left img{
    width:80px;
    height:80px;
}
.platform_detail_desc .desc_item_right{
    width:310px;
    height:auto;
    
}
.platform_detail_desc .desc_item_right .desc_item_right_title{
    color:#303030;
    font-size: 24px;
    margin-top:10px;
}
.platform_detail_desc .desc_item_right_desc{
    color:#979797;
    font-size: 18px;
}

.platform_content{
    width:1500px;
    height:auto;
    display:flex;
    flex-wrap: wrap;
    margin:50px auto;
    
}
.platform_content .platform_content_title{
    width:100%;
    height:auto;
	font-size: 30px;
	color:#252525;
	display: flex;
	align-items: center;
}
.platform_content .platform_content_title img{
    width:24px;
    height:27px;
    margin-right:10px;
}
.platform_content .platform_content_detail{
    width:100%;
    height:auto;
    margin:30px auto;
    line-height:25px;
    font-size: 16px;
}
