* {
  margin:0;
  padding:0;
  font-family:PingFangSC-Regular, 'Microsoft Yahei', 'Helvetica Neue', Arial, sans-serif;
  /* -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none; */
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  outline:none;
}
body{
	background-color: white;
}
.layout {
  width:550px;
  padding:0 36px;
  font-size:12px;
}

.form {
  padding:8px 0 22px;
  overflow: hidden;
}

.form-group {
  padding-top:17px;
  overflow: hidden;
}

.form-title {
  color:#333;
  line-height: 17px;
}

.form-title .ps {
  color:#888;
}

.form-input {
  margin-top:7px;
  overflow: hidden;
  position: relative;
}

.form-radio {
  float:left;
  height:30px;
  line-height: 27px;
  text-indent: 36px;
  margin-right:21px;
  margin-bottom:6px;
  border:1px solid #FFF;
  background-image: url(form-radio.png);
  background-repeat: no-repeat;
  background-position: 14px 6px;
  cursor: pointer;
  box-sizing: border-box;
}
.form-radio:hover {
  border:1px solid #ddd;
}
.form-radio:active {
  border:1px solid #d6d6d6;
  background-color:#f2f2f2;
}

.form-radio.active {
  color:#236ee7;
  background-image: url(form-radio.active.png);
}
.form-radio:nth-child(1),
.form-radio:nth-child(5) {
  width:106px;
  margin-right:0;
}

.form-radio:nth-child(2),
.form-radio:nth-child(6) {
  width:172px;
  margin-right:0;
}

.form-radio:nth-child(3),
.form-radio:nth-child(7) {
  width:132px;
  margin-right:0;
}

.form-radio:nth-child(4n) {
  width:140px;
  margin-right:0;
}


.form-textarea {
  border:1px solid 
}

.form textarea,
.form input,
.form-textarea {
  width:548px;
  border:1px solid #c9c9c9;
  outline:none;
}

.form textarea {
  width:530px;
  height:64px;
  /* padding:10px 12px; */
  padding: 10px 6px 10px 12px;
  resize:none;
  border:0;
  color:#000;
}

.form input {
  width:522px;
  height:18px;
  line-height: 18px;
  padding:5px 13px;
}

.form input[type="file"] {
  width:90px;
  height:60px;
  padding:0;
  border:0;
  opacity: 0;
  position: absolute;
  left:0;
  top:0;
  cursor: pointer;
}

.form textarea::-webkit-input-placeholder,
.form input::-webkit-input-placeholder {
  color: #C9C9C9;
  font-size:12px;
}

.textLength {
  height:21px;
  line-height: 21px;
  text-align: right;
  color:#888;
  padding-right:12px;
}

.viewImage {
  float:left;
  margin-left:12px;
  width:88px;
  height:58px;
  border:1px solid #81b2f0;
  position: relative;
}
.viewImage img {
  width:100%;
  height:100%;
}

.btn {
  display: block;
}

.btn-select-file {
  float:left;
  width:90px;
  height:60px;
  background-color:#f8f8f8;
  background-image: url(btn-select-file.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-submit {
  width:106px;
  height:28px;
  line-height: 28px;
  text-align: center;
  color:#FFF;
  background-color:#1a82f3;
  border:1px solid #0f72de;
  float:right;
  margin-top:8px;
  text-decoration: none;
}
.btn-submit.disable {
  background-color:#79b3f2;
  border-color:#4195f1;
}

.btn-viewImage-delete {
  width:13px;
  height:13px;
  position: absolute;
  right:-1px;
  top:-1px;
  background:url(btn-viewImage-delete.png) no-repeat center center;
}
#backgroud-border-img {
    pointer-events: none;
    background-image: url(border.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 48px;
    right:0;
    left: 36px;
    bottom:0;
    z-index: 0;
}
.msg-qq{
	/*background-image: url(message.png);*/
    background-repeat: no-repeat;
	position: absolute;
	font-size:12px;
	height:22px;
	width:22px;
	line-height:16px;
	color:#888888;
	/*text-indent:22px;*/
	height: 24px;
	line-height:24px;
    right:0;
    left: 36px;
    bottom:19px;
    z-index: 0;
}
.msg-qq #jump_facebook {
	background-image: url(facebook.png);
	display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}

.msg-qq2{
	/*background-image: url(message.png);*/
    background-repeat: no-repeat;
	position: absolute;
	font-size:12px;
	height:22px;
	width:22px;
	line-height:16px;
	color:#888888;
	/*text-indent:22px;*/
	height: 24px;
	line-height:24px;
    right:0;
    left: 72px;
    bottom:19px;
    z-index: 0;
}

.msg-qq2 #jump_twitter {
	background-image: url(Twitter.png);
	display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}



.msg-title-parts{
    display:none;
    font-size: 12px;
    /* height:24px;*/
    width:478px;
    margin-top: 20px;
    margin-left: 36px;
    color:#888;
    
}

