/* Mobile */
@media (max-width: 600px) {
  /* 菜单部分 */
  .TopMenu_Box {
    width: 100%;
    height: 100px;
    background-color: #fff;
  }

  .TopMenu_LeftB,
  .TopMenu_Left {
    float: left;
    width: calc(100vw * 0.2);
    height: 100px;
  }

  .TopMenu_LeftB {
    background-color: #2a2973;
  }

  .TopMenu_LeftB a,
  .TopMenu_Left a {
    margin: 0 auto;
    margin-top: 44px;
    display: block;
    width: 23px;
    height: 18px;
  }

  .TopMenu_LeftB a img,
  .TopMenu_Left a img {
    width: 23px;
    height: 18px;
  }

  .TopMenu_Mid {
    float: left;
    width: calc(100vw * 0.6);
    height: 100px;
  }

  .TopMenu_Mid a {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    width: 181px;
    height: 59px;
  }

  .TopMenu_Mid a img {
    width: 181px;
    height: 59px;
  }

  .TopMenu_Right {
    float: left;
    width: calc(100vw * 0.2);
    height: 100px;
  }

  .TopMenu_Right a {
    margin: 0 auto;
    margin-top: 44px;
    display: block;
    width: 22px;
    height: 22px;
  }

  .TopMenu_Right a img {
    width: 22px;
    height: 22px;
  }

  .Top_Menu_Pop_Box {
    display: none;
    /* display: block; */
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 13;
    background-color: #2a2973;
  }

  .Top_Menu_Pop_Menu {
    margin: 0 auto;
    margin-top: 20px;
    width: calc(100vw * 0.85);
  }

  .Top_PopMenu_Line {
    height: auto;
    margin-bottom: 10px;
  }

  .Top_PopMenu_Line ul {
    margin-left: 35px;
    width: calc(100% - 35px);
    margin-top: 16px;
    margin-bottom: 34px;
  }

  .Top_PopMenu_Line li {
    font-family: "Univers55";
    font-size: 20px;
    color: #9191bf;
    line-height: 35px;
  }

  .Top_PopMenu_Line li a {
    color: #9191bf;
  }

  .Top_PopMenu_Title {
    width: 100%;
    height: 36px;
  }

  .Top_PopMenu_Title a {
    position: absolute;
    left: 35px;
    width: calc(100% - 35px);
    height: 36px;
    font-family: "Univers55";
    font-size: 24px;
    color: #fff;
    line-height: 36px;
  }

  .Top_PopMenu_Title em {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/Mobile/Menu_Plus.png) center center no-repeat;
  }

  .Top_PopMenu_Chinese {
    margin-top: 30px;
    width: calc(100% - 2px);
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 22px;
    font-family: "黑体";
    color: #fff;
  }

  .Top_PopMenu_Chinese a {
    color: #fff;
  }
}

