@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

 @font-face { 
        font-family:'GoodOT-Book'; 
        src:url('https://www.ap.org/assets/fonts/goodot-book-webfont.eot');
        src:url('https://www.ap.org/assets/fonts/goodot-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('https://www.ap.org/assets/fonts/goodot-book-webfont.woff') format('woff'); 
        font-weight:400; font-style:normal;
         }

    @font-face {
        font-family: 'GoodOT-Book';
        src: url('font/goodot-book-webfont.eot'); /* IE9 Compat Modes */
        src: url('font/goodot-book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
                 url('font/goodot-book-webfont.woff') format('woff'), /* Modern Browsers */
                 url('font/goodot-book-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       }

body {
  font-size:62.5%;
  /*font-family: 'Helmet,Freesans,Helvetica,Arial,sans-serif';*/

  font-family: GoodOT-Book,Helmet,Freesans,Helvetica,Arial,sans-serif;
  /*font-family: CNN,Roboto,Nunito,Segoe,Arial;*/
 /* font-family: "nyt-cheltenham", georgia, "times new roman", times, serif;*/
}
body.overflow-hidden {
  overflow: hidden;
}

body, html {
  /* important */
  height: 100%;
  font-size: 62.5%
}

a {
  color: #ffffff;
  text-decoration: none;
}

p {
    display: block;
    margin: 1em 0 1em 0;
    color: #262626;
    white-space: normal;
}

.shadow{
   box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.clear{
  width: 0;
  height: 0;
  padding:0;
  margin:0;
  clear: both;
}


/* ------------PC_Nav---------------- */

.header_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
   .cd-site-nav ul {
        max-width: 1000px;
        overflow: hidden;
        height: 50px;
        margin:0 auto;
        line-height: 50px;
        text-align: center;
    }
          .cd-site-nav ul li {
              display: inline-block;
              vertical-align: middle;
              height: 50px;
          }  
          .cd-site-nav a {
              display: inline-block;
              height: 50px;
              background: transparent;
              padding: 0 30px;
              color:#404040;
              text-transform: uppercase;
              font-weight:normal;
              font-size: 14px;
              font-size: 1.4rem;
              font-family: 'Guardian Text Sans Web',TextSans,Arial,sans-serif;
          }

          .header_phone{
              display: none;
          }
          .header_phone_nav{
              display: none;
          }



/* ------------Phone_Nav---------------- */
@media only screen and (max-width: 768px) {

  .header_phone{
      display: block;
      z-index: 2;
      position: fixed;
      width: 100%;
      height: 44px;
      top: 0;
      z-index: 999;
      background: #ffffff;
      transition:all 0.4s cubic-bezier(0.4, 0, 0, 1);
      -webkit-transform:translate(-0, -44px);
      transform:translate(0, -44px);
  }
  /*--当top大于0时出现导航栏H44;js控制--*/
  .header_phone.open{
      -webkit-transform:translate(0, 0);
      transform:translate(0, 0);
  }
  /*--当top大于0时出现导航栏H44;js控制--*/
      .header_phone  #cd-logo {
          float: left;
          margin-left:3%;
          width: 90px;
          height: 30px;
          margin-top: 7px;
      }    
        .header_phone #cd-logo img {
           display: block;
           width: 100%;
           height: 100%;
        }


      /*--ICON--*/  
      .header_phone .sections-button {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 50px;
      }
          .sections-button .cd-menu-icon {
              display: inline-block;
              position: absolute;
              width: 18px;
              height: 2px;
              left: 50%;
              top: 50%;
              bottom: auto;
              right: auto;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
              -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
              background-color: #000000;
              -webkit-transition: background-color 0.3s;
              -moz-transition: background-color 0.3s;
              transition: background-color 0.3s;
          }
          .sections-button .cd-menu-icon::before, .sections-button .cd-menu-icon:after {
              content: '';
              width: 100%;
              height: 100%;
              position: absolute;
              background-color: #000000;
              right: 0;
              -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
              -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
              transition: transform .3s, top .3s, background-color 0s;
          }
          .sections-button .cd-menu-icon::before {
              top: -5px;
          }
          .sections-button .cd-menu-icon::after {
              top: 5px;
          } 
          .sections-button .cd-menu-icon.is-clicked {
              background-color: rgba(255, 255, 255, 0);
          }
          .sections-button .cd-menu-icon.is-clicked::before, .sections-button .cd-menu-icon.is-clicked::after {
              background-color: #000000;
          }
          .sections-button .cd-menu-icon.is-clicked::before {
              top: 0;
              -webkit-transform: rotate(135deg);
              -moz-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
              -o-transform: rotate(135deg);
              transform: rotate(135deg);
          }
          .sections-button .cd-menu-icon.is-clicked::after {
              top: 0;
              -webkit-transform: rotate(225deg);
              -moz-transform: rotate(225deg);
              -ms-transform: rotate(225deg);
              -o-transform: rotate(225deg);
              transform: rotate(225deg);
          }
          /*--ICON--*/  


  /*--二级导航展开的下拉列表--*/
  .header_phone_nav .cd-primary-nav {
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 1);
      z-index: 2;
      text-align:left;
      padding: 50px 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      overflow: auto;
      padding-top: 25%;

      /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;
  }
  .cd-primary-nav.is-visible {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }
      .header_phone_nav .cd-primary-nav li {
          font-size: 20px;
          font-size: 1.375rem;
          font-weight: 300;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin: .2em 0;
          text-transform: capitalize;
          border-bottom: 1px solid #a61363;
          margin-right: 40px;
          margin-left:40px;
          
      }
      .header_phone_nav .cd-primary-nav a {
          display: inline-block;
          line-height: 32px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 400;
          padding: .6em 0em;
          color: #a61363;
          
      }
      .header_phone_nav .cd-primary-nav a:hover {
        background-color: #a61363;
        color: #ffffff;
      }
  /*--二级导航展开的下拉列表--*/

              
  .header_pc{
    display: none;
  }
  .header_phone_nav{
    display: block;
  }

}


/* ------------Main---------------- */
.header-fix{
    position: fixed;
    top: 0 ;
    width: 100%;
    left: 50%;
    background-color: white;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%) ;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%) ;
    z-index: 999;
}

