.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
input {
  border: none;
}
button {
  border: none;
}
i {
  display: inline-block;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
/*公共版心*/
.container_warp {
  width: 1280px !important;
  margin: 0 auto;
}
/*论坛版心*/
.bbs_warp {
  width: 1280px;
  margin: 0 auto;
}
/*会员版心*/
.vip_warp {
  width: 1120px;
}
.container_warp:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.go_wrap {
  width: 1440px !important;
  margin: 0 auto;
}
.go_wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.rightf {
  float: right;
}
.leftf {
  float: left;
}
.font12 {
  font-size: 12px;
  color: #727171;
}
.clear-float {
  clear: both;
  zoom: 1 \9;
}
.ie-float {
  overflow: auto \9;
}
.clear-fix:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.font-color {
  color: #727171;
}
/*图片文字对齐*/
.align-pic {
  vertical-align: middle;
}
/*清除IEX号*/
/*::-ms-clear,::-ms-reveal{display:none;}*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input,
textarea,
button {
  outline: none;
}
/*右侧悬浮*/
/*放假通知*/
.holiday-tips {
  min-width: 1280px;
  background-color: #d0ba9a;
}
.holiday-tips .tips-content {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px 0 0 60px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .holiday-tips .tips-content {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0 0 0;
  }
}
/*关闭*/
.holiday-tips .tips-content .icon-guanbi {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 9;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.holiday-tips .tips-content .icon-guanbi:hover {
  color: #b21f1f;
  transform: rotate(90deg);
}
.holiday-tips .tips-content .tips-logo {
  float: left;
}
.holiday-tips .tips-content .tips-logo .iconfont {
  font-size: 24px;
  line-height: 24px;
  color: #2e2525;
  display: block;
  -webkit-animation: radio 0.5s ease-in infinite;
}
.holiday-tips .tips-content .tips-text {
  float: left;
  margin-left: 10px;
}
.holiday-tips .tips-content .tips-text h5 {
  color: #ac0000;
  font-size: 16px;
}
.holiday-tips .link-holiday {
  color: #2e2525;
}
.holiday-tips .link-holiday:hover {
  text-decoration: underline;
}
.holiday-tips .quote-link .enquiry {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.holiday-tips .quote-link .quote-now:hover {
  color: #b21f1f;
}
@media all and (max-width: 1600px) {
  .header .top-box {
    padding: 0;
  }
  .header .nav .nav-box {
    padding: 0;
  }
}
@media all and (min-width: 1530px) {
  .lg-hidden {
    display: none;
  }
  .md-hidden {
    display: block;
  }
}
@media all and (max-width: 1529px) {
  .lg-hidden {
    display: block;
  }
  .md-hidden {
    display: none;
  }
}
input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.rest-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAKVJREFUOE9jZKAQMFKon2G4GXDz5s12BgYGZQLhclddXb0SpgYjDG7evLmFgYHBG4chW9XV1X2Q5TAMuHfvnvjv379PMjAwyKMZ8pCVldVcSUnpJV4DQJK3bt1y+f///24UhYyMrmpqanvQXYYzGm/fvl3w79+/fpAGJiamQlVV1QnYvIU3Hdy6dWsuSJOamloyroAllJBg8v/JNYBgSifkgiFgAACcyCgRtK2yLQAAAABJRU5ErkJggg==") no-repeat 97% center;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
body {
  overflow-x: hidden;
}
.header,
.footer {
  min-width: 1420px;
}
.header .container_warp,
.footer .container_warp {
  width: 1420px !important;
}
.get-win-pop::before {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: block;
}
.get-win-pop .pop-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 369px;
  height: 181px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #7634aa;
  overflow: hidden;
}
.get-win-pop .get-title {
  font-size: 12px;
  color: #fff;
  background-image: linear-gradient(262deg, #2871fa 0%, #6717cd 100%);
  padding: 14px 22px 10px;
  border-bottom: 4px solid #d50050;
}
.get-win-pop .suc-des {
  font-size: 18px;
  color: #000;
  margin-top: 40px;
  text-align: center;
}
.get-win-pop .suc-des::before {
  background: url("../images/9th-anniversary/get-win-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
.get-win-pop .get-btn {
  text-align: center;
  margin-top: 14px;
}
.get-win-pop .get-btn span {
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  border: solid 1px #00020a;
  height: 30px;
  line-height: 30px;
  padding: 0 28px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.reg-wrap {
  width: 1320px;
  margin: 0 auto;
}
.banner-box {
  background: url("../images/10th-anniversary-reg/banner-bg.png") no-repeat center;
  height: 500px;
  border: 1px solid transparent;
}
.banner-box .title {
  font-weight: bold;
  font-size: 44px;
  color: #181716;
  margin-top: 30px;
}
.banner-box .banner-title {
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #666666;
  line-height: 34px;
}
.banner-box .des {
  font-weight: bold;
  font-size: 20px;
  color: #181716;
  line-height: 29px;
}
.banner-box .des .tag {
  font-weight: 800;
  font-size: 42px;
  color: #FF8000;
  line-height: 59px;
  background: url("../images/10th-anniversary-reg/banner-icon1.png") no-repeat center;
  width: 252px;
  height: 63px;
  background-size: cover;
  margin: 0 10px;
}
.banner-box .info-row {
  display: flex;
  align-items: center;
}
.banner-box .info-row .name {
  font-weight: bold;
  font-size: 20px;
  color: #181716;
  line-height: 29px;
}
.banner-box .info-row .tag {
  background: url("../images/10th-anniversary-reg/banner-icon1.png") no-repeat left center;
  height: 63px;
  font-weight: 800;
  font-size: 42px;
  color: #FF8000;
  line-height: 59px;
}
.banner-box .info-row .info-l .il {
  display: flex;
  align-self: center;
}
.banner-box .info-row .info-l .il .name {
  align-self: center;
  line-height: normal;
}
.banner-box .info-row .info-l .text {
  font-weight: bold;
  font-size: 20px;
  color: #181716;
  line-height: 29px;
}
.banner-box .info-row .info-r {
  margin-left: 80px;
  font-weight: bold;
  font-size: 20px;
  color: #181716;
  line-height: 29px;
}
.banner-box .info-row .info-r .price {
  margin-right: 10px;
  background: url("../images/10th-anniversary-reg/price-bg.png") no-repeat center;
  width: 150px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-box .info-row .info-r .or {
  font-size: 24px;
  color: #181716;
  line-height: 34px;
  align-self: center;
}
.banner-box .info-row .info-r .price-info {
  display: flex;
  font-weight: 800;
  font-size: 50px;
  color: #FF8000;
  line-height: 42px;
}
.banner-box .info-row .info-r .price-info .pi {
  font-size: 30px;
}
.banner-box .info-row .info-r .text {
  text-align: right;
  padding-right: 40px;
}
.banner-box .invite-btn {
  min-width: 197px;
  padding: 0 0 0 10px;
  text-align: center;
  height: 56px;
  line-height: 56px;
  background: #FF4949;
  border-radius: 10px 10px 10px 10px;
  outline: none;
  border: none;
  font-size: 24px;
  color: #FFFFFF;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 30px;
}
.banner-box .invite-btn:hover {
  opacity: 0.8;
}
.summer-reg-body {
  background: url("../images/10th-anniversary-reg/reg-body-bg.png") no-repeat center #f8f5ee;
  height: 2513px;
  background-size: cover;
  position: relative;
  border: 1px solid transparent;
}
.summer-reg-body.is-user .how-get {
  padding-bottom: 112px;
}
.participant-box {
  margin-top: 36px;
}
.participant-box .reg-wrap {
  overflow: hidden;
  height: 78px;
}
.participant-box .participant-lists {
  padding: 14px 0;
  overflow: hidden;
}
.participant-box .participant-lists:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.participant-box .participant-lists li {
  float: left;
  width: 460px;
  padding: 0 0 0 8px;
  height: 50px;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 2px 2px 12px 1px rgba(102, 102, 102, 0.16);
  border-radius: 50px 50px 50px 50px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.participant-box .participant-lists li .name {
  margin: 0 4px;
}
.participant-box .participant-lists li .val {
  font-size: 16px;
  color: #FF4949;
  margin: 0 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 54px;
}
.participant-box .participant-lists li .avatar {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 8px;
}
.how-get {
  margin-top: 50px;
}
.how-get .reg-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-get .how-l {
  width: 550px;
}
.how-get .how-l .title {
  font-weight: bold;
  font-size: 60px;
  color: #1D1D1D;
  line-height: 84px;
}
.how-get .how-l .des {
  margin-top: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #144C5B;
  line-height: 28px;
}
.how-get .how-r,
.how-get .no-sign {
  width: 736px;
  height: 290px;
  background: #FFFFFF;
  box-shadow: 4px 4px 16px 1px rgba(102, 102, 102, 0.16);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #EEEEEE;
  padding: 20px;
}
.how-get .no-sign {
  display: flex;
  align-items: center;
}
.how-get .info-row {
  height: 70px;
  background: #F5F6F8;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}
.how-get .info-row .name {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.how-get .info-row .info {
  display: flex;
  align-items: center;
}
.how-get .info-row .info .copy-text {
  background: transparent;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: right;
  width: 420px;
  cursor: pointer;
}
.how-get .info-row .info .copy-text:active,
.how-get .info-row .info .copy-text:focus {
  outline: none;
  border: none !important;
  box-shadow: none;
}
.how-get .info-row .copy-btn {
  background: url("../images/10th-anniversary-reg/copy-icon.png") no-repeat center;
  width: 37px;
  height: 38px;
  margin-left: 20px;
  cursor: pointer;
}
.how-get .invite-btn {
  min-width: 327px;
  padding-left: 10px;
  height: 70px;
  background: #FF8000;
  border-radius: 10px 10px 10px 10px;
  font-weight: 400;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 70px;
  transition: all 0.3s;
  cursor: pointer;
}
.how-get .invite-btn:hover {
  opacity: 0.8;
}
.how-get .tool-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-get .tool-row .share-box a {
  margin-left: 5px;
  transition: all 0.3s;
}
.how-get .tool-row .share-box a:hover {
  transform: translateY(-3px);
}
.step-box {
  margin-top: 50px;
}
.step-box .reg-wrap {
  display: flex;
}
.step-box .info-el {
  margin-left: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.step-box .info-el:first-child {
  margin-left: 0;
}
.step-box .info-el .des {
  font-weight: 400;
  font-size: 14px;
  color: #4E4E4E;
  text-align: center;
  line-height: 22px;
  margin-top: 6px;
}
.step-box .step-el {
  background: url("../images/10th-anniversary-reg/step-bg.png") no-repeat center;
  width: 377px;
  height: 342px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  position: relative;
}
.step-box .step-el .title {
  font-weight: bold;
  font-size: 40px;
  color: #1D1D1D;
  margin-top: 10px;
}
.will-get {
  margin-top: 50px;
}
.will-get .get-title {
  font-weight: bold;
  font-size: 60px;
  color: #1D1D1D;
  line-height: 70px;
  text-align: center;
}
.will-get .des {
  font-weight: 400;
  font-size: 16px;
  color: #929292;
  line-height: 24px;
  text-align: center;
}
.will-get .will-product {
  margin-top: 18px;
}
.will-get .will-product .swiper-container {
  padding: 18px 0;
  height: 360px;
  overflow: hidden;
}
.will-get .will-product .will-el {
  width: 360px;
  height: 324px;
  background: #FFFFFF;
  box-shadow: 4px 4px 16px 1px rgba(102, 102, 102, 0.16);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #EEEEEE;
  padding: 20px;
  margin-bottom: 28px;
  margin-left: 18px;
  float: left;
}
.will-get .will-product .will-el:first-child {
  margin-left: 0;
}
.will-get .will-product .will-el img {
  width: 320px;
  height: 240px;
  border-radius: 16px;
}
.will-get .will-product .el-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.will-get .will-product .name {
  font-weight: 400;
  font-size: 16px;
  color: #4E4E4E;
  line-height: 48px;
  flex: 1;
  text-align: center;
}
.will-get .will-product .rules-text {
  font-size: 14px;
  color: #929292;
  line-height: 16px;
  text-align: center;
}
.will-get .will-product .rules-text .count {
  font-weight: bold;
  color: #313131;
}
.invite-beInvite {
  margin-top: 34px;
  position: relative;
  z-index: 3;
}
.invite-beInvite .be-box {
  display: flex;
  justify-content: space-between;
}
.invite-beInvite .be-l,
.invite-beInvite .be-r {
  width: 630px;
  height: 424px;
  background: #FFFFFF;
  box-shadow: 4px 4px 16px 1px rgba(102, 102, 102, 0.16);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #EEEEEE;
  padding: 20px;
}
.invite-beInvite .be-l .title,
.invite-beInvite .be-r .title {
  font-weight: bold;
  font-size: 32px;
  color: #313131;
  line-height: 40px;
}
.invite-beInvite .be-l .des,
.invite-beInvite .be-r .des {
  font-size: 22px;
  color: #4E4E4E;
  margin-top: 30px;
  font-weight: bold;
}
.invite-beInvite .be-l .des .tag,
.invite-beInvite .be-r .des .tag {
  font-size: 40px;
  color: #E02D2D;
  font-weight: bold;
  margin-right: 10px;
}
.invite-beInvite .be-l .des .tag .mini,
.invite-beInvite .be-r .des .tag .mini {
  font-size: 24px;
}
.invite-beInvite .be-l .text,
.invite-beInvite .be-r .text {
  width: 590px;
  height: 164px;
  background: #F5F6F8;
  border-radius: 16px 16px 16px 16px;
  border: 1px dashed #929292;
  margin-top: 70px;
  padding: 6px 10px;
  font-weight: 400;
  font-size: 16px;
  color: #929292;
  line-height: 26px;
  display: flex;
}
.invite-beInvite .be-l .text .tk,
.invite-beInvite .be-r .text .tk {
  height: 146px;
}
.invite-beInvite .be-l .text .tk {
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.invite-beInvite .be-l .text .tk ::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.invite-beInvite .be-l .text a {
  display: contents;
  color: inherit;
}
.invite-beInvite .be-l .text a:hover {
  text-decoration: underline;
}
.invite-beInvite .be-r .title {
  margin-bottom: 20px;
}
.invite-beInvite .be-r .des {
  margin-top: 0;
}
.invite-beInvite .be-r .text {
  margin-top: 26px;
}
.invite-beInvite .be-r .text .tk {
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.invite-beInvite .be-r .text .tk ::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.invite-beInvite .rules {
  font-weight: 400;
  font-size: 16px;
  color: #929292;
  line-height: 24px;
  margin-top: 20px;
}
.invite-beInvite .each-text {
  margin-top: 30px;
}
.invite-beInvite .each-text dt {
  font-weight: bold;
  font-size: 40px;
  color: #313131;
  line-height: 40px;
  margin-bottom: 14px;
}
.invite-beInvite .each-text dd {
  font-weight: 400;
  font-size: 18px;
  color: #4E4E4E;
  line-height: 30px;
}
.invite-box {
  background: url("../images/10th-anniversary-reg/invite-bg.png") no-repeat center;
  height: 424px;
  position: absolute;
  bottom: -216px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.invite-box .reg-wrap {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.invite-box .invite-title {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  color: #666666;
}
.invite-box .invite-title .tag {
  color: #FF4949;
}
.invite-box .des {
  font-weight: 400;
  font-size: 20px;
  color: #313131;
  line-height: 29px;
  margin-top: 20px;
}
.invite-box .invite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  width: 327px;
  height: 70px;
  background: #FF8000;
  border-radius: 10px 10px 10px 10px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  transition: all 0.3s;
  cursor: pointer;
}
.invite-box .invite-btn:hover {
  background: #FFA500;
}
.write-message-box {
  padding: 50px 0;
  margin-top: 216px;
}
.write-message-box .write-title {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  color: #1D1D1D;
  line-height: 84px;
}
.write-message-box .write-des {
  margin-top: 50px;
  font-weight: 400;
  font-size: 20px;
  color: #313131;
  line-height: 40px;
}
.write-message-box .note-text {
  display: block;
  margin-top: 20px;
  height: 119px;
  background: rgba(255, 255, 255, 0);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #E7E7E7;
  width: 100%;
  padding: 12px;
  font-size: 20px;
  resize: none;
  overflow-y: auto;
  font-family: 'NunitoSans', 'open-sans', 'Arial', serif, 'Microsoft YaHei UI';
}
.write-message-box .note-text:focus,
.write-message-box .note-text:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.write-message-box .submit {
  display: block;
  width: 326px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #CCCCCC;
  margin: 20px auto 0;
  font-size: 20px;
  color: #313131;
}
.write-message-box .submit:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