@media (max-width: 600px) {
  .All_Box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/BK.png) center center repeat;
    background-size: 100% auto;
  }

  .Top_Box {
    width: 100%;
    height: auto;
    background: url(../images/Mobile/Top_BK.png) top center no-repeat;
    overflow: hidden;
    background-size: 100% auto;
  }

  .Top_Div {
    width: 100%;
    height: auto;
  }

  .Top_Div img {
    margin: 0 auto;
    margin-top: 11.8vw;
    margin-bottom: 6vw;
    width: 88.5vw;
    height: 116.5vw;
  }

  .Top_Focus_Div {
    margin: 0 auto;
    width: 94vw;
    height: 71vw;
    background-color: #04cfc6;
    overflow: hidden;
  }

  .mTop_Focus_Swiper,
  .Top_Focus_Swiper {
    margin: 0 auto;
    margin-top: 4vw;
    width: 86vw;
    height: 48.16vw;
    overflow: hidden;
    background-color: #000;
  }

  .mTop_Focus_Swiper p,
  .Top_Focus_Swiper p {
    width: 86vw;
    height: 48.16vw;
    opacity: 0.8;
    transition: all 0.8;
  }

  .mTop_Focus_Swiper:hover p,
  .Top_Focus_Swiper:hover p {
    transition: all 0.8;
    opacity: 1;
  }

  .mTop_Focus_Swiper p img,
  .Top_Focus_Swiper p img {
    width: 86vw;
    height: 48.16vw;
  }

  .mTop_Focus_Swiper h4,
  .Top_Focus_Swiper h4 {
    position: absolute;
    bottom: 6px;
    width: 100%;
    height: auto;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }

  .mTop_Focus_Swiper h4 a,
  .Top_Focus_Swiper h4 a {
    color: #fff;
  }

  .Top_Focus_BTPrev {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 5vw;
    width: 32px;
    height: 32px;
    background: url(../images/Focus_Prev.png);
    z-index: 2;
    background-size: 32px 32px;
    cursor: pointer;
  }

  .Top_Focus_BTNext {
    position: absolute;
    left: calc(50% + 7px);
    bottom: 5vw;
    width: 32px;
    height: 32px;
    background: url(../images/Focus_Next.png);
    z-index: 2;
    background-size: 32px 32px;
    cursor: pointer;
  }

  .Comic_Div {
    margin: 0 auto;
    margin-top: 6.5vw;
    width: 94vw;
    height: auto;
    background-color: #04cfc6;
    overflow: hidden;
  }

  .Comic_Title {
    width: 100%;
    height: 80px;
    background-image: linear-gradient(
      to right,
      rgba(9, 127, 198, 0),
      rgba(9, 127, 198, 1),
      rgba(9, 127, 198, 0)
    );
    overflow: hidden;
  }

  .Comic_Title H4 {
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 4px;
    width: 90%;
    /* height: 24px; */
    line-height: 24px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;
    text-align: center;
  }

  .Comic_Title H5 {
    width: 100%;
    height: 23px;
    text-transform: uppercase;
    line-height: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .Comic_Text {
    margin-top: 14px;
    padding: 0 18px;
  }
  .noindent {
    text-indent: 0px !important;
  }
  .Comic_Text p {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 0px;
    width: 66px;
    height: 63px;
  }
  .Comic_Text p img {
    width: 66px;
    height: 63px;
  }
  .Comic_Text hr {
    margin: 0;
    padding: 0;
    height: 18px;
    border-style: none;
    background: url(../images/Line.png) center center no-repeat;
  }

  .C1 {
    padding-bottom: 20px;
  }
  .C3 {
    padding-bottom: 10px;
  }
  .C4 {
    padding-bottom: 30px;
  }

  .Comic_Text h4 {
    text-indent: 32px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .Comic_Text h5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .Comic_Text h5 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 22px;
  }

  .Comic_Text.art_txt p {
    text-indent: 32px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    height: auto;
  }

  .Comic_Text.art_txt p img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .Theme_List {
    margin: 0 auto;
    padding-top: 20px;
    width: 88vw;
    height: 26vw;
    overflow: hidden;
  }

  .Theme_List ul {
    width: 88vw;
    height: 26vw;
    list-style: none;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .Theme_List li {
    width: 26vw;
    height: 26vw;
    border-radius: 13vw;

    overflow: hidden;
  }

  .Theme_List li h4 {
    margin: 0;
    padding: 0;
    text-indent: 0;
    margin-top: 20px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-family: "微软雅黑";
    text-align: center;
    color: #fff;
  }

  .Theme_List li h4 a {
    color: #fff;
  }

  .Theme_List li h5 a {
    color: #fff;
  }

  .Theme_List li h5 {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    width: 80px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
  }

  .T1 {
    background-color: #83c13a;
  }

  .T2 {
    background-color: #e1a912;
  }

  .T3 {
    background-color: #de7b93;
  }

  .Theme_Award_Div {
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 35px;
    border-radius: 8px;
    padding: 4px;
    width: 88vw;
  }

  .Theme_Award {
    border-radius: 8px;
    padding: 4vw;
    width: 80vw;
    height: auto;
    background-color: #fff;
  }

  .Theme_Award p {
    display: none;
    width: 124px;
    height: 130px;
  }

  .Theme_Award p img {
    margin: 0 auto;
    margin-top: 50px;
    width: 72px;
    height: 64px;
  }

  .Theme_Award_Text {
    width: 100%;
  }

  .Theme_Award_Text h4 {
    /* margin-top: 28px; */
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 24px;
    color: #064395;
    margin-bottom: 10px;
  }

  .Theme_Award_Text h5 {
    font-size: 16px;
    line-height: 24px;
    color: #064395;
  }
  .Comic_Date {
    margin: 0 auto;
    margin-top: 30px;
    width: 88vw;
    color: #054296;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 15px;
  }

  .Comic_Email {
    margin: 0 auto;
    width: 88vw;
    color: #054296;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .Comic_Email h4 {
    margin-bottom: 15px;
    font-family: "微软雅黑";
  }
  .Comic_Email h5 {
    margin-bottom: 25px;
    font-family: "Arial";
  }
  .Comic_DateCN {
    font-family: "微软雅黑" !important;
  }
  .Comic_DateEN {
    font-family: "Arial";
  }
  .Comic_Submit {
    margin: 0 auto;
    margin-top: 25px;
    width: 79vw;
  }
  .Comic_Submit img {
    margin: 0 auto;
    width: 79vw;
  }
  .Comic_Disclaimer {
    margin: 0 auto;
    margin-top: 20px;
    width: 58.5vw;
    margin-bottom: 35px;
  }
  .Comic_Disclaimer img {
    width: 58.5vw;
  }
  .Comic_Contactus {
    width: 100%;
    height: auto;
    background-color: rgba(5, 207, 198, 1);
    overflow: hidden;
  }
  .Comic_Contactus h4 {
    width: 100%;
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: Verdana;
    text-align: center;
  }
  .Comic_Contactus h5 {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-family: Verdana;
    text-align: center;
  }
  .Comic_Contactus h6 {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-family: Verdana;
    text-align: center;
  }
  .Bottom_Box {
    width: 100%;
    height: auto;
    background-color: #0e75c9;
    overflow: hidden;
  }
  .Bottom_Div {
    margin: 0 auto;
    padding-top: 10vw;
    width: 100%;
    height: auto;
  }
  .Bottom_Div p {
    margin: 0 auto;
    width: 84vw;
    margin-bottom: 10px;
  }
  .Bottom_Div p img {
    width: 292px;
    height: 32px;
  }
  .Bottom_Div h4 {
    margin: 0 auto;
    width: 84vw;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 6vw;
  }

  /* Arical_Div */
  .Arical_Div {
    margin-top: 0 !important;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .Comic_Text span {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .Comic_Text span img {
    width: 100%;
    margin: 0 auto;
  }

  .Upload_Div {
    margin-top: 0 !important;
    /* padding-bottom: 100px; */
    /* margin-bottom: 120px; */
    height: auto;
    overflow: hidden;
  }

  .Upload_Title {
    padding-top: 16px;
    height: 40px;
    margin-bottom: 20px;
  }

  .Upload_Title_Left {
    float: left;
    padding-right: 15px;
    width: calc(52vw - 16px);
    height: 40px;
    text-align: right;
    border-right: 1px solid #fff;
  }

  .Upload_Title_Left h5 {
    font-family: "Century Gothic";
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    /* margin-bottom: 4px; */
    text-align: right;
  }

  .Upload_Title_Left h6 {
    font-family: "Arial";
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    text-align: right;
  }

  .Upload_Title_Right {
    float: left;
    text-align: left;
    padding-left: 15px;
    width: calc(42vw - 15px);
    height: 80px;
  }

  .Upload_Title_Right h5 {
    font-family: "微软雅黑";
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    margin-bottom: 4px;
    text-align: left;
  }

  .upload_Table1 {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 86vw;
    height: auto;
    overflow: hidden;
  }

  .upload_Table1_Left {
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    /* overflow: hidden; */
  }

  .upload_Table1_Right {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    /* overflow: hidden; */
    margin-bottom: 5px;
  }

  .UploadInput input {
    text-indent: 10px;
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 6px;
    color: #333;
    background-color: #fff;
  }

  .upload_Table1_Note {
    display: block;
    width: 100%;
    /* height: 65px; */
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .upload_Table1_Line {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .UploadCity {
    position: relative;
    height: 36px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  }

  .UploadCity:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #8c999d transparent transparent transparent;
    pointer-events: none;
  }

  .UploadCity:before {
    width: 30px;
    position: absolute;
    top: 0px;
    right: 3px;
    bottom: 0px;
    background: #fff;
    content: "";
    pointer-events: none;
  }

  .UploadCity:hover:before {
    /* background: #8D9A9D; */
  }

  .UploadCity select {
    font-size: 16px;
    color: #8c999d;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    background: transparent;
    height: 36px;
    width: calc(100% - 2px);
    cursor: pointer;
    outline: none;
    padding-right: 25px;
    padding-left: 15px;
    /* border: 1px solid #a52c2c; */
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  .UploadCity select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 green;
  }

  .UploadCity select::-ms-expand {
    display: none;
  }

  .UploadCity select:focus {
    border-color: #333;
  }

  .Uradio {
    cursor: pointer;
    height: auto;
  }

  .Uradio1 {
    /* float: left; */
    padding-left: 5px;
    /* padding-right: 10px; */
    width: calc(86vw - 5px);
    height: 36px;
    line-height: 36px;

    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
  }

  .Uradio2 {
    /* float: right; */
    padding-left: 5px;
    /* padding-right: 5px; */
    height: 36px;
    width: calc(86vw - 5px);
    line-height: 36px;

    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .Uradio label {
    color: #01333d;
  }

  .Uradio input[type="radio"] {
    display: inline-block;
    position: absolute;
    width: 1.4em;
    height: 1.4em;
    top: 0.6em;
    opacity: 0;
    z-index: 10;
  }

  .Uradio input[type="radio"] + .radio-label:before {
    display: inline-block;
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    font-size: 16px;
    display: inline-block;
    width: 1em;
    height: 1em;
    box-shadow: inset 0 0 0 4px #8d8d8d;
    position: relative;
    top: 0.6em;
    margin-left: 0.1em;
    margin-right: 0.3em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }

  .Uradio input[type="radio"]:checked + .radio-label:before {
    background-color: #fff;
    box-shadow: inset 0 0 0 4px #5ac06e;
    color: #01333d;
  }

  .Uradio input[type="radio"]:focus + .radio-label:before {
    display: inline-block;
    outline: none;
    border-color: #5ac06e;
  }

  .Uradio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #8d8d8d;
    border-color: #b4b4b4;
    background: #b4b4b4;
    color: rgba(1, 51, 61, 0.6);
  }

  .Uradio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
  }

  .Upload_Div2 {
    margin-top: 0 !important;
    padding-bottom: 20px;
    margin-bottom: 50px;
    height: auto;
    overflow: hidden;
  }
  .Upload_Div2 .Upload_Title h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .Upload_BT_Upload {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .Upload_BT_Upload img {
    margin: 0 auto;
    width: 136px;
    /* height: 43px;         */
  }
  .Upload_Info {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
  }
  .Upload_Field {
    margin-bottom: 30px;
  }
  .Upload_Field img {
    width: 100%;
  }
  .Upload_SubmitBT {
    margin-bottom: 20px;
  }
  .Upload_SubmitBT img {
    margin: 0 auto;
    /* width: 144px; */
    height: 60px;
  }
}