.background-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    zoom: 1;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -webkit-opacity: .2;
    opacity: .2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.cd-main-content {
    height: 100%;
    position: relative;
    z-index: 1;
}

.cd-scrolling-bg {
    position: relative;
    min-height: 100%;
    z-index: 2;
    overflow: hidden;
}
    .cd-scrolling-bg p{
        font-size:18px;
        line-height: 1.8;
        color:#404040;
        text-indent:0em;
        /*white-space:normal;
        overflow-wrap:break-word;
        word-wrap: break-word;*/
        margin:0 auto;
        margin-bottom: 2rem;
        width: 94%;
        font-weight:400;

    }
    @media only screen and (max-width: 768px) {
        .cd-scrolling-bg p {
          font-size: 1.6rem;
          color:#404040;
          font-weight: normal;
          line-height: 1.7;
          text-indent:0em;  
          margin-bottom: 3rem;   
        }
    }





/* ------------cd-bg-1---------------- */

    .banner-pc{
      height: 900px;
      overflow: hidden;
      background:url("../img/4ceb987c7f_bannerbg1920.jpg") no-repeat center top;
    }
    .banner-phone{
      display: none;
    }
@media only screen and (max-width: 768px) { 
      .banner-pc{
        display: none;
      }
      .banner-phone{  
        display: block;         
        width: 100%;
        overflow: hidden;
        background-color: #f8f8f8;
      }
        .banner-phone img{         
           width: 100%;
      }
    }






