﻿@charset "utf-8";
/* CSS Document */

.place_share { position: absolute; height: 35px; overflow: hidden}
.place_share ul { position: relative; display: flex;}
.place_share li { margin: 0 5px 0 0 }
.place_share li:last-child{ margin: 0 }
.place_share .size_a { width: 40px; height: 40px;}
.place_share .size_a a { display: block; color: #757575; cursor: pointer}
.place_share .size_a a i { font-size: 25px; line-height:25px;display: inline-flex; margin-top: 9px;}
.place_share .size_a a h1 { font-size: 18px; line-height: 30px; margin: 0; padding: 0 0 5px 0; display: inline-flex; font-weight: 100}
.place_share .size_a a:hover { color: #000}

.place_share .size_b { width: 67px; height: 40px;}
.place_share .size_b a { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; color: #757575; cursor: pointer}
.place_share .size_b a h1{ font-size: 18px; font-weight: 100;}
.place_share .size_b a i { font-size: 25px;}
.place_share .size_b a:hover { color: #000}

.place_share .hopjumps { position: absolute; z-index: 999px;top: -10px; left: -10px; width: 200px; height: 300px; display: none; background: #fff;box-shadow: 1px 0 10px #adadad;    border-bottom: 3px solid #613b96;    cursor: pointer;}

/**/
.am-modal-bd img { margin: 0 auto}
/**/
#sharetab .tab { display: flex; flex-flow: row nowrap; justify-content: center; align-items: flex-start}
#sharetab .tab .sec_choose { flex: 1;height: 368px;}
#sharetab .tab .sec_choose .unit { }
#sharetab .tab .sec_choose .unit .item-cur { background: #fff; color: #000;}
#sharetab .tab .sec_choose .unit a { display: block; color: #333; padding: 5px 0}
#sharetab .tab .sec_choose .unit a i { font-size: 30px;}
#sharetab .tab .sec_choose .unit a h1 { font-size: 14px;}
#sharetab .tab .sec_choose .unit a:hover {}
#sharetab .tab .tab-cont { flex: 3; background: #fff;height: 368px;}
#sharetab .tab .tab-cont .qcodes {}
#sharetab .tab .tab-cont .qcodes img { margin: 0 auto}
#sharetab .tab .tab-cont .qcodes h1 { font-size: 16px;}
#sharetab .tab .tab-cont .qcodes p { font-size: 14px;}