/* 
    Created on : 2017-2-16, 13:05:12
    Author     : jerry
*/
@media all and (max-width: 320px) {
  .nav {
    font-size: 20px;
  }
  .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav ul li {
    list-style: none;
    margin: 0;
    padding: 0.3em 0;
    letter-spacing: 0px;
  }
  .nav ul li a:link,
  .nav ul li a:visited,
  .nav ul li a:active {
    color: #999999;
    text-decoration: none;
    transition: all 0.3s;
  }
  .nav ul li a:hover {
    color: #333;
  }
  .nav ul li a.active {
    color: #333;
  }
  .nav ul li em {
    font-style: normal;
    font-size: 0.5em;
  }
  .nav .closeBtn {
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
  }
  .nav .closeBtn:before {
    content: "";
    width: 20px;
    height: 5px;
    top: 11px;
    left: 2px;
  }
  .nav .closeBtn:after {
    content: "";
    width: 20px;
    height: 5px;
    top: 11px;
    left: 2px;
  }
  #header {
    height: 120px;
  }
  #header .pure-u-1-2 {
    width: 100%;
  }
  #header .leftBar {
    height: 60px;
  }
  #header .leftBar .navBtn {
    padding: 22px 20px;
    width: 20px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    z-index: 10;
  }
  #header .leftBar .navBtn:before {
    content: "";
    width: 20px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: 22px;
    left: 20px;
  }
  #header .leftBar .navBtn:after {
    content: "";
    width: 20px;
    height: 5px;
    background: #333333;
    position: absolute;
    bottom: 22px;
    left: 20px;
  }
  #header .rightBar {
    height: 60px;
  }
  #header .rightBar .signBtn {
    line-height: 60px;
    font-size: 14px;
    float: right;
    margin: 0 37px;
  }
  #header .rightBar .selContainer {
    float: right;
    width: 120px;
    height: 40px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
    box-sizing: border-box;
  }
  #header .rightBar .selContainer1 {
    float: right;
    width: 100px;
    height: 40px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
  }
  #header .rightBar .selContainer1 .pure-1 {
    width: 100%;
  }
  #header .rightBar .selContainer1 .select2-container--default .select2-selection--single {
    border: none;
  }
  #header .rightBar .selContainer1 .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: right;
    padding-right: 30px;
  }
  #header .rightBar .selContainer1 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    text-align: right;
  }
  #header .leftBar #logo {
    height: 60px;
    margin-top: 0px;
  }
  #header .search {
    position: absolute;
    cursor: pointer;
    left: 0;
    font-size: 17px;
    color: #ffffff;
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: content-box;
  }
  #header .search:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #fff;
    right: 20px;
    top: 20px;
    box-sizing: border-box;
  }
  #header .search:after {
    content: '';
    width: 3px;
    height: 10px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    top: 32px;
    left: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
  }
  #mainSlider {
    padding: 30px 0 5px 0;
  }
  #mainSlider .swiper-container-horizontal > .swiper-pagination-bullets,
  #mainSlider .swiper-pagination-custom,
  #mainSlider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-left: 25%;
    padding-right: 12.5%;
    box-sizing: border-box;
  }
  #mainSlider .swiper-pagination-bullet {
    width: 25%;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .2;
  }
  #mainSlider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
  #mainSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  #mainSlider .titleContainer {
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-left: 30px;
    z-index: 5;
  }
  #mainSlider .titleContainer h1 {
    font-size: 3.5em;
    color: #590b23;
    margin: 0;
    line-height: 1.2em;
    font-weight: bold;
  }
  #mainSlider .titleContainer h4 {
    font-size: 1em;
    color: #590b23;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
  }
  #mainSlider a:link,
  #mainSlider a:visited,
  #mainSlider a:active {
    color: #590b23;
    text-decoration: none;
    transition: all 0.3s;
  }
  #mainSlider a:hover {
    text-decoration: underline;
  }
  #explanation .enav {
    font-size: 1.3em;
    text-align: center;
    line-height: 1.5em;
    margin-top: 20px;
    padding: 5px 0;
  }
  #explanation .enav em {
    display: none;
  }
  #explanation .pure-u-1-2 {
    width: 100%;
  }
  #explanation .index-swiper2 h2 {
    font-weight: normal;
    font-size: 22px;
    color: #000;
    text-align: center;
    display: block;
    margin-bottom: 0.3em;
  }
  #explanation .index-swiper2 h2 em {
    font-style: normal;
    font-size: 14px;
  }
  #explanation .index-swiper2 p {
    margin: 0 30px;
    padding-bottom: 2em;
    line-height: 1.3em;
    font-size: 12px;
  }
  .bgRed .pure-u-1-2 {
    width: 100%;
  }
  #blueContainer {
    padding-bottom: 100px;
  }
  #blueContainer .pure-u-1-2 {
    width: 100%;
  }
  #blueContainer .leftPart {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 40px 30px 40px;
  }
  #blueContainer .leftPart h1 {
    margin-top: 20px;
    font-size: 28px;
    padding-left: 35px;
  }
  #blueContainer .leftPart h1 em {
    font-size: 16px;
  }
  #blueContainer .leftPart h2 {
    margin-top: 20px;
    font-size: 28px;
    color: #102542;
    font-weight: normal;
    position: relative;
  }
  #blueContainer .leftPart p {
    line-height: 1.5em;
    color: #999;
  }
  #blueContainer .rightPart {
    padding: 20px 40px 30px 40px;
    margin-bottom: 0;
    line-height: 1.3em;
  }
  #blueContainer .luu .pure-u-1-2 {
    width: 100%;
  }
  #blueContainer .luu .pure-u-1-2 .leftPart2 {
    padding: 30px 40px 1px 40px;
  }
  #blueContainer .luu .pure-u-1-2 .leftPart2 .pure-u-1-2 {
    width: 50%;
  }
  #blueContainer .luu .pure-u-1-2 .leftPart2 .radio-container label {
    font-size: 12px;
    line-height: 26px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 {
    padding: 30px 20px 66px 20px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .pure-u-1-2 {
    width: 50%;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .lotus-form {
    margin: 2em 5px 0 5px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .lotus-form .pure-u-1-2 {
    width: 100%;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .fin {
    margin: 0 5px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .card1 {
    margin: 60px 30px  40px 30px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .card2 {
    margin: 40px 20px 10px 20px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .card-view {
    margin: 40px 80px 0 80px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .gfa .pure-u-1-2 {
    width: 100%;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .bcon {
    margin: 0;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .bcon .pure-u-1-2 {
    width: 100%;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .bcon .pure-u-1-2 .pure-button-next {
    margin-top: 15px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .bcon .binfo-container {
    margin-top: 10px;
    height: 45px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .bcon .binfo-container .xc {
    margin-left: 50px;
    margin-right: 45px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    line-height: 45px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .bcon .binfo-container .sizec {
    float: left;
    width: 50px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .bcon .binfo-container .pricec {
    text-align: right;
    width: 50px;
    font-size: 12px;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .acon .pure-u-1-2 {
    width: 50%;
  }
  #blueContainer .luu .pure-u-1-2 .rightPart2 .pricec {
    text-align: right;
  }
  #calendarContainer .pure-u-1-2 {
    width: 50%;
  }
  #calendarContainer .content {
    box-sizing: border-box;
    padding: 1.5em;
  }
  #calendarContainer .content h1 {
    font-size: 22px;
  }
  #calendarContainer .content h3 {
    font-size: 14px;
  }
  #calendarContainer .content p {
    color: #8892a1;
    display: none;
    font-size: 12px;
  }
  #calendarContainer a:link,
  #calendarContainer a:visited,
  #calendarContainer a:active {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: #fff 2px dotted;
  }
  #calendarContainer a:hover {
    text-decoration: none;
  }
  #newsContainer .pure-u-1-2 {
    width: 50%;
  }
  #newsContainer .content {
    box-sizing: border-box;
    padding: 1.5em;
  }
  #newsContainer .content h1 {
    font-size: 22px;
  }
  #newsContainer .content h3 {
    font-size: 13px;
  }
  #newsContainer .content p {
    font-size: 12px;
    display: none;
  }
  #newsContainer a:link,
  #newsContainer a:visited,
  #newsContainer a:active {
    color: #590b23;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: #590b23 2px dotted;
  }
  #newsContainer a:hover {
    text-decoration: none;
  }
  #questionContainer {
    background-size: 48px;
  }
  #questionContainer .pure-u-1-2 {
    width: 100%;
  }
  #questionContainer .questionLeft {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 40px 30px 40px;
  }
  #questionContainer .questionLeft h1 {
    margin-top: 20px;
    font-size: 28px;
    color: #590b23;
    font-weight: normal;
  }
  #questionContainer .questionLeft p {
    line-height: 1.3em;
    color: #999;
    font-size: 14px;
  }
  #questionContainer .questionRight {
    background: #590b23;
    box-sizing: border-box;
    padding: 20px 40px 20px 40px;
    margin-bottom: 100px;
  }
  #questionContainer .questionRight h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    line-height: 1.3em;
    transition: all 0.3s;
    cursor: pointer;
  }
  #questionContainer .questionRight h1.active {
    font-size: 22px;
  }
  #questionContainer .questionRight ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #questionContainer .questionRight ul li {
    border-bottom: #6a2439 1px solid;
    color: #fff;
    font-size: 1em;
    line-height: 1.3em;
    margin: 20px 0 0 0;
    padding-bottom: 1.8em;
  }
  #questionContainer .questionRight ul li .answer {
    display: none;
    padding-left: 1.5em;
    padding-top: 1.5em;
    position: relative;
    color: #a78f95;
  }
  #questionContainer .questionRight ul li .answer:before {
    content: "A:  ";
    position: absolute;
    left: 0;
  }
  #questionContainer .questionRight ul li:last-child {
    border-bottom: #6a2439 0px solid;
  }
  .bgRed {
    background-image: url(../img/bg_red.png);
    background-size: 48px;
  }
  .bgBlue {
    background-image: url(../img/bg_blue.png);
    background-size: 48px;
  }
  .bgGrey {
    background-image: url(../img/bg_grey.png);
    background-size: 48px;
  }
  .bgGold {
    background-image: url(../img/bg_gold.png);
    background-size: 48px;
  }
  .bgGreeen {
    background-image: url(../img/bg_green.png);
    background-size: 48px;
  }
  .bgWhite {
    background-image: url(../img/bg_white.png);
    background-size: 48px;
  }
  #newsLetter h1 {
    letter-spacing: 0px;
    font-size: 18px;
  }
  #newsLetter p {
    letter-spacing: 0px;
    font-size: 12px;
  }
  #newsLetter form {
    width: 270px;
    margin: 0 auto;
    height: 45px;
  }
  #newsLetter span {
    float: left;
    display: inline-block;
    height: 45px;
  }
  #newsLetter .email {
    width: 190px;
    height: 45px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 45px;
    background: #d6d6d6;
    border: 0;
    outline: none;
    padding-left: 29px;
    display: inline-block;
  }
  #newsLetter button {
    width: 80px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    background: #c3c4c6;
    border: 0;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
  }
  #newsLetter button:hover {
    background: #b1b1b2;
  }
  .footer span {
    font-size: 14px;
    margin: 0.2em 1em;
    display: block;
  }
  #mini-clndr {
    padding-bottom: 0px;
  }
  #mini-clndr .clndr .days-container .days .day,
  #mini-clndr .clndr .days-container .days .empty {
    line-height: 30px;
  }
  #mini-clndr .clndr .days-container .days .day span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #mini-clndr .clndr .days-container {
    height: 290px;
  }
  #mini-clndr .clndr .days-container .days {
    height: 230px;
  }
  .greenContainer .pure-u-1-2 {
    width: 100%;
  }
  .greenContainer .leftPart {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 40px 30px 40px;
  }
  .greenContainer .leftPart h1 {
    margin-top: 20px;
    font-size: 28px;
    color: #a2b8b4;
    font-weight: normal;
    position: relative;
  }
  .greenContainer .leftPart h1 em {
    font-style: normal;
    font-size: 24px;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
  }
  .greenContainer .leftPart p {
    line-height: 1.5em;
    color: #999;
  }
  .greenContainer .videoInfoContainer {
    box-sizing: border-box;
    padding: 30px 40px 30px 40px;
    color: #666;
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
  }
  .greenContainer .videoInfoContainer h2 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
  }
  .greenContainer .videoInfoContainer h4 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }
  .greenContainer .videoInfoContainer p {
    line-height: 1.3em;
  }
  #videoListContainer .header h4 {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    margin-top: 0;
  }
  #videoListContainer .header h2 {
    margin-bottom: 0.5em;
  }
  #videoListContainer .listContainer {
    margin: 0 25px;
  }
  #videoListContainer .listContainer .pure-u-1-2 {
    width: 50%;
  }
  #videoListContainer .listContainer .item {
    margin: 15px;
  }
  #videoListContainer .listContainer .item .videoImg {
    position: relative;
  }
  #videoListContainer .listContainer .item .videoImg .btn {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
  }
  #videoListContainer .listContainer .item .title {
    margin-top: 15px;
    height: 60px;
    font-size: 14px;
    line-height: 1.3em;
  }
  #videoListContainer .listContainer .item .title a:link,
  #videoListContainer .listContainer .item .title a:visited,
  #videoListContainer .listContainer .item .title a:active {
    font-size: 14px;
    color: #666;
    text-decoration: none;
  }
  #videoListContainer .listContainer .item .title a:hover {
    color: #a2b8b4;
  }
  .whiteContainer {
    padding-bottom: 100px;
  }
  .whiteContainer .pure-u-1-2 {
    width: 100%;
  }
  .whiteContainer .leftPart {
    padding: 20px 40px 30px 40px;
  }
  .whiteContainer .leftPart h1 {
    margin-top: 20px;
    font-size: 28px;
  }
  .whiteContainer .leftPart h1 em {
    font-size: 16px;
  }
  .whiteContainer .leftPart p {
    line-height: 1.5em;
    color: #999;
  }
  .whiteContainer .newsContainer {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 40px 50px 40px;
    color: #666;
    font-size: 1em;
    line-height: 1.3em;
  }
  .whiteContainer .newsContainer h2 {
    font-size: 28px;
    font-weight: normal;
    color: #5a0d25;
    line-height: 1.3em;
  }
  .whiteContainer .newsContainer h4 {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
  }
  .whiteContainer .newsContainer a:link,
  .whiteContainer .newsContainer a:visited,
  .whiteContainer .newsContainer a:active,
  .whiteContainer .newsContainer a:hover {
    color: #666;
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: #666 2px dotted;
  }
  .whiteContainer .rightPart {
    background: #333333;
    box-sizing: border-box;
    padding: 50px 66px 66px 66px;
    font-size: 1em;
    color: #fff;
    line-height: 1.5em;
  }
  .whiteContainer .rightPart h1 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: normal;
  }
  #userContainer {
    background: #fff;
    color: #000;
  }
  #userContainer .pure-u-1-2 {
    width: 100%;
  }
  #userContainer .formContainer {
    margin: 0 66px;
  }
  #userContainer .formContainer .pure-u-1-2 {
    width: 100%;
  }
  #userContainer .formContainer .mii .pure-u-1-2 {
    width: 100%;
  }
  #userContainer .header {
    padding: 1px 0 23px 0;
    text-align: center;
  }
  #userContainer .header h2 {
    margin-top: 0.5em;
    font-weight: normal;
    font-size: 18px;
    color: #9d8678;
    margin-bottom: 0.5em;
  }
  #userContainer .header h4 {
    margin-top: 0em;
    font-weight: normal;
    font-size: 14px;
    color: #333;
  }
  #userContainer .formContainer {
    margin: 0 25px;
    color: #666666;
    padding-bottom: 55px;
  }
  #userContainer .formContainer .inputc {
    margin: 15px 15px 0 15px;
  }
  #userContainer .formContainer label {
    color: #666666;
    margin: 0.5em 0;
  }
  #userContainer .formContainer .forgot {
    padding: 0.8em 0;
  }
  #userContainer .formContainer .pure-button-primary,
  #userContainer .formContainer .pure-button-selected,
  #userContainer .formContainer a.pure-button-primary,
  #userContainer .formContainer a.pure-button-selected {
    background-color: #9d8678;
    border: 0px;
    border-radius: 0;
    padding: 0.8em 0;
    color: #fff;
  }
  #userContainer .formContainer .remember {
    display: inline;
    margin-right: 15px;
  }
  #userContainer .formContainer h3.title {
    font-size: 14px;
    margin: 1.5em 0;
    text-align: center;
    font-weight: normal;
  }
  #userContainer .formContainer h3.title span {
    display: block;
    /*设置为块级元素会独占一行形成上下居中的效果*/
    font-size: 14px;
    color: #212121;
    background: #fff;
    position: relative;
    /*定位横线（当横线的父元素）*/
  }
  #userContainer .formContainer h3.title span em {
    position: relative;
    background: #fff;
    z-index: 10;
    font-style: normal;
    padding: 0 2em;
  }
  #userContainer .formContainer h3.title span:after {
    width: 100%;
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 50%;
    height: 1px;
    background: #c3c4c6;
    left: 0;
  }
  #userContainer .formContainer .info {
    color: #333333;
    text-align: center;
    font-size: 14px;
  }
  #userContainer .formContainer .pure-button:hover {
    color: #fff;
    text-decoration: none;
  }
  #avatar {
    width: 60px;
    height: 60px;
    position: absolute;
    background: url(../img/avatar.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -30px;
    right: 30px;
  }
  #avatar .cameraBtn {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/icon_camera.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
  #redContainer .leftPart {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 40px 30px 40px;
  }
  #redContainer .leftPart h1 {
    margin-top: 20px;
    font-size: 28px;
    color: #590b23;
    font-weight: normal;
    padding-left: 35px;
    position: relative;
  }
  #redContainer .leftPart h1 em {
    font-style: normal;
    font-size: 16px;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
  }
  #redContainer .leftPart p {
    line-height: 1.5em;
    color: #999;
  }
  #redContainer .rightPart {
    padding: 20px 40px 30px 40px;
    margin-bottom: 0;
    line-height: 1.3em;
  }
  .greyContainer .pure-u-1-2 {
    width: 100%;
  }
  .greyContainer .leftPart {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 40px 30px 40px;
  }
  .greyContainer .leftPart h1 {
    margin-top: 20px;
    font-size: 28px;
    color: #333;
    font-weight: normal;
    padding-left: 35px;
    position: relative;
  }
  .greyContainer .leftPart h1 em {
    font-style: normal;
    font-size: 16px;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
  }
  .greyContainer .leftPart p {
    line-height: 1.5em;
    color: #999;
  }
  .greyContainer .rightPart {
    background: #333333;
    box-sizing: border-box;
    padding: 20px 40px 30px 40px;
    font-size: 1em;
    color: #fff;
    line-height: 1.3em;
  }
  .greyContainer .rightPart h1 {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: normal;
  }
  .greyContainer .rightPart a:link,
  .greyContainer .rightPart a:visited,
  .greyContainer .rightPart a:active,
  .greyContainer .rightPart a:hover {
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: #fff 2px dotted;
  }
}
/*# sourceMappingURL=320.css.map */