/* ------------cd-color-1---------------- */
.cd-color-1 {
    background-color: #f8f8f8;
    min-height: auto;
}
  .cd-container {
    width: 90%;
    max-width:1000px;
    margin: 0 auto;
  }
  .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
  }

  .cd-color-1 .cd-container.w800{
    width: 600px;
    color: #404040;

  }
      .cd-color-1 .cd-container.w800 p{
            color: #404040;
       }
          .cd-color-1 .cd-container.w800 p a{
              color: #a61363;
              display: block;
              float: right;
              padding-left: 10px;
              padding-right: 10px;
          }
          .cd-color-1 .cd-container.w800 p a:hover{
              color: #ffffff;
              background-color: #a61363;
          }

      .cd-color-1 .cd-container .editor-note{
          margin-top:6rem;
          margin-bottom:1rem;
          font-size: 30px;
          font-weight: normal;
          text-align: center;
          color: #ffffff；
      }
      .cd-color-1 .cd-container .bottom_line{
          width: 70px;
          height: 2px;

          background-color: #a61363;
          margin:0 auto;
          margin-top: 1rem;
          margin-bottom:4rem;
      }

@media only screen and (max-width: 768px) {
  .cd-color-1 .cd-container.w800{
      width: 90%;
      margin: 0 auto;
  }
      .cd-color-1 .cd-container .editor-note{
          font-size: 2.4rem;
           margin-top:4rem;
      }
}
/* ------------cd-color-1---------------- */




/* ------------cd-fixed-bg-------------------*/
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    overflow: hidden;
    z-index: 1;
}   
      .fixed-text-content{
        position: absolute;
        left: 50%;
        top: 54%;
        bottom: auto;
        right: auto;
        min-width: 60%;
        text-align: center;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #ffffff;
        z-index: 99;
    }
         .fixed-text-content h1{    
            font-size: 52px;
            font-size:5.2rem;
            line-height: 64px;
            line-height: 6.4rem;
            font-weight:bold;    
            color: #ffffff;
            background: rgba(174, 38, 84, 0.9);

        }
         .fixed-text-content P{
            max-width: 1000px;
            /*text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
            text-align: center;
            font-size: 18px;
            font-size:1.8rem;
            line-height: 24px;
            line-height: 2.4rem;
            font-weight:normal;   
            color: #ffffff;
            background: rgba(229, 27, 36, 0.9);
            padding: 5px;
        }

        .fixed-bg-img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      display: block;
  }
  .section-bg-fixed{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      bottom: 0;
      right: 0
  }
  .section-bg-fixed img{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
  }


@media only screen and (max-width: 768px) {
  .cd-fixed-bg .fixed-text-content{
      z-index: 10;
      min-width:100%;
      width:100%;
      margin: 0 auto;
      padding: 6em 1em;
      display: block;
  }
      .cd-fixed-bg .fixed-text-content{
            position: absolute;
            left: 24%;
            top: 20%;
            bottom: auto;
            right: auto;
            max-width: 1100px;
            text-align: left;
            -webkit-transform: translateX(-20%) translateY(-20%);
            -moz-transform: translateX(-20%) translateY(-20%);
            -ms-transform: translateX(-20%) translateY(-20%);
            -o-transform: translateX(-20%) translateY(-20%);
            transform: translateX(-20%) translateY(-20%);
            color: #ffffff;
            z-index: 99;
        }
            .cd-fixed-bg .fixed-text-content h1{
                  font-size:3px;
                  font-size: 3rem;
                  line-height: 4.2rem;
                  font-weight:bold;
                  /*background-color: #a61363;*/
                  /*text-shadow:2px 2px 2px #000;*/
                  width: 90%;
                  padding: 5px;
                  padding-left: 10px;
                  background: rgba(166, 16, 66, 0.9);
            }
            .cd-fixed-bg .fixed-text-content P{
                  width: 90%;
                  text-align: left;
                  font-size: 16px;
                  font-size:1.6rem;
                  line-height: 22px;
                  line-height: 2.2rem;
                  font-weight:normal;   
                  color: #ffffff;
                  padding: 6px;
              }
                .fixed-bg-img{
                   position: absolute;
                   top: 0;
                   left: 0;
                   width: 100%;
                   z-index: 2;
                   clip: rect(0,auto,auto,0);
                   -webkit-clip-path: inset(0 0 0 0);
                   clip-path: inset(0 0 0 0);
              }
      
}

  

