/* pc css */
@media screen {
  /* line 3, ../sass/contactus.scss */
  .contact-us-content {
    width: 100%;
    background: #062553;
    padding: 30px 0;
  }
  /* line 9, ../sass/contactus.scss */
  .contact-us-content .contact-us {
    width: 76%;
    margin: 0 auto;
    position: relative;
  }
  /* line 13, ../sass/contactus.scss */
  .contact-us-content .contact-us .close-contact {
    background: url("../img/contact-close-icon.png") no-repeat;
    width: 25px;
    height: 25px;
    float: right;
    text-indent: -9999px;
    margin-top: 5px;
    cursor: pointer;
  }
  /* line 22, ../sass/contactus.scss */
  .contact-us-content .contact-us .title {
    font-family: helvetica;
    letter-spacing: -3px;
    margin-top: 30px;
    font-weight: normal;
  }
  /* line 28, ../sass/contactus.scss */
  .contact-us-content .contact-us h1 {
    font-size: 40px;
    color: #fff;
    margin: 5px 0;
  }
  /* line 33, ../sass/contactus.scss */
  .contact-us-content .contact-us h2 {
    color: #fff;
    font-size: 30px;
    margin: 10px 0 10px -4px;
  }
  /* line 38, ../sass/contactus.scss */
  .contact-us-content .contact-us p {
	color: #b9c0cc;
    font-size: 14px;
  }
  /* line 42, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields {
    margin: 20px 0;
  }
  /* line 44, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table {
    /*width: 90%;*/
    width: 60%;
  }
  /* line 46, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td {
    /*padding: 10px 10px 10px 0;*/
    padding: 15px 0;
  }
  /* line 48, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .input-text {
    color: #b9c0cc;
    width: 79%;
  }
  /* 关于placeholder，各种浏览器的规则必须分开写，不能使用逗号分隔的选择符，否则可能不会生效 */
  .contact-us-content .contact-us .contact-fields table td .input-text *::-webkit-input-placeholder {
    color: #b9c0cc;
  }
  .contact-us-content .contact-us .contact-fields table td .input-text *:-ms-input-placeholder {
    color: #b9c0cc;
  }
  .contact-us-content .contact-us .contact-fields table td .input-text *:-moz-placeholder {
    color: #b9c0cc;
  }
  .contact-us-content .contact-us .contact-fields table td .input-text *::-moz-placeholder {
    color: #b9c0cc;
  }
  /* line 51, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .input-text select {
    color: #b9c0cc;
    background: none;
    border: 1px solid #586d8c;
    height: 45px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 15px center;
    text-indent: 16px;
    font-size: 14px;
      border-radius: 0 !important;
  }
  /* line 61, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .input-text select option {
    padding: 10px;
    color: #b9c0cc;
  }
  /* line 65, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .input-text input {
    color: #b9c0cc;
    background: none;
    border: 1px solid #586d8c;
    height: 40px;
    width: 87%;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 38px;
    font-size: 14px;
    font-family: 'Verdana';
  }
  /* line 76, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .input-text .tips {
    font-size: 12px;
    color: #d52b26;
    margin-top: 5px;
  }
  /* line 82, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-department select {
    background: url("../img/contact-department-icon.png") no-repeat 15px center;
    padding-left: 5px;
  }
  .ie10 .contact-us-content .contact-us .contact-fields table td .contact-department select {
    padding-left: 35px;
     color: #b9c0cc;
  }
  .ie10 .contact-us-content .contact-us .contact-fields table td .contact-country select {
      padding-left: 35px;
      color: #b9c0cc;
  }
  /* line 85, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-username input {
    background: url("../img/contact-username-icon.png") no-repeat 15px center;
  }
  /* line 88, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-useremail input {
    background: url("../img/contact-useremail-icon.png") no-repeat 15px center;
  }
  /* line 91, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-country select {
    background: url("../img/contact-country-icon.png") no-repeat 15px center;
  }
  /* line 94, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-suggest {
    width: 90%;
  }
  /* line 96, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-suggest textarea {
    color: #b9c0cc;
    background: none;
    border: 0 none;
    min-height: 135px;
    width: 95%;
    border: 1px solid #586d8c;
    padding: 15px;
    font-size: 14px;
    font-family: 'Verdana';
  }
  /* line 107, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-subbtn {
    background: #05213e;
    border: 1px solid #6d89a7;
    text-align: center;
    padding: 5px;
    width: 150px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  /* line 116, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-subbtn span {
    background: url("../img/contact-right-arrow-icon.png") no-repeat;
    width: 8px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 136, ../sass/contactus.scss */
  .contact-fields table td .input-text select {
    text-indent: 30px !important;
      border-radius: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .contact-us-content .contact-us .contact-fields table {
    width: 800px;
  }
  .contact-us-content .contact-us .contact-fields table td {
    width: 400px;
  }
  .contact-us-content .contact-us .contact-fields table td[colspan="2"] {
    width: 800px;
  }
  .contact-us-content .contact-us .contact-fields table td .input-text {
    width: 320px
  }
  .contact-us-content .contact-us .contact-fields table td .contact-suggest {
    width: 720px;
  }
  .contact-us-content .contact-us .contact-fields table td .contact-suggest textarea {
    width: 690px;
  }
}
/* mobile  css */
@media screen and (max-width: 768px) {
  /* line 148, ../sass/contactus.scss */
  .contact-us-content .contact-us {
    width: 90%;
  }
  /* line 150, ../sass/contactus.scss */
    div.contact-us-content .contact-us .title{font-size: 40px !important;}
    div.contact-us-content .contact-us h1{font-size: 30px !important;}
  /* line 151, ../sass/contactus.scss */
  .contact-us-content .contact-us p {
    font-size: 18px;
  }
  /* line 156, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table {
    width: 100%;
  }
  /* line 158, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td {
    display: block;
  }
  /* line 160, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .input-text {
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 163, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .input-text select {
    font-size: 18px;
    height: 50px;
  }
  /* line 167, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .input-text input {
    font-size: 18px;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
      border-radius: 0 !important;
  }
  /* line 172, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .input-text .tips {
    font-size: 16px;
  }
  /* line 176, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-suggest {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 178, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-suggest textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
      border-radius: 0 !important;
  }
  /* line 183, ../sass/contactus.scss */
  .contact-us-content .contact-us .contact-fields table td .contact-subbtn {
    font-size: 18px !important;
    width: 140px !important;
    padding: 10px;
  }
}
/* line 191, ../sass/contactus.scss */
.errorinput {
  border: red 1px solid !important;
}
