			.sd-commonModl{
				width: 1200px;
				margin: 70px auto 0;
			}
			.sd-commonModl div{
				box-sizing: unset;
			}
			.sd-commonModl{
		    padding: 30px 0 15px 0;
		    background: #fff;
		    line-height: 66px;
			}
			.sd-modelSelect{
		    border-radius: 4px;
		    position: relative;
		    height: 66px;
		    background: #fff;
		    /* border: 1px solid #E0E0E0; */
		    width: 500px;
		    float: left;
		    margin: 0 auto;
		    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
		    display: flex;
			}
			.sdmetierItem{
				cursor: pointer;
			}
			.sd-modelBtLink{
				color: #666666;
    		flex-grow: 1;
			}
			.sd-modelBtLink  a{
				display: block;
			}
			.sd-modelSelect div{
		    float: left;
		    width: 25%;
		    height: 66px;
		    line-height: 66px;
		    cursor: pointer;
		    font-size: 18px;
		    text-align: center;
			}
			.sd-modelSelect .modelBtActive{
		    position: relative;
		    background-color:#20a497;
		    transition: all 0.4s ease-in-out 0s;
		    flex-grow: 1;
		    font-weight: bold;
			}
			.sd-modelSelect .modelBtActive a{
				color: #fff;
			}
			.sd-modelSelect .modelBtActive:after{
				position: absolute;
		    left: 45%;
		    top: 66px;
		    width: 0;
		    height: 0;
		    content: "";
		    border-width: 10px 10px 0 10px;
		    border-style: solid;
		    border-color: #20a497 transparent;
			}
			.sdSearch{
				float: right;
			}
			.sdForm-group{
				height: 36px;
				vertical-align: top;
				position: relative;
				display: inline-block;
				margin-bottom: 0;
				vertical-align: middle;
			}
			#sdGroup-inp{
		    width: 360px;
		    border: 1px solid #ccc;
		    border-radius: 30px;
		    padding-left: 12px;
		    height: 36px;
		    line-height: 36px;
		    outline: none;
		    vertical-align: top;
			}
			.sd-searchDiv{
		    position: absolute;
		    left: 328px;
		    right: 0px;
		    top: 0px;
		    bottom: 0;
		    cursor: pointer;
			}
			.sd-searchDiv img{
				width: 20px;
				height: 20px;
				position: absolute;
				top: 8px;
			}
			.sdTemplate_showbg{
				overflow: hidden;
		    zoom: 1;
		    padding-bottom: 50px;
		    font-size: 14px;
		    width: 100%;
			}
			.sd-listBox{
				overflow: hidden;
	   	  zoom: 1;
			}
			.sd-colorList{
				vertical-align: top;
			}
			.sd-templateList{
				margin-top: 30px;
			}
			.sd-templateList ul{
		    border-radius: 4px;
		    overflow: hidden;
		    zoom: 1;
		    background-color: #f5f7f7;
		    padding-bottom: 10px;
			}
			.sd-templateList ul li{
				width: 170px;
				text-align: left;
		    font-size: 14px;
		    float: left;
		    line-height: 32px;
		    margin-left: 30px;
		    margin-top: 10px;
			}
			.sd-templateList ul li.curSelected{
				color: #20a497;
			}
			.sd-templateList ul li a{
				color: #666;
			}
			.sd-toolbar{
		    margin-top: 23px;
    		margin-bottom: 30px;
			}
			.sd-colorList .sdColorSel{
				border: 2px solid #fff;
			}
			.sd-colorList .sdColorSel:nth-of-type(3){
				border: 2px solid #ccc;
			}
			.sd-colors{
		    border-radius: 0 ! important;
		    background: #fff;
		    padding: 17px 15px 10px 0px;
		    float: left;
		    width: 80%;
			}
			.sd-colors label{
				display: block;
		    float: left;
		    width: 24px;
		    height: 24px;
		    margin: 4px;
		    margin-top: -2px;
		    line-height: 20px;
		    text-align: center;
		    cursor: pointer;
		    border-radius: 4px;
			}
			.sd-searchBtn{
		    width: 60px;
				height: 32px;
				display: inline-block;
				line-height: 32px;
				text-align: center;
				border-radius: 16px;
				color: #333;
				margin: 15px 4px;
				cursor: pointer;
				color: #000;
				border: 1px solid #eee;
			}
			.sd-searAct{
				background: #20a497;
		    color: #fff;
		    border: none;
			}
			.sd-modelContainer{
			}
			.sd-templateChild{
		    position: relative;
		    width: 50%;
		    float: left;				
			}
			.sd-templatepc{
				background-repeat: no-repeat;
		    position: relative;
		    background-image: url(/static/img/pc.png);
		    height: 352px;
		    background-size: 560px;
			}
			.sd-pchide{
		    border-radius: 5px;
		    display: none;
		    background-color: rgba(0,0,0,0.2);
		    width: 526px;
		    height: 326px;
		    position: absolute;
		    left:0px;
		    top: 0px;
		    z-index: 3;
			}
			.sd-pcImg{
				border-radius: 5px;
		    width: 470px;
		    height: 293px;
		    position: relative;
		    overflow: hidden;
		    left: 45px;
		    top: 14px;
			}
			/*.sd-templatepc:hover .sd-pchide{
				display: block;
			}*/
			.sdShowImg{
		    position: relative;
		    width: 100% !important;
		    border-radius: 5px;
		    top: 0;
		    transition: 5s;
			}
			.sd-templateMob{
		    background-image: url(/static/img/mobile.png);
		    height: 324px;
		    top: 30px;
		    overflow: hidden;
		    left: 75%;
		    width: 174px;
		    background-repeat: no-repeat;
		    position: absolute;
		    z-index: 9;
		    background-size: 158px;
			}
			.sd-mobHide{
		    display: none;
		    background-color: rgba(0,0,0,0.2);
		    height: 100%;
		    z-index: 10;
		    position: absolute;
		    width: 133px;
		    height: 240px;
		    left: 0;
		    top: 0px;
		    border-radius: 5px;
			}
			.sd-mobImg{
		    border-radius: 5px;
		    top: 28px;
		    width: 123px;
		    overflow: hidden;
		    position: absolute;
		    left: 18px;
		    height: 222px;
			}
			.sdMobShowImg{
		    position: relative;
		    width: 100% !important;
		    border-radius: 5px;
		    top: 0;
		    transition: 10s;
			}
			.sd-Mask{
		    padding-left: 45px;
		    margin-bottom: 30px;
		    height: 60px;
			}
			.sd-tit{
		    width: 50%;
		    height: 60px;
		    float: left;
		    line-height: 60px;
			}
			.sd-modelName{
		    display: block;
		    text-align: left;
		    line-height: 2em;
        font-size: 16px;
   			color: #333;
			}
			.sd-modelNum{
				display: block;
		    text-align: left;
		    line-height: 2em;
        font-size: 14px;
   			color: #666;
			}
			.sd-modelBtns{
		    width: 50%;
		    height: 60px;
		    float: left;
		    line-height: 60px;
			}
			.sd-modelBtns a{
				background: #20a497;
				transform: perspective(1px) translateZ(0);
		    box-shadow: 0 0 1px transparent;
		    ransition-duration: 0.3s;
		    width: 80px;
		    height: 32px;
		    display: inline-block;
		    line-height: 32px;
		    margin-top: 14px;
		    text-align: center;
		    border-radius: 16px;
		    color: #fff;
		    cursor: pointer;
			}
			.sd-Mask .sd-modelBtns a:before{
		    content: "";
		    position: absolute;
		    z-index: -1;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    -webkit-transform: scaleY(0);
		    transform: scaleY(0);
		    -webkit-transform-origin: 0 50%;
		    transform-origin: 0 50%;
		    transition: all .3s ease-out;
		    border-radius: 20px;
			}
			.sd-Mask .sd-modelBtns a:hover {
				background:#3ab4a8;
			}