@media only screen and (min-width: 768px) {
 .fixed-bg-img{
           position: absolute;
           top: 0;
           left: 0;
           height: 100%;
           z-index: 2;
           clip: rect(0,auto,auto,0);
          -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
        }
}
  


/* ------------cd-fixed-bg-------------------*/





/* ------------w1000-------------------*/
.w1000{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 5rem;
}
  .w1000 img{
    margin: 0 auto;
    display: block; 
    }

    .w1000 .incident{
        width: 486px;
        height: auto;
        float: left;
        margin-bottom: 60px;
        margin-top: 130px;
        overflow: hidden;
    }


    /*---between为PC中两个incident的间距，只作用Pc--*/
    .w1000 .incident.between{ 
        margin-right: 28px;
    }
    
        
        .w1000 .incident .person {
            display: block;
            font-weight: bold;
            padding: 10px;
            color: #ffffff;
            text-align: center;
            margin:0 auto;
        }
    
    .w1000 .incident .person.per_name {
            width: 50%;
            background-color: #a61363;
            margin-top: 1rem;
            margin-bottom: 1rem;
            font-size: 20px;
            font-size: 2rem;
    }
    .w1000 .incident .person.per_tit {
            width: 70%;
            color:#404040;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 2.6rem;
            /*border-bottom:1px dashed #000; */
            text-decoration:underline;
    }

        .w1000 .incident.pc_left{
      display:block;
    }
    .w1000 .incident.pc_right{
      display: none;
    }
        
      .w1000 .incident .quoteHolder {
        width: 100%;
        position: relative;
      }
        .w1000 .incident .quoteHolder .yinhao {
          position: absolute;
          top: -4px;
          }
             .w1000 .incident .quoteHolder .yinhao img{
            margin-top: 0px;
              }
          .w1000 .incident .quoteHolder p {
          /*font-family: Times,serif;*/
          font-size: 18px;
          font-size: 1.8rem;
          /*font-style: italic;*/
          font-weight: normal;
          padding-left: 55px;
          line-height: 2;
          padding-top: 20px;
          color: #404040;

      }
        .w1000 .incident .quoteHolder p a {
            color: #a61363;
            text-decoration: underline;
          }
          /*.w1000 .incident .quoteHolder p a:hover {
            color: #ffffff;
            text-decoration: none;
            background-color:  #e51b24;
          }
      */


@media only screen and (max-width: 768px) {
  .w1000{
    width: 90%;
  }
      .w1000 img{
         width: 100%;
      }
  .w1000 .incident{
        width: 100%; 
        overflow: hidden;
        margin-bottom:0;
        margin-top:0;
    }
    .w1000 .incident.between{ 
        margin-right: 0;

    }
        .w1000 .incident .person { 
            text-align: center;
        }
            .w1000 .incident .person.per_pic {   
                width: 76%;
            }
            .w1000 .incident .person.per_name {
                width:60%;
            }

            .w1000 .incident .person.per_tit {
                width: 100%;
            }

            .w1000 .incident .quoteHolder .yinhao {
                display: none;
            }
            .w1000 .incident .quoteHolder p {
                font-size: 1.6rem;
                padding-left: 0px;
                line-height: 1.75;
                text-indent: 0em;
                margin:0 auto;
            }

     

    /*--------.margin_top_6  .margin_bottom_6 只在手机处写，不对pc作用 ----------*/
    .w1000 .incident.margin_top_6{
        margin-top:5rem;
    }
    .w1000 .incident.margin_bottom_6{
        margin-bottom:5rem;
    }
    /*------------------------------*/


    .w1000 .incident.pc_left{
        display:none;
    }
    .w1000 .incident.pc_right{
        display: block;
    }
}



/* ------------m-ft------------------*/

