.mobile_about {
  flex-shrink: 0;
  box-sizing: border-box;
  text-align: center;
}
.mobile_about > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.mobile_about > div:nth-of-type(1) > span:nth-of-type(1) {
  font-size: 25px;
}
.mobile_about > div:nth-of-type(1) > span:nth-of-type(2) {
  color: #888;
  font-size: 14px;
}
.mobile_about > div:nth-of-type(2) {
  box-sizing: border-box;
  line-height: 30px;
  color: #7f7f7f;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 20px 0;
  margin: 0 20px;
  font-size: 14px;
}
.mobile_about > div:nth-of-type(3) {
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #383838;
  color: #fff;
  cursor: pointer;
}

.mobile_news {
  color: #fff;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  box-sizing: border-box;
  background-color: #000;
}
.mobile_news > div {
  flex: 1;
  flex-shrink: 0;
}
.mobile_news .left {
  box-sizing: border-box;
  border-left: 1px solid #ffffff23;
  margin: auto;
}
.mobile_news .left .shop_img {
  width: 100%;
  height: 300px;
  background-color: #fff;
}
.mobile_news .left .shop_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mobile_news .left .more {
  margin: 20px auto 0;
}
.mobile_news .message_box {
  padding: 20px 0 20px 20px;
  width: 210px;
  box-sizing: border-box;
  -webkit-transition: margin-left 0.8s;
  -moz-transition: margin-left 0.8s;
  -o-transition: margin-left 0.8s;
  border-bottom: 1px solid #ffffff23;
}
.mobile_news .message_box:hover {
  margin-left: 10px;
}
.mobile_news .message_box .title {
  font-size: 16px;
  position: relative;
}
.mobile_news .message_box .title > span {
  color: #fff;
}
.mobile_news .message_box .title .date {
  position: absolute;
  font-family: Times;
  left: -100px;
  top: -10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 300;
  color: #999;
}
.mobile_news .message_box .title .date > span:nth-of-type(1) {
  font-size: 24px;
}
.mobile_news .message_box .title .date > span:nth-of-type(2) {
  font-size: 13px;
}
.mobile_news .message_box > p {
  color: #999;
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}
.mobile_news .right {
  box-sizing: border-box;
  border-left: 1px solid #ffffff23;
  margin: auto;
}
.mobile_news .button {
  background-color: #000;
  border: none;
  color: #999;
  text-align: center;
  font-size: 20px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
}
.mobile_news .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.mobile_news .button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.mobile_news .button:hover span {
  padding-right: 25px;
}
.mobile_news .button:hover span:after {
  opacity: 1;
  right: 0;
}

.mobile_contacts {
  padding-top: 80px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.mobile_contacts .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.mobile_contacts .title > span:nth-of-type(1) {
  font-size: 26px;
}
.mobile_contacts .title > span:nth-of-type(2) {
  font-size: 15px;
  font-family: Times;
  color: #999;
}
.mobile_contacts .top_img {
  width: 100%;
  height: 300px;
  background-color: orange;
}
.mobile_contacts .top_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile_contacts .info {
  display: flex;
  flex-direction: column;
}
.mobile_contacts .info .right {
  flex: 2;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}
.mobile_contacts .info .left {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile_contacts .info .left > span:nth-of-type(1) {
  margin: 30px 0;
  font-size: 18px;
  color: #000;
}
.mobile_contacts .info .left > span {
  margin-bottom: 10px;
  font-size: 14px;
  color: #7f7f7f;
}
.mobile_contacts .cm_input {
  border: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}
.mobile_contacts .input_box {
  margin: 0 10px;
  padding: 10px 0;
  box-sizing: border-box;
}
.mobile_contacts .area {
  margin-top: 20px;
}
.mobile_contacts .area textarea {
  margin: 10px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #d5d5d5;
}
.mobile_contacts .but {
  margin-top: 30px;
  margin-left: 10px;
  width: 100%;
}
.mobile_contacts .but > button {
  background-color: #383838;
  color: #fff;
  width: 100%;
  height: 40px;
  border: none;
  cursor: pointer;
}
.mobile_contacts .but > button:hover {
  background: #000;
}
.mobile_contacts .code {
  display: flex;
  align-items: center;
  margin: 10px;
}
.mobile_contacts .code_img {
  height: 36px;
  width: 120px;
  cursor: pointer;
  margin-left: 20px;
}
.mobile_contacts .code_img > img {
  width: 100%;
  height: 100%;
}
