.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
body {
  min-width: 990px;
  font-size: 13px;
  background: url(img/bg.png) no-repeat top center #63263a;
}
.container {
  min-width: 990px;
  margin: auto;
  position: relative;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header {
  height: 142px;
  background: #fcfcfc;
  z-index: 101;
}
header .header-bg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 17px;
  background: url(img/header-bg.png) repeat-x bottom;
}
header .inner-header {
  width: 990px;
  height: 100%;
  margin: auto;
  position: relative;
}
header .inner-header .logo {
  background: url(img/logo.png) no-repeat;
  width: 139px;
  height: 142px;
  float: left;
}
header .inner-header .menu {
  float: left;
  width: 851px;
  height: 100%;
}
header .inner-header .menu * {
  color: #808080;
}
header .inner-header .menu >* {
  text-align: right;
}
header .inner-header .menu >* >* {
  text-align: center;
}
header .inner-header .menu-top {
  width: 100%;
  height: 54px;
}
header .inner-header .menu-top >* {
  display: inline-block;
  padding: 11px 0;
  margin-left: 5px;
  font-size: 14px;
  line-height: 22px;
}
header .inner-header .menu-top >* .ico-selected {
  display: none;
}
header .inner-header .menu-top >* .ico {
  display: inline-block;
}
header .inner-header .menu-top-home {
  width: 112px;
  background: url(img/menu-home-bg.png) no-repeat;
}
header .inner-header .menu-top-home.selected,
header .inner-header .menu-top-home:hover {
  color: #f2759f;
  background: url(img/menu-home-bg-selected.png) no-repeat;
}
header .inner-header .menu-top-home.selected .ico-selected,
header .inner-header .menu-top-home:hover .ico-selected {
  display: inline-block;
}
header .inner-header .menu-top-home.selected .ico,
header .inner-header .menu-top-home:hover .ico {
  display: none;
}
header .inner-header .menu-top-contact {
  width: 128px;
  background: url(img/menu-contact-bg.png) no-repeat;
}
header .inner-header .menu-top-contact.selected,
header .inner-header .menu-top-contact:hover {
  color: #f2759f;
  background: url(img/menu-contact-bg-selected.png) no-repeat;
}
header .inner-header .menu-top-contact.selected .ico-selected,
header .inner-header .menu-top-contact:hover .ico-selected {
  display: inline-block;
}
header .inner-header .menu-top-contact.selected .ico,
header .inner-header .menu-top-contact:hover .ico {
  display: none;
}
header .inner-header .menu-top-language {
  width: 135px;
}
header .inner-header .menu-top-language * {
  font-size: 14px;
}
header .inner-header .menu-top-language *.selected,
header .inner-header .menu-top-language *:hover {
  color: #f2759f;
}
header .inner-header .menu-bot {
  width: 100%;
  height: 72px;
  margin-top: 16px;
}
header .inner-header .menu-bot-item {
  display: inline-block;
  position: relative;
}
header .inner-header .menu-bot-item:hover .ctitle-set {
  display: block;
}
header .inner-header .menu-bot-item:hover >a .left {
  background: url(img/menu-top-left-selected.png) no-repeat bottom left;
}
header .inner-header .menu-bot-item:hover >a .mid {
  background: url(img/menu-top-mid-selected.png) repeat-x bottom;
  color: #f2759f;
}
header .inner-header .menu-bot-item:hover >a .right {
  background: url(img/menu-top-right-selected.png) no-repeat bottom right;
}
header .inner-header .menu-bot-item .ctitle-set {
  display: none;
  position: absolute;
  z-index: 102;
  text-align: left;
  left: 0;
  top: 100%;
}
header .inner-header .menu-bot-item .ctitle-set:hover {
  display: block;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-margin {
  width: 196px;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-top {
  width: 196px;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-mid {
  width: 196px;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-mid a {
  width: 176px;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-bot {
  width: 196px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-margin {
  width: 278px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-top {
  width: 278px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-mid {
  width: 278px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-mid a {
  width: 258px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-bot {
  width: 278px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-margin {
  height: 6px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-margin {
  width: 150px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-top {
  width: 150px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-mid {
  width: 150px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-mid a {
  width: 130px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-bot {
  width: 150px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-margin {
  height: 6px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-top {
  background: url(img/inner-ctitle-top-bg.png) no-repeat right;
  height: 7px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-mid {
  background: url(img/inner-ctitle-mid-bg.png) repeat-y right;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-mid a {
  line-height: 45px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 10px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-mid a:hover {
  background: url(img/ctitle-bg-selected.png) repeat-x;
  color: #f2759f;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-bot {
  background: url(img/inner-ctitle-bot-bg.png) no-repeat right bottom;
  height: 7px;
}
header .inner-header .menu-bot-item * {
  display: inline-block;
  vertical-align: top;
  float: left;
}
header .inner-header .menu-bot-item > a {
  line-height: 72px;
}
header .inner-header .menu-bot-item > a * {
  font-size: 16px;
}
header .inner-header .menu-bot-item > a .left {
  margin-left: -5px;
  z-index: 0;
  width: 14px;
  height: 72px;
  position: relative;
}
header .inner-header .menu-bot-item > a .mid {
  z-index: 1;
  padding-top: 22px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
header .inner-header .menu-bot-item > a .right {
  margin-right: -1px;
  z-index: 0;
  width: 11px;
  height: 72px;
  text-align: right;
  position: relative;
}
header .inner-header .menu-bot-item > a .right * {
  margin-top: 36px;
}
header .inner-header .menu-bot-item > a .right-line {
  margin-top: 36px;
  width: 1px;
  height: 26px;
  background-color: #dadada;
}
header .inner-header .menu-bot-item > a .right-line2 {
  margin-top: 36px;
  width: 1px;
  height: 26px;
  background-color: #ececec;
}
header .inner-header .menu-bot-item > a.selected .left {
  background: url(img/menu-top-left-selected.png) no-repeat bottom left;
}
header .inner-header .menu-bot-item > a.selected .mid {
  background: url(img/menu-top-mid-selected.png) repeat-x bottom;
  color: #f2759f;
}
header .inner-header .menu-bot-item > a.selected .right {
  background: url(img/menu-top-right-selected.png) no-repeat bottom right;
}
#content {
  min-height: 500px;
  background-color: #ffffff;
  z-index: 1;
  padding-bottom: 20px;
}
footer {
  min-width: 990px;
  height: 67px;
  z-index: 0;
}
footer *,
footer *:hover,
footer *:link,
footer *:visited {
  color: #ffffff;
}
footer .footer-line {
  margin-top: 1px;
  width: 100%;
  height: 2px;
  background: #fff;
  background: #ffffff;
}
footer .footer-copyright {
  width: 990px;
  margin: auto;
  margin-top: 21px;
  color: #fff;
  font-size: 13px;
}
body.desktop .bg {
  background: url(img/bg_bottom_gradient.png) repeat-x bottom;
  position: absolute;
  z-index: -20;
  height: 50%;
  width: 100%;
  bottom: 0;
}
body.desktop #content {
  padding-bottom: 40px;
}
body.desktop #content .page-title {
  background: url(img/contact/left_top_bg.png) no-repeat;
  width: 820px;
  height: 822px;
  position: absolute;
  right: 324px;
}
body.desktop #content .page-title .en-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 70px;
  left: 400px;
  font-weight: bold;
  font-size: 13px;
}
body.desktop #content .page-title .en-text * {
  display: inline-block;
}
body.desktop #content .page-title .en-text .title-triangle {
  background: url(img/title_triangle.png) no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
body.desktop #content .page-title .zh-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 87px;
  left: 445px;
  font-weight: bold;
}
body.desktop #content .page-title .zh-text * {
  display: inline-block;
  font-family: "Microsoft JhengHei";
}
body.desktop #content .page-title .zh-text .left {
  font-size: 30px;
}
body.desktop #content .page-title .zh-text .right {
  font-size: 22px;
}
body.desktop #content .right-top {
  position: absolute;
  right: 169px;
  top: 44px;
  background: url(img/right_top.png) no-repeat;
  width: 79px;
  height: 79px;
}
body.desktop #content .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
}
body.desktop #content .contact {
  width: 100%;
  margin-top: 136px;
  position: relative;
  text-align: right;
}
body.desktop #content .contact .space {
  z-index: -20;
  position: absolute;
  left: 0;
  right: 696px;
}
body.desktop #content .contact-resize {
  width: 696px;
  display: inline-block;
  text-align: left;
}
body.desktop #content .contact #map {
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
}
body.desktop #content .contact #mobile_map {
  width: 696px;
  height: 275px;
  display: none;
}
body.desktop #content .contact #mobile_map img {
  width: 100%;
  height: 100%;
}
body.desktop #content .contact .star {
  float: left;
  color: #1b3207;
}
body.desktop #content .contact-form {
  margin-top: 20px;
  line-height: 25px;
}
body.desktop #content .contact-form .row {
  float: left;
  width: 335px;
  margin-top: 14px;
}
body.desktop #content .contact-form .row.form-title {
  margin-bottom: 20px;
  width: 100%;
  color: #1b3207;
}
body.desktop #content .contact-form .row-left {
  float: left;
  width: 335px;
}
body.desktop #content .contact-form .row .error-message {
  margin-left: 86px;
}
body.desktop #content .contact-form .row .error {
  background-color: #b9c2af;
}
body.desktop #content .contact-form .row .label {
  float: left;
  width: 70px;
  height: 100%;
}
body.desktop #content .contact-form .row .label-title {
  float: left;
  color: #1b3207;
  width: 60px;
}
body.desktop #content .contact-form .row .label-zh .label-title {
  font-family: "Microsoft JhengHei";
}
body.desktop #content .contact-form .row .row-mid {
  float: left;
  width: 10px;
}
body.desktop #content .contact-form .row .input {
  float: left;
  height: 100%;
}
body.desktop #content .contact-form .row .input #vcode {
  width: 98px;
  height: 37px;
}
body.desktop #content .contact-form .row .input #vcode img {
  width: 100%;
  height: 100%;
}
body.desktop #content .contact-form .row .input img {
  float: left;
}
body.desktop #content .contact-form .row .input input {
  float: left;
  width: 240px;
  height: 35px;
}
body.desktop #content .contact-form .row .input .refresh {
  float: left;
  background: url(img/contact/icon-refresh.png) no-repeat center;
  cursor: pointer;
  height: 35px;
  width: 45px;
}
body.desktop #content .contact-form .row .input #code {
  width: 100px;
  height: 34px;
}
body.desktop #content .contact-form .row .input #input {
  width: 100px;
  height: 34px;
}
body.desktop #content .contact-form .row textarea {
  float: left;
  width: 242px;
  height: 166px;
}
body.desktop #content .contact-form .row.submit {
  float: left;
  min-width: auto;
}
body.desktop #content .contact-form .row.submit button {
  float: left;
  width: 113px;
  height: 36px;
  color: #f2f2f2;
  font-weight: bold;
}
body.desktop #content .contact-form .row.submit #submit {
  margin-left: 86px;
  background-color: #5d8331;
}
body.desktop #content .contact-form .row.submit #reset {
  margin-left: 14px;
  background-color: #8c8c8c;
}
body.desktop .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
  z-index: -10;
}
body.tablet .bg {
  background: url(img/bg_bottom_gradient.png) repeat-x bottom;
  position: absolute;
  z-index: -20;
  height: 50%;
  width: 100%;
  bottom: 0;
}
body.tablet #content {
  padding-bottom: 40px;
}
body.tablet #content .page-title {
  background: url(img/contact/left_top_bg.png) no-repeat;
  width: 820px;
  height: 822px;
  position: absolute;
  left: -152px;
}
body.tablet #content .page-title .en-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 70px;
  left: 400px;
  font-weight: bold;
  font-size: 13px;
}
body.tablet #content .page-title .en-text * {
  display: inline-block;
}
body.tablet #content .page-title .en-text .title-triangle {
  background: url(img/title_triangle.png) no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
