﻿@charset "UTF-8";
/*初始化 begin*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
}

ul, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Microsoft Yahei','Simsun', sans-serif;
  font-weight: normal;
}

body, input, select, button, textarea {
  font-size: 12px;
  font-family: 'Microsoft Yahei','Simsun', sans-serif,Arial;
  color: #333;
}

button {
  cursor: pointer;
}

i, em, cite, b {
  font-style: normal;
}

body {
  color: #333;
  line-height: 1.2;
}

a, a:link {
  color: #08549C;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #2891d4;
}

a:focus {
  outline: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

.clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
  overflow: hidden;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.app-head {
  width: 1050px;
  height: 80px;
  margin: 0 auto;
}

.app-head .logo {
  float: left;
}

.app-head .app-nav {
  float: right;
}

.app-head .app-nav a {
  color: #333;
  display: block;
  float: left;
  line-height: 78px;
  font-size: 18px;
  margin: 0 12px;
}

.app-head .app-nav .select {
  border-bottom: 2px solid #e43a3d;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.app-bg01 {
  background: url("/Content/images/app/app_pic11.jpg") no-repeat 0 center;
  height: 812px;
}

.lrapp-bg01 {
  background: url("/Content/images/app/lrapp_pic01.jpg") no-repeat 0 center;
  height: 825px;
}

.app-bg02 {
  background: url("/Content/images/app/app_pic02.jpg") no-repeat 0 center;
  height: 504px;
}

.app-bg03 {
  background: url("/Content/images/app/app_pic03.jpg") no-repeat 0 center;
  height: 592px;
}

.app-info {
  width: 420px;
  padding-top: 330px;
  float: right;
  margin-right: 30px;
}

.app-info h2 {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}

.app-info .code-box {
  background-color: #fff;
  margin-bottom: 20px;
}

.app-info .code-box .code {
  float: left;
  width: 155px;
  height: 155px;
  display: block;
  padding: 20px;
  margin-left: 0;
}

.app-info .code-box .info {
  height: 160px;
  margin-left: 195px;
  border-left: 1px solid #ebebeb;
  padding: 10px 10px 23px 15px;
}

.app-info .code-box h3 {
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

.app-info .code-box .android-btn, .app-info .code-box .apple-btn {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 55px;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  margin-top: 14px;
}

.app-info .code-box .android-btn {
  background: url("/Content/images/app/android.png") no-repeat 18px center #14c77f;
}

.app-info .code-box .android-btn:hover {
  background: url("/Content/images/app/android.png") no-repeat 18px center #3ce19f;
}

.app-info .code-box .apple-btn {
  background: url("/Content/images/app/apple.png") no-repeat 18px center #131313;
}

.app-info .code-box .apple-btn:hover {
  background: url("/Content/images/app/apple.png") no-repeat 18px center #292929;
}

.app-info .number-box {
  position: relative;
  height: 45px;
  padding: 8px 10px 8px 12px;
  background-color: #fff;
  border-radius: 3px;
}

.app-info .number-box .in-num {
  width: 275px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border: none;
  font-size: 18px;
}

.app-info .number-box .btn {
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: #14c77f;
  color: #fff;
  line-height: 43px;
  height: 45px;
  border: none;
  border-radius: 23px;
  font-size: 18px;
  padding: 0 22px;
  cursor: pointer;
}

.app-info .number-box .btn:hover {
  background-color: #3ce19f;
}

.app-info .number-box .btn:disabled {
  cursor: text;
  background-color: #ccc;
}

.app-info .number-box .btn:disabled:hover {
  background-color: #ccc;
}

/*# sourceMappingURL=app.css.map */