.select_design{width:1200px;min-height:800px;margin:70px auto;}
.select_design_content{display:flex;flex-direction:row;justify-content:space-between;width:100%;height:259px;margin-top:80px;}
.select_design_left{width:216px;height:100%;border:solid 1px lightgray;position:relative;}
.select_design_detail{width:950px;height:100%;display:flex;flex-direction:row;justify-content:space-between;}
.design_detail_left{width:450px;height:100%;background-color:#fff;}
.detail_left_top{display:flex;flex-direction:row;margin-top:10px;justify-content:space-between;height:30px;}
.detail_left_divide{width:240px;height:1px;margin-top:5px;background: -webkit-linear-gradient(left, #A22C28,white); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(right, #A22C28,white); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(right, #A22C28,white); /* Firefox 3.6 - 15 */background: linear-gradient(to right,#A22C28,#fff); /* 标准的语法（必须放在最后） */}
.detail_left_word{font-weight:bold;font-size:15px;margin-top:5px;color:#676767;}
.detail_left_pre{width:218px;height:50px;background-color:#E9930C;margin-top:38px;line-height:50px;text-align:center;color:#FFF;font-weight:bold;cursor:pointer;}
.detail_right_divide{width:160px;height:2px;margin-top:8px;background: -webkit-linear-gradient(left, #A22C28,white); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(right, #A22C28,white); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(right, #A22C28,white); /* Firefox 3.6 - 15 */background: linear-gradient(to right,#fff,#A22C28,#fff); /* 标准的语法（必须放在最后） */}
.detail_right_type{font-size:14px;color:#676767;font-weight:bold;}
.detail_right_icon{width:430px;height:180px;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;}
.right_icon_area{width:209px;height:180px;display:flex;flex-direction:column;align-items:center;border:solid 1px #ECECEC;}
.right_icon_area:hover{margin-top:-2px;box-shadow:2px 2px 2px #E9E9E9;transition-duration:0.6s;}