body.tablet #content .page-title .zh-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 87px;
  left: 445px;
  font-weight: bold;
}
body.tablet #content .page-title .zh-text * {
  display: inline-block;
  font-family: "Microsoft JhengHei";
}
body.tablet #content .page-title .zh-text .left {
  font-size: 30px;
}
body.tablet #content .page-title .zh-text .right {
  font-size: 22px;
}
body.tablet #content .right-top {
  position: absolute;
  right: 169px;
  top: 44px;
  background: url(img/right_top.png) no-repeat;
  width: 79px;
  height: 79px;
}
body.tablet #content .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
}
body.tablet #content .contact {
  width: 100%;
  margin-top: 136px;
  position: relative;
  text-align: right;
}
body.tablet #content .contact .space {
  z-index: -20;
  position: absolute;
  left: 0;
  right: 696px;
}
body.tablet #content .contact-resize {
  float: left;
  margin-left: 30%;
  display: inline-block;
  text-align: left;
}
body.tablet #content .contact #map {
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
}
body.tablet #content .contact #mobile_map {
  width: 696px;
  height: 275px;
  display: none;
}
body.tablet #content .contact #mobile_map img {
  width: 100%;
  height: 100%;
}
body.tablet #content .contact .star {
  float: left;
  color: #1b3207;
}
body.tablet #content .contact-form {
  margin-top: 20px;
  line-height: 25px;
}
body.tablet #content .contact-form .row {
  float: left;
  width: 335px;
  margin-top: 14px;
}
body.tablet #content .contact-form .row.form-title {
  margin-bottom: 20px;
  width: 100%;
  color: #1b3207;
}
body.tablet #content .contact-form .row-left {
  float: left;
  width: 335px;
}
body.tablet #content .contact-form .row .error-message {
  margin-left: 86px;
}
body.tablet #content .contact-form .row .error {
  background-color: #b9c2af;
}
body.tablet #content .contact-form .row .label {
  float: left;
  width: 70px;
  height: 100%;
}
body.tablet #content .contact-form .row .label-title {
  float: left;
  color: #1b3207;
  width: 60px;
}
body.tablet #content .contact-form .row .label-zh .label-title {
  font-family: "Microsoft JhengHei";
}
body.tablet #content .contact-form .row .row-mid {
  float: left;
  width: 10px;
}
body.tablet #content .contact-form .row .input {
  float: left;
  height: 100%;
}
body.tablet #content .contact-form .row .input #vcode {
  width: 98px;
  height: 37px;
}
body.tablet #content .contact-form .row .input #vcode img {
  width: 100%;
  height: 100%;
}
body.tablet #content .contact-form .row .input img {
  float: left;
}
body.tablet #content .contact-form .row .input input {
  float: left;
  width: 240px;
  height: 35px;
}
body.tablet #content .contact-form .row .input .refresh {
  float: left;
  background: url(img/contact/icon-refresh.png) no-repeat center;
  cursor: pointer;
  height: 35px;
  width: 45px;
}
body.tablet #content .contact-form .row .input #code {
  width: 100px;
  height: 34px;
}
body.tablet #content .contact-form .row .input #input {
  width: 100px;
  height: 34px;
}
body.tablet #content .contact-form .row textarea {
  float: left;
  width: 242px;
  height: 166px;
}
body.tablet #content .contact-form .row.submit {
  float: left;
  min-width: auto;
}
body.tablet #content .contact-form .row.submit button {
  float: left;
  width: 113px;
  height: 36px;
  color: #f2f2f2;
  font-weight: bold;
}
body.tablet #content .contact-form .row.submit #submit {
  margin-left: 86px;
  background-color: #5d8331;
}
body.tablet #content .contact-form .row.submit #reset {
  margin-left: 14px;
  background-color: #8c8c8c;
}
body.tablet .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
  z-index: -10;
}
body.mobile #content {
  padding-bottom: 40px;
}
body.mobile #content .page-title {
  background: url(img/contact/left_top_bg.png) no-repeat;
  width: 820px;
  height: 822px;
  position: absolute;
  left: -358px;
}
body.mobile #content .page-title .en-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 70px;
  left: 400px;
  font-weight: bold;
  font-size: 13px;
}
body.mobile #content .page-title .en-text * {
  display: inline-block;
}
body.mobile #content .page-title .en-text .title-triangle {
  background: url(img/title_triangle.png) no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
