/*nyContact start*/
.nyContact { overflow: hidden; padding: 60px 20px;}
.nyContact .tit { margin-bottom: 20px;}
.nyContact .tit p { line-height: 1.2; color: #c6000b; font-family: "AlimamaShuHeiTi-Bold"; font-size: 36px;}
.nyContact .tit span { display: block; line-height: 1.5; color: #999; font-size: 24px; margin-top: 20px;}

.nyContact .nyContact_msg { overflow: hidden; padding: 40px 20px; background-color: #f8f8f8; border-radius: 8px;}
.nyContact_msg .msgIpt { margin-bottom: 20px;}
.nyContact_msg .msgIpt input { display: block; width: 100%; height: 72px; overflow: hidden; line-height: 40px; color: #222; font-size: 26px; padding: 16px 20px; background-color: #fff; border-radius: 8px; border: 0; outline: none;}
.nyContact_msg .msgIpt input::placeholder { color: #999;}
.nyContact_msg .msgArea { margin-bottom: 40px;}
.nyContact_msg .msgArea textarea { display: block; width: 100%; height: 180px; overflow-y: scroll; line-height: 40px; color: #999; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif'; font-size: 26px; padding: 16px 20px; background-color: #fff; border-radius: 8px; border: 0; outline: none; resize: none;}
.nyContact_msg .msgArea textarea::placeholder { color: #999;}
.nyContact_msg .msgBtn button { display: block; width: 72%; height: 72px; overflow: hidden; line-height: 72px; color: #fff; font-size: 28px; text-align: center; background-color: #c6000b; border: 0; border-radius: 36px; margin: 0 auto; cursor: pointer;}
.nyContact_msg .msgBtn button:hover { background-color: #9e0009;}

.nyContact .nyContact_lxfs { margin-top: 60px;}
.nyContact_lxfs ul li { margin-bottom: 30px; padding: 30px 0; border-bottom: 1px solid #ddd;}
.nyContact_lxfs ul li:last-child { margin-bottom: 0; padding: 30px 0 0; border-bottom: 0;}
.nyContact_lxfs ul li .con { min-height: 62px; overflow: hidden; padding-left: 122px; position: relative;}
.nyContact_lxfs ul li .con i { width: 62px; height: 62px; overflow: hidden; padding: 15px; border: 1px solid #c6000b; border-radius: 4px; position: absolute; left: 20px; top: 4px;}
.nyContact_lxfs ul li .con p { line-height: 1; color: #222; font-family: "AlimamaShuHeiTi-Bold"; font-size: 28px; font-weight: bold;}
.nyContact_lxfs ul li .con span { display: block; line-height: 1.4; color: #999; font-size: 24px; margin-top: 10px;}
/*nyContact end*/


@media (max-width:480px) {
  .nyContact { padding: 60px 20px 40px;}
  .nyContact .nyContact_msg { padding: 20px;}
  .nyContact .tit p { font-size: 34px;}
  .nyContact .tit span { font-size: 18px; margin-top: 10px;}
  .nyContact_msg .msgIpt { margin-bottom: 10px;}
  .nyContact_msg .msgIpt input { height: 48px; line-height: 32px; font-size: 16px; padding: 8px 20px;}
  .nyContact_msg .msgArea { margin-bottom: 20px;}
  .nyContact_msg .msgArea textarea { height: 144px; line-height: 32px; font-size: 16px; padding: 8px 20px;}
  .nyContact_msg .msgBtn button { width: 50%; height: 48px; line-height: 48px; font-size: 18px;}

  .nyContact .nyContact_lxfs { margin-top: 40px;}
  .nyContact_lxfs ul li { margin-bottom: 20px; padding: 20px 0;}
  .nyContact_lxfs ul li:last-child { padding: 20px 0 0;}
  .nyContact_lxfs ul li .con { min-height: 56px; padding-left: 76px;}
  .nyContact_lxfs ul li .con i { width: 56px; height: 56px; padding: 14px; left: 0; top: 0;}
  .nyContact_lxfs ul li .con p { font-size: 22px;}
  .nyContact_lxfs ul li .con span { font-size: 18px;}
}

@media (max-width:414px) {
  .nyContact .tit p { font-size: 30px;}
  .nyContact .tit span { font-size: 16px;}

  .nyContact_msg .msgIpt input { height: 44px; line-height: 30px; font-size: 15px; padding: 7px 20px;}
  .nyContact_msg .msgArea textarea { height: 134px; line-height: 30px; font-size: 15px; padding: 7px 20px;}
  .nyContact_msg .msgBtn button { height: 44px; line-height: 44px; font-size: 16px;}

  .nyContact_lxfs ul li .con { min-height: 48px; padding-left: 68px;}
  .nyContact_lxfs ul li .con i { width: 48px; height: 48px; padding: 12px;}
  .nyContact_lxfs ul li .con p { font-size: 20px;}
  .nyContact_lxfs ul li .con span { font-size: 16px;}
}

@media (max-width:390px) {
  .nyContact { padding: 60px 3% 40px;} 
  .nyContact .nyContact_msg { padding: 20px 4%;}
}

@media (max-width:320px) {
  .nyContact .tit p { font-size: 24px;}
  .nyContact .tit span { font-size: 14px;}

  .nyContact_lxfs ul li .con { min-height: 44px; padding-left: 64px;}
  .nyContact_lxfs ul li .con i { width: 44px; height: 44px; padding: 10px;}
  .nyContact_lxfs ul li .con p { font-size: 18px;}
  .nyContact_lxfs ul li .con span { font-size: 14px;}
}