/*开店引导流程*/
.process_user {width:1210px;margin: auto;margin-top: 45px;height: 86px;margin-bottom: 36px; background-color: #fdfdfd;border:1px solid #eaeaea;}
.process_user strong{ text-indent:16px; font-weight:bold; width:162px;height: 86px;line-height: 86px;font-size: 16px;display: inline-block; color: #333; float: left;}
.process_user span{font-size: 12px;display: inline-block;line-height:124px; box-sizing: border-box; text-align: center; padding: 0;}
.status1{ width: 185px; }   
.status2{ width: 274px; margin-left:39px; }
.status3{ width: 262px; }   
.status4{ width: 269px; }       
.process1{background-image: url(../../images/vendor/process1.png); }
.process2{background-image: url(../../images/vendor/process2.png); }
.process3{background-image: url(../../images/vendor/process3.png); }
.process4{background-image: url(../../images/vendor/process4.png); }
.form-input-tip {display: inline-block;width: 300px;margin-left: 8px;line-height: 20px;}
/*填写简介*/
#textarea_box{ line-height: 38px; overflow: hidden; clear: both; height:160px; }
.textarea{ width:420px; display: block; box-sizing: border-box; border-radius: 0px; border:1px solid #eaeaea; padding: 10px;  }
/*添加logo图片*/
#input_logobox{line-height: 38px; overflow: hidden; clear: both;height: 88px; margin-bottom: 18px; }
.input_logoboxcon{ position: relative; height: 88px; margin-left:200px; }
#logoboxcon_input{height: 86px; width: 86px; background:none; font-size: 0; text-indent: -9999px; border: 0;}
.input_logoboxcon span{height: 86px; width: 86px; position: absolute; border:1px solid #eaeaea; top: 0; left: 0; background-image: url(../../images/vendor/inputlogo.png); }
.logoimg{ height:80px; padding-left:100px; }
/*process2.css*/
/*选择模板*/
.template_con{ margin:10px auto; padding-left: 13px;  }
.template_con p{ line-height: 40px; }
.template{ width: 100%; overflow: hidden; clear: both; text-align: center;  }
.template li{ float: left; width: 229px; height: 510px; margin: 16px 33px 16px 33px;  background-repeat: no-repeat; 
	/*background-color: red; */background-position:left top; text-align: center; }
/*.template li:hover{background-image: url(../images/ap.png); background-repeat: no-repeat;  background-position:18px 0px; }*/
.template li img{width:200px;  margin:15px auto 20px auto; }
.template_input{ height: 40px; line-height: 44px; text-align: center;}
.template li em{ display:inline-block;height:19px; }
.template li span{ display:inline-block;  width: 20px;height:19px; }
.template_bnt{ margin: 12px auto; display: block;font-size: 16px;background-color: rgb(218, 55, 75);color: rgb(255, 255, 255);text-align: center;width: 420px;height: 40px;line-height: 40px;border-radius: 2px; }
/*复选框*/
.CheckBoxClass{display: none;}
.CheckBoxLabelClass:hover{text-decoration: underline;}
.CheckBoxLabelClass{background: url(../../images/vendor/CheckBoxLabelClass.png) 0 3px no-repeat; margin-top: 4px; height:19px;width:16px;display: block; vertical-align: middle;}
.LabelSelected{background: url(../../images/vendor/CheckBoxClass.png) 0 3px no-repeat;}
/*process3.css*/
.download{ margin:40px auto; width: 108px; height: 108px; }
/*process4.css*/
.guide { text-align: center; height:200px;}
.guide a{ display: block; text-decoration: underline; line-height:30px; font-size: 12px; }
.guide_bnt{text-align: center;width:128px; display: block;
    margin:0 auto;  font-size:14px; height:42px;line-height: 42px; color: #fff; background-color: #da374b; 
    border-radius:2px;margin-top:8px;}
 .tplMsk{ width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-color: rgba(0,0,0,0.5)}
 .tplQRCode{ width: 150px;height: 150px;background-color: #ffffff;position: absolute;left: 50%;top: 50%;margin-top: -150px;margin-left: -75px;border-radius: 4px;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);overflow: hidden;box-sizing: border-box;padding: 5px;}
 .tplQRCode img{ width: 100% !important;height: 100% !important;vertical-align: top;margin: 0 !important;}
 .tplBtn{ color: white;padding:8px 50px;border: 2px solid #ffffff;border-radius: 4px;margin-top: 270px;display: inline-block;}