body.mobile #content .page-title .zh-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 87px;
  left: 445px;
  font-weight: bold;
}
body.mobile #content .page-title .zh-text * {
  display: inline-block;
  font-family: "Microsoft JhengHei";
}
body.mobile #content .page-title .zh-text .left {
  font-size: 30px;
}
body.mobile #content .page-title .zh-text .right {
  font-size: 22px;
}
body.mobile #content .right-top {
  position: absolute;
  right: 169px;
  top: 44px;
  background: url(img/right_top.png) no-repeat;
  width: 79px;
  height: 79px;
}
body.mobile #content .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
}
body.mobile #content .contact {
  width: 100%;
  margin-top: 136px;
  position: relative;
  z-index: 1100;
  text-align: right;
}
body.mobile #content .contact .space {
  display: none;
  z-index: -20;
  position: absolute;
  left: 0;
  right: 696px;
}
body.mobile #content .contact-resize {
  width: 100%;
  display: inline-block;
  text-align: left;
}
body.mobile #content .contact-resize .editor {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 300px;
}
body.mobile #content .contact #map {
  display: none;
}
body.mobile #content .contact #mobile_map {
  width: 100%;
  height: auto;
  display: block;
}
body.mobile #content .contact #mobile_map img {
  width: 100%;
  position: absolute;
}
body.mobile #content .contact .star {
  float: left;
  color: #1b3207;
}
body.mobile #content .contact-form {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 20px;
  line-height: 25px;
}
body.mobile #content .contact-form .row {
  float: left;
  width: 100%;
  margin-top: 14px;
}
body.mobile #content .contact-form .row.ver {
  width: 60%;
}
body.mobile #content .contact-form .row.form-title {
  margin-bottom: 20px;
  width: 100%;
  color: #1b3207;
}
body.mobile #content .contact-form .row .label {
  float: left;
  width: 21%;
  height: 100%;
}
body.mobile #content .contact-form .row .label-title {
  float: left;
  color: #1b3207;
  width: 60px;
}
body.mobile #content .contact-form .row .label-zh .label-title {
  font-family: "Microsoft JhengHei";
}
body.mobile #content .contact-form .row .row-mid {
  float: left;
  width: 3%;
}
body.mobile #content .contact-form .row .input {
  float: left;
  height: 100%;
  width: 71%;
}
body.mobile #content .contact-form .row .input #vcode {
  min-width: 80px;
  max-width: 100px;
  height: 37px;
}
body.mobile #content .contact-form .row .input #vcode img {
  width: 100%;
  height: 100%;
}
body.mobile #content .contact-form .row .input img {
  float: left;
}
body.mobile #content .contact-form .row .input input {
  float: left;
  width: 100%;
  height: 35px;
}
body.mobile #content .contact-form .row .input .refresh {
  float: left;
  background: url(img/contact/icon-refresh.png) no-repeat center;
  cursor: pointer;
  height: 35px;
  max-width: 45px;
  min-width: 25px;
}
body.mobile #content .contact-form .row .input #code {
  max-width: 100px;
  min-width: 80px;
  width: auto;
  height: 34px;
}
body.mobile #content .contact-form .row .input #input {
  width: 100px;
  height: 34px;
}
body.mobile #content .contact-form .row textarea {
  float: left;
  width: 100%;
  height: 166px;
}
body.mobile #content .contact-form .row.submit {
  float: left;
  width: 40%;
}
body.mobile #content .contact-form .row.submit button {
  float: left;
  width: 33%;
  height: 36px;
  color: #f2f2f2;
  font-weight: bold;
}
body.mobile #content .contact-form .row.submit #submit {
  margin-left: 25%;
  background-color: #5d8331;
}
body.mobile #content .contact-form .row.submit #reset {
  margin-left: 4%;
  background-color: #8c8c8c;
}
body.mobile .right-bot {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
}
#content {
  background: url(img/contact/bg.png) no-repeat #fff center top;
}
.inner-content {
  width: 997px;
  margin: auto;
  margin-top: 170px;
  background: url(img/common/list-content-bg.png) no-repeat left top;
  min-height: 555px;
}
.inner-content .contact {
  padding-top: 34px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 20px;
}
.inner-content .contact-title {
  color: #f26f9b;
  font-size: 15px;
  font-weight: bold;
}
.inner-content .contact hr {
  margin-top: 14px;
  margin-bottom: 11px;
}
.inner-content .contact-left {
  float: left;
  margin-top: 13px;
}
.inner-content .contact-left #map {
  margin-top: 26px;
  width: 465px;
  height: 300px;
}
.inner-content .contact-right {
  float: right;
  margin-top: 13px;
}
.inner-content .contact-right form .msg {
  width: 316px;
  word-wrap: break-word;
  font-size: 12px;
  color: #f26f9b;
  line-height: 18px;
}
.inner-content .contact-right form .row {
  width: 100%;
  line-height: 13px;
  margin-top: 8px;
}
.inner-content .contact-right form .row * {
  display: inline-block;
  float: left;
  font-size: 13px;
}
.inner-content .contact-right form .row.vcode img {
  width: 50px;
  height: 24px;
}
.inner-content .contact-right form .row.vcode .refresh {
  width: 41px;
  height: 27px;
  background: url(img/contact/refresh.png) no-repeat center center;
  cursor: pointer;
}
.inner-content .contact-right form .row.vcode input {
  text-align: center;
  width: 50px;
  height: 26px;
}
.inner-content .contact-right form .row.form-title {
  font-size: 13px;
  height: 27px;
  color: #757575;
  font-weight: bold;
}
.inner-content .contact-right form .row.form-subtitle {
  font-size: 13px;
  height: 27px;
  color: #f26f9b;
  margin-top: -8px;
}
.inner-content .contact-right form .row .label {
  margin-top: 2px;
  width: 139px;
  height: 27px;
}
.inner-content .contact-right form .row .label-text {
  color: #757575;
}
.inner-content .contact-right form .row .label .star {
  margin-left: 5px;
  color: #f26f9b;
}
.inner-content .contact-right form .row input,
.inner-content .contact-right form .row textarea {
  background: #eaeaea;
  border: none;
  width: 302px;
  height: 27px;
  margin-top: -2px;
  padding: 0 7px;
}
.inner-content .contact-right form .row input.error,
.inner-content .contact-right form .row textarea.error {
  background: #ffd1e0;
}
.inner-content .contact-right form .row textarea {
  height: 99px;
  resize: none;
  padding: 4px 7px;
}
.inner-content .contact-right form .row.error-message {
  width: 316px;
  word-wrap: break-word;
  padding-left: 139px;
  font-size: 12px;
  color: #f26f9b;
  line-height: 18px;
}
.inner-content .contact-right form .row #submit,
.inner-content .contact-right form .row #reset {
  text-align: center;
  width: 143px;
  height: 30px;
  padding-left: 44px;
}
.inner-content .contact-right form .row #submit .title,
.inner-content .contact-right form .row #reset .title {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 100%;
  margin-left: 5px;
}
.inner-content .contact-right form .row #submit {
  background: #ac3159;
}
.inner-content .contact-right form .row #submit .ico {
  background: url(img/contact/submit-ico.png) no-repeat center center;
  height: 100%;
  width: 16px;
}
.inner-content .contact-right form .row #reset {
  background: #828283;
  margin-left: 11px;
}
.inner-content .contact-right form .row #reset .ico {
  background: url(img/contact/reset-ico.png) no-repeat center center;
  height: 100%;
  width: 16px;
}