.m-ft {
  line-height: 50px;
  border-top: 1px solid #3a3a3a;
  color: #cccccc;
  text-align: center;
  background-color: #4b4b4b;
  font-size: 16px;
  color: #cccccc;
}

  .m-ft a { 
    font-size: 16px;
    color: #cccccc;
  } 
  .m-ft span{
    padding: 0 12px;
  }
  .m-ft p{
    margin-bottom: 0px;
    color: #cccccc;
  }


  .m-ft-phone{   
      display: none;
  }
  .m-ft{   
      display:block;
  }
  

@media (max-width:768px) {
  .m-ft{   
    display:none;
  }
  .m-ft-phone{   
    display: block;
  }
  


  .m-ft-phone{
      width: 100%;
      display: block;
      margin:0;
      padding: 0;
      color: #626262;
      background-color: #333333;
      height: 80px;
    }
      .m-ft-phone p.fnav-phone{
        background-color: #444;
        overflow: hidden;
        margin:0;
      }

      

        .m-ft-phone a{
              width: 33.33333%;
              display: block;
              float: left;
              text-align: center;
              font-size: 14px;
              height: 40px;
              line-height: 40px;
              color: #aaa;
              vertical-align:center;
        }


    

    .m-ft-phone .cp-phone {
          text-align: center;
          font-size: 12px;
          color: #999;
          background-color: #333;
          height: 40px;
          line-height: 40px;
          margin:0;
      }

}





/*RIGHT*/
.m-sider {
  position: fixed;
  bottom: 8%;
  right:0;
  z-index:999999;
  cursor: pointer;
  width: 220px;
}
    .m-sider .side{
      width: 100%;
      height: 46px;
      background-color: #a61363;
      margin-bottom:10px;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateX(0%);
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;
      font-size:14px;
        padding-left:20px;
        font-weight:400;
        line-height:46px;
        display:block;  
        margin-left: 20px;
        color: #ffffff;
    }

      .side:hover{
          -webkit-transform: translateY(20%);
          -moz-transform: translateY(20%);
          -ms-transform: translateY(20%);
          -o-transform: translateY(20%);
          transform: translateX(20%);
          background-color: #881252;
          color: #fff;
      }
     
@media (max-width:768px) {
  .m-sider{
      display: none;
  } 
}




/* ------------video-------------------*/
.video{

  height: inherit;
  position: relative;
  margin: 0 auto;
}
/*.video .space {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}*/
.video .vedioin {
  height: inherit;
}
.video .BeltAndRoad-dimensions{
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden;
}
    /*对插件另外的样式修改：*/

    .video .vjs-poster{background-size: cover;}

    .video-js {
      width: 100%;
      height: 100%;
      border:0px;
      margin:0px;
      padding:0px;
    }
    .video-js .vjs-big-play-button {
      display: none;
    }
     .vedioin_phone{
     display: none;
  }
  .vedioin_pc{
     display: block;
  }

@media only screen and (max-width: 768px) {
  .video{
    width: 100%;
  }
  .vedioin_phone{
     display: block;
  }
  .vedioin_pc{
     display: none;
  }
  .video .vjs-poster{
    width: 100%;
    height: 100%;
    background-size:cover;

  }
}

@media only screen and (min-width: 768px) {
  .vedioin_phone{
     display: none;
  }
  .vedioin_pc{
     display: block;
  }
}
/* ------------video-------------------*/
.mmore{
  color: #fff;
  display: block;
  margin:0 auto;
  padding: 10px 15px; 
  background-color: #a61363;
  font-size: 16px;
  line-height: 14px;
  text-align:center;
  width: 120px;
  height: 32px;
  border-radius:20px;
  -moz-border-radius:20px; /* Old Firefox */
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .mmore{
    color: #fff;
    display: block;
    margin:0 auto;
    padding: 10px 15px; 
    background-color: #a61363;
    font-size: 1.8rem;
    line-height: 1.6rem;
    text-align:center;
    width: 140px;
    height:36px;
    border-radius:20px;
    -moz-border-radius:20px; /* Old Firefox */
    margin-bottom: 50px;
  